#topnav{ top:0px;}
.newsmain{ width:100%; padding:30px 0; background:#f0f0f0; display:table;}
.newstype{ width:100%; height:40px; line-height:40px; margin-bottom:50px; text-align:center; }
.newstype a{  font-size:22px;  font-family:"微软雅黑"; font-weight:bold;  color:#313131; display:inline; float:none; }
.newstype a:hover{  font-size:22px;  font-family:"微软雅黑"; font-weight:bold; color:#ff8400; }
.newstype a.active{  font-size:22px;  font-family:"微软雅黑"; font-weight:bold; color:#ff8400; }
.newstype  span{ width:60px; display:inline-block;}
.newstype p{ border-top:1px dashed #313131; border-bottom:1px dashed #313131; display:inline-block;   }

#newsboxes .newsbox{ width:320px; float:left; background:#fff; margin-bottom:20px; font-family:"微软雅黑";    }
#newsboxes .newsbox img{ width:100%; }
#newsboxes .newsbox .tit{ display:block;}
#newsboxes .tit{ font-size:16px; line-height:20px; margin-top:15px; width:90%; padding:0 5%;  color:#313131;   }
/* 文字截断 */
.ui-nowrap,
.ui-nowrap-flex,
.ui-nowrap-2,
.ui-nowrap-3{
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-nowrap {
  max-width: 100%;
  white-space: nowrap;
}
.ui-nowrap-flex,
.ui-nowrap-2,
.ui-nowrap-3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ui-nowrap-flex {
  -webkit-line-clamp: 1;
  -webkit-box-flex: 1;
  height: inherit;
}
/*要截断的行数*/
.ui-nowrap-2 {
  -webkit-line-clamp: 2;
}
.ui-nowrap-3{
  -webkit-line-clamp: 3;
}
/*文字截断*/
.ui-nowrap-2 {
  -webkit-line-clamp: 2;
}
.ui-nowrap-flex, .ui-nowrap-2, .ui-nowrap-3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ui-nowrap, .ui-nowrap-flex, .ui-nowrap-2, .ui-nowrap-3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
#newsboxes .txt{ font-size:13px; color:#929292; margin-top:20px; width:90%; padding:0 5%;}
#newsboxes p{  width:90%; padding:0 5%; border-top:1px solid #929292; margin-top:20px; line-height:36px; color:#929292; padding-bottom:10px;}

.news{ width:100%; background:#f8f8f8; padding:50px 0; font-family:"微软雅黑";     }
.news h1{ width:100%; height:auto; line-height:40px; color:#313131; font-size:28px; text-align:left; border-bottom:1px solid #929292; padding-bottom:15px; }
.news .data{ width:100%; text-align:left; color:#929292; line-height:30px; font-size:13px; margin-top:20px;}

.news .detail{ width:100%; height:auto; display:table;}
.news .detail .left{ width:690px; float:left; margin-right:30px;}
.news .detail .img{ width:100%; margin-top:5px;}
.news .detail .text{ width:100%; margin-top:40px;}
.news .detail .text p{ text-align:left; line-height:20px; font-size:13px; color:#929292; margin-bottom:20px;}
.news .detail .share{ width:100%; height:32px; border-top:1px solid #929292; padding-top:20px; margin-top:50px; }
.news .detail .share a{ margin:0 50px;}
.news .detail .share span{ color:#313131; font-size:20px; float:left; height:32px; line-height:32px; margin-right:50px;}
.news .detail .right{ width:300px; float:left; }
.news .detail .right h2{font-family:"微软雅黑"; font-weight:bold; margin-bottom:10px; line-height:30px; font-size:18px; color:#313131;}
.news .detail .right ul{ width:100%; margin-bottom:30px; }
.news .detail .right ul li{ width:100%; border-bottom:1px solid #929292; padding:10px 0;  }
.news .detail .right ul li a{ display:block; color:#313131; line-height:18px; font-size:13px;}
.news .detail .right ul li p{ font-size:12px; line-height:12px; color:#929292; margin-top:5px;}
.news .detail .right ul li.more{ border:none;}
.news .detail .right ul li.l{ border:none;}
.news .detail .right ul li.more a{ color:#929292;}
.news .detail .right h3{margin-bottom:10px; line-height:30px; font-size:18px; color:#313131; margin-top:50px;}
#slides{ width:690px; height:450px; display:none; overflow:hidden;}
.slide{ width:690px; height:450px; text-align:center; overflow:hidden;}
.slide img{ max-height:100%; width:auto;}
.slidesjs-pagination{ display:none;}
