@import url(./header.css);
@import url(./footer.css);

header {
    background: url(../images/xwzx_banner.png) no-repeat center;
}

.xw {
    padding: 150px 0 66px;
    background: url(../images/xw_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.xw_con {
    padding: 24px 18px 27px;
    background: #fff;
}

.xw_swiper {
    width: 56.87%;
    height: 458px;
}

.swiper-text {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 13px;
    height: 135px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
}

.swiper-button-next{
    background-image:url(../images/swiper_r.svg)
}

.swiper-button-prev{
    background-image:url(../images/swiper_l.svg)
}

.swiper-button-next,
.swiper-button-prev{
    display: none;
}

.xw_swiper:hover .swiper-button-next,
.xw_swiper:hover .swiper-button-prev {
    display: block;
}

.swiper-text p {
    width: calc(100% - 140px);
    line-height: 37px;
    font-weight: bold;
}

.ydqw {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-right: 20px;
    padding-left: 20px;
    width: 112px;
    height: 38px;
    border-radius: 19px;
    background: rgba(11, 84, 162, 0.33) url(../images/ydqw.png) no-repeat 90% center;
}

.xw_swiper .swiper-pagination {
    width: auto;
    left: 30px;
    bottom: 60px;
    font-weight: 900;
    font-size: 40px;
    color: #fff;
}

.swiper-pagination-total {
    font-size: 16px;
}

.xw_list {
    width: 41%;
}

.xw_list li {
    box-sizing: border-box;
    /* margin-bottom: 35px; */
    padding: 15px 0 ;
    /* height: 129px; */
    border-bottom: 1px dashed #E7E7E7;
}

.xw_list li span {
    font-size: 16px;
    color: #999999;
    transition: 0.3s all;
}

.xw_list li i {
    font-size: 24px;
    color: #0B54A2;
}

.xw_list li h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s all;
}

.xw_list li p{
    margin: 15px 0 20px;
    color: #666666;
    font-size: 16px;
}

.xw_list li:last-child {
    margin-bottom: 0;
    border: none;
}

.xw_list li:hover h3,
.xw_list li:hover i {
    color: #0B54A2;
    transition: 0.3s all;
}

.zwyw {
    padding: 73px 0 57px;
    background: url(../images/zwyw.png) no-repeat center;
    background-size: 100% 100%;
}

.zwyw .tab_hd {
    justify-content: space-between;
    margin-bottom: 32px;
}

.zwyw .tab_hd a {
    width: calc((100% - 60px) / 4);
    height: 90px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E3F0FA;
}

.zwyw .tab_hd a.on {
    border: none;
}

.zwyw .tab_bd {
    background: none;
}

.zwyw .tab_bd li {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 25px;
    width: calc((100% - 20px) / 2);
    height: 144px;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #E3F0FA;
}

.zwyw .tab_bd li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.zwyw .tab_bd li .date {
    position: relative;
    padding-right: 22px;
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.zwyw .tab_bd li .date::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 43px;
    background: #0B54A2;
}

.zwyw .tab_bd li .date span {
    font-size: 24px;
    font-weight: bold;
    color: #0B54A2;
}

.zwyw .tab_bd li .multiline{
    width: calc(100% - 120px);
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s all;
}

.zwyw .tab_bd  li:hover .multiline {
    color: #0B54A2;
    transition: 0.3s all;
}


@media only screen and (max-width: 1200px) {
    
  }
  
  @media only screen and (max-width: 996px) {
    .xw_swiper{
        width: 100%;
    }
    .xw_list{
        margin-top: 20px;
        width: 100%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .xw_swiper{
        height: 410px;
    }
    .zwyw .tab_bd li{
        width: 100%;
    }
    .zwyw .tab_hd a {
        width: calc((100% - 30px) / 4);
        height: 70px;
    }
    .zwyw .tab_hd a.on{
        padding: 0;
    }
  }
  
  @media only screen and (max-width: 616px) {
    .xw,.zwyw{
        padding: 20px 0;
    }
    .xw_con {
        padding: 14px 10px 15px;
    }
    .xw_list li{
        margin-bottom: 5px;
    }
    .xw_swiper{
        height: 360px;
    }
    .zwyw .tab_hd{
        margin-bottom: 20px;
    }
  }
  