body{
    background-color: #fdfdfd;
}
.toutiao {
    margin-top: 25px !important;
}
  .toutiao .headlines {
   min-height: 90px;
    /* min-height: 140px; */
    /* padding: 0px 90px; */
    padding: 0;
    padding-left: 10%;
    padding-right: 5%;
    position: relative;
    margin-bottom: 20px !important;
  }
  .toutiao .headlines .headlines_tit {
    position: absolute;
    top: 6px;
    left: 7px;
  }
  .headlines_tit>a>span {
    color: #fff;
    position: absolute;
    top: 1px;
    left: 20px;
    font-size: 28px;
    font-weight: 600;
}
.tit_info h2,
.tit_info h4{
      text-align: center;
  }
  .tit_info h2>a{
      font-size: 36px;
      color: #be1b2d;
  }
  .tit_info h4{
      font-size: 19px;
      color: #be1b2d;
      font-weight: 500;
      padding: 10px 0;
  }
  .tit_info h4>a{
      color: #be1b2d;
  }
  /* 轮播 */
.important_box {
    /* height: 600px; */
    height: 535px;
    padding: 5px 46px 0 48px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 5px 1px 9px 9px #f6f6f6;
    /* margin-top: 20px; */
    margin-bottom: 48px;
    position: relative;
    padding-top: 17px;
  }
  .important_box::before{
      content: "";
      width: 100%;
      height: 80px;
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(0,0,0,.5)
  }
  p.zx-images-bg{
      width: 100%;
      height: 80px;
      background-color: rgba(0,0,0,.5);
      line-height: 80px;
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff;
      font-size: 20px;
      padding-left: 20px;
  }
  /* 遮罩 */
  .banner_mask{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background-color:rgba(0,0,0,.3);
}
.mask_title{
    position: absolute;
    left: 70px;
    bottom: 50%;
    transform: translateY(50%);
    font-size: 24px;
    color: #fff;
    /* display: none */
}
.mask_titleIn{
    display: block
}
.important_box .imp_con .zx-images-wrap {
    width: 100%;
    height: 535px;
}
.important_box .imp_con .zx-images-wrap .zx-images-list{
    width: 100%;
    height: 100%;
}
  .important_box .imp_con .zx-images-wrap .images_pic {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .important_box .imp_con .zx-images-wrap .images_pic .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  .important_box .imp_con .zx-images-wrap .images_pic .item:first-child{
      display: block;
  }
  .important_box .imp_con .izx-mages-wrap .images_pic .item.cur {
    display: block;
  }
  .important_box .imp_con .zx-images-wrap .images_pic .item-img {
    width: 100%;
    height: 100%;
  }
  .hd.zx-slide-img-btn.absolute>ul>li {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px;
}
.hd.zx-slide-img-btn.absolute>ul>li.on {
    width: 63px;
    height: 13px;
    background: #fd9a16;
    border-radius: 10px;
  }
/* 要闻部分 */
.notice_box{
    margin-bottom: 10px;
}
.notice_hd{
    height: 75px;
    line-height: 75px;
    margin-bottom: 34px;
    background-color: #ffedea;
}
.notice_hd>ul {
    width: 100%;
    justify-content: space-between;
    display: flex;
   
}
.notice_hd>ul>li{
    color: #666667;
    font-size: 24px;
    flex: 1;
    text-align: center;
}
.notice_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.notice_con>div{
    width: 585px;
    margin-bottom: 10px;

}
.notice_con>div .con_tit{
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 26px;
    background-color: #ffedea;
    border-bottom: 1px solid #bd1b2d;
    position: relative;
}
.notice_con>div .con_tit::before{
    content: "";
    display: inline-block;
    position: relative;
    width: 19px;
    height: 27px;
    top: 4px;
    left: 150px;
    background-image: url(../images/xwzx/ml_r.png);
}
.notice_con>div .con_tit::after{
    content: "";
    display: inline-block;
    position: relative;
    width: 19px;
    height: 27px;
    top: 4px;
    right: 150px;
    background-image: url(../images/xwzx/ml_l.png);
}
.notice_con>div .con_tit>a{
    color: #bd1b2d;
    font-family: SimHei;
}
.news_list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-height: 407px;
    /* justify-content: space-between; */
}
.news_list .list_item{
   padding-left: 25px;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    position: relative;
    border-bottom: 1px dashed #cfcfcf;
}
li.list_item>a {
    display: flex;
    justify-content: space-between;
}
li.list_item>a>span:first-child{
    max-width: 365px;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list .list_item::before{
    content: "";
    width: 14px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 26px;
    left: 2px;
    background-image: url(../images/xwzx/li_bg.png);
}
.news_list .list_item:nth-child(6n){
    border-bottom:none;
}
/* 专题专栏 */
.row{
    /* margin-top: 20px; */
    position: relative;
    /* padding-bottom: 60px; */
}
.row_title,.zdly_tit{
    height: 34px;
    margin-bottom: 25px;
    border-left: 4px solid #bd1b2d;
    font-size: 34px;
    display: flex;
    justify-content: space-between;
}
.row_title h2,.zdly_tit h2 {
    font-size: 26px;
    line-height: 32px;
    padding-left: 16px;
}
.zt-wrap {
    width: 100%;
    overflow: hidden;
}
.zt-list{
    height: 103px;
    overflow: hidden;
}
.zt-list ol{
    display: flex;
}
ol.relative {
    position: relative;
}
.zt-list li img {
    width: 283px;
    height: 103px;
    display: block;
}
/* 下一张 */
.zt-btn > a.prev {
    background: url(/zcimages/ztzl-q-01.png) no-repeat;
    position: absolute;
    left: -29px;
    display: inline-block;
    width: 43px;
    height: 52px;
    top: 96px;
}
/* 下一张 */
.zt-btn > a.next {
    background: url(/zcimages/ztzl-q-02.png) no-repeat;
    position: absolute;
    right: -24px;
    display: inline-block;
    width: 43px;
    height: 52px;
    top: 93px;
}
.more {
    color: #bd1b2d;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.more::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/zcimages/gengduo.png) no-repeat;
    position: absolute;
    top: 4px;
    left: 40px;
}