.site{
    width: 7.5rem;
    height: 0.56rem;
    text-align: left;
    text-indent: 0.3rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.56rem;
    color: #666666;
    overflow: hidden;
}
.site a{
    color: #666666;
}

.content{
    background-color: #FFFFFF; 
    padding-bottom: 0.3rem;
}
.content .content_x{
    width: 6.9rem;
    margin: 0 auto;
}
.content .content_x .head{
    font-size: 0.36rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.51rem;
    color: #C79657;
    -webkit-text-stroke: 1 #C79657;
    opacity: 1;
    overflow: hidden;
    padding-top: 0.25rem;
}
.content .content_x img{
    margin-top: 0.29rem;
}
.content .content_x .desc{
    margin-top: 0.53rem;
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.54rem;
    color: #666666;
}


/* 最热文章 */
.column{
    background-color: #FFFFFF;
}
.tbox{
    padding-bottom: 0.25rem;
}
.tbox dt{
    height: .72rem;
    background-color:#f5f5f5;
}
.tbox dt strong{
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: .72rem;
    color: #C79657;
    -webkit-text-stroke: 0.5 #C79657;
    opacity: 1;
    margin-left: 0.3rem;
}
.tbox dt strong small{
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: .72rem;
    color: #C79657;
}
.tbox:nth-child(1) li{
    height: 2.14rem;
    position: relative;
    
}
.tbox:nth-child(1) li img{
    position: absolute;
    top: 0.27rem;
    left: 0.31rem;
    width: 2.25rem;
    height: 1.5rem;
    background: rgba(0, 0, 0, 0);
    opacity: 1;

}
.tbox:nth-child(1) li .tit{
    width: 4.4rem;
    height: 0.9rem;
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.45rem;
    color: #C79657;
    opacity: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: absolute;
    top: 0.25rem;
    left: 2.78rem;
}
.tbox:nth-child(1) li .tit_cont{
    width: 4.3rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.41rem;
    color: #999999;
    opacity: 1;
    position: absolute;
    top: 1.18rem;
    left: 2.79rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cate{
    display: none;
}
/* 最新 */
.tbox:nth-child(2) li{
    width: 6.9rem;
    height: 1.5rem;
    margin: 0 auto;
    background-color: #FFFFFF;
}
.tbox:nth-child(2) li .tit{
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.46rem;
    color: #C79657;
    opacity: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top: 0.1rem;
}
.tbox:nth-child(2) li .tit_cont{
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.41rem;
    color: #999999;
    opacity: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 专题列表 */
.mokuai .conts{
    background: #FFFFFF;
    padding-bottom: 0.3rem;
}
.first_special {
    float: left;
    width: 40%;
    margin-right: 10%;
}
.first_special .img{
    display: block;
    width: 2.57rem;
    height: 1.71rem;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    padding-top: 0.24rem;
    padding-left: 0.31rem;
}
.first_special .img img{
    width: 100%;
    height: 100%;
}
.first_special .first_special_tit{
    display: block;
    height: 0.47rem;
    background: #C79657;
    text-align: center;
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.47rem;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 0.22rem;
    margin-left: 0.31rem;
    overflow: hidden;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* .special_list{
    float: right;
    width: 60%;
} */
.special_list .special_tit{
    float: left;
    width: 45%;
    height: 0.47rem;
    text-align: left;
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 0.47rem;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    color: #333333;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.special_list .special_tit::before{
    float: left;
    content: "";
    width: 0.05rem;
    height: 0.14rem;
    background: #999999;
    opacity: 1;
    border-radius: 0.02rem;
    position: relative;
    top: 0.18rem;
    margin-right: 0.1rem;
}

