.f1_box1 {
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: flex-start;
}
.f1_box2 {
    display: flex;
    /* align-items: center; */
}
.f1_box2_left {
    width: 28%;
}
.f1_box1_left {
    width: 70%;
}
.f1_box2_right {
    /* height: 300px; */
}
.com_title a {
    color: #6f6767;
}
.com_title .more {
    font-size: 14px;
}
.com_title {
    justify-content: space-between;
    margin-bottom: 20px;
}
.c_spans span, .c_spans2 span, .c_spans3 span {
    margin-right: 20px;
}
.c_spans .active_tab a, .c_spans2 .active_tab a, .c_spans3 .active_tab a {
    color: #333;
    /* font-size: 18px; */
    font-weight: bold;
    position: relative;
}
.c_spans .active_tab a::after, .c_spans2 .active_tab a::after, .c_spans3 .active_tab a::after {
    content: ' ';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #008536, #194193);
    margin: 4px auto;
}
.t_list, .t_list2 {
    height: 318px;
}
.t_list li {
    margin-bottom: 25px;
}
.t_list li a {
    color: #333;
    display: flex;
}
.t_list li .dot {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.t_list li .dot .a_t {
    max-width: 82%;
}
.t_list li .dot .timer {
    color: #6f6767;
    margin-left: 12px;
}
.t_list li .dot::before {
    content: ' ';
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 50%;
    display: block;
    margin-right: 12px;
}
.t_list li a .cover{
    width: 200px;
    height: 150px;
    object-fit: cover;
    margin-right: 20px;
}
.t_list li a .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.t_list li a .des {
    font-size: 14px;
    color: #6f6767;
    line-height: 24px;
}
.t_list li a:hover {
    color: #008536;
}
.f1_box1_right {
    width: 58%;
}
.f1_box2_right {
    width: 40%;
}
.f1_box1_right {
    margin-left: 2%;
}
.t_list2 li a {
    color: #333;
    width: 83%;
}
.t_list2 li .timer {
    color: #6f6767;
}
.t_list2 li a:hover {
    color: #008536;
}
.t_list2 li img {
    margin-right: 12px;
}
.t_list2 li {
    height: 64px;
    border-bottom: 1px dashed #ccc;
}
.ymbl_item_wrap {
    flex-wrap: wrap;
    justify-content: center;
}
.ymbl_item {
    width: 75%;
    height: 82px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.ymbl_item .bottom_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.4s;
}
.ymbl_item:hover .bottom_img {
    transform: scale(1.1);
}
.ymbl_cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    line-height: 82px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}
.msgk_item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.msgk_item {
    width: 230px;
    height: 97px;
    border: 2px solid #008536;
    /* display: block; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #6f6767;
    margin-bottom: 15px;
    transition: 0.3s;
    justify-content: center;
}
.msgk_item:hover {
    /* color: #008536;
    transform: translateY(-5px); */
    background: #008536;
    color: #fff;
    font-weight: bold;
    border: 1px solid #008536;
}
.msgk_item img {
    width: 22px;
    height: 22px;
    /* margin-right: 20px;
    margin-left: 56px; */
    margin-right: 10px;
}
/* 视频 */
.video_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video_item {
    position: relative;
    width: 32%;
    height: 220px;
}
.video_item .cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.obscuration {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.3);
}
.playBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 6;
    cursor: pointer;
}
.video_item video {
    width: 100%;
    height: 100%;
}
.fl_co_list {
    padding: 20px 0;
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: space-between;
}
.fl_co_list li {
    width: 256px;
    margin-bottom: 20px;
}
.fl_co_list li:nth-child(4n) {
    margin-right: 0;
}
.fl_co_list li .cover {
    position: relative;
    display: block;
}
.fl_co_list li .cover img{
    width: 100%;
    height: 175px;
    margin-bottom: 10px;
}
.fl_co_list li .cover span {
    display: block;
    width: 128px;
    height: 105px;
    position: absolute;
    background-image: linear-gradient(to right, #008536, #194193);
    right: -6px;
    top: -6px;
    z-index: -1;
}
.fl_co_list li .time {
    font-family: OPPOSans;
    color: #2471c3;
    font-size: 14px;
}
.fl_co_list li .title {
    font-size: 14px;
    color: #181818;
    font-weight: bold;
    text-align: justify;
}
@media screen and (max-width: 768px) {
    .f1_box1_left, .f1_box2_left, .f1_box1_right, .f1_box2_right {
        width: 100%;
        margin-left: 0;
    }
    .f1_box1 {
        display: block;
    }
    .t_list li a {
        display: block;
        padding: 0 10px;
    }
    .t_list li a .cover {
        width: 100%;
        object-fit: fill;
    }
    .t_list li .dot .a_t {
        max-width: 68%;
    }
    .t_list, .t_list2 {
        height: auto;
    }
    .t_list2 li a {
        width: 72%;
    }
    .f1_box2 {
        display: block;
    }
    .f1_box2_left, .f1_box2_right {
        height: auto;
    }
    .ymbl_item, .msgk_item {
        width: 175px;
    }
    .video_flex {
        justify-content: center;
    }
    .video_item {
        width: 95%;
        margin-bottom: 20px;
    }
    .msgk_item img {
        margin-left: 20px;
    }
    .ymbl_item_wrap {
        justify-content: space-between;
    }
    .fl_co_list {
        padding: 10px;
    }
    .fl_co_list li {
        width: 168px;
    }
    .fl_co_list li:nth-child(2n) {
        margin-right: 0;
    }
    .fl_co_list li .cover img {
        height: 115px;
        object-fit: cover;
    }
}