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:0px 15px;
    
}
.conleft_con{
    background: white;
    box-sizing: border-box;
    margin-top: 40px;
    padding:15px;
    border-radius: 10px;
}

.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;
}
.conleft_title{
    text-align: center;
    font-size: 20px;
    margin-top: 15px;

}
.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: 0px 0px;
    margin-bottom: 25px;
    border: 1px solid #efefef;
}
.list_item2{
    padding: 0px 0px;
    height: 80px;
    line-height: 80px;
}
/* .conright .title{
    font-weight: 600;
    color: #0a3c6d;
    font-size: 25px;
    padding: 0px 10px 0px 15px;
    text-align: left;
} */

/* .conright .title .right{
    height: 26px;
    margin-top: 26px;
}
.conright .title img{
    height: 26px;    
} */
.list{
    color: #494949;
}
.list_item{
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    height: 80px;
    line-height: 80px;
    padding:0px 15px;
    font-size: 18px;
    text-align: center;
    position: relative;
}
.item_line{
    height: 2px;
    width: 15px;
    position: absolute;
    top: 39px;
    left: 30px;
    background: #cccccc;
}

.list_item:hover{
background:#ededed ;
color: #b08156;
font-weight: bold;
}
.list_item:hover .item_line{
    background: #b08156;
    }
.advspace img{
    width: 100%;
}
.conright .item3{
    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;
    height: 45px;
}
.conright .title .right{
    float: right;
}
.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: 30%;
    position: relative;
    border-radius: 3px;
}
.lineblock .left img{
    border-radius: 3px;
}
.lineblock .rightbtn{
    position: absolute;
    top: 0px;
    left:0px;
    background: #0a3c6d;
    color: white;
    font-size: 12px;
    width: 45px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px 0px 3px 0px;
}
.lineblock .content{
    box-sizing: border-box;
    margin-left: 30%;
    width: 70%;
    padding-left: 10px;
    box-sizing: border-box;
}
.lineblock .content .name{
    font-size: 15px;
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
    padding-bottom: 10px;
}
.lineblock .content .place{
    font-size: 14px;
    color: #444444;
}
.lineblock .content .place span{
    color:#fdab07 ;
    font-size: 18px;
    margin:0 5px;
}
.list a:hover .name{
    color: #eb263f;
}

.item2 .content{
    margin-left: 0px;
    width: 100%;
    padding-left: 0px;
}
.content .time{
    color: #888888;
    font-size: 14px;
    margin-top: 10px;
}
.content .time span{
    font-size: 14px;
    margin:0 5px;
}
/* 搜索 */
.sys_search{
    background: white;
    border-radius: 50px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.sys_search:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.search_btn{
    float: right;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    width: 80px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-top: 10px;
    border-radius: 30px;
    background: linear-gradient(#4b83bb,#0a3c6d);
    color: white;
    cursor: pointer;
    margin-right: 15px;
}
.search_btn:hover{
    background: linear-gradient(#376ca1,#05284b);
}
.sys_input{
    /* border: 1px solid red; */
    margin:0px 100px 0px 0px;

}
.sys_input input{
    border: 0px solid black;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-radius: 50px;
    outline: none;
    font-size: 16px;
    padding: 0px 20px;

}
.exp_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
 .exp_img img{
    width: 30px;
    height: 30px;
    margin:15px 13px 15px 17px;
}
.book_bottom{
    margin-top: 10px;
}

/* .article .block {
    max-width: 100%;
    margin: auto;
    height: auto;
    position: relative;
    border:1px solid #ededed;
}

.article .back{
    max-width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: ;
} */
.article .block {
    margin: auto;
    max-width: 100%;

}

.article .back{
    max-width: 100%;
   
}
.article .back img {
    width: auto;
}


@media screen and (max-width:1200px) {
    .conright .title{
        font-size: 18px;
        height: 45px;
    }
    .conright .title img{
        height: 18px;    
        margin-top: 5px;
    }
    
}
@media screen and (max-width:900px) {
    .item_line{
        width: 12px;
        left: 23px;
    }
}
@media screen and (max-width:800px) {
    .zs_nav {
    padding-bottom: 10px;
}
    .details .conleft {
    width: 100%;
}
    .details .conright {
        display: none;
    }
    .conleft_title{
        font-size: 18px;
    
    }
   
   
}
@media screen and (max-width:700px) {
    
}
/* 导航 */
/*.navitem{
    float: left;
    height: 84px;
    line-height: 84px;
    width: 10%;
    box-sizing: border-box;
    text-align: center;
    color: #f3d5a6;
    border: 2px solid #0a3c6d;
    border-radius: 25px;
    position: relative;
}*/

.navtext{
    margin-top: 18px;
    height: 44px;
    line-height: 42px;
    border: 2px solid #0a3c6d;
    border-radius: 25px;
    color: #f3d5a6;
}
.navitem:hover .navtext{
    border: 2px solid #f3d5a6;
    box-shadow: inset 0px 0px 10px rgba(243, 213, 166, 1);
}
.menu{
    display: none;
    position: absolute;
    z-index: 10;
    top: 80px;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
}
.menuitem{
    background: rgba(10, 60, 109, 0.9);
    color: rgba(255, 255, 255, 0.8);
    height: 60px;
    line-height: 60px;
}
.menuitem:hover{
    color: #e9cda3;
    font-weight: bold;
}
.menuactive{
    display: block;
}



@media screen and (max-width:800px) {
    /* 导航2 */
    /* .menu2{
        display: none;
        top: 50px;
        background: rgba(0, 0, 0, 0.3);
        color: white;
        width: 100%;
    }
    .navitem3{
        position: relative;
    }
    .menuitem2{
        height: 45px;
        line-height: 45px;
        box-sizing: border-box;
        padding-left: 30px;
        color: white;
        font-size: 13px;
    }
    .menuitem2:active{
      background: rgba(10, 60, 109, 0.5);
      color: #e8cda3;
    }
    .menu2active{
        display: block;
    }
    .navnameact{
        background: #0a3c6d;
        color: #e8cda3;
    } */
}