.link_bg {
  display: none;
}
.ny_prototal {
  width: 100%;
}
.ny_prolist {
  width: 31.3%;
  margin: 0 1%;
  float: left;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}
.ny_propic {
  overflow: hidden;
}
.ny_propic img {
  width: 100%;
  transition: all 0.5s;
}
.ny_protil {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.ny_protil {
  padding: 4% 0% 5% 0;
  font-size: 16px;
  display: block;
}
.ny_prolist a:hover .ny_protil {
  color: #f5811a;
}
.ny_prolist a:before,
.ny_prolist a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  z-index: 222;
  box-sizing: border-box;
  transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
  opacity: 0;
}
.ny_prolist a:before {
  top: 0;
  left: 0;
  border-top: 1px solid #f5811a;
  border-right: 1px solid #f5811a;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}
.ny_prolist a:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #f5811a;
  border-left: 1px solid #f5811a;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}
.ny_prolist a:hover:before,
.ny_prolist a:hover:after {
  width: 100%;
  height: 100%;
  transition: width 0.5s linear 0s, height 0.5s linear 0.5s;
  opacity: 1;
}
.ny_prolist:hover {
  box-shadow: 0 0 2.4vw 0 rgba(0, 0, 0, 0.1);
}
.ny_prolist a:hover .ny_propic img {
  transform: scale(1.1);
}
.nynews {
  width: 100%;
  margin: 0 auto;
}
.nynews-list {
  width: 100%;
  height: auto;
  padding: 3.2% 3%;
  margin: 50px auto;
  box-shadow: 0 0 1px #aaa;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.nynews-date {
  float: left;
  width: 9%;
  padding: 4% 3% 0 0;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif;
  color: #999;
}
.nynews-date b {
  font-size: 34px;
  color: #000;
  line-height: 40px;
}
.nynews-photo {
  float: left;
  width: 20%;
  height: auto;
  overflow: hidden;
}
.nynews-photo img {
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.nynews-content {
  float: left;
  width: 59%;
  padding-left: 2%;
}
.nynews-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  line-height: 40px;
  padding-bottom: 0.6vw;
}
.nynews-text {
  font-size: 15px;
  line-height: 28px;
  color: #666;
}
.nynews-more {
  float: right;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: 4%;
  font-size: 20px;
  color: #fff;
  font-family: serif;
  font-weight: bold;
  background: #e5e5e5;
  border-radius: 100%;
  text-align: center;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.nynews-list:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.nynews-list:hover .nynews-photo img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.nynews-list:hover .nynews-title {
  color: #0d4486;
}
.nynews-list:hover .nynews-more {
  background: #0d4486;
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
}
.nylist {
  width: 100%;
}
.nylist li {
  width: 31.3%;
  margin: 0% 1% 2%;
  float: left;
}
.nylist-photo {
  width: 100%;
  display: block;
  overflow: hidden;
}
.nylist-photo img {
  width: 100%;
  transition: all linear 0.5s;
}
.nylist li:hover .nylist-title:after {
  transform: rotate(180deg);
  top: 15px;
  right: 23px;
}
.nylist-title {
  line-height: 60px;
  background: #f5f5f5;
  padding-left: 25px;
  font-size: 16px;
  position: relative;
}
.nylist li:hover .nylist-title {
  color: #ea5b2d;
}
.nylist-title:after {
  content: '+';
  position: absolute;
  right: 24px;
  top: 20px;
  transition: 0.5s;
  display: block;
  width: 25px;
  height: 25px;
  transform: rotate(0deg);
  font-size: 40px;
  font-weight: normal;
  line-height: 20px;
  font-family: SimSun;
}
#left,
#right {
  display: none;
}
#bodycon #center {
  width: 1200px;
  float: none;
}
#bodycontent {
  width: 1200px;
}
#bodycon {
  width: 100%!important;
}
#bodycon #left {
  display: none;
}
#bodycon #center {
  width: 100% !important;
}
.cl {
  clear: both;
}
.nyxqnewsbg {
  width: 100%;
  background: #f4f4f4;
  padding: 30px 0;
}
.nyxqnews {
  margin: 0 auto;
  width: 1200px;
}
.nyxqnews_left {
  width: 830px;
  float: left;
  background: #FFF;
  padding: 30px;
  padding-bottom: 0;
  overflow: hidden;
}
.news_lefttit {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
.news_lefttit h1 {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  display: block;
  margin-bottom: 15px;
  color: #333;
}
.news_lefttit span {
  display: block;
  float: left;
  border-left: 1px dotted #b6b6b6;
  color: #999;
  line-height: 14px;
  padding: 0 10px;
}
.news_lefttit .chuchu {
  padding: 0 10px 0 0;
  border-left: none;
}
.newsshare {
  float: right;
  margin-top: -8px;
}
.nyxqnews_leftcont {
  margin-top: 20px;
  line-height: 28px;
  color: #777;
}
.nyxqnews_leftpage {
  width: 890px;
  margin-left: -30px;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
  line-height: 70px;
}
.nyxqnews_leftup {
  float: left;
  border-right: 1px solid #e7e7e7;
  width: 364px;
  padding-left: 50px;
  padding-right: 30px;
  height: 70px;
  overflow: hidden;
  background: url(http://114my.cn.114.114my.net/ZP/nynews/newsup.png) 30px 29px no-repeat;
}
.nyxqnews_leftdown {
  float: right;
  text-align: right;
  width: 365px;
  padding-left: 30px;
  padding-right: 50px;
  height: 70px;
  overflow: hidden;
  background: url(http://114my.cn.114.114my.net/ZP/nynews/newsdown.png) 413px 29px no-repeat;
}
.nyxqnews_right {
  width: 300px;
  float: right;
  position: relative;
}
.nyxqnewsfanhui {
  position: absolute;
  top: 0;
  left: -958px;
  z-index: 10;
}
.nywenzhang {
  padding: 30px 30px 20px 30px;
  background: #FFF;
}
.nyxqnews_righttit {
  font-size: 18px;
  border-bottom: 1px solid #e7e7e7;
  height: 36px;
  line-height: 18px;
  position: relative;
}
.nyxqnews_righttit:before {
  content: "";
  width: 75px;
  height: 1px;
  background: #1059a9;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.nyxqnews_righttit strong {
  color: #1059a9;
}
.nyxqnews_rightcont {
  margin-top: 10px;
  line-height: 36px;
}
.nyxqnews_rightcont a {
  display: block;
  background: url(http://114my.cn.114.114my.net/ZP/nynews/newswenzhagn.png) left center no-repeat;
  padding-left: 22px;
  width: 220px;
  height: 36px;
  overflow: hidden;
}
.nyzx {
  margin-top: 10px;
}
.nyxqnews_leftup,
.nyxqnews_leftdown {
  cursor: pointer;
}
.pro_all_class a:nth-child(1) {
  display: inline-block;
  margin-left: 0;
}
.pro_all_class a:nth-child(2) {
  margin-left: 20px;
}
.pro_all_class a:hover,
.pro_all_class a.activee {
  color: #fff;
  background: #29B403;
}
.body_box .pro_all_class a {
  transition: .5s;
}
.body_box .pro_all_class a:hover,
.body_box .pro_all_class a.active {
  color: #fff;
  background: #29B403;
}
.pager {
  margin-top: 30px;
}
