@charset "utf-8";
.banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../../../images/zt/zt_2023chunjie/banner_pc.jpg) no-repeat center top;
    background-size: cover;
}
.banner .nav{
    background: none;
}
.banner .nav_main{
    width: 1000px;
}
.banner .nav a{
    color: #ffe767;
    font-size: 16px;
}
.banner .juzheng span{
    color: #ffe767;
    font-size: 16px;
}
.banner .juzheng i{
    border-color: #ffe767 transparent transparent  transparent ;
}

/* 要闻 */
.yw{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 60px 0;
    box-sizing: border-box;
    background: #fff8ee;
}
.tt{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.tt a{
    font-size: 46px;
    font-weight: bold;
    color: var(--themes_color);
}

.zs{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
    box-sizing: border-box;
    background: url(../../../images/zt/zt_2023chunjie/zishi_bg.jpg) no-repeat center top;
}
.title{
    margin: 0 auto;
}
.title01{
    width: 628px;
    height: auto;
}
.video{
    width: 1200px;
    height: 675px;
    margin: 0 auto;
    margin-top: 50px;
    border: 10px solid #ffe2c3;
    position: relative;
}
.video video{
    width: 100%;
    height: 100%;
}
.video_play{
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../../../images/zt/zt_2023chunjie/play.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}
.szf{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../../../images/zt/zt_2023chunjie/zhufu_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0 200px 0;
    box-sizing: border-box;
}
.title02{
    width: 506px;
    height: auto;
    overflow: hidden;
}
.szf_main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.szf_top{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.szf_item{
    width: 310px;
    height: 510px;
    display: block;
    margin:  0 10px;
    position: relative;
}
.szf_alpha{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 462px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    display: block;
}
.szf_alpha_main{
    padding: 0 20px;
    box-sizing: border-box;
}
.szf_bigTit{
    font-size: 32px;
    font-weight: bold;
    color: #ffe2c3;
    display: block;
    line-height: 1.5em;
}
.szf_alpha_main p{
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
    color: #ffe2c3;
}
.szf_alpha_main i{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    background: url(../../../images/zt/zt_2023chunjie/play.png) no-repeat;
    background-size: cover;
}
.szf_item:hover .szf_alpha{
    top: 0;
    display: flex;
}
.szf_item:hover .szf_alpha{
    top: 0;
}

.szf_bot{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.szf_bot .szf_item{
    float: left;
    margin-right: 20px;
    margin-left: 0;
}
.szf_bot .szf_item:last-of-type{
    margin-right: 0;
}

.foot{
    margin-top: 0;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
/* 要闻 */
.yw{
    padding: 0;
    background: #fff8ee;
    padding-bottom: 0.6rem;
}
.tt{
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
    text-align: left;
}
.tt a{
    font-size: 0.36rem;
}
.m_fg1{
    margin-top: 0.2rem;
}	

.zs{
    padding: 0.4rem 0.2rem;
    background: url(../../../images/zt/zt_2023chunjie/zishi_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
}
.title01{
    width: 80%;
    height: auto;
}
.video{
    width: 100%;
    height: 3.82rem;
    margin-top: 0.4rem;
    border: 6px solid #ffe2c3;
    box-sizing: border-box;
}
.video_play{
    width: 0.6rem;
    height: 0.6rem;
    background-size: cover;
}

.szf{
    background: #fff8ee;
    padding: 0.6rem 0.2rem 2rem 0.2rem;
}
.szf_main{
    width: 100%;
}
.title02{
    width: 80%;
}
.szf_top, .szf_bot{
    display: none;
}
.m_dynImg3{
    height: 8.17rem;
}
.m_dynImg3 .dynImg_item span{
    position: absolute;
    left: 0;
    top: 0.1rem;
    background: rgba(217, 7, 7, 0.5);
    color: #fff;
    padding: 0.2rem;
    font-weight: bold;
    font-size: 0.34rem;
}
}
	