.kh-page-main{
    padding-top: 5rem;
}


/* 分类和位置 */
.kh-page-attr{ width: 100%; overflow: hidden; line-height: 3.2rem; font-size: 1.2rem; color: #999; margin-bottom: 2px;}
.kh-page-attr a{ color: #666;}
.kh-page-position{ float: left;}
.kh-page-category{ float: right; overflow: hidden;}
.kh-page-category a{ float: right; margin-left: 1rem;}
.kh-page-category a.active{ color: #797DFF; border-bottom: 2px solid #797DFF;}


.kh-news-left{
    width: 70%;
    overflow: hidden;
}

.kh-article{
    overflow: hidden;
}
.kh-article-title{
    display: block;
    font-size: 2.8rem;
    line-height: 3.6rem;
    color: #666666;
    text-align: center;
}
.kh-article-attr{
    font-size: 1.2rem;
    line-height: 4.6rem;
    text-align: center;
    color: #666666;
    border-bottom: 1px solid #8A8A8A;
}
.kh-article-attr > span{
    display: inline-block;
    line-height: 2.6rem;
    color: #666666;
    padding-right: 1.5rem;
}
.kh-icon-logo-full{
    line-height: 2.6rem;
}
.kh-icon-logo-full > span::before{
    font-size: 2.4rem;
}
.kh-article-attr > span:nth-last-of-type(1){
    padding-left: 2rem;
}

.kh-article-content{
    padding: 5rem 0;
    font-size: 1.4rem;
    line-height: 3.2rem;
    color: #707070;
}
.kh-article-content img{
    padding: 1.5rem 0;
    margin: auto;
    max-width: 100%;
    text-align: center;
}

/*上一篇、下一篇按钮*/
.kh-article-tools{
    padding-top: 2rem;
    text-align: center;
}
.kh-article-tools > a{
    display: inline-block;
    line-height: 3.6rem;
    text-align: center;
    padding: 0 2.7rem;
    border: 1px solid #999999;
    color: #999999;
    font-size: 1.4rem;
    border-radius: 1.8rem;
    margin: auto 3rem;
}
.kh-article-tools > a:hover{
    background-color: #797DFF;
    color: #FFFFFF;
}

/*相关内容列表*/
.kh-news-list-module{
    padding-bottom: 10rem;
}
.kh-news{
    width: 32%;
    float: left;
    overflow: hidden;
    margin-top: 5rem;
    margin-right: 2%;
    position: relative;
}
.kh-news:nth-of-type(3n){
    margin-right: 0;
}
.kh-news-img{
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-radius: 1.2rem;
}
.kh-news-img > img{
    width: 100%;
}
.kh-news-img:hover > img{
    transform: scale(1.2);
}
.kh-news-title{
    display: block;
    width: 100%;
    font-size: 1.4rem;
    color: #949494;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 1rem auto;
}
.kh-news-title:hover{
    color: #797DFF;
}
.kh-news-attr{
    overflow: hidden;
}
.kh-news-attr > span{
    float: left;
    line-height: 3.2rem;
    padding-right: 2rem;
    color: #666666;
    font-size: 1.2rem;
}

/*右侧通用*/
.kh-news-right{
    top: 5rem;
    right: 0;
    width: 32rem;
}
.kh-doc{
    display: block;
    text-align: center;
}
.kh-doc img{
    border-radius: 1.2rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.16);
}
.kh-news-related{
    width: 100%;
    overflow: hidden;
    padding: 2rem 3rem;
    border-radius: 1.2rem;
    background-color: #FFFFFF;
    box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.16);
    margin-top: 3rem;
}
.kh-news-related > dl{
    width: 100%;
    padding-bottom: 5rem;
    overflow: hidden;
}
.kh-news-related > dl > dt{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #666666;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 1.2rem;
}
.kh-page-tag > dd{
    overflow: hidden;
    text-align: center;
}
.kh-page-tag > dd > a{
    display: inline-block;
    text-align: center;
    margin-top: 1.5rem;
    margin-right: 2%;
    font-size: 1.2rem;
    line-height: 2.7rem;
    background-color: #A3A3A3;
    color: #FFFFFF;
    padding: 0 0.5rem;
    border-radius: 0.8rem;
}
.kh-page-tag > dd > a:hover{
    background-color: #797DFF;
}

.kh-page-recommend > dd > a{
    display: block;
    font-size: 1.2rem;
    line-height: 4rem;
    color: #999999;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.kh-page-recommend > dd > a:hover{
    background-color: #A3A3A3;
    color: #FFFFFF;
    padding-left: 0.8rem;
}

.kh-article-tags{
    width: 100%;
    overflow: hidden;
    font-size: 1.4rem;
    padding-top: 1rem;
}
 
.kh-article-tags > span{
    display: block;
    float: left;
    margin-bottom: 1rem;
    line-height: 2.4rem;
 }
.kh-news-tag{
    display: block;
    float: left;
    padding: 0 1rem;
    color: #FFF;
    background-color: #A3A3A3;
    border-radius: 1.3rem;
    line-height: 2.4rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}
.kh-news-tags{
    position: absolute;
    z-index: 1;
    left: 0;
    padding: 0 5px;
}
.kh-news-tag.small-tag{
    padding: 0 0.3rem;
    border-radius: 0.6rem;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    background-color: rgba(0,0,0,0.6);

    /* swiper */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: unset;
}
.kh-news-tag:hover{
    background-color: #797DFF;
    color: #FFFFFF;
}


/*自适应调节*/
@media only screen and (max-width: 1700px){
}
@media only screen and (max-width: 1560px){
}
@media only screen and (max-width: 1420px){
}
/*小于等于1200px时*/
@media only screen and (max-width: 1200px){
}
/*sm屏幕以下（小于等于576px时）*/
@media only screen and (max-width: 720px) {
    .kh-article-title{ font-size: 1.8rem; line-height: 3.6rem; padding: 0 2%;}
    .kh-article-attr{ line-height: 2.4rem;}
    .kh-article-attr > span{ line-height: 2.4rem; padding-right: 1rem;}
    .kh-article-content{ padding: 2rem 2%;}
    .kh-article-tools > a{ line-height: 2.4rem; padding: 0 1rem; margin: 0 0.5rem;}
    .kh-news-list-module{ padding: 2rem 2%;}
    .kh-news{ width: 48%; margin-top: 2rem; margin-right: 4%;}
    .kh-news:nth-of-type(2n){ margin-right: 0;}
    .kh-news:nth-of-type(3){ display: none;}
    .kh-news-title{ margin: auto;}
    .kh-news-attr > span{ padding-right: 0.5rem;}

    .kh-page-main{ overflow: hidden; padding-top: 2rem;}
    .kh-news-left{ width: 100%; float: unset;}
    .kh-news-right{ width: 100%; position: unset !important;}

    /* 分类和位置 */
    .kh-page-attr{ width: 100%; padding: 0 2%;}

}
@media only screen and (max-width: 414px){
}
@media only screen and (max-width: 366px){
}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
}
