.zmtyjr_main{
    width: 1200px;
    margin: 0 auto;
    background: url(https://v2.cri.cn/resource/490d1f86-3f79-4419-b449-60744c42298f/activity/zmtyjr/images.banner.jpg) no-repeat top center;
    padding: 560px 0 160px;
}
.zmtyjr_box1{
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 25px;
    justify-content: space-between;
}
.zmtyjr_box1_item{
    width: 540px;
    height: 272px;
    box-sizing: border-box;
    padding: 12px 0;
    position: relative;
    margin-bottom: 45px;
}
.zmtyjr_box1_item_img{
    position: absolute;
    top: 0;
    left: 12px;
    width: 186px;
    height: 272px;
}
.zmtyjr_box1_item_texts{
    height: 100%;
    background: #bc9247;
    box-sizing: border-box;
    padding: 15px 15px 0 215px;
}
.zmtyjr_box1_item_texts a{
    color: #fff;
}
.zmtyjr_box1_item_title{
    font-size: 26px;
    margin-bottom: 15px;
}
.zmtyjr_box1_item_des{
    font-size: 18px;
    margin-bottom: 15px;
}
.zmtyjr_box1_item_info{
    font-size: 16px;
    line-height: 1.667;
}
.zmtyjr_box2{
    width: 1160px;
    height: 517px;
    border-radius: 20px;
    overflow: hidden;
    background: #bc9247;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 40px 0 15px;
    margin: 0 auto;
}
.zmtyjr_box2_left{
    width: 640px;
    height: 100%;
    background: url() no-repeat top center;
}
.zmtyjr_box2_left ul{
    display: flex;
    gap: 0 24px;
    flex-wrap: wrap;
}
.zmtyjr_box2_left li{
    width: 142px;
    height: 143px;
    margin-bottom: 10px;
    position: relative;
}
.zmtyjr_box2_left li img{
    position: relative;
    z-index: 10;
    border-radius: 5px;
}
.zmtyjr_box2_right{
    width: 395px;
    height: 420px;
    box-sizing: border-box;
    padding: 40px 40px 0 50px;
    background: url(https://v2.cri.cn/resource/490d1f86-3f79-4419-b449-60744c42298f/activity/zmtyjr/images.bg-1.png) no-repeat top center;
    background-size: 100% 100%;
}
.zmtyjr_box2_left li.active::after{
    content: '';
    position: absolute;
    width: 149px;
    height: 150px;
    background: #f2eeb5;
    top: -4px;
    left: -4px;
    border-radius: 10px;
    z-index: 1;
}
.zmtyjr_box2_right a{
    color: #333;
    font-weight: 600;
}
.zmtyjr_box2_right_title{
    font-size: 22px;
    margin-bottom: 15px;
}
.zmtyjr_box2_right_des{
    font-size: 18px;
    line-height: 1.667;
    margin-bottom: 15px;
}
.zmtyjr_box2_right_info{
    font-size: 14px;
    line-height: 2;
}