@charset "utf-8";

/* location */
.location {
    padding-top: 16px;
    width: 100%;
    background-color: #F7F8FA;
}
.location .my-container {
    justify-content: flex-end;
}

.location .locaiton_r {
    color: #999;
}

.location .locaiton_r a {

    background-image: url(/template/default/index/4344/images/location_icon2.svg);

}



.content {
    background-color: #F7F8FA;
}

.article_cont {
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
    padding-bottom: 80px;
}

.article_left {
    width: calc(100% - 366px);
    padding: 32px;
    border-radius: 8px;
    background: #FFF;
}

.article_right {
    width: 342px;
}

.article_right .up_ {
    position: relative;
    padding: 24px;
    width: 100%;
    border-radius: 8px;
    background: #FFF;

}

.article_right .up_::before {
    content: '';
    position: absolute;
    left: 0;
    top: 35px;
    background-image: url(/template/default/index/4344/images/new_line2.svg);
    background-repeat: no-repeat;
    width: 3px;
    height: 21px;
}

.article_right .up_>a {
    display: inline-block;
    width: 100%;
}

.article_right .up_>a .n {
    padding-bottom: 24px;
    padding-top: 10px;
    color: #303030;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;

}

.article_right .up_>a .t {
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.article_right .up_>a .up_time {

    display: inline-block;
    margin-top: 12px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;

}

.article_right .up_>a:hover .t {
    color: var(--main-color);
}

.article_right .up_back a {
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 8px 8px;
    background: linear-gradient(90deg, #E2A71C 0%, #E07719 100%);
    color: var(--white-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;

}

.article_right .up_back a img {
    margin-left: 18px;
    width: 24px;
}

.newxq_title {
    color:var(--dark);
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 30px;
}

.newxq_gn {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newxq_gnleft {
    display: flex;
    align-items: center;
}

.newxq_gnright {
    display: flex;
    align-items: center;
}

.newxq_gnleft1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.share_bg {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border:1px solid rgba(153, 153, 153, 1);
    margin-right: 10px;
    cursor: pointer;
}

.share_bg:last-child {
    margin-right: 0;
}

.share_bg img:nth-child(2) {
    display: none;
}

.share_bg:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.share_bg:hover img:nth-child(1) {
    display: none;
}

.share_bg:hover img:nth-child(2) {
    display: inline-block;
}

.wxfx,
.qqfx {
    cursor: pointer;
}

.ljfx {
    cursor: pointer;
}

.newxq_content {
    padding-top: 30px;
}

.newxq_content img {
    margin-bottom: 8px;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
}
.newxq_content video {
    max-width: 100% !important;
    border-radius: 8px;
}

.newxq_content p {
    padding-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.newxq_content p:last-child {
    padding-bottom: 0;
}
.article_list {
    position: relative;
    margin-bottom: 24px;
    padding: 24px;
    width: 100%;
    border-radius: 8px;
    background: #FFF;
}

.article_list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 35px;
    background-image: url(/template/default/index/4344/images/new_line2.svg);
    background-repeat: no-repeat;
    width: 3px;
    height: 21px;
}

.article_list ul li {
    padding-bottom: 16px;

}

.article_list ul li:last-child {
    padding-bottom: 0;
}

.article_list .t {
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.article_list .up_time {
    padding-top: 8px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.article_list .n {
    padding-bottom: 24px;
    padding-top: 10px;
    color: #303030;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.article_list a:hover .t {
    color: var(--main-color);
}
@media (max-width:991px) {
    .article_left {
        width: calc(100% - 324px);
    }
    .article_right {
        width: 300px;
    }

}
@media (max-width:768px) {
    .article_left {
        width: calc(65% - 24px);
    }
    .article_right {
        width: 35%;
    }

}
@media (max-width:767px) {
    .article_cont {
        flex-wrap: wrap;
    }
    .article_left {
        width:100%;
        padding: 30px 20px;
    }
    .article_right {
        width: 100%;
        padding-top: 25px;
    }
    .newxq_content p {
        padding-bottom: 16px;
        line-height: 28px;
    }
}<!--ºÄÊ±1758367493.6802Ãë-->