.banner_box {
  width: auto;
  height: 550px;
  margin: auto;
  background: url("../img/banner.png") no-repeat;
  background-size: 100% 100%;
}
.wt {
  min-width: 1200px;
}
/* 主体部分 */
.subject_box {
  width: auto;
  margin: auto;
  background: #eee; 
}

.notice_box {
  
}

.notice_left {
   display: flex;
   height: 80px;
   background: #1765A6;
   width: 100%;
   min-width: 1200px;
   justify-content: center;
}

.topic {
    width: 200px;
    height: 80px;
    font-family: SourceHanSansCN-Regular;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
}
.actived{
	
}
.topic a {
  color: #999999;
}

.topic:hover { 
}

.topic:hover a {
  color: #fff;
}

.topic_active {   
 background: url(../img/btn_bg.png) no-repeat;
 background-size: 100% 100%;
}

.topic_active a {
  color: #fff;
}

.partyBuild_content {
  width: 1130px;
	min-height: 300px;
	margin: auto;
	padding: 40px 65px 80px 0px;
	min-width: 1180px;
	max-width: 1200px;
}

.partyBuild_content ul {
  max-width: 1280px;
  margin: auto;
}

.partyBuild_content > ul>a > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 143px;
  padding: 0 33px 0 34px;
  background-color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  /* border: 1px solid #d2d2d2; */
}

.partyBuild_content > ul>a > li:hover {
  background-color: #ecf9ff;
  cursor: pointer;
}

.partyBuild_content > ul > li:hover .build-view {
  background-color: #1765a6;
  color: #333333;
}

.partyBuild_content > ul > li:hover a.build-view {
  color: #ffffff;
}

.partyBuild_content > ul>a > li:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #1765a6;
}

.partyBuild_content > ul>a > li > .build-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.partyBuild_content > ul>a > li > .build-left .build-day {
  width: 65px;
  font-family: SourceHanSansCN-Bold;
  font-size: 62px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1765a6;
}

.partyBuild_content > ul>a > li > .build-left .build-year {
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.partyBuild_content > ul>a > li > .build-left .build-drop {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1765a6;
  margin-right: 25px;
}

.partyBuild_content > ul>a > li > .build-left .build-title {
  min-width: 620px;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.partyBuild_content > ul > li > .build-view {
  width: 114px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  border-radius: 5px;
  color: #333333;
  background-color: #f6f6f6;
}

.partyBuild_content > ul > li > .build-view > a {
  color: #333333;
}

.dis {
  display: flex;
  align-items: center;
}

.m-l-34 {
  margin-left: 35px;
}

.title {
  font-family: SourceHanSansCN-Regular;
  font-size: 31px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 30px;
}

.notice_top {
    min-height: 224px;
    padding: 35px 0px 0;
    overflow: hidden;
    max-width: 1180px;
    min-width: 1180px;
    background-color: #ffffff;
    margin-top: 10px;
	margin: 20px auto auto auto;
}
.put_lm {
    text-align: center; 
}
.pub_lm{
  width: 100%;
  height: 308px;
}
.pub_lm img{
  width: 100%;
  height: 308px;
}
.notice_tl{
	font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
    padding-bottom: 6px;
    margin-bottom: 30px;
    color: #666666;
    display: inline-block;
}
.notice_cont {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px auto;
	width: 1113px;
}
  /* 外层容器 */
  .swiper {
    width: 1180px;
    height: 482px;
}
.swiper-wrapper {
    width: 1180px;
    height: 482px;
}
/* 轮播项 */
.swiper .swiper-slide {
    width: 387px;
    height: 444px;
    font-size: 32px;
    font-weight: 500; 
    /* 文字垂直居中 */
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background: #fff;
}
/* 色彩来源：https://color.uisdc.com/ */
.swiper .swiper-slide-1 {
    
}
.swiper .swiper-slide-2 {
    
}
.swiper .swiper-slide-3 {
    
}
.swiper .swiper-slide-4 {
    
}
.swiper .swiper-slide-5 {
   
}
.swiper .swiper-slide-6 {
    
}
.swiper .swiper-slide-7 {
    
}
.swiper .swiper-slide-8 {
   
}
.swiper .swiper-slide-9 {
    
}

.ban_img{
  height: 280px;
  margin-top: -15px;
}
.ban_img img{
width: 100%;
height: 270px;
}
.p_t{
max-width: 500px;
font-size: 20px;
font-weight: 600;
padding: 10px 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #333;
} 
.ls_n{
  font-size: 14px;
  color: #777;
  line-height: 22px;
  padding: 2px 20px;
}
.ls_des{
  padding: 6px 20px 0;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;    
  overflow: hidden;
  text-overflow: ellipsis;   
  word-break: break-word; 
  font-size: 15px;
}