#x-form .tel1::placeholder{color:#ff0000;background-attachment: fixed;}

html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;color:#666;}
a:link{color:#666;}
a:hover,a:active,a:focus{color:#f08519;text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}


.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

.pro_wap{display:none;}


/*公用样式*/
.wt{width:1920px;position: relative;left:50%;margin-left:-960px;}
.wt_t{width:1200px;margin:0 auto;}

.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.my-header .fen1{width: 324px;height: 23px;background:#dde2e6;border-radius:0 0px 10px 10px;
text-align: center;}
.fen1  a{font-size: 12px;color: #898989;font-weight: 400;}



.left1{height: 104px;line-height: 104px;}
.right1{width: 660px;height: 104px;}

.bot1{    color: #898989;
  font-size: 12px;
  height: 80px;
  line-height: 80px;
float:right;}
.bot1 a{color: #898989;font-weight: 400;}
.bot1 a:hover{color: #f08519;}
/*头部*/
.hh1{height:27px;background:#eeeeee;overflow: hidden;}
.wel{color:#777777;font-size:13px;line-height:27px}
.kk1{color:#777777;font-size:13px;line-height:27px}
.kk1 a{color:#777777;font-size:13px;line-height:27px}

.hh2{height:159px;background:url(../images/sky.png) no-repeat center top;}
.logo{line-height:159px;}
.sou{margin-left: 75px;}
.tel{float:right;margin-top:50px;line-height:26px;}






/*导航*/

#menux{background:#0574c2}
.navx{height:58px;width:1200px;margin:0 auto}
.navx li{line-height:58px;height:58px;text-align:center;width:150px;float:left;position:relative;z-index:999;}
.navx li a{display:block;line-height:58px;color:#fff;height:58px;font-size:20px}
.navx li a:hover{color:#fff;text-decoration:none;background-color:#000000;}

.navx .sec{height:0;background:#01557a;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:58px;left:0px;}
.navx .sec a{background:#01557a;color:#fff;height:38px;line-height:38px;width:150px;}
.navx .sec a:hover{background:#042d3f;text-decoration:none;}








/* 导航样式 */
.x-menu {
  float: left;
  height: 44px;
}

.x-menu > li {
  float: left;
  position: relative;
  width: 150px;
  text-align: center;
}

.x-menu > li > a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
  height: 44px;
  padding:0px 25px;
}

.x-menu > li:hover > a{
  background: #f08519;
  color: #fff;
}

.x-menu > li.active > a {
  background: #f08519;
  color: #fff;
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
  display:none;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 44px;
  background: #249ac4;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #fff;
  line-height: 44px;
}

.x-sub-menu > li > a:hover {
  background: #f08519;
  color: #fff;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #249ac4;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  background: #249ac4;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  background: #249ac4;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}



/* 常见问题上下滚动 */
.wen2{width:450px;float:right}
.chang{background:url(../images/tab1.png) no-repeat center top;width:106px;height:30px;float:left;text-align:
center;line-height:30px;color:#fff;font-size:14px}
#kehu{overflow:hidden;height:390px;margin:0 auto;position:relative;margin-top:30px}
#jian {height:100%;}
#zheng {}
#xtop{}

.news_listt{display: block;}
.news_listt li{margin-top:20px;border-bottom: 1px dashed #000000;height:110px;}
.news_listt li a{line-height:35px;height:35px;color:#333333;display:block;background: url(../images/w.png) no-repeat 0
50%;padding-left:30px;font-weight: 400;font-size:16px}
.news_listt li a:hover{text-decoration:none;color:#0574c2;}
.news_listt li span{color:#666666;z-index:0;line-height:27px;display:block;background: url(../images/d.png) no-repeat 0
6px;padding-left:30px;font-size:14px;height:54px;overflow: hidden;margin-top:5px}
.news_listt li span a.more{display:inline;color:#0095b5;background: none;padding-left:0;font-weight: 400;}
























/*热门搜索*/
.search{text-align:left;height:24px;background-color:#f8f8f8;padding:5px 10px 5px 10px;}
#formsearch{width:320px;float:left;}
.hotSearch{width:400px;float:left;height:24px;line-height:24px;font-weight:normal;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}

/*搜索和热门搜索*/
.hotSearch a{margin-right:6px;}




.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;overflow:hidden;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);overflow:hidden;}





/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


/* 头部 */
.my-search{    width: 169px;
  height: 33px;
  border-radius: 20px;
  border: 1px solid #00a2e9;
  line-height: 33px;
  margin-top: 25px;
  margin-left: 3px;}
.my-search #keyword{width: 130px;border:none;outline:none;line-height: 33px;height: 33px;float: left;
  border-radius:20px 0px 0px 20px;background:transparent;margin-top: -2px;padding-left: 10px;}
.my-search #s_btn{width: 33px;height: 33px;display: block;border:none;
outline:none;border:none;background:url(../images/search-btn.png) no-repeat center center;background-color:#00a2e9;
border-radius:20px;float: left;margin-left: 4px;
margin-top: -1px;}
.top-ct{width: 185px;height: 33px;display: block;background:url(../images/top-tel.png) no-repeat center left;margin-top: 25px;margin-left: 14px;padding-left: 38px;}
.top-ct h2{font-size: 12px;color: #332c2b;font-weight: 400;}
.top-ct h3{font-size: 20px;color: #ee7904;font-weight: 400;}

.my-nav{background:#00a2e9;height: 44px;line-height: 44px;}


/* 公司简介 */
.my-about{margin-top: 60px;}
.left2{width: 896px;height: 398px;display: block;float: left;}
.right2{width: 263px;height: 398px;display: block;float:right;}
.title1{background:url(../images/tl-bg1.png) no-repeat top center;
width: 896px;height: 45px;display: block;line-height: 45px;}
.title1 span:first-child{font-size: 18px;color: #fff;font-weight: 400;margin-left: 11px;}
.title1 span:nth-child(2){margin-left: 41px;}
.title1 span:nth-child(3),.title1 span:nth-child(4),.title1 span:nth-child(5){
  margin-left: 27px;
}
.title1 li{float: left;font-size: 13px;color: #5c5c5c;}
.title1 li:nth-child(2){margin-left: 37px;}
.title1 li+li{margin-left: 28px;}
.tl-right{background:url(../images/more1.png) no-repeat center center;
width: 45px;height: 45px;display: block;}
.tl-right:hover{background:url(../images/more2.png) no-repeat center center;}
.bbot1{padding-top: 18px;}
.boot1 img{width: 368px;height: 331px;display: block;overflow: hidden;}
.rrt1 p{font-size: 14px;color: #4c4c4c;font-weight: 400;line-height: 27px;width: 515px;}
.rrt1 p+p{margin-top: 15px;}
.more1{width: 70px;height: 28px;display: block;border-radius:20px;border:1px solid #919191;
font-size: 12px;color: #595959;font-weight: 400;line-height: 26px;text-align: center;margin-top: 30px;}
.more1:hover{background:#f08519;color: #fff;border:none;line-height: 28px;}


.title2{width: 262px;height: 45px;display: block;background:url(../images/tl-bg2.png) no-repeat top center;
padding-left: 23px;}
.title2 h2{font-size: 18px;font-weight: 100;color: #fff;line-height: 45px;}
.title2  h2 span{font-size: 12px;font-weight: 200;color: #fff;text-transform: uppercase;}


.right-nav1{margin-top: 24px;}
.right-nav1 li{width: 262px;height: 75px;display: block;position: relative;
float: left;}
.right-nav1 li img{width: 262px;height: 75px;overflow: hidden;z-index:99;}
.right-nav1 li h2 a{font-size: 16px;font-weight: 100;color: #fff;display: block;width:262px;
text-align:center;z-index:9999;position: absolute;top:21px;margin:0 auto;}
.right-nav1 li h3 a{font-size: 12px;color: #fff;font-weight: 100;text-align:center;
text-transform: uppercase;z-index:9999;width:262px;position: absolute;top:50px;}
.right-nav1 li+li{margin-top: 10px;}


/* 新闻 */
.my-news{background:#eef6f9;height: 537px;margin-top: 49px;padding-top: 43px;}
.left3{width: 690px;height: 458px;display:block;}
.right3{width:458px;height: 466px;display: block;}
.title3{width: 690px;height: 45px;background:url(../images/tl-bg3.png) no-repeat top center;}
.title3 span:first-child{font-size: 18px;color: #fff;font-weight: 400;margin-left: 11px;line-height: 45px;}
.title3 li{height: 45px;line-height: 45px;font-size: 13px;color: #5c5c5c;font-weight: 400;}
.title3 li:nth-child(2){margin-left: 27px;}
.title3 li+li{margin-left: 27px;}



.rrt3{width: 590px;height: 88px;display: block;}
.display3{margin-top: 20px;}
.rrt3 h2{font-size: 16px;color: #333333;font-weight: normal;}
.rrt3 h3{font-size: 12px;color: #757575;font-weight: 400;line-height: 22px;margin-top: 5px;}
.rrt3 h3:hover{color:#f08519;}
.rrt3 h2:hover{color:#f08519;}
.rrt3 h4:hover{color:#f08519;}
.rrt3 h4{font-size: 12px;color: #757575;font-weight: 400;margin-top: 8px;line-height: 16px;}
.display3 li+li{margin-top: 24px;}

.bbot3{width: 690px;height: 168px;display: block;margin-top: 27px;border-top:1px dashed #c4c6c7;padding-top: 20px;}
.bbot3 li{    height: 34px;
  width: 690px;
  display: block;
  float: left;
  line-height: 34px;}
.bbot3 li h2{font-size: 14px;color: #5c5c5c;font-weight: 400;background:url(../images/news-icon1.png) no-repeat center left;
padding-left: 10px;}
.bbot3 li h2:hover{color: #f08519;}


.title4{background:url(../images/tl-bg4.png) no-repeat top center;
width: 458px;height: 45px;display: block;}
.more2{width: 45px;height: 45px;background:url(../images/more1.png) no-repeat center center;}
.more2:hover{background:url(../images/more2.png) no-repeat center center; }

.more3{width: 45px;height: 45px;background:url(../images/more1.png) no-repeat center center;}
.more3:hover{background:url(../images/more2.png) no-repeat center center; }
.title4 span:first-child{font-size: 18px;color: #fff;font-weight: 400;margin-left: 11px;line-height: 45px;}


.display4{margin-top: 24px;width: 457px;height: 396px;display: block;}
.display4 li{position: relative;width: 457px;height: 396px;display: block;
float: left;}
.display4 li img{width: 457px;height: 351px;display: block;overflow: hidden;}
.display4 li h3{height: 45px;width: 457px;display: block;
background:#3c3e3f;line-height: 45px;text-align:left;font-size: 15px;
color: #fff;font-weight: 200;padding-left: 15px;}
.slideBox .hd ul li{text-indent: -100px;width: 8px;height: 8px;
display: block;border-radius:50%;background:#fff;float: left;margin:0 3px;}
.slideBox .hd ul li.on{background:#f08519;}
.slideBox .hd ul li:hover{background:#f08519;}

.slideBox .hd{position: absolute;bottom:18px;right:35px;z-index:9999;}
.slideBox{position: relative;}
.slideBox .next{width: 9px;height: 17px;display: block;background:url(../images/icon-left.png) no-repeat center center;
position: absolute;    bottom: 14px;right: 84px}
.slideBox .prev{width: 9px;height: 17px;display: block;background:url(../images/icon-right.png) no-repeat center center;
  position: absolute;bottom: 14px;right:17px;}


/* 项目建设 */
.my-pro{padding-top: 43px;padding-bottom: 46px;}
.title5{background:url(../images/tl-bg5.png) no-repeat top center;width: 1200px;height: 45px;
line-height: 45px;}
.title5 span:first-child{font-size: 18px;color: #fff;font-weight: 400;margin-left: 11px;line-height: 45px;}
.display5 li{width: 391px;height: 304px;display: block;float: left;}
.display5{margin-top: 20px;position: relative;}
.display5 li{margin-right: 15px;}
.display5 li img{width: 391px;height: 260px;display: block;overflow: hidden;}
.display5 li h3{height: 44px;display: block;width: 391px;display: block;
font-size: 16px;color: #4c4c4c;font-weight: 400;line-height: 44px;text-align:center;}
.display5 li:hover h3{color: #f08519;}

.gund1 .lb{width: 38px;height: 38px;display: block;background:url(../images/left1.png) no-repeat center center;position: absolute;    top: 230px;
  left: 289px;
}
.gund1 .rb{width: 38px;height: 38px;display: block;background:url(../images/right1.png) no-repeat center center;position: absolute;
  top: 230px;
left: 1592px;}
.gund1 .lb:hover{background:url(../images/left2.png) no-repeat center center;}
.gund1 .rb:hover{background:url(../images/right2.png) no-repeat center center;}

/* fooetr */
.footer{background:url(../images/footer-bg.png) no-repeat top center;height: 348px;position: relative;}


/* 二级菜单  自写*/
.clearfix:after{content: ''; display: block; clear: both;}
*{margin: 0; padding: 0;}
ul, ol{list-style: none;}
a{text-decoration: none; cursor: pointer;}
nav{position: fixed; box-sizing: border-box; width: 100%; padding:12px; background: #fdf5e6;}
.nav-bot > ul{float: right;}
.nav-bot > ul > li{float: left; margin: 0 16px;}
.nav-bot li ul{
  position: absolute;
  top: 52px;
  background: #0371a1;
  white-space: nowrap;
  box-shadow: 0 0 5px rgb(0, 0, 0, 0.5);
  width: 300px;
}
.nav-bot li ul li{font-size: 14px;color: #fff;font-family:'微软雅黑';}
.nav-bot  > li  ul{
  display: none;
}    
.nav-bot > li.active ul{
  display: block;
}
.nav-bot > li ul li:hover{background:#f08519;}
.nav-bot > li{width: 25%;height: 52px;display: block;float: left;
line-height: 52px;text-align:center;background:url(../images/bot-nav.png) no-repeat top 24px right 92px;}
.nav-bot > li > a{font-size: 16px;color: #fff;font-weight: 300;}


.left5{width: 295px;height: 212px;display: block;float: left;padding-top: 41px;}
.center5{width: 573px;height: 212px;display: block;float: left;padding-top: 41px;margin-left: 10px;}
.right5{width: 322px;height: 212px;display: block;float:right;padding-top: 41px;}
.bbot5{font-size: 12px;color: #fff;font-weight: 100;margin-top: 20px;line-height: 27px;}

.bbot6 ul{    float: left;
  display: block;
  width: 97px;
  overflow: hidden;margin-top: 10px;}
  .bbot6 ul li{line-height: 26px;}
  .bbot6 ul:nth-child(3){margin-left:5px;}
.ttop6 a+a{margin-left: 20px;}
.ttop6 a{font-size: 14px;color: #fff;font-weight: 400;}
.bbot6 ul li:hover a{text-decoration:underline;}
.bbot6 ul li a{font-size:12px;color: #fff;font-weight: 100;}

.llf7{width: 153px;height: 131px;}
.rrt7{width: 153px;height: 131px;margin-left: 15px;}

.llf7 h2{width: 22px;height: 131px;display: block; float: left;text-align: center;
background:url(../images/wechat.png) no-repeat top 8px center;
padding-top: 23px;font-size: 12px;color: #fff;font-weight: 400;}
.rrt7 h2{width: 22px;height: 131px;display: block;float: left;
  text-align: center;background:url(../images/tel.png) no-repeat top 8px center;
padding-top: 27px;font-size: 12px;color: #fff;font-weight: 400;}


.footer3{height: 45px;line-height: 28px;font-size: 12px;color: #fff;font-weight: 100;
}
.footer3 a{color:#fff;}
.my-link{line-height:24px;font-size:15px;color:#000;}
.my-link a{color:#000;font-size:15px;}
.my-link a+a{margin-left:15px;}


.bbot6 ul li:hover a{color:#fff;font-weight:550;}


/*é¦–é¡µç•™è¨€è¡¨å•*/
.index_message{position: relative;}
.name_input{border:1px solid #cccccc; margin-top: 5px; background: #fff; height: 22px; width: 189px;}
.input_left{float: left; width: 40px; text-align: center; background:url(../images/title_left.jpg) left top repeat-x; height: 22px; line-height: 22px}
.input_right{position: relative; float: right;}
.input_right input{height: 22px; line-height: 22px;}
.input_right .m_label{position:absolute;width:100px;text-align:left;line-height:22px;padding-left:6px;color:#ccc;z-index:1;cursor:text;}


#m_div{width:222px;position:fixed;right:2px;bottom:0px;padding-bottom:1px;z-index:99999;background:none;}
.d_label{line-height:18px;padding-top:8px; width:160px;}
.w_message{border:1px solid #4a9cf9;padding:7px;padding-top:3px; height:236px; background:#fff;padding-bottom:27px;display:block; background:url(../images/message_bg.jpg) left top no-repeat;}
.w_message #name{width:142px;height:22px;line-height:22px; border: none !important;}
.w_message #contact{width:142px;height:20px;line-height:20px; border: none !important;}
.w_message #content{width:176px;height:65px;resize:none;overflow-y:auto;overflow-x:hidden;}
.w_message #checkcode{width:82px;height:22px;line-height:22px;border:1px solid #ccc;background-color:#fff;}


#message_main{display:table-cell;}
.w_message #message_main tr{display:block;width:100%;overflow:hidden;line-height:28px;}
.w_message #message_main tr th{height:28px;line-height:28px;width:37px;text-align:center;vertical-align:middle;overflow:hidden;}
.w_message #code{padding-top:0px; margin-top: 5px;}
.w_title{background:none;color:#fff;;position:relative;cursor:pointer;height:33px;width:222px;overflow:hidden;}
.w_message #message_main .m_input{border:1px solid #ccc;background-color:#fff;}
.w_message .msgbtn{width:93px;height:29px;line-height:20px; background:url(../images/submit.png) 50% 50% no-repeat;margin-top:3px;border:none;font-family:"å®‹ä½“",arial;font-size:12px;margin-left:54px; font-family: "å¾®è½¯é›…é»‘"; color: #fff;}
.w_message .msgbtn_hover{background:#3c96fc;color:#fff;border:1px solid #3c96fc;}
.index_message input{cursor:pointer;}


.m_close{background:url(../images/messbtn.png) left top no-repeat;position:absolute;right:0px;top:0px;cursor:pointer;overflow:hidden;
width:19px;height:20px;right:12px;top:8px;cursor:pointer;}
.m_open{background:url(../images/messbtn1.png) left top no-repeat;;}
.w_message .m_under{position:absolute;width:227px;height:37px;line-height:41px;left:0;bottom:1px;}
.w_message .support{color:#000;width:100px;position:absolute;bottom:1px;right:8px;font-size:12px;}
#m_top{height: 1px;font-size: 0px;line-height: 1px;margin: 0 2px;background:#4a9cf9;}
#m_mid{height: 1px;font-size: 0px;line-height: 1px;margin: 0 1px;background:#4a9cf9;}
#m_bot{background:#4a9cf9;height:31px;line-height:31px;padding-left:9px; font-family: "å¾®è½¯é›…é»‘"; font-size: 13px;}


.xypg-news-list .nimg1{
    width: 270px;
    height: 202px;
}

.xypg-news-list .nimg1 img{
    width: 270px;
    height: 202px;
    
}
.xypg-news-list .nwz{
    width: 520px;
}


