@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;list-style:none;}
a,input,textarea,li,b,.site-description,.site-title,.logo,.sub-menu li,.feature article,.block-content,.footer-icons span,.avatar,.popup,
.overlay,.da-animate,.services article,#contactForm button,.form-hint,.porcon,.services h3,.pack-list article{ -moz-transition:ease-in-out 0.5s; 
-webkit-transition:ease-in-out 0.5s; -o-transition:ease-in-out 0.5s; -ms-transition:ease-in-out 0.5s; transition:ease-in-out 0.5s; }
/*****************头部*****************/
.header{height:100px;}
body,html{font-size:100%;font-family:'微软雅黑',sans-serif;color:#333 !important;}
a{text-decoration:none;color:#333;outline:none; blr:expression(this.onFocus=this.blur());}
.fl{float:left;}
.fr{float:right;}
img{border:0;max-width:100%;}
ol,ul{list-style:none;}
em{font-weight:normal; font-style:normal;}
/*--clearfix--*/
.clearfix{clear:both}
.container{width: 1300px;margin: 0 auto; padding-bottom: 24px;}
.center{width: 1200px;margin: 0 auto;}
.bgbg{position: relative;overflow: hidden;}
.bgbg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  content: '';
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
  transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
}
.bgbg:hover:before {
  -webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
  transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}




/*header开始*/
.header {
  background:url(../images/ima_01.png) no-repeat;
  border-top: 3px solid #0570cc;
  height: 125px;
  position: fixed;
  width: 100%;
  top: 0;

  transition: 0.4s all;
  color: #fff;
  -webkit-transition: 0.4s all;
}


.header .logo {float: left; width: 384px; padding-top: 20px;}
.suosuor{float: right;height: 50px;}
.suosuor .searcher {width: 210px;height: 26px;overflow: hidden;border: 1px solid #999;float: left;border-radius: 15px;margin-top: 24px;margin-right: 10px;}
.suosuor .searcher input {padding: 0px;margin: 0px;border:none;float: left;}
.suosuor .searcher input[type="submit"]{width: 60px;height: 26px;background: url(../images/icon-4.png) no-repeat right;cursor: pointer;}
.suosuor .searcher input[type="text"]{width: 130px;height: 26px;padding: 0 10px;color: #ccc;font-size: 11px;}
.suowwq{width: 178px;height: 60px;float: left;margin-top: 12px;}
.suowwq a{width: 80px;height: 60px;float: left;text-align: center;display: inline-block;position: relative;}
.suowwq a div{position: absolute;left: 0;top: 60px;width: 140px;padding: 5px;background: #fff;border-radius: 10px;}
.suowwq a:hover div{display: block;}
.suowwq a div{display: none;}
.suowwq em{width: 100%;height: 40px;display: inline-block;-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}
.suowwq h6{line-height: 20px;display: inline-block;font-size: 12px; color:#fff;}
.suowwq #wwqem1 em{background: url(../images/wwq.png) no-repeat center;}
.suowwq #wwqem2 em{background: url(../images/wwq2.png) no-repeat center;}
.suowwq #wwqem3 em{background: url(../images/wwq3.png) no-repeat center;}
.suowwq a:hover em{-webkit-transform:rotateY(360deg);transform:rotateY(360deg);-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}
.suowwq a:hover h6{color: #0570cc;}
.time{float: left;border-radius: 10px; font-size: 15px;color: #333;width: 142px; height: 33px; line-height: 33px; margin-left: 20px;margin-top: 20px; background-color: #f39800; text-align: center;}
/* .time p{font-size: 22px;color: #0570cc;font-weight: bold;} */
.header .header_menu{background: url(../images/nav.jpg) repeat-x;height: 40px;line-height: 40px;}
.header .header_menu ul {text-align: center;width: 1100px;margin: 0 auto;}
.header .header_menu ul li {width: 137px;float: left;}
.header .header_menu ul li a {display: block;color: #fff;}
.header .header_menu ul li a:hover, .header .header_menu ul li a.active {background: url(../images/navd.png) no-repeat bottom center;font-weight: bold;}
.header .login {float: right;background: rgba(255, 255, 255, .1);margin: 20px 50px 0 0;height: 36px;line-height: 36px;font-size: 12px;}
.header .login span {color: #fff;}
.header .header_avatar {width: 30px;border-radius: 50%;height: 30px;overflow: hidden;display: block;float: left;margin-top: 3px;margin-left: 5px;}
.header .header_avatar img {
  display: block;
  max-width: 100%;
}
.header .login a {
  padding: 0 10px 0 10px;
  color: #fff;
}
.header .md-show {
  display: none;
}
.header_scroll {
  -webkit-box-shadow:0 0 5px #666;  
    box-shadow:0 0 5px #666;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
}
.header .mobileMenuBtn {
  position: fixed;
  right: 20px;
  top: 18px;
  width: 32px;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  display: none;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
}
.header .mobileMenuBtn.active {
  right: 220px;
}
.header .mobileMenuBtn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  margin-bottom: 8px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.header .mobileMenuBtn span:last-child {
  margin: 0;
}
.header .mobileMenuBtn span:first-child, .header .mobileMenuBtn span:last-child {
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.header .mobileMenuBtn.active span:first-child {
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
}
.header .mobileMenuBtn.active span:last-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
}
.header .mobileMenuBtn span:nth-child(2) {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.header .mobileMenuBtn.active span:nth-child(2) {
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  opacity: 0;
}

/* banner轮播开始 */
.banner {
  overflow: hidden;
  text-align: center;
  z-index: 10;
  /* margin-top: 128px; */
  min-width: 1300px;
  position: relative;
  width: 100%;
  height: 378px;
  background: url(../images/bn-bj_02.jpg) no-repeat center;
}
.banner1 {
  overflow: hidden;
  text-align: center;
  z-index: 10;
  /* margin-top: 128px; */
  min-width: 1300px;
  position: relative;
  width: 100%;
  height: 278px;
  background: url(../images/bn-bj_02.jpg) no-repeat center;
}
.banner .owl-demo{ width: 1000px; position: relative; margin: 0 auto;}
.banner .item{width: 100%;height: 100%;}
.banner .owl-pagination {position: absolute;top: 550px;left: 0;z-index: 11;width: 100%;}
.banner .owl-theme .owl-controls .owl-page {display: inline-block;zoom: 1;}
.banner .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: all .3s;
}
.banner .owl-theme .owl-controls .owl-page.active span, .banner .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #e30025;
  width: 30px;
}
.banner .owl-prev, .banner .owl-next {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  opacity: 0.5;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  margin-top: -320px;
}
.banner .owl-prev {
  margin-left: 40px;
  float: left;
  background: url(../images/ico7.png) left top;
}
.banner .owl-next {
  margin-right: 40px;
  float: right;
  background: url(../images/ico7.png) right top;
}


/* main主题 */

.center{width: 1300px;margin: 0 auto;}
.in_Product{min-width: 1300px; background:#f3f3f3; height: 600px;}
.in_mscen{width: 1300px;height: 405px;margin: 5px auto 30px;position: relative;overflow: hidden;}
.in_mstet{width: 1200px;height: 405px;position: absolute;top: 0;left: 40px;}
.in_mstetul{width: 1200px;height: 405px;margin-bottom: 25px;}
.in_mstetli{width: 276px;height: 395px;overflow: hidden;background: #fff;margin: 5px 12px;float: left;text-align: center;}
.in_mstetli img{width: 100%;height: 190px;}
.in_mstetli h5{height: 30px;line-height: 30px;color: #2184c8;border-bottom:1px solid #fc021f;margin: 0 4%;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.in_mstetli div{height: 100px;line-height: 25px;font-size: 13px;margin: 10px 4%;overflow: hidden;}
.in_mstetli a.msmoer{ height: 20px;line-height: 20px;font-size: 10px;width: 100px;border:1px solid #999;color: #999;border-radius: 5px;margin:20px auto 0;display: block;}
.in_mstetli:hover h5{color: #fc021f;}
.in_mstetli:hover a.msmoer{border:1px solid #fc021f;color: #fc021f;}
.in_mscen .prev,.in_mscen .next{width: 31px;height: 58px;position: absolute;top: 50%;margin-top: -29px;cursor:pointer;filter:alpha(opacity=80);opacity:0.8;}
.in_mscen .prev{left: 0;background: url(../images/prev.png) no-repeat;}
.in_mscen .next{right: 0;background: url(../images/next.png) no-repeat;}

.in_tnerul{width: 100%;overflow: hidden;text-align: center;margin-bottom: 40px;min-height: 300px;}
.in_tnerul li{width: 195px;height: 80px;display: inline-block;border:2px solid #eee;margin: 5px 15px 25px 15px;-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}
.in_tnerul li:hover{-webkit-transform:translate(0px,-5px);transform:translate(0px,-5px);}


.tt_top{text-align:center;padding:20px 0 68px 0;}
.tt_top h1{font-size:26px;color: #000000;font-weight:400; float: left; width: 200px;}
.tt_top h1 span{font-size:18px;color: #000000;font-weight:400; float: left; width: 200px;}

.tt_top p{font-size:13px;text-transform: uppercase;padding: 0 20%;line-height: 25px;color: #666;}
.tt_top .line1{float: left; height:6px;width:550px;margin: 20px auto 25px;background: url(../images/line1.png) no-repeat center;}
.tt_top .line2{float: right; height:6px;width:550px;margin: 20px auto 25px;background: url(../images/line2.png) no-repeat center;}

/* 专题栏目开始 */
.in_Prort{background:#f6f6f6;padding-bottom:5.5%;margin-top:1px;min-width: 1300px;  margin-bottom: 40px;}
.in_Prortty{width: 1280px;height: 275px;margin: 5px auto 20px;position: relative;overflow: hidden;}
.in_newstet{width: 1200px;height: 275px;position: absolute;top: 0;left: 40px;}
.in_Prortet{width: 1200px;height: 275px;margin-bottom: 25px;}
.in_newstetet{width: 276px;height: 265px;overflow: hidden;position: relative;background: #fff;margin: 5px 12px;float: left;}
.in_newstetet img{width: 70%;}
.in_newstetet h5{  width: 96%; height: 60px; line-height: 60px;color: #000;padding: 0 2%;position: relative;z-index: 2;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.in_newstetet span{font-size: 20px; font-weight: bold;}
.in_newstetet .rq-line{ padding-left:20px;  width: 70%; height: 3px; }
.in_newstetet div{width: 100%;height: 50px;position: absolute;top: 260px;left: 0;z-index: 0;background: #f39800;-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}
.in_newstetet:hover h5{  }
.in_newstetet:hover{ }

.in_Prortty .prev,.in_Prortty .next{width: 31px;height: 58px;position: absolute;top: 50%;margin-top: -29px;cursor:pointer;filter:alpha(opacity=80);opacity:0.8;}
.in_Prortty .prev{left: 0;background: url(../images/prev.png) no-repeat;}
.in_Prortty .next{right: 0;background: url(../images/next.png) no-repeat;}

a.moer{ float: right; background: red; margin: 15px auto;display: block;width: 140px;line-height: 40px;border:1px solid red;color: #fff;text-align: center;border-radius: 10px;}
a.moer:hover{border:1px solid #fc021f; font-weight: bold;}

/*信息公告  */
.pt_news{ float: left; margin: 20px; width: 300px;height: 243px; position: relative;}
.pt_news h4{ line-height: 30px;background: url(../images/tp_news.png) no-repeat;margin-bottom: 10px;border-bottom: 1px solid #ccc;color: #fff;padding-left: 22px;}
.pt_news_ul{width: 100%;height: 243px;overflow: hidden;}
.pt_news_ul li{width: 100%;height: 100%;position: relative;}
.pt_news_ul li img{width: 100%;height: 100%;position: absolute;z-index: 1}
.pt_news_ul li h5{width: 88%;height: 30px;line-height: 30px;padding: 0 10% 0 2%;background: rgba(0,0,0,0.6);color: #fff;position: absolute;left: 0;bottom: 0;z-index: 2;}
.pt_news .hd{ height:16px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:3; }
.pt_news .hd ul{ overflow:hidden; zoom:1; float:left;font-size: 12px;}
.pt_news .hd ul li{ float:left; margin-right:5px; width:16px; height:16px; line-height:16px; text-align:center; background:#fff; cursor:pointer; }
.pt_news .hd ul li.on{ background:#e2152d; color:#fff;}
.gz_news{float: left; width: 610px;height: 268px;}
.pt_newsdl{margin-bottom: 10px;height: 77px;overflow: hidden; border-bottom: 1px dashed #7d7d7d;}
.pt_newsdl dt{width: 16%;height: 100%;background: #e2152d;float: left;text-align: center;}
.pt_newsdl dt a{color: #fff;}
.pt_newsdl dt p{margin-top: 23px;}
.pt_newsdl dd{width: 78%;height: 100%;float: left;padding: 0 3%;}
.pt_newsdl dd h5{font-size: 15px;line-height: 30px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.pt_newsdl dd h5 a{color: #333;}
.pt_newsdl dd h5 a:hover{color: #e2152d;}
.pt_newsdl dd p{  font-size: 13px;line-height: 22px;height: 44px;overflow: hidden;color: #666;}

/* footer */
footer{background: #313131;min-width: 1300px;}
.footer_dl{overflow: hidden;padding: 0 1%;}
.footer_dl .ftlogo{width: 235px;float: left;margin: 40px 40px 0 0;}
.footer_dl dl{width:85px;color: #fff;margin: 20px 40px 0 0;line-height: 25px;font-size: 14px;float: left;overflow: hidden;}
.footer_dl dl dt{font-size: 15px;font-weight: bold;margin-bottom: 5px;width: 100%;}
.footer_dl dl dd{float: left;font-size: 13px;}
.footer_dl .footer_dl3{width: 250px;}
.footer_dl .footer_dl3 dd{width: 100%;}
.footer_dl .footer_dl4{width: 110px;margin-right: 0;float: right;}
.footer_dl .footer_dl4 dd{width: 100%;}
.footer_dl dl a{color: #fff;}
.footer_dl dl a:hover{color: #fa6d3c;}
.footer_bottom{font-size:0.8em;border-top:1px solid #fff;text-align: center;color: #fff;margin-top: 10px;line-height: 75px;}
.footer_bottom a{color:#ccc;}
.footer_bottom a:hover{color:#fa6d3c;}
.cd-top {
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: rgba(0, 0, 0, 0.55) url(../images/htop1.png) no-repeat center;
  border:2px solid #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;}
.cd-top.cd-is-visible {visibility: visible;opacity: 1;filter: alpha(opacity=100);}
.cd-top.cd-fade-out {opacity: .5;filter: alpha(opacity=50);}
.cd-top:hover {background-color: #000;opacity: 1;filter: alpha(opacity=100);}
/*首页全部样式结束*/





/* list列表页开始 */
.content{ width: 100%; margin: 20px; }
.contentBox{width: 1300px; margin: 0 auto; }
/*右侧*/
.right { width:1285px; float:left; display:inline;overflow:hidden; }
/* -- 当前位置 -- */
.plc { background-color:#fff; height:30px; line-height:30px; border:1px solid #ccc;padding:0 10px; position:relative; color:#666; overflow:hidden;border-radius:4px;}

.right_main { width:1285px; border-radius:4px; padding-bottom:15px; overflow:hidden;margin-top:15px; margin:auto;}
.right_main-title{ height: 40px; width: 1285px; line-height: 40px; border-bottom: 1px solid #ca796b;margin:auto; }
/*---news-list---*/
.news_con { width:1285px; margin:0 auto; padding-top:15px;}
dl.news_dl {border-bottom: 1px dashed #cccccc;color: #666;font-size: 14px;line-height: 22px;padding:15px 5px;}
dl.news_dl a {color: #000;}
dl.news_dl dt { height: 24px; line-height: 24px; margin-bottom: 3px; margin-top: 5px; overflow: hidden;width: 700px;}
dl.news_dl .dt_1 { background: url("../images/ico10.gif") no-repeat scroll 0 6px rgba(0, 0, 0, 0); color: #333; font-size: 14px; color: #b22d53; font-weight: bold; height: 20px; padding-left: 10px;}
dl.news_dl .dt_1:hover {background: url("../images/ico7.gif") no-repeat scroll 0 6px rgba(0, 0, 0, 0);}
dl.news_dl .dt_2 { float: right;font-family: "宋体"; font-size: 12px; padding: 0 10px 0 8px;}
dl.news_dl .dt_3 {  font-size: 12px;}
dl.news_dl .dt_3 a {color: #13533b;text-decoration: underline;}
dl.news_dl dd {font-size: 12px;height: 68px;margin-bottom: 10px; overflow: hidden;padding-left: 10px;}
dl.news_dl dt { background: url("../images/dateBg.png") no-repeat scroll 10px center transparent; float: left; height: 64px;margin-bottom: 3px; width: 80px;}
dl.news_dl .dt_1 { background: url("../images/ico10.gif") no-repeat scroll 0 9px rgba(0, 0, 0, 0);display: block; font-family: Tahoma; font-size: 16px;font-weight: bold; height: 24px;line-height: 24px;padding-left: 10px;text-decoration: none;overflow:hidden;}
dl.news_dl .dt_2 {color: rgba(255, 191, 82, 1);display: block; font-family: Verdana;font-size: 14px; padding-left: 12px; padding-top: 18px; width: 54px;}
dl.news_dl .dt_3 { color: #464646; display: block;font: 18px/18px "Verdana";padding-left: 10px;}
dl.news_dl .dt_3 a { color: #ff0000; text-decoration: underline;}
/* 左侧 */
.left { width:231px; float:right; overflow:hidden; margin: 40px;}
.leib2,.leib{width:231px; margin-bottom:10px;}
/* .leib2 .tit,.leib .tit{ background:url(../images/pk_spbg.gif) no-repeat center top; height:50px; overflow:hidden; text-align:center;color:#fff; font:18px/50px "Microsoft Yahei","微软雅黑"; color:#000;} */
.leib2 .nr{ border:1px solid #cccccc; border-top:0;  padding-bottom:10px;}
.leib2 h3{background:url(../images/zx_bg.gif) no-repeat -10px 0px; width:194px; height:32px; line-height:32px;overflow:hidden; padding:0 0 0 35px;font-size:14px; font-family:"Microsoft Yahei","微软雅黑";}
.leib2 h3 a {color:#fff;  font-weight:normal; display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

.leib2 ul{ margin:8px 15px 0;}
.leib2 ul li {line-height:30px; border-bottom:1px solid #dddcdc; width:178px;color:#fff;background:url(../images/ico03.gif) no-repeat 5px 12px; padding-left:15px;}
.leib2 ul li a{ color:#333;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block; width:155px;}

/*左边联系方式*/
.leftlx{border:1px solid #cccccc; border-top:none; padding-bottom:5px;}
.leftlx img{display:block; margin:0 auto; padding-top:8px;} 
.leftlx h1{text-align:center;height:40px;line-height:40px;font-size:14px; color:#e6a001;}
.leftlx .dianh{padding:0 10px;}
.leftlx p{line-height:25px;}
.leftlx .dianhua {background: url(../images/Teln.gif) no-repeat scroll 0 18px transparent;color: #666666;line-height: 20px;padding: 10px 0 10px 55px;}
.leftlx .dianhua span {display: block;font: 18px "Impact";color:#6B9F1F;}
/*page 跳转页数*/
.Page{width:100%; text-align:center; padding:50px 0px 0;}
.Page a{display:inline-block;width:65px;background:#ffffff;height:48px; vertical-align:middle; line-height:48px; font-size:14px; border:1px solid #e5e5e5; margin-left:-1px; float:left;text-decoration:none; color:#333; outline:none;}
.Page a:hover{ background:#e6a001; color:#FFF;background-repeat:no-repeat; }
.Page span{display:inline-block;min-width:45px; padding:0 10px;background:#ffffff;height:48px; vertical-align:middle; line-height:48px; font-size:14px; border:1px solid #e5e5e5; margin-left:-1px;float:left;}
.Page span.current{ background:#c02105; color:#FFF}
/* list列表页样式全部结束 */


/* content内容页开始 */

.content-right_main-title{ font-weight: bold;  height: 40px; width: 982px; line-height: 40px; border-bottom: 1px solid #ca796b; text-align: center;  }
.content_con{text-align:center;padding:40px 20px 0;}

.agent_con img{margin:20px 0;}
.agent_con .showt{line-height:28px;font-size:14px;}
.agent_con .context{margin:20px 0 0 0;}
.agent_con .context ul li{height:26px;overflow:hidden;font-size:14px;}
.agent_con .context ul li a{font-size:14px;}











/* .n_newslist-3{margin-bottom: 10px;height:110px;overflow: hidden;}
.n_newslist-3 dt{width: 68%;height: 100%;background: #e2152d;float: left;text-align: center;}
.n_newslist-3 dt a{color: #fff;}
.n_newslist-3 dt p{margin-top: 12px;}
.n_newslist-3 dd{width: 78%;height: 100%;float: left;padding: 0 3%;}
.n_newslist-3 dd h5{font-size: 15px;line-height: 30px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.n_newslist-3 dd h5 a{color: #333;}
.n_newslist-3 dd h5 a:hover{color: #e2152d;}
.n_newslist-3 dd p{  font-size: 13px;line-height: 22px;height: 44px;overflow: hidden;color: #666;}


.n_newslist{overflow: hidden;min-height: 500px;padding-bottom: 30px; width:900px;}
.n_newslist img{width: 100%;height: 130px;}
.n_newslist section{display:block;width:92%;border-bottom:1px dashed #EEE;padding:20px;margin: 0 5%;overflow: hidden;-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}
.n_newslist section .n_newslist-3{width: 20%;float: left; }
.n_newslist section .n_newslist-9{width: 77%;float: right;}
.n_newslist section h3{font-size:1em;color:#000;margin-bottom: 10px;}
.n_newslist section p{color:#666666;font-size:0.875em;line-height:25px;height: 50px;overflow: hidden;}
.n_detail{margin-top:15px;}
.n_detail span,.n_detail a{font-size:0.875em;float:left;display:block;width:110px;text-align:center;height:30px;line-height:30px;}
.n_detail span{background:#EEEEEE;color:#666666;border-right:1px solid #666;}
.n_detail a{background:#2184c8;color:#fff;}
.n_detail a:hover{background:#fa6d3c;}
.n_newslist section:hover{background: #eee;-webkit-transform:translate(0px,-5px);transform:translate(0px,-5px);}


.n_newslistyou{} */
/*新闻中心页结束*/