.notice-section{
  overflow: hidden;
}
.notice-section .banner-wrap{
  float: left;
}
.banner-wrap .swiper-container{
  width: 516px;
  height: 344px;
}
.banner-wrap .swiper-slide{
  position: relative;
}
.banner-wrap .swiper-slide img{
  width: 100%;
  height: 100%;
}
.banner-wrap .title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 41px;
  line-height: 41px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background: rgba(60, 51, 44, .5);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-section .notice-list-wrap{
  float: right;
  width: 500px;
}
.main-left .article-list li{
  margin-top: 7px;
  font-size: 14px;
  color: #4B4B4B;
}
.main-left .article-list li a{
  width: 100%;
}
.main-left .article-list li .placedTop{
  float: left;
  width: 34px;
  height: 15px;
  line-height: 15px;
  background: #D54B45;
  color: #ffffff;
  font-size: 12px;
  margin-right: 6px;
  text-align: center;
  margin-top: 4px;
}
.main-left .article-list li .title{
  float: left;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-left .article-list li .time{
  float: right;
}
.news-section{
  margin-top: 40px;
}
.main-left .section-info .article-list li{
  margin-top: 10px;
}
.main-left .section-info{
  overflow: hidden;
  margin-top: 22px;
}
.main-left .section-info>div{
  width: 503px;
}
.main-left .section-info .info-left{
  float: left;
}
.main-left .section-info .info-right{
  float: right;
}
.main-left .section-info .has-details{
  display: flex;
  position: relative;
}
.main-left .section-info .has-details .thumbnail img.top-icon{
  position: absolute;
  top: -2px;
  right: -1px;
  width: 50px;
  height: auto;
}
.main-left .section-info .has-details .thumbnail{
  width: 171px;
  height: 114px;
  position: relative;
}
.main-left .section-info .has-details .thumbnail img{
  width: 100%;
  height: 100%;
}
.main-left .section-info .has-details .text{
  margin-left: 12px;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-left .section-info .has-details .text .title{
  width: 100%;
  font-size: 16px;
  margin: 0;
  float: none;
  color: #262626;
}
.main-left .section-info .has-details .text .content{
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
  color: #B3B3B3;
  font-size: 14px;
  line-height: 20px;
}
.main-left .section-info .has-details .text .has-details-time{
  margin-top: 5px;
  color: #B3B3B3;
  font-size: 14px;
  display: inline-block;
}
.bill-college-section,.bill-encyclopedia-section{
  margin-top: 40px;
}
.bill-encyclopedia-section .bill-encyclopedia-list{
  overflow: hidden; 
}
.bill-encyclopedia-section .bill-encyclopedia-list li{
  float: left;
  width: 323px;
  margin-top: 52px;
  margin-left: 39px;
  position: relative;
}
.bill-encyclopedia-section .bill-encyclopedia-list li:nth-child(3n+1) {
  margin-left: 0;
}
.bill-encyclopedia-section .bill-encyclopedia-list li a{
  display: block;
}
.bill-encyclopedia-section .bill-encyclopedia-list li a::after{
  content: '';
  clear: both;
}
.bill-encyclopedia-section .bill-encyclopedia-list li .thumbnail{
  float: left;
  width: 137px;
  height: 91px;
  position: relative;
}
.bill-encyclopedia-section .bill-encyclopedia-list li .thumbnail img{
  width: 100%;
  height: 100%;
}
.bill-encyclopedia-section .bill-encyclopedia-list li .thumbnail img.top-icon{
  position: absolute;
  top: -2px;
  right: -1px;
  width: 50px;
  height: auto;
}
.bill-encyclopedia-section .bill-encyclopedia-list li .text{
  float: right;
  width: 170px;
}
.bill-encyclopedia-section .bill-encyclopedia-list li .text .title{
  font-size: 16px;
  margin: 0;
  color: #4B4B4B;
}
.bill-encyclopedia-section .bill-encyclopedia-list li .text .content{
  margin-top: 5px;
  color: #B3B3B3;
  font-size: 14px; 
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  line-height: 24px;
}
.swiper-container .hide{
  opacity:0;
}
.swiper-button-next,.swiper-button-prev{
  transition:opacity 0.5s;
}