.overview {
    max-width: 1000px;
    width: 80%;
    margin: auto
}

.top {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.top .t_l {
    width: 40%
}

.top .t_r {
    /* width: 60%;*/
    display: flex;
    align-items: center;
    justify-content: end
}

.top .t_r .item {
    position: relative;
    margin: 0 10px;
    width: 80px;
    height: 50px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider_wrap {
    display: flex;
    flex-wrap: wrap
}

.slider_wrap .item {
    margin: 0 20px;
    padding: 20px
}

.slider_wrap .item.slick-active {
    opacity: 0.7
}

.slider_wrap .item.slick-active.slick-current {
    opacity: 1
}

.slick-track {
    opacity: 1;
    width: 100%;
    transform: translate3d(0px, 0px, 0px);
}

.slider_wrap .item .img {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 60%
}

.slider_wrap .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover
}

.slider_wrap .item .center {
    margin-bottom: 20px
}



.newswrap .under_common_section .info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}

.newswrap .under_common_section .info_box .flex-left {
    padding: 80px 40px 0 0;
}

.newswrap .under_common_section .info_box .newsthumb {
    width: 60%;
}

.single_container.under_common_section .info_box .newsthumb .top img {
    /* width: 80px;
    height: 50px !important;*/
    -o-object-fit: cover;
    object-fit: cover;
}

.single_container.under_common_section .info_box .newsthumb .slider img {
    height: auto;
    object-fit: cover;
}

.single_container.under_common_section .info_box .newsthumb .top ul li {
    width: 80px !important;
}

.single_container.under_common_section .info_box .newsthumb .top ul .slick-track {
    width: 100% !important;
}


@media (max-width: 768px) {
    .newswrap .under_common_section .info_box {
        display: block;
    }
}