@charset 'utf-8';
/*新闻*/
.news{
  background: #f2f2f2;
}
.news-container{
  width: 1000px;
  margin: 40px auto 60px;
  background: #fff;
  overflow: hidden;
  background: #fff;
}
.news-left{
  width: 215px;
  float: left;
}
.news-title{
      width: 100%;
    height: 120px;
    line-height: 120px;
  background: url("/templateRes/202001/14/402847/402847/images/news-title.png")left center;
  background-size: 100% 100%;
    font-size: 22px;
    color: #Fff;
    padding-left: 32px;
    box-sizing: border-box;
}
.news-img{
  width: 100%;
}
.news-left ul li{
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  padding: 0 20px 0 26px;
  box-sizing: border-box;
}
.news-left ul li a{
  display: block;
    width: 100%;
    line-height: 56px;
    font-size: 18px;
  color: #666666;
  background: url("/templateRes/202001/14/402847/402847/images/left-b.png")right center no-repeat;
  background-size: 11px 19px;
}
.news-left ul .active, .news-left ul li:hover{
  background: #095ba3;
  border-bottom: none;
}
.news-left ul .active a, .news-left ul li:hover a{
  color: #ffffff;
  background: url("/templateRes/202001/14/402847/402847/images/left-w.png")right center no-repeat;
  background-size: 11px 19px;
}
.news-right{
  width: 715px;
  float: right;
  margin-right: 40px;
  padding-bottom: 60px;
}
.position{
  font-size: 15px;
  color: #666666;
  text-align: right;
  overflow: hidden;
  line-height: 48px;
  border-bottom: 1px solid #dddbdb;
  padding-top: 10px;
  box-sizing: border-box;
}
.position span{
  float: left;
  font-size: 22px;
}
.position a{
  font-size: 15px;
  color: #666;
}
.position a:hover{
  color: #095ba3;
}
.position img{
  margin-right: 8px;
}
.news-detail{
  margin-top: 35px;
}
.news-detail-top{
  1border-bottom: 1px solid #dddbdb;
  padding-bottom: 25px;
}
.news-detail-top h2{
  font-size: 30px;color: #262525;
  text-align: center;
}
.news-detail-top p{
  color: #666;
  font-size: 15px;
  margin-top: 24px;
}
.news-detail-top p.info1{
	text-align:center;	
}
.news-detail-top p span{
  margin: 0 8px;
}
.news-detail-center {
  border-top:1px solid #ccc;
  margin-top:15px;
}
.news-detail-center img{
  width: 650px;
}
.news-detail-center p{
  font-size: 15px;
  line-height: 38px;
  margin-top: 15px;
}
.attch { font-size:15px; margin-top:20px; }
.attch div { margin-top:10px; }
.page{
  text-align: center;
}
.page a{
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  color: #595959;
  margin: 0 4px;
}
.page .page-first,.page .page-last{
  width: 66px;
  background: #0277d6;
  border: 1px solid #0277d6;
  color: #fff;
}
.page .active,.page a:hover{
  background: #0277d6;
  border: 1px solid #0277d6;
  color: #fff;
}
.news-list-item{
  border-bottom:  1px solid #dddbdb;
  padding: 38px 0 26px;
  overflow: hidden;
}
.news-list-i-left{
  width: 241px;
  height: 161px;
}
.news-list-i-right{
  width: 586px;
  float: right;
}
.news-list-i-right2{
  width: 100%;
}
.news-list-i-right h3{
  font-size: 15px;
  line-height: 36px;
  color: #575757;
  font-weight: 400;
  /*以下5条，缺一不可*/
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;/*在第二行显示...*/
  -webkit-box-orient: vertical;
}
.news-list-i-right p{
  font-size: 18px;
  color: #979797;
  margin: 8px 0 18px
}
.news-list-i-right a{
  width: 97px;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  color: #095ba3;
  border: 1px solid #095ba3;
  border-radius: 14px;
  text-align: center;
}
.news-list-i-right a img{
  margin-top: 4px;
}
.news-list-i-right a:hover{
  font-weight: bold;
}