body{
    
    background-color:#f4f5f7 ;
}
.zs_content{
    background-color:#f4f5f7 ;
}
.zs_nav{
    border-bottom: 0px solid #ededed;
    padding-bottom: 40px;
}
.details{
    padding-bottom: 50px;
}
.details .conleft{
    box-sizing: border-box;
    width: 70%;
    background-color: white;
    padding: 15px;
}

.conleft .d_top{
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.conleft .d_top .title{
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #333;
}
.conleft .d_top .cate{
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #666;
    text-align: center;
    margin: 15px 0;
}
.conleft .d_top .cate .ite{
    position: relative;
    display: inline-block;
    min-width: 150px;
}
.conleft .editor span{
    color: #0a3c6d;
}
.conleft  .d_top .line{
    position: absolute;
    top:5px;
    right: 0;
    height: 15px;
    width: 2px;
    background-color: #c5c5c5;
}
.article{
    padding: 10px 0;
}


/* 右侧 */
.details .conright{
    box-sizing: border-box;
    padding-left: 25px;
    width:30%;
}
.conright .item{
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    padding: 15px;
    margin-bottom: 25px;
}
.conright .title{
    font-weight: 600;
    color: #0a3c6d;
    font-size: 25px;
    border-bottom: 2px solid #ededed;
    /* line-height: 40px;     */
    height: 45px;
}
.conright .title img{
    height: 25px;    margin-top: 5px;
}
.list{
    color: #494949;
    
}
.list a:hover .line{
    color: #eb263f;
}
.list .line{
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ededed;
}
.lineblock{
    box-sizing: border-box;
    font-size: 15px;
    border-bottom: 1px dashed #ededed;
    padding: 15px 0;
}
.lineblock .left{
    width: 25%;
}
.lineblock .content{
    box-sizing: border-box;
    /*margin-left: 25%;
    width: 75%;*/
    padding-left: 15px;
    box-sizing: border-box;
}
.lineblock .content .name{
    font-size: 15px;
    /* line-height: 50px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
    padding-bottom: 15px;
}
.lineblock .content .place{
    font-size: 14px;
}
.lineblock .content .place span{
    color:#fdab07 ;
    font-size: 18px;
    margin:0 5px;
}
.list a:hover .name{
    color: #eb263f;
}


@media screen and (max-width:1200px) {
    
}
@media screen and (max-width:800px) {
    .zs_nav {
    padding-bottom: 10px;
}
    .details .conleft {
    width: 100%;
}
    .details .conright {
        display: none;
    }.conleft .d_top {
        padding-bottom: 10px;
    }.conleft .d_top .title {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }.conleft .d_top .cate {
        font-size: 14px;
        margin: 10px 0;
    }.conleft .d_top .cate .viewcount {
        display: none;
    }
}
@media screen and (max-width:700px) {
    
}