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%;
}
.lefttop{
    letter-spacing: 1px;
    background: white;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 10px;

}
.review_title{
    font-weight: bold;
    font-size: 18px;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
    float: left;
}
.rev_adress{
    color: #444444;
    font-size: 15px;
    margin-top: 20px;
}
.rev_adress span{
   color: #fdab07;
   margin-right: 5px;
   font-size: 17px;
}
.rev_bottom{
    margin-top: 30px;
    font-size: 14px;
    color: #888888;
} 
.rev_time{
    float: left;
    color:#555555 ;
    /* margin-top: 3px; */
  
}
.left_title{
    margin-top: 20px;
}
.rev_eyes{
    color: #888888;
    float: right;
}


.left_video{
    margin-top: 40px;
    background: white;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
}
.list2 .video_title2 {
    padding: 30px 20px 0px 20px;
    text-align: center;
    font-size: 18px;
    padding: 20px 20px 0px 20px;
    position: relative;
}

.lefttop_img{
    width: 100%;
    border-radius: 5px;
    position: relative
}
.lefttop_img img{
    border-radius: 5px;
}
.lefttop_right{
    box-sizing: border-box;
}
.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;
}

.sysinner{
    box-sizing: border-box;
    padding: 0px 0px 10px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.list_titleimg {
    float: right;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.list_title {
    border-bottom: 1px solid #ededed;
    padding: 0px 0px 15px 0px;
    text-align: left;
    font-weight: bold;
}
    .list_title .video_title {
        padding: 10px 0px;
        color: white;
        background: linear-gradient(#0a3c6d,#4b83bb);
        width: 150px;
        border-radius: 0px 0px 30px 0px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
    }
iframe {
    width: 100%;
    height: calc((1200px *0.7 - 50px) /16*9);
}
@media screen and (max-width:1200px) {

    iframe {
        width: 100%;
        height: calc((100vw *0.7 - 50px) /16*9);
    }
}






















.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 20px;
}


/* 右侧 */
.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;
    border-radius: 5px;

}
.conright .title{
    font-weight: 600;
    color: #0a3c6d;
    font-size: 25px;
    border-bottom: 2px solid #ededed;
    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 0px;
    /* border: 1px solid red; */
}
.lineblock .left{
    width: 30%;
    position: relative;
    border-radius: 3px;
    position: relative;
}
.lineblock .left img{
    border-radius: 3px;
}
.lineblock .left .exp_img{
   width: 30px;
   height: 30px;
}
.lineblock .left .exp_img img{
    width: 16px;
    height: 16px;
    margin: 7px 6px 7px 8px;
 }
.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: 15px;
    box-sizing: border-box;
}
.lineblock .content .name{
    font-size: 16px;
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
    padding-bottom: 15px;
}
.lineblock .content .place{
    font-size: 14px;
    color: #888888;
}
.lineblock .content .place span{
    margin-top: 0px;
}
.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;
}





@media screen and (max-width:800px) {
    .zs_nav {
    padding-bottom: 10px;    line-height: 30px;
    padding-top: 20px;
}
    .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;
    }



  
    /* .video_title{
        padding: 8px 0px;
        width: 120px;
        font-size: 16px;
    }
    .video_list{
        margin: 30px 0px 0px 0px;
    }
    .video_list .sys_item{
        padding: 0px 5px;
    }
    .video_list .sys_img img{
        border-radius: 5px;
        transition: all ease 1s;
    }

    .video_list .sysinner:hover .sys_img img{
        transform: scale(1.2);
    }
    .video_list .exp_bottom{
        margin-top: 10px;
    }
    .video_list .exp_name{
        font-size: 14px;
    } */
}
@media screen and (max-width:700px) {
    /* .review_title{
        font-size: 15px;
    }
    .rev_adress{
        font-size: 13px;

    }
    .rev_adress span{
       font-size: 14px;
    }
    .rev_bottom{
        font-size: 12px;
    }
    .lefttop_right{
        overflow: hidden;
        margin-left: 30%;
        box-sizing: border-box;
        padding-left: 20px;
    }
    .rev_label{
        background: #e6ebf0;
        color: #0a3c6d;
        border-radius: 3px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
        display: inline-block;
        box-sizing: border-box;
        padding: 0px 5px;
        margin-left: 15px;
    }
    .rev_bottom{
        margin-top: 10px;
    }
    .rev_adress{
        margin-top: 10px;
        -webkit-line-clamp: 1;
    }
    .rev_eyes{
        display: none;
    }
    .rev_btn{
        float: right;
        border: 1px solid #3099ff;
        box-sizing: border-box;
        padding: 3px 8px;
        color: #3099ff;
        border-radius: 3px;
    } */
}