.lbanner-box {
    display: none !important;
}

.aside {
    width: 390px !important;
}

.side-widget {
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
}

.side-tit-bar {
    background: #F2F2F2;
    border-top: 3px solid var(--dominant-color);
    margin-bottom: 20px;
}

.side-tit-bar .side-tit {
    padding: 15px 20px;
    font-weight: bold;
    display: block;
}

.side-tit-bar .side-tit:hover {
    color: var(--dominant-color);
}

.side-tit-bar .side-tit:after {
    width: 0;
    height: 0;
    background-color: transparent;
}

.side-cate {
    padding: 0 30px;
}

.side-cate>li {
    padding: 0;
    margin-bottom: 30px;
}

.side-cate>li {
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.side-cate>li .item_img a {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    border-radius: 18px;


    height: auto;
    padding: 0;

}

.side-cate>li .item_img img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.side-cate>li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.side-cate>li .item_title a {
    display: inline-block;
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    margin-top: 15px;
}

.side-cate>li .item_time {
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.side-cate>li:hover .item_title a {
    color: var(--dominant-color);
}

.main {
    width: calc(100% - 440px) !important;
}

.news_main {
    margin-top: 4%;
    margin-bottom: 4%;
}

.detail_title {
    font-family: 'Arial-BoldMT';
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    max-width: 722px;
}

.detail_box {
    justify-content: flex-start !important;
    margin: 15px 0;
    align-items: center;
}

.detail_box .detail_date {
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-right: 40px;
}


.detail_box .detail_share {
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.detail_wrap,
.detail_wrap p {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
}

.detail_wrap img {
    max-width: unset !important;
    width: 600px !important;
    height: 600px !important;
    object-fit: cover !important;
}

@media screen and (max-width:950px) {
    .detail_wrap img {
        /* max-width: 100% !important; */
        width: 550px !important;
        height: 550px !important;
        object-fit: cover !important;
    }
}
@media screen and (max-width:550px) {
    .detail_wrap img {
        /* max-width: 100% !important; */
        width: 350px !important;
        height: 350px !important;
        object-fit: cover !important;
    }
}

.detail_wrap p {
    /* margin-bottom: 20px; */
}

.detail_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 49%;
    margin-bottom: 20px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.detail_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.detail_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}





.click_btn {
    width: 100%;
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
}

.click_btn .colo_btn a {
    display: flex;
    align-items: center;
    font-family: 'Arial-BoldMT';
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 57px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
}

.click_btn .colo_btn:hover a {
    color: #FFFFFF;
}

.prev_btn {
    border-bottom: 1px solid rgba(51, 51, 51, .4);
}

.prev_btn .colo_btn {
    width: 150px;
    border-radius: 4px 4px 4px 4px;
    margin-right: 20px;
}

.prev_btn .colo_btn:hover {
    background: var(--dominant-color);
    border-radius: 4px 4px 4px 4px;
    transition: all 0.5s ease;
}

.next_btn {
    border-bottom: 1px solid rgba(51, 51, 51, .5);
}

.next_btn .colo_btn {
    order: 1;
    width: 77px;
    border-radius: 4px 4px 4px 4px;
    margin-right: 20px;
}

.next_btn .colo_btn:hover {
    background: var(--dominant-color);
    border-radius: 4px 4px 4px 4px;
    transition: all 0.5s ease;
}

@media (max-width:1500px) {
    .next_btn .colo_btn {
        margin-left: 0;
        margin-right: 20px;
    }

    .next_btn .con {
        width: calc(100% - 140px);
    }
}

.prev_btn .con {
    width: calc(100% - 140px) !important;
}

.next_btn .con {
    width: calc(100% - 90px) !important;

}

.prev_btn .con,
.prev_btn .con a,
.prev_btn .con span,
.next_btn .con,
.next_btn .con a,
.next_btn .con span {
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 57px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.prev_btn,
.next_btn {
    width: 100%;
    display: flex;
    align-items: center;
}

.next_btn {
    flex-direction: row-reverse;
    margin-top: 1%;
}

/* .prev_btn .con a:hover,.next_btn .con a:hover{color: #0f4eb8;} */
.prev_btn .con a:hover,
.next_btn .con a:hover {
    color: var(--dominant-color);
}

@media (max-width:950px) {
    .main {
        width: 100% !important;
    }

    .prev_btn .con,
    .prev_btn .con a,
    .prev_btn .con span,
    .next_btn .con,
    .next_btn .con a,
    .next_btn .con span {
        line-height: 1.5;
    }
}