@charset "utf-8";
/* CSS Document */

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:12px"Microsoft Yahei","Arial Narrow",HELVETICA;background:#d7f0ff;-webkit-text-size-adjust:100%;}
a{color:#333;text-decoration:none}
a:hover{color:#341b00;text-decoration:none;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word; color:#666;}
.g-wp p{ color:#000;}

/*通用定义*/
.clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }
.fl{ float:left;}
.fr{ float:right;}
.clearer{clear:both; height:0; display:block; font-size:1px;overflow:hidden;}

.layout, .content{ width:1000px; margin:0 auto; position:relative;}

.boxMo{ min-width:1000px;}

.video{ position: absolute; top: 0; left: 50%; margin-left: -50%; max-width: 1920px; width: 100%; height: 100%; z-index: 100; background-color: #fff; overflow: hidden;}
.video video{ width: 100%; height: auto;}

.main{ position: relative; overflow: hidden; }
.side{position: fixed;top: 100px;left: 0;width: 134px;z-index: 999;}
.side.active{ display: block;}

.nav{ width: 134px; padding: 8px 0 3px; margin-bottom: 10px; }
.nav a{position: relative;display: block;width: 120px;height: 60px;margin: 0 auto;font-size: 20px;line-height: 60px;text-align: center;color: #333;background-color: #fff;border-radius: 4px;cursor: pointer;background: url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/navbgb.png) center bottom no-repeat;}
.nav a.nc{ font-family: arial; font-size: 16px;}
.nav a:hover, .nav a.active{ color: #519235; background:url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/navbga.png) center bottom no-repeat ;}
.nav a.active:before, .nav a.active:after{ display: block;}
.nav a.home{position: relative;height: 60px;line-height: 60px;text-indent: 37px;text-align: left;color: #519235;background:url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/navbga.png) center bottom no-repeat;}
.nav a.home i{ position: absolute; top: 7px; left: 26px; width: 20px; height: 18px; background: url(icon_home.png?tr=1) no-repeat center top; content: "";}
.nav a.home.active:before, .nav a.home.active:after{ display: none;}

.ad{ position: relative;}
.ad span{ position: absolute; right: 8px; top: 8px; width: 20px; height: 20px; background: url(btn_close.png?tr=1) no-repeat center top; cursor: pointer;}
.ad img{ width: 134px; height: auto;}

#zt_con{ position: absolute; top: 50%; left: 50%; width: 5770px; height: 2880px; margin: -1440px 0 0 -2850px; background: url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/f5478510d5_bg.jpg) no-repeat center top; overflow: hidden;}

.clouds_one {
  /*background: url("../images/cloud_one.png"?tr=1?tr=1);*/
  position: absolute;
  left: 4360px;
  top: 1780px;
  height: auto;
  width: 100%;
  -webkit-animation: cloud_one 100s linear infinite alternate;
  -moz-animation: cloud_one 100s linear infinite alternate;
  -o-animation: cloud_one 100s linear infinite alternate;
  animation: cloud_one 100s linear infinite alternate;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clouds_two {
  /*background: url("../images/cloud_two.png"?tr=1);*/
  position: absolute;
  left: 1060px;
  top: 980px;
  height: auto;
  width: 100%;
  -webkit-animation: cloud_two 100s linear infinite alternate;
  -moz-animation: cloud_two 100s linear infinite alternate;
  -o-animation: cloud_two 100s linear infinite alternate;
  animation: cloud_two 100s linear infinite alternate;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clouds_three {
  /*background: url("../images/cloud_three.png"?tr=1);*/
  position: absolute;
  left: 2422px;
  top: 2425px;
  height: auto;
  width: 100%;
  -webkit-animation: cloud_three 100s linear infinite alternate;
  -moz-animation: cloud_three 100s linear infinite alternate;
  -o-animation: cloud_three 100s linear infinite alternate;
  animation: cloud_three 100s linear infinite alternate;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clouds_four {
  /*background: url("../images/cloud_one.png"?tr=1?tr=1);*/
  position: absolute;
  left: 3840px;
  top: 10px;
  height: auto;
  width: 100%;
  -webkit-animation: cloud_one 100s linear infinite alternate;
  -moz-animation: cloud_one 100s linear infinite alternate;
  -o-animation: cloud_one 100s linear infinite alternate;
  animation: cloud_one 100s linear infinite alternate;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*animate*/

@-webkit-keyframes cloud_one {
  0% {
	/*left: 0*/
	transform: translateX(0);
  }
  100% {
	/*left: -200%*/
	transform: translateX(-100%);
  }
}
@-moz-keyframes cloud_one {
  0% {
	/*left: 0*/
	transform: translateX(0);
  }
  100% {
	/*left: -200%*/
	transform: translateX(-100%);
  }
}
@keyframes cloud_one {
  0% {
	/*left: 0*/
	transform: translateX(0);
  }
  100% {
	/*left: -200%*/
	transform: translateX(-100%);
  }
}

@-webkit-keyframes cloud_two {
  0% {
	/*left: 0*/
	transform: translateX(0);
  }
  100% {
	/*left: -200%*/
	transform: translateX(-100%);
  }
}
@-moz-keyframes cloud_two {
  0% {
	/*left: 0*/
	transform: translateX(0);
  }
  100% {
	/*left: -200%*/
	transform: translateX(-100%);
  }
}
@keyframes cloud_two {
  0% {
	/*left: 0*/
	transform: translateX(0);
  }
  100% {
	/*left: -200%*/
	transform: translateX(-100%);
  }
}

@-webkit-keyframes cloud_three {
  0% {
	/*left: 0*/
	transform: translateX(0);
  }
  100% {
	/*left: -200%*/
	transform: translateX(-100%);
  }
}
@-moz-keyframes cloud_three {
  0% {
	/*left: 0*/
	transform: translateX(0);
  }
  100% {
	/*left: -200%*/
	transform: translateX(-100%);
  }
}
@keyframes cloud_three {
  0% {
	/*left: 0*/
	transform: translateX(0);
  }
  100% {
	/*left: -200%*/
	transform: translateX(-100%);
  }
} 

.box_tem{width: 1180px;height: 800px;}
.box_index{position: absolute;top: 1020px;left: 2277px;}
.box1{ position: absolute; top: 120px; left: 2300px;}
.box2{ position: absolute; top: 120px; left: 4053px;}
.box3{ position: absolute; top: 1020px; left: 4053px;}
.box4{ position: absolute; top: 1950px; left: 3200px;}
.box5{ position: absolute; top: 1950px; left: 1500px;}
.box6{ position: absolute; top: 1020px; left: 600px;}
.box7{ position: absolute; top: 120px; left: 600px;}
a.btn_next{ position: absolute; width: 100px; height: 90px;}
a.btn_next.active{ display: block;}
a.btn_index{bottom: 226px;right: 62px;background: url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/btn_next1.png);}
a.btn_box1{ bottom: 20px; right: 0;}
a.btn_box2{ bottom: -20px; right: 0;}
a.btn_box3{bottom: -50px;right: 58px;}
a.btn_box4{ bottom: -60px; right: 0;}
a.btn_box5{ bottom: 0; right: 0;}
a.btn_box6{ bottom: -20px; right: 0;}
a.btn_box7{ bottom: 20px; right: 0;}
a.btn_box1{background: url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/btn_next2.png);}
a.btn_box2{ background: url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/btn_next2.png);}
a.btn_box3{ background: url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/btn_next2.png);}
a.btn_box4{ background: url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/btn_next2.png);}
a.btn_box5{ background:url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/btn_next2.png);}
a.btn_box6{ background: url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/btn_next2.png);}
a.btn_box7{ background: url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/btn_next2.png);}

.p1_1{position: absolute;top: 48px;left: 0px;width: 289px;height: 562px;}
.p1_2{    position: absolute;
  top: 209px;
  left: 321px;
  width: 680px;
  height: 280px;}
.p1_3{position: absolute;top: 170px;right: 540px;width: 110px;height: 90px;}
.p1_4{ position: absolute; top: -50px; left:50%; margin-left:-960px;width: 1920px; height: 1080px;}



.move0{ transform: translate(0,0); -ms-transform: translate(0,0); -webkit-transform: translate(0,0); -o-transform: translate(0,0); -moz-transform: translate(0,0); transition: all ease-in-out 1.5s;}
.move1{ transform: translate(0,920px); -ms-transform: translate(0,920px); -webkit-transform: translate(0,920px); -o-transform: translate(0,920px); -moz-transform: translate(0,920px); transition: all ease-in-out 1.5s;}
.move2{ transform: translate(-1748px,920px); -ms-transform: translate(-1748px,920px); -webkit-transform: translate(-1748px,920px); -o-transform: translate(-1748px,920px); -moz-transform: translate(-1748px,920px); transition: all ease-in-out 1.5s;}
.move3{ transform: translate(-1748px,0); -ms-transform: translate(-1748px,0); -webkit-transform: translate(-1748px,0); -o-transform: translate(-1748px,0); -moz-transform: translate(-1748px,0); transition: all ease-in-out 1.5s;}
.move4{ transform: translate(-900px,-930px); -ms-transform: translate( -ms-transform: translate(-1748px,0); -webkit-transform: translate(-1748px,0); -o-transform: translate(-1748px,0); -moz-transform: translate(-1748px,0);); -webkit-transform: translate(-ms-transform: translate(-1748px,0); -webkit-transform: translate(-1748px,0); -o-transform: translate(-1748px,0); -moz-transform: translate(-1748px,0);); -o-transform: translate(-ms-transform: translate(-1748px,0); -webkit-transform: translate(-1748px,0); -o-transform: translate(-1748px,0); -moz-transform: translate(-1748px,0);); -moz-transform: translate(-ms-transform: translate(-1748px,0); -webkit-transform: translate(-1748px,0); -o-transform: translate(-1748px,0); -moz-transform: translate(-1748px,0);); transition: all ease-in-out 1.5s;}
.move5{ transform: translate(800px,-930px); -ms-transform: translate(800px,-930px); -webkit-transform: translate(800px,-930px); -o-transform: translate(800px,-930px); -moz-transform: translate(800px,-930px); transition: all ease-in-out 1.5s;}
.move6{ transform: translate(1700px,0); -ms-transform: translate(1700px,0); -webkit-transform: translate(1700px,0); -o-transform: translate(1700px,0); -moz-transform: translate(1700px,0); transition: all ease-in-out 1.5s;}
.move7{ transform: translate(1700px,920px);  -ms-transform: translate(1700px,920px); -webkit-transform: translate(1700px,920px); -o-transform: translate(1700px,920px); -moz-transform: translate(1700px,920px); transition: all ease-in-out 1.5s;}
.scale{ opacity: 0.2; transform: scale(0.32,0.32); transition: all ease-in-out 2.5s;}
.scale_back{ transform: scale(1,1); transition: all ease-in-out 1.5s;}

.big2{ transform: scale(1,1); transition: all ease-in-out 1s; transform: translate3d(-1973px,400px,0);}

/*各版块*/
.w370{width: 506px;}
.w700{ width: 620px;}
.w520{ width: 520px;}
.w366{ width: 366px;}
.marR1{ margin-right: 1px;}
.marB1{ margin-bottom: 1px;}
.marB20{ margin-bottom: 20px;}

.me {
  width:1200px;
  margin:0 auto;
  height: 672px;
  position: relative;
  overflow: hidden;
  }

.lmT{width: 1100px;}
.lmT1{height: 139px;}
.lmT2{ height: 100px; background: url(bg_lmT2.png?tr=1) no-repeat center top;}
.lmT3{ height: 90px; background: url(bg_lmT3.png?tr=1) no-repeat center top;}
.lmT4{ height: 107px; background: url(bg_lmT4.png?tr=1) no-repeat center top;}
.lmT5{ height: 96px; background: url(bg_lmT5.png?tr=1) no-repeat center top;}
.lmT6{ height: 100px; background: url(bg_lmT6.png?tr=1) no-repeat center top;}
.lmT7{ height: 60px; background: url(bg_lmT7.png?tr=1) no-repeat center top;}

.headline{width: 1050px;background:url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/p2_1.png) left center no-repeat;margin-bottom: 24px;margin-top: 15px;padding-left: 50px;}
.headline h2{position: relative;max-height: 83px;margin-bottom: 0;font: bold 34px/53px "Microsoft Yahei";text-align: center;overflow: hidden;}
/*.headline h2:before{ position: absolute; top: 0; left: 0; width: 46px; height: 88px; background: url(icon_headline.png?tr=1) no-repeat center top; content: "";}*/
.headline h2 a{ color: #c52b2b;}
.headline p{height: auto;font-size: 16px;line-height: 30px;padding-left: 68px;padding-top: 15px;}

.news_list{}
.news_list li{position: relative;padding: 10px 0 10px 14px;font: 18px/35px "Microsoft Yahei";border-bottom: 1px dashed #fff;}
.news_list li:before{ position: absolute; top: 26px; left: 0; width: 6px; height: 6px; margin-top: -3px; background-color: #c52b2b; content: "";}
.news_list li a{}

/*广东行动*/
.mc {width:1100px;margin:0 auto;/* overflow:hidden; */}

.mctop {
   text-align: center;
   width:1100px;
   overflow:hidden;
   margin-top: -30px;
}
.mchead {
  margin-bottom: 15px;
  width:1100px;
  text-align: center;
  font-size:30px;
  font-weight:bold;
  color:#5b9e33;
  margin-top: 15px;
}
.mchead a {
  color:#5b9e33;
}
.mcmin {width:1100px; overflow:hidden; margin-top:15px;}
.mcmin ul li{
  width:360px;
  height:210px;
  float:left;
  position: relative;
  overflow: hidden;
  margin-left: 6px;
}
.mcmin ul li img {width:100%;}
.mcmin ul li h5 {
  position: absolute;
  width:100%;
  height: 50px;
  font: 20px/50px "Microsoft Yahei";
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000');
  background: rgba(0,0,0,0.6);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color:#fff;
  bottom: 0px;
  left: 0px;
}
.mcmin ul li h5 a { color:#fff}
.mclist {
  width:1100px;
  overflow:hidden;
  margin-top: 20px;
}
.mclist ul li {
  width:530px;
  height: 54px;
  margin-left: 10px;
  margin-right:10px;
  font: 18px/54px "Microsoft YaHei";
  overflow: hidden;
  background: url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/26b3d65730_libg.png) no-repeat 3px center;
  text-indent: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111;
  float: left;
}



.slider_tem1_wrap{ position: relative; width: 620px; height: 370px; overflow: hidden;}
.slider_tem1{}
.slider_tem1 li{ position: relative; width: 620px; height: 370px;}
.slider_tem1 li img{ width: 620px; height: 370px;}
.slider_tem1 .slider_t{ position: absolute; bottom: 0; left: 0; width: 620px; height: 50px; font: 20px/50px "Microsoft Yahei"; text-align: center; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000'); background: rgba(0,0,0,0.6); text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.slider_tem1 .slider_t a{color: #fff;}

.slider_tem1_wrap .bx-wrapper{ position: relative;}
.slider_tem1_wrap .bx-controls{/* position: absolute; top: 0; left: 0;*/}
.slider_tem1_wrap .bx-pager{ position: absolute; bottom: 10px; right: 10px;}
.slider_tem1_wrap .bx-pager-item{ float: left;}
.slider_tem1_wrap .bx-pager-link{ float: left; width: 12px; height: 12px; margin-left: 5px; text-indent: 999em; background: #efe6e4; border-radius: 50%; overflow: hidden;}
.slider_tem1_wrap .bx-pager-link:hover, .slider_tem1_wrap .bx-pager-link.active{ background-color: #ac201f; text-decoration: none;}

.slider_tem1_wrap .bx-prev, .slider_tem1_wrap .bx-next{ position: absolute; top: 50%; width: 44px; height: 44px; margin-top: -22px; background-image: url(arr1.png?tr=1?tr=1?tr=1); text-indent: 999em; overflow: hidden; z-index: 10;}
.slider_tem1_wrap .bx-prev{ left: 0; background-position: 0 0;}
.slider_tem1_wrap .bx-next{ right: 0; background-position:  -44px 0;}

a.btn_morea {display: block;width: 130px;height: 28px;font-size: 16px;color:#888888;margin-left: 388px;}
a.btn_more span{ display: block; width: 34px; height: 28px; margin: 50px 0 0 28px; font-size: 12px; line-height: 28px; color: #fff; text-align: center;}
a.btn_moreb {display: block;width: 130px;height: 28px;font-size: 16px;color:#888888;margin: 0 auto;}


a.btn_morec {display: block;width: 130px;height: 28px;font-size: 16px;color:#888888;margin: 0 auto;margin-top: 15px;}

a.btn_mored {display: block;width: 130px;height: 28px;font-size: 16px;color:#888888;margin: 0 auto;position: absolute;right: 199px;bottom: 35px;}
a.btn_moref {display: block;width: 130px;height: 28px;font-size: 16px;color:#888888;/* margin: 0 auto; */margin-top: 15px;/* margin-left: 406px; */}

#slide { margin: 170px auto 0; width: 820px; height: 460px; position: relative;}

#slide li { position: absolute; width: 820px; display: -webkit-box;  display: -webkit-flex; display: flex; align-items: flex-start; -webkit-box-align: flex-start; -webkit-align-items: flex-start; text-align: center; overflow:hidden; }

#slide li img { width: 100%; height: 100%; }
#slide li h3{ position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; font: 20px/50px "Microsoft Yahei"; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000'); background: rgba(0,0,0,0.6);}
#slide li h3 a{ color: #fff;}

.arrow{ display: none;}
.arrow .prev, .arrow .next {  position: absolute; top: 200px; width: 52px; height: 53px; background-image: url(arr2.png?tr=1); z-index: 10; cursor: pointer;}
.arrow .prev { left: 10px; background-position: 0 0;}
.arrow .next { right: 10px; background-position: -52px 0;}

.slider_whjl_wrap{position: relative;width: 1180px;height: 406px;overflow: hidden;margin-top: 17px;}
.slider_whjl{}
.slider_whjl li{position: relative;width: 1180px;height: 550px;}
.slider_whjl li img{ width:610px; height: 400px;}
.slider_whjl .slider_t{
  position: absolute;
  top: 24px;
  left: 653px;
  width: 522px;
  height: 140px;
  font: bold 33px/61px "Microsoft Yahei";
  }
.slider_whjl .slider_t a{color: #333;}
.slider_whjl li p {position: absolute;top: 165px;font: lighter 18px/38px "Microsoft Yahei";left: 654px;width: 510px;height: 200px;}
.slider_whjl li p a {
  color:#bd0101;
}


.slider_whjl_wrap .bx-wrapper{ position: relative;}
.slider_whjl_wrap .bx-controls{/* position: absolute; top: 0; left: 0;*/}
.slider_whjl_wrap .bx-pager{ position: absolute; bottom: 10px; right: 10px;}
.slider_whjl_wrap .bx-pager-item{ float: left;}
.slider_whjl_wrap .bx-pager-link{ float: left; width: 12px; height: 12px; margin-left: 5px; text-indent: 999em; background: #efe6e4; border-radius: 50%; overflow: hidden;}
.slider_whjl_wrap .bx-pager-link:hover, .slider_whjl_wrap .bx-pager-link.active{ background-color: #ac201f; text-decoration: none;}

.slider_whjl_wrap .bx-prev, .slider_whjl_wrap .bx-next{ position: absolute; top: 50%; width: 44px; height: 44px; margin-top: -22px; background-image: url(arr1.png?tr=1?tr=1?tr=1); text-indent: 999em; overflow: hidden;}
.slider_whjl_wrap .bx-prev{ left: 0; background-position: 0 0;}
.slider_whjl_wrap .bx-next{ right: 0; background-position:  -44px 0;}

.control_whjl{ margin-top: 10px;}
.control_whjl a{position: relative;float: left;width: 212px;height: 140px;margin-right: 28px;cursor: pointer;}
.control_whjl a img{ width: 100%; height: 100%;}
.control_whjl a .cus_tit{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000'); background: rgba(0,0,0,0.6);}
.control_whjl a .cus_tit h3{ padding: 14px 20px 0; max-height: 72px; font: lighter 16px/24px "Microsoft Yahei"; color: #fff; overflow: hidden;}

.control_whjl a.active .cus_tit{ display: none;}

/*扶贫故事*/
.meimg {
  width:1200px;
  position: absolute;
  left:0px; height:0px;
  z-index: 2;
}
.meimg ul li {
  overflow:hidden;
  width:380px; height:380px;
  position: relative;
  float:left;
}
.meimg ul li.meimga {
  margin-top: 34px;
}
.meimg ul li.meimgb {
  margin-top: 316px;
}
.meimg ul li.meimgc {
  margin-top: 36px;
  margin-left: 60px;
}

.meimg ul li img {
  width:100%;
  height:100%;
}

.mecon {
  width: 410px;
  height:240px;
  position: absolute;
  left: 408px;
  top: 70px;
  overflow:hidden;
}
.mecon ul li {
  width: 410px;
  height:240px;
}
.mecon ul li h5 {
  font-weight:bold;
  font-size:28px;
  line-height: 38px;
  color:#333
}
.mecon ul li h5 a { color:#333}

.mecon ul li p {
  font-weight:bold;
  font-size:18px;
  line-height: 28px;
  color:#888888
}
.mecon ul li p a { color:#888888}






.imgzz {
  width:380px; height:380px;
  position: absolute;
  left:0px; top:0px;
  background:url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/zzbg.png) no-repeat center;
}
.imgzz.curre {
  background:url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/zzbgb.png) no-repeat center !important;
}


/**/
.qntx_tem{ width: 530px;}
.qntx_tem img{ float: left; width: 271px; height: 153px;}
.qntx_tem .wz{ float: right; width: 240px;}
.qntx_tem .wz h3{ max-height: 56px; margin-bottom: 8px; font: bold 20px/28px "Microsoft Yahei"; overflow: hidden;}
.qntx_tem .wz p{ max-height: 72px; font-size: 16px; line-height: 24px; overflow: hidden;}


/* 扶贫时评*/
.fpsp {
  width:1200px;
  height: 531px;
  overflow: hidden;
  margin-top: 20px;
}
.fpspl {float:left;width: 632px;height: 534px;}
.fpspl ul li {float:left;width:280px;height: 271px;margin-right: 31px;}
.mfimg { width:280px; height:200px; text-align: right; overflow:hidden;background:url(https://nfcms-mainsiteoss.southcn.com/news/__tpl_asset/zt/img/splibg.png) center no-repeat}
.mfimg img {width:226px;height:146px;border: #fff solid 21px;}
.fpspl ul li h5 {font-size: 15px;line-height: 26px;text-align: center;}


.fpspr {float:left;width: 530px;height: 41px;margin-left: 10px;}

.fpspr ul li {
  position: relative;
  padding: 10px 0 10px 14px;
  font: 18px/49px "Microsoft Yahei";
  border-bottom: 1px dashed #fff;
  }

.fpspr ul li:before {
  position: absolute;
  top: 26px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #c52b2b;
  content: "";
}


.activea {
  -webkit-animation: activea 1.5s linear 1 alternate forwards;
  -moz-animation: activea 1.5s linear 1 alternate forwards;
  -o-animation: activea 1.5s linear 1 alternate forwards;
  animation: activea 1.5s linear 1 alternate forwards;
 
}
@keyframes activea{
  0% { left:440px; opacity: 0;   }

  50% { left:440px ;opacity: 1;   }

  100% { left:0px ;opacity: 1;  }
}
.activeb {
  -webkit-animation: activeb 2s linear 1 alternate forwards;
  -moz-animation: activeb 2s linear 1 alternate forwards;
  -o-animation: activeb 2s linear 1 alternate forwards;
  animation: activeb 2s linear 1 alternate forwards;
 
}
@keyframes activeb{
  0% { left:500px; opacity: 0;   }

  50% { left:500px ;opacity: 1;   }

  100% { left:0px ;opacity: 1;  }
}


.activec {
  opacity: 0;
  -webkit-animation: activec 2s linear 1 alternate forwards;
  -moz-animation: activec 2s linear 1 alternate forwards;
  -o-animation: activec 2s linear 1 alternate forwards;
  animation: activec 2s linear 1 alternate forwards;
 
}
@keyframes activec {
  0% { top: -102px; right: 117px;   opacity: 0; transform: rotate(0deg) }
  100% {  top: 170px;right: 540px; opacity: 1;  transform: rotate(50deg)  }
}

.onedelay {
  animation-delay: 0.3s
}

.onedelaya {
  animation-delay: 0.5s
}

.onedelayb {
  animation-delay: 1s
}

.onedelayc {
  animation-delay: 1s
}

.onedelayd {
  animation-delay: 3s
}




/**/
.nfch_tem{ position: relative; overflow: hidden;}
.nfch_tem img{ width: 100%; height: 100%; transition: all linear 0.5s;}
.nfch_tit{ display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000'); background: rgba(0,0,0,0.6);}
.nfch_tit h3{ padding: 12px 20px 0; font: lighter 20px/32px "Microsoft Yahei"; color: #fff;}

.nfch_tem.sty1{ width: 366px; height: 413px;}
.nfch_tem.sty2{ width: 366px; height: 206px;}
.nfch_tem.active .nfch_tit{ display: block;}
.nfch_tem.active img{ transform: scale(1.1,1.1); transition: all linear 0.5s;}

/*news center*/
.newscenter_tit{ margin-bottom: 20px;}
.newscenter_tit h3{ font: bold 36px/50px "Microsoft Yahei"; }
.newscenter_tit h3 a{ color: #c52b2b;}

.slider_nc_wrap{ position: relative; width: 700px; }
.slider_nc{}
.slider_nc li{ position: relative; width: 700px; }
.slider_nc li img{ width: 700px; height: 450px;}
.slider_nc .slider_t{ position: relative; float: right; width: 560px; margin-top: -55px; padding: 10px 20px; font: 20px/40px "Microsoft Yahei"; text-align: center; background-color: #c52b2b; z-index: 3;}
.slider_nc .slider_t a{color: #fff;}

.slider_nc_wrap .bx-wrapper{ position: relative;}
.slider_nc_wrap .bx-controls{/* position: absolute; top: 0; left: 0;*/}
.slider_nc_wrap .bx-pager{ position: absolute; bottom: 10px; right: 10px;}
.slider_nc_wrap .bx-pager-item{ float: left;}
.slider_nc_wrap .bx-pager-link{ float: left; width: 12px; height: 12px; margin-left: 5px; text-indent: 999em; background: #efe6e4; border-radius: 50%; overflow: hidden;}
.slider_nc_wrap .bx-pager-link:hover, .slider_nc_wrap .bx-pager-link.active{ background-color: #ac201f; text-decoration: none;}

.slider_nc_wrap .bx-prev, .slider_nc_wrap .bx-next{ position: absolute; top: 212px; width: 44px; height: 44px; background-image: url(arr1.png?tr=1?tr=1?tr=1); text-indent: 999em; overflow: hidden;}
.slider_nc_wrap .bx-prev{ left: 0; background-position: 0 0;}
.slider_nc_wrap .bx-next{ right: 0; background-position:  -44px 0;}

.cover{ display: none; position: fixed; width: 100%; height: 100%; z-index: 99; background: url(cover_bg.jpg?tr=1) no-repeat center; background-size: 100% 100%;}
.i_cover1{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.cover.active{ display: block;}
.cloud_move{
  -webkit-animation: cloud_one 100s linear infinite alternate;
  -moz-animation: cloud_one 100s linear infinite alternate;
  -o-animation: cloud_one 100s linear infinite alternate;
  animation: cloud_one 100s linear infinite alternate;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.clouds_cov1 {
  position: absolute;
  left: 1800px;
  top: 0;
  height: auto;
  width: 100%;
  
}

.clouds_cov2 {
  position: absolute;
  left: 200px;
  top: 0;
  height: auto;
  width: 100%;
  -webkit-animation: cloud_two 100s linear infinite alternate;
  -moz-animation: cloud_two 100s linear infinite alternate;
  -o-animation: cloud_two 100s linear infinite alternate;
  animation: cloud_two 100s linear infinite alternate;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.clouds_cov3 {
  position: absolute;
  left: 1200px;
  top: 0;
  height: auto;
  width: 100%;
  -webkit-animation: cloud_three 100s linear infinite alternate;
  -moz-animation: cloud_three 100s linear infinite alternate;
  -o-animation: cloud_three 100s linear infinite alternate;
  animation: cloud_three 100s linear infinite alternate;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#news_o{ display: none;}
#news_o.active{ display: block;}