.documents-container {
    background: #F3F5F8;
    padding: 16px 0 60px 0;
}

.tpm-prod-hero {
    height: 492px;
}

.tpm-prod-hero__inner.domainBanner-wrapper {
    padding-top: 64px;
}

.queryDomainNameInput.el-input {
    width: 610px;
}

.domainBanner-wrapper .domainBanner-input-wrapper .el-input__inner {
    width: 100%;
}

.queryDomainNameInput.el-input .tpm-btn {
    padding: 0 60px;
}

.domainBanner-input-flag-wrapper .flag-wrapper .flag-item {
    cursor: pointer;
}

.domainBanner-input-flag-wrapper .flag-wrapper .flag-item:hover .flag-item-text {
    color: #006efc;
}

.domainBanner-input-flag-wrapper .flag-wrapper .flag-item .flag-item-text {
    color: #293957;
}

.document-content-text {
    position: relative;
    padding: 16px 0px;
    border-bottom: 1px solid #F3F5F8;
    height: 80px;
} 

.document-content-text.document-content-text__hot {
    background-size: cover;
    border-bottom: none;
    overflow: hidden;
    height: auto;
    padding: 16px 24px;
    border: 2px solid #fff;
    border-left: none;
}

.document-content-text.document-content-text__hot .document-content-text-link {
    position: relative;
    z-index: 1;
}


.document-content-text.document-content-text__hot::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #006EFF;
    z-index: 1;
}

.document-content-text.document-content-text__hot::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/news/new_img01.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}

.document-content-text.document-content-text__hot:hover::after {
    transform: scale(1.15);
}

.document-content-text .tp-link {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}

.documents-content .document-content-text-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    line-height: 22px;
}

.documents-content .document-content-text:hover .document-content-text-title {
    color: #006EFF;
}

.documents-content  .document-content-text-time {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #3D485D;
    line-height: 17px;
}

.documents-content  .document-content-text-time .el-icon {
    margin-right: 8px;
}

.el-tabs__item {
    padding: 0 10px;
    height: 52px;
    line-height: 52px;
}

.el-tabs__item .el-tab-pane-label {
    font-size: 18px;
    font-weight: 500;
}

.documents-content-newsList.tpm-doc__item {
    padding: 10px 24px 24px 24px;
    height: auto;
}

.documents-container__inner .documents-content {
    flex: 1;
}

.documents-container__inner {
    display: flex;
}

.documents-container__inner .documents-pendant {
    width: 368px;
    flex: 0 0 368px;
}

.documents-container__inner .documents-pendant-content {
    background: linear-gradient(180deg, #EFF8FF 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 12px 0px rgba(41,57,87,0.08);
    border: 2px solid #FFFFFF;
    padding: 24px;
}

.documents-container__inner .documents-pendant-content:hover {
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
}

@-webkit-keyframes slideBgImage {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@keyframes slideBgImage {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.documents-pendant-title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #191919;
    line-height: 25px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DFDFDF;
    padding-left: 8px;
    margin-bottom: 16px;
}

.documents-pendant-title::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 2px;
    width: 2px;
    height: 20px;
    background: #006EFF;
}

.documents-pendant-hotarticle {
    padding-left: 2px;
    margin-bottom: -16px;
} 

.documents-pendant-hotarticle .hotarticle-li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.documents-pendant-hotarticle .hotarticle-li .hotarticle-li-index {
    font-size: 16px;
    font-weight: 500;
    color: #3D485D;
    line-height: 22px;
}

.documents-pendant-hotarticle .hotarticle-li.hotarticle-li__hot .hotarticle-li-index {
    color: #FF3B20;
}

.documents-pendant-hotarticle .hotarticle-li .hotarticle-li-text {
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    line-height: 20px;
}

.documents-pendant-hotarticle .hotarticle-li.hotarticle-li__hot .hotarticle-li-text {
    font-weight: 550;
}

.documents-pendant-hotarticle .hotarticle-li .hotarticle-li-text:hover {
    color: #006eff;
}

.documents-pendant-tag__wrapper {
    flex-wrap: wrap;
    margin-bottom: -8px;
    margin-right: -8px;
}

.documents-pendant-tag__wrapper .documents-pendant-tag {
    height: 32px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    margin-bottom: 8px;
    margin-right: 8px;
    padding:  16px;
    box-sizing: border-box;
}

.documents-pendant-tag__wrapper .documents-pendant-tag a {
    color: #191919;
}

.documents-pendant-tag__wrapper .documents-pendant-tag:hover a {
    color: #006EFF;
}

.documents-container__inner .documents-pendant-content .documents-pendant-title .tp-link.tpm-link {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
}

.el-pagination__wrapper {
    display: flex;
    justify-content: center;
}

.tpm-prod-hero__notice-desc em {
    color: #006EFF;
}

.document-content-text-flag__wrapper {
    display: flex;
    justify-content: space-between;
}
.document-content-text-tag .tag-img {
    background: url(../../images/news/new_icon01.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: inline-block;
}   

.document-content-text-tag .tag-text {
    font-size: 14px;
    font-weight: 400;
    color: #868686;
    line-height: 20px;
    margin: 0 10px;
}

.document-content-text-tag .tag-text.is-active ,.document-content-text-tag .tag-text:hover {
    color: #006eff;
}

.document-searchResult-title {
    color: #293957;
}