@charset "utf-8";
body{
    height: auto;
    /* overflow: hidden; */
    background: url(../../images/zt/zt_75th/banner_pc.jpg) center top no-repeat;
}
.headline{
    width: 1300px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    margin-top: 496px;
    padding: 40px 80px;
    box-sizing: border-box;
    text-align: center;
}
.headline a{
    font-size: 46px;
    font-weight: bold;
    color: var(--themes_color);
}
.headline img{
    width: 100%;
    height: auto;
}
.title{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.title1{
    height: 48px;
}
.title1_img{
    display: inline-block;
    padding: 10px 20px;
    background: var(--themes_color);
    border-radius: 10px;
    z-index: 2;
    position: relative;
}
.title1_img img{
    width: auto;
    height: 100%;
}
.title1_line{
    display: block;
    width: 90%;
    height: 14px;
    background: var(--themes_color);
    position: absolute;
    right: 0;
    bottom: 0;
}
.threeImg{
    width: 1300px;
    height: 500px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.threeImg_item{
    width: 420px;
    height: 500px;
    border: solid var(--themes_color);
    border-width: 10px 0 10px 0;
    overflow: hidden; 
    padding: 30px 10px;
    box-sizing: border-box;
    background: #ffd9ad;
    border-radius: 10px;
    transition: margin-top 0.5s;
}
.threeImg_img{
    display: block;
    width: 100%;
    height: 256px;
    overflow: hidden;
}
.threeImg_title{
    font-weight: bold;
    margin-top: 10px;
}
.threeImg_des{
    margin-top: 20px;
}
.threeImg_item:hover .threeImg_title{
    color: var(--themes_color);
}
.threeImg_item:hover{
    margin-top: -10px;
}
.title2{
    margin-top: 100px;
}
.yaowen{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
.yaowen_l{
    width: 700px;
    height: 506px;
    float: left;
}
.swiper_yaowen{
    width: 100%;
    height: 100%;
}
.swiper-slide{
    display: block;
}
.swiper_img{
    display: block;
    width: 100%;
    overflow: hidden;
}	
.swiper_text{
    width: 100%;
    display: flex;
    align-items: center;
}
.swiper_text p{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.swiper_yaowen .swiper-pagination{
    text-align: right;
    bottom: 70px !important;
    height: 10px;
    font-size: 0;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 0.8;
}
.swiper-pagination-bullet-active{
    background: #e50000;
}
.swiper-button-prev, .swiper-button-next{
    top: 45%;
    width: 20px;
    height: 60px;
    user-select: none;
    outline: none;
}
.swiper-button-prev::after{
    content: '';
}
.swiper-button-next::after{
    content: '';
}
.swiper-button-prev{
    background: url(../../images/zt/zt_75th/prev.png) center top no-repeat;
    left: 0;
}
.swiper-button-next{
    background: url(../../images/zt/zt_75th/next.png) center top no-repeat;
    right: 0;
}
.swiper-button-prev:hover{
    background: url(../../images/zt/zt_75th/prev_active.png) center top no-repeat;
}
.swiper-button-next:hover{
    background: url(../../images/zt/zt_75th/next_active.png) center top no-repeat;
}
.swiper_yaowen .swiper_img{
    height: 446px;
}
.swiper_yaowen .swiper_text{
    background: #e50000;
    height: 60px;
}
.swiper_yaowen .swiper_text p{
    color: #fff;
}

.yaowen_r{
    width: 560px;
    height: auto;
    overflow: hidden;
    float: right;
}
.yaowen_lists .newslists_i{
    padding: 0;
}
.yaowen_lists .newslists_desc{
    padding-bottom: 20px;
}
.yaowen_lists .newslists_i:hover span{
    color: #e50000;
}
.newslists{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newslists_i{
    width: 100%;
    height: 80px;
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    border-bottom: 1px solid #efdcab;
}
.newslists_i:last-of-type{
    border-bottom: none;
}
.newslists_desc{
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 20px;
}
.newslists_desc:first-of-type{
    margin-top: 0;
}
.newslists_desc span{
    font-weight: bold;
}
.newslists_desc p{
    font-size: 16px;
    color: #999;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
	body{
        background: none;
    }
    .headline{
        width: 100%;
        margin-top: 0;
        padding: 0.3rem 0.2rem;
        text-align: left;
        box-sizing: border-box;
    }
    .headline a{
        font-size: 0.36rem;
    }
    .title{
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .title1{
        height: 0.7rem;
    }
    .title1_img{
        padding: 0.2rem 0.2rem;
        border-radius: 0.1rem;
    }
    .title1_img{
        height: 0.3rem;
    }
    .title1_line{
        height: 0.1rem;
        right: 0.2rem;
    }
    .threeImg{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 0.4rem;
        display: block;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .threeImg_item{
        width: 100%;
        height: auto;
        overflow: hidden;
        border: none;
        padding: 0;
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
        border-bottom: 1px solid #e2e2e2;        
        box-sizing: initial;
        background: none;
        border-radius: 0;
        transition: none;
        display: block;
    }
    .threeImg_item:last-of-type{
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }
    .threeImg_img{
        display: block;
        width: 2.2rem;
        height: 1.4rem;
        float: left;
    }
    .threeImg_text{
        width: calc(100% - 2.4rem);
        float: right;
    }
    .threeImg_title{
        font-weight: normal;
        margin-top: 0;
    }
    .threeImg_des{
        display: none;
    }
    .threeImg_item:hover .threeImg_title{
        color: #333;
    }
    .threeImg_item:hover{
        margin-top: 0;
    }

    .title2{
        margin-top: 1rem;
    }
    .yaowen{
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
        margin-top: 0.5rem;
    }
    .yaowen_l{
        width: 100%;
        height: 5.53rem;
        float: none;
    }
    .swiper_yaowen .swiper_img{
        height: 4.33rem;
    }
    .swiper_yaowen .swiper_text{
        height: 1.2rem;
    }
    .swiper_yaowen{
        width: 100%;
        height: 100%;
    }
    .swiper-slide{
        display: block;
    }
    .swiper_img{
        display: block;
        width: 100%;
        overflow: hidden;
    }	
    .swiper_text{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .swiper_text p{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .swiper_yaowen .swiper-pagination{
        height: 10px;
        font-size: 0;
        bottom: 1.4rem;
    }
    .swiper-pagination-bullet{
        background: #fff;
        opacity: 0.8;
    }
    .swiper-pagination-bullet-active{
        background: #e50000;
    }
    .swiper-button-prev, .swiper-button-next{
        top: 35%;
        width: 20px;
        height: 60px;
        user-select: none;
        outline: none;
    }
    .swiper-button-prev::after{
        content: '';
    }
    .swiper-button-next::after{
        content: '';
    }
    .swiper-button-prev{
        background: url(../../images/zt/zt_75th/prev.png) center top no-repeat;
        left: 0;
    }
    .swiper-button-next{
        background: url(../../images/zt/zt_75th/next.png) center top no-repeat;
        right: 0;
    }
    .swiper-button-prev:hover{
        background: url(../../images/zt/zt_75th/prev.png) center top no-repeat;
    }
    .swiper-button-next:hover{
        background: url(../../images/zt/zt_75th/next.png) center top no-repeat;
    }

    .yaowen_r{
    width: 100%;
        float: none;
        margin-top: 0.2rem;
    }
    .yaowen_lists .newslists_i{
        padding: 0.2rem 0;
    }
    .yaowen_lists .newslists_desc{
        padding-bottom: 0.3rem;
    }
    .newslists_desc span{
        font-weight: normal;
    }
    .yaowen_lists .newslists_i:hover span{
        color: #e50000;
    }
    .newslists_i{
        width: 100%;
        height: auto;
        padding: 0.2rem 0.2rem;
    }
    .newslists_desc{
        padding-bottom: 0;
        margin-top: 0;
    }
    .newslists_desc p{
        display: none;
    }
    .newslists_desc:first-of-type{
        margin-top: 0;
    }
    .newslists_desc span{
        font-weight: bold;
    }

}
	