/*置顶内容*/
#kh-page-banner{
    border-radius: 1.2rem;
    overflow: hidden;
    padding-top: 5rem;
}
.kh-news-topImg{
    display: block;
    overflow: hidden;
    border-radius: 1.2rem;
}
.kh-news-topImg img{
    max-width: 100%;
}
.kh-news-topTitle{
    position: absolute;
    bottom: 3.8rem;
    font-size: 2.8rem;
    line-height: 4.2rem;
    color: #FFFFFF;
    padding: 0 3rem;
    width: 63%;
    background-color: rgba(0,0,0,0.16);
}
.kh-news-topPagination{
    text-align: right;
    padding-right: 6rem;
    bottom: 3.2rem !important;
}
.swiper-pagination-bullet{
    width: 3.8rem;
    height: 0.9rem;
    background-color: #FAFAFA;
    border-radius: 0.4rem;
    margin-left: 2.6rem;
}

.kh-page-main{
    padding-top: 5rem;
}
.kh-news-left{
    width: 70%;
    overflow: hidden;
}

/* 分类和位置 */
.kh-page-attr{ width: 70%; 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-list-block{
    width: 100%;
}
.kh-news-list-block > li{
    border-top: 1px solid #89B4DF;
    padding: 3rem;
    overflow: hidden;
}
.kh-news-list-block > li:nth-of-type(1){
    border-width: 2px;
}
.kh-news-img{
    width: 30%;
    height: 14rem;
    overflow: hidden;
    text-align: center;
    margin-right: 3rem;
    float: left;
}
.kh-news-img img{
    max-width: 100%;
}
.kh-news-text{
    width: calc(70% - 3rem);
    float: right;
}
.kh-news-text > dt > a{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #666666;
    max-height: 5rem;
    overflow: hidden;
}
.kh-news-list-block > li:hover{
    background-color: #EFF7FF; /* 浏览器不支持时显示 */
    background-image: linear-gradient(#FFFFFF, #EFF7FF);
}
.kh-news-text > dd.kh-news-desc > a{
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #999999;
    height: 5.4rem;
    overflow: hidden;
}
.kh-news-text > dd.kh-news-attr{
    line-height: 2.6rem;
    /* height: 2.6rem; */
    overflow: hidden;
    padding-top: 1rem;
}
dd.kh-news-attr > span{
    display: block;
    float: left;
    line-height: 2.6rem;
    color: #666666;
    padding-right: 2rem;
}
dd.kh-news-attr > span.kh-news-time {
    float: right;
    padding-right: 0;
}
.kh-icon-logo-full{
    line-height: 2.6rem;
}
.kh-icon-logo-full > span::before{
    font-size: 2.4rem;
}
.kh-news-tag{
    display: block;
    float: left;
    color: #FFF;
    background-color: #A3A3A3;
    border-radius: 1.3rem;
    padding: 0 1rem;
    margin-right: 0.5rem;
    margin-bottom: 5px;
    line-height: 1.8rem;
}
.kh-news-tag:hover{
    background-color: #797DFF;
    color: #FFFFFF;
}

/*右侧通用*/
.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;
}


/*自适应调节*/
@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-page-banner{ padding: 0; border-radius: unset;}
    .kh-news-topImg{ border-radius: unset;}
    .kh-news-topTitle{ bottom: 0.6rem; width: 100%; font-size: 1.4rem; padding: 0 2%;}
    .kh-news-topPagination{ padding: 0 2%; bottom: 0.6rem !important;}
    .swiper-pagination-bullet{ width: 1.6rem;}

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

    /* 列表 */
    .kh-page-main{ overflow: hidden; padding-top: 2rem;}
    .kh-news-left{ width: 100%; float: unset;}
    .kh-news-right{ width: 100%; position: unset !important;}
    .kh-news-list-block > li{ padding: 2rem 2%;}
    .kh-news-list-block > li > a{ display: block; overflow: hidden;}
    .kh-news-img{ margin-right: 1rem; height: unset;}
    .kh-news-text{ width: calc(70% - 1rem);}
    .kh-news-text > dt{ width: 100%; height: unset; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
    .kh-news-text > dd.kh-news-desc{ height: 3.6rem; margin-top: 0;}
    .kh-news-text > dd.kh-news-attr{ line-height: 2.4rem; display: none;}
    dd.kh-news-attr > span{ padding-right: 1rem;}
}
@media only screen and (max-width: 414px){
}
@media only screen and (max-width: 366px){
}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
}
