﻿/* detail news */

.detail-news {
    background-color: #f2f2f2;
}

.detail-news .container {
    padding: 28px 0;
}

.detail-news-title {
    margin: 0;
    font-size: 31px;
    color: #2c2c2c;
    font-family: 'InterB';
    font-weight: 100;
    margin-bottom: 11px;
    line-height: 40px;
    color: var(--default-color-2);
}

.detail-news-bottom {
    overflow: hidden;
}

.detail-news-bottom .my-left {
    width: 63.7%;
    float: left;
}

.detail-news-bottom .my-right {
    width: calc(100% - 63.7%);
    float: right;
    padding: 0 24px;
}

.detail-news-wrap {
    padding-bottom: 50px;
}

.detail-news-author {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.detail-news-author .author-img {
}

.detail-news-author .author-img img {
}

.detail-news-author .author-content {
    /* padding-left: 12px; */
}

.detail-news-author .author-content h3 {
    margin: 0;
    color: #212529;
    font-weight: 100;
    font-size: 17px;
    margin-bottom: 5px;
}

.detail-news-author .author-content span {
    color: var(--default-color-4);
    font-size: 14px;
    background-color: #fff;
    border-radius: 55px;
    padding: 6px 15px;
}

.detail-news-wrap .descript {
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'interSB';
    margin-bottom: 10px;
    line-height: 27px;
}

.detail-news-wrap .img {
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.detail-news-wrap .img img {
    height: auto !important;
    width: 100% !important;
}

.detail-news-wrap .p-details {
    font-size: 16px;
    margin-top: 24px;
    color: #333;
    line-height: 25px;
}

.detail-news-wrap .social {
    display: flex;
    flex-direction: column;
}

.detail-news-wrap .social .item {
    position: relative;
    border: 1px solid #505050;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 10px;
    color: #505050;
    transition: all ease .2s;
    cursor: pointer;
    font-size: 13px;
}

.detail-news-wrap .social .item .fb-share-button span {
    width: 100% !important;
    height: 100% !important;
}

.detail-news-wrap .social .item .fb-share-button iframe {
    width: 100% !important;
    height: 100% !important;
}

.detail-news-wrap .social .item .fb-share-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
}

.detail-news-wrap .social .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.detail-news-wrap .social .popup.show {
    opacity: 1;
    transform: translateY(0);
}

.detail-news-wrap .social .popup {
    position: absolute;
    top: 117%;
    pointer-events: none;
    white-space: nowrap;
    background-color: #2c2c2c17;
    color: #333c;
    font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    padding: 4px 10px;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    transform: translateY(15px);
}

.detail-news-wrap .social .item:hover {
    background-color: #505050;
    color: #fff;
}

.detail-news-wrap .social h3 {
    margin: 0;
    font-size: 13px;
    color: #505050;
    font-weight: 100;
    margin-bottom: 9px;
    margin-top: 4px;
}

.detail-news-wrap .social-list {
    display: flex;
}




.same-cate {
    background-color: #fafafa;
}


.same-cate-title {
    margin: 0;
    font-size: 24px;
    color: var(--default-color-1);
    padding-bottom: 20px;
    font-family: 'InterB';
    font-weight: 100;
}



.detail-news-bottom .my-left .list a:hover {
    background-color: #cc0202;
    color: #fff;
}


.detail-news-bottom .my-left .list-tag {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: unset;
}

.detail-news-bottom .my-left .list-tag h3 {
    margin: 0;
    font-size: 14px;
    color: #505050;
    font-family: interM;
    font-weight: normal;
    color: var(--default-color-1);
}

.detail-news-bottom .my-left .list {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.detail-news-bottom .my-left .list a {
    font-size: 14px;
    color: #505050;
    background-color: #fff;
    padding: 6px 16px;
    border-radius: 55px;
    display: block;
    margin: 5px;
    transition: all linear .2s;
}


.my-side-news .side-news-item {
    margin-bottom: 35px;
    border-radius: 10px;
}

.my-side-news .side-news-item .content {
    background-color: #fff;
    border: 2px solid var(--default-color-1);
    margin-top: -1px;
    border-radius: 10px;
    border-top-left-radius: 0;
    overflow: hidden;
}

.my-side-news .side-news-item .title {
    margin: 0px;
    font-family: 'InterM';
    font-weight: 100;
    font-size: 17px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #F2F2F2;
    background-color: var(--default-color-1);
    width: fit-content;
    border-radius: 10px;
    line-height: 100%;
    padding: 10px 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}



.side-news-link:first-child {
}

.side-news-link:hover h3 {
    color: var(--default-color-3);
}

.side-news-link {
    display: flex;
    padding: 14px 12px;
    border-bottom: 1px dashed #33333342;
    transition: 0.8s cubic-bezier(.3,2.2,.3,1);
}

.side-news-link:nth-child(even) {
    background-color: #33333317;
}

.side-news-link:hover {
}

.side-news-link:hover span {
    transform: translateX(6px);
}

.side-news-link:hover h3 {
    transform: translateX(6px);
}


.side-news-link img {
    width: 20px;
}

.side-news-link .index img {
    width: unset;
}

.side-news-link .index {
    background-color: #fff;
    height: fit-content;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    transition: 0.8s cubic-bezier(.3,2.2,.3,1);
    box-shadow: 0 0 10px 0 #3333332b;
}

.side-news-link:last-child {
    border: none;
}

.side-news-link h3 {
    margin: 0;
    font-size: 15px;
    flex: 1;
    color: #2c2c2c;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-left: 11px;
    line-height: 24px;
    transition: 0.8s cubic-bezier(.3,2.2,.3,1);
}


.side-news-item.download {
}

.side-news-item.download img {
    width: 22px;
}

.side-news-item.download a {
    align-items: center;
    padding: 14px 10px !important;
}

.side-news-item.download a:hover h3 {
    text-decoration: underline;
}

.side-news-item.download a h3 {
    color: var(--default-color-1);
    margin-left: 5px;
    padding: 0;
    transform: translateX(0) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.side-news-link.down {
    flex-direction: column;
    user-select: none;
    padding: 12px 0;
}

.side-news-link.down h3 {
    padding: 0;
    color: #2c2c2c !important;
}

.side-news-link.down a {
}

.side-news-link.down .bot-options {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.side-news-link.down .options-item:first-child {
    margin-left: 0;
}

.side-news-link.down .options-item:hover {
    text-decoration: underline;
}

.side-news-link.down .options-item {
    cursor: pointer;
    font-size: 14px;
    color: var(--default-color-1);
    margin: 0 5px;
}

.vanban-filter {
    margin-bottom: 43px;
}

.vanban-filter-item {
    display: flex;
    align-items: center;
}

.vanban-filter-item h3 {
    margin: 0;
    font-family: 'interM';
    color: var(--default-color-1);
    font-size: 18px;
    margin-right: 30px;
}

.vanban-filter-item .input {
    flex: 1;
    border: 1px solid #33333329;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    user-select: none;
    cursor: pointer;
    background-color: #fff;
}

.vanban-filter-item .input.show::before {
    transform: rotate(180deg);
}

.vanban-filter-item .input::before {
    right: 15px;
    content: "\f078";
    position: absolute;
    font-family: FontAwesome;
    color: var(--default-color-1);
    font-size: 14px;
    transition: 0.8s cubic-bezier(.3,1.8,.3,1);
}

.vanban-filter-item .input span {
    font-family: 'interM';
    color: var(--default-color-1);
    font-size: 15px;
}

.vanban-filter-item .input.show .drop {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.vanban-filter-item .input .drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    border-radius: 5px;
    border: 1px solid #33333329;
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    box-shadow: 0 0 10px 0 #3333332e;
}

.vanban-filter-item .input .drop-item {
    color: #333;
    font-size: 15px;
    padding: 6px 12px;
    transition: all linear .2s;
    cursor: pointer;
}

.vanban-filter-item .input .drop-item:hover {
    background-color: #f2f2f2;
    color: var(--default-color-1);
}

.vanban-filter-btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.vanban-filter-count {
    color: #333;
    font-size: 15px;
    font-family: interM;
    margin-bottom: 8px;
    display: block;
}

.vanban-filter-btn a {
    margin: 10px 5px;
    font-size: 16px;
    font-family: 'interM';
    border-radius: 5px;
    padding: 8px 18px;
    transition: all linear .2s;
}

.vanban-filter-btn a:first-child:hover {
    background-color: transparent;
    color: var(--default-color-3);
}

.vanban-filter-btn a:last-child:hover {
    background-color: transparent;
    color: var(--default-color-2);
}

.vanban-filter-btn a:hover {
}

.vanban-filter-btn a:first-child {
    color: #fff;
    background-color: var(--default-color-3);
    border: 1px solid var(--default-color-3);
}

.vanban-filter-btn a:last-child {
    color: #fff;
    background-color: var(--default-color-2);
    border: 1px solid var(--default-color-2);
}
/*RS*/
@media(max-width:1023px) {
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {

    .detail-news-title {
        font-size: 22px;
        line-height: 29px;
    }

    object {
        height: 350px;
    }

    .vanban-filter-item {
        flex-direction: column;
        align-items: unset;
    }

    .vanban-filter-item .input {
        margin-top: 15px;
    }
}
