.news-container{
  padding-top: 90px;
}
.news-container .news-title{
  height: 230px;
  background: url("/images/news/news-bg.jpg") no-repeat center center;
}
.news-container .news-title .w1200{
  height: 100%;
  padding: 80px;
  box-sizing: border-box;
}
.news-hot-box{
  padding: 60px 10px 20px 10px;
  text-align: left;
  overflow: hidden;
  border-bottom: 1px dashed #dddddd;
}
.news-hot-box .nhb-bannner{
  width: 510px;
  overflow: hidden;
  display: inline-block;
  height: 312px;
  float: left;
}
.news-hot-box .nhb-bannner ul{
  width: 1000%;
  height:312px;
}
.news-hot-box .nhb-bannner ul li{
  width: 510px;
  height: 100%;
  display: none;
}
.news-hot-box .nhb-bannner ul li.current{
  width: 510px;
  height: 100%;
  display: block;
}
.news-hot-box .news-circle{
  text-align: center;
  margin-top: 15px;
}
.news-hot-box .news-circle span{
  display: inline-block;
  width:9px;
  height: 9px;
  background: #8a8a8a;
  margin-right: 5px;
  cursor: pointer;
}
.news-hot-box .news-circle span.current,.news-hot-box .news-circle span:hover{
  background: #2196f3;
}
.news-hot-box .nhb-article{
  width: 560px;
  display: inline-block;
  float: right;
}
.news-hot-box .nhb-article .na-date{
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #1877bf;
  color:#fff;
  font-size: 15px;
  text-align: center;
}
.news-hot-box .nhb-article .na-date h1{
  font-size: 25px;
  margin-top: 10px;
}
.news-hot-box .nhb-article h3{
  font-size: 20px;
  line-height: 30px;
  margin:12px 0;
}
.news-hot-box .nhb-article .na-p{
  font-size: 16px;
  color:#666;
  line-height: 26px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-indent: 2rem;
}
.news-hot-box .nhb-article .a-more{
  color:#666;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin-top: 20px;
}
.news-hot-box .nhb-article .a-more span{
  float: left;
}
.news-hot-box .nhb-article .a-more em{
  display: inline-block;
  width: 10px;
  height: 20px;
  margin-left: 5px;
}
.news-hot-box .nhb-article .a-more:hover{
  color:#1877bf;
}

.news-hot-box .nhb-article .a-more:hover .icon12{
  background-position: -16px -53px;
}
.news-group h1{
  font-size: 36px;
}
.news-group h3{
  font-size: 18px;
  line-height: 40px;
  color:#333;
}
.news-group p{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-group .cg-img{
  background: #b0b0b0;
  width: 310px;
  height: 186px;
  margin-top: 15px;
}
.news-box .cg-img img{
  width: 100%;
}
.news-detail-article .h2{
  font-size: 24px;
  padding: 60px 0 50px;
  color:#333;
  text-align: center;
}
.news-detail-article .title-bg{
  height: 38px;
  line-height: 38px;
  color:#999;
  font-size: 16px;
  text-align: center;
  background: url("/images/news/title-bg.png")repeat;
  font-weight: normal;
}
.news-detail-article .title-bg span+span{
  margin-left: 35px;
}
.news-detail-article .article-content{
  padding: 35px;
}
.news-detail-article .article-content p{
  font-size: 16px;
  line-height: 24px;
  color:#666;
  text-indent: 2rem;
}
.news-detail-article .article-page{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin:20px 35px 50px;
  font-size:16px;height: 40px;
}
.news-detail-article .article-page a{
  font-size:16px;
  color:#666
}
.news-detail-article .article-page a:hover{
  color:#005eb8;
}
.news-detail-article .article-page a+a{
  float: right;
}
/*新闻卡*/
.expertNew_card{
  border-top: 1px solid #eeeeee;
  padding: 20px 10px;
  transition:box-shadow 1s;
  -webkit-transition:box-shadow 1s; /* Safari */
}
.expertNew_card:hover{
  box-shadow: 0px 1px 10px 2px #dddddd;
}
.expertNew_card:first-child{
  border-top: none;
}
.expertNew_card:first-child{
  border: none;
}
.expertNew_card>div{
  display: inline-block;
  vertical-align: top;
}
.expertNew_card_left{
  max-width: 320px;
  padding:10px;
  min-height: 210px;
  line-height: 210px;
  overflow: hidden;
}
.expertNew_card_left>img{
  width: 100%;
  height: auto;
  transition:transform 1s;
  -webkit-transition:transform 1s; /* Safari */
}
.expertNew_card_right{
  width: 800px;
  /*padding-left: 50px;*/
}
.expertNew_card_right>span{
  font-size: 14px;
  padding: 0 0 15px;
  display: inline-block;
  width: 100%;
  color: #999999;
  text-align: left !important;
}
.expertNew_card_right>h4{
  font-size: 20px;
  color: #333333;
  padding-top: 20px;
  text-align: left !important;
  height: 90px;
  /*overflow: hidden;*/
  /*text-overflow:ellipsis;*/
  /*white-space:nowrap;*/
}
.expertNew_card_right>p{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding-bottom: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 45px;
  text-indent: 2rem;
  text-align: left;
}
.expertNew_card_right>a{
  color: #1877bf;
  display: inline-block;
  text-decoration:none;
  width: 100px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #1877bf;
  margin: 40px 89px;
}
.expertNew_card:hover .expertNew_card_right>a{
  color: #FFFFFF;
  background-color: #1877bf;
}
.expertNew_card:hover .expertNew_card_left>img{
  transform: scale(1.1);
}
#news2id{
  padding-top: 20px;
}
.news-hot-box .swiper-container {
  width: 100% !important;
  height: 100% !important;
}
.news-hot-box .swiper-container img{
  width: 100% !important;
  height: auto;
}
/*新闻详情图片的控制*/
#nr img{
  max-width: 90%;
  display: block;
  margin: 20px auto;
}