
/*body::-webkit-scrollbar{display: none;}*/
body{
    background: #ffffff;
}
.nav {
    background: rgba(0, 0, 0, 0.5);
}
.container{
    overflow: hidden;
    min-height: 100vh;
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*flex-direction: column;*/
    /*min-height:calc(100% - 65px);*/
    /*margin-top:65px;*/
    /*background:#ff00ff;*/
}
.wd-main{
    width: 1200px;
    /*height:1200px;*/
    min-height: calc(100vh - 208px);
    margin:20px auto;
    display: flex;
    display: -webkit-flex;
    /*padding-bottom: 17px;*/
    background: #fff;
    margin-top: 138px;
    box-shadow: RGBA(41, 46, 59, .18) 2px 2px 6px 0px;
    /*flex:1;*/
    /*overflow: hidden;*/
}
.wd-l-flax{
    float: left;
    width: 239px;
    /*height: 100%;*/
    height: calc(100% - 209px);
    /*padding-bottom: 10px;*/
    border-right: 1px solid #E6ECF1;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    position: fixed;
    z-index: 10;
}
.wd-l-list{
    /* float: left; */
    flex: 1;
    overflow-y: scroll;
    padding: 10px 0;
    width: 239px;
}
.wd-search{
    width: 200px;
    height: 60px;
    border-bottom: 1px solid #e6ecf1;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}
.wd-search .layui-form{position: relative;}
.ss-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    z-index: 99;
}
.ss-btn i{font-size:20px;}
.wd-search input{
    width: 200px;
    height: 28px;
    padding: 5px 40px 5px 10px;
    margin: 15px 0 0 0;
    font-size: 14px;
    border: 1px solid #D0D5DA;
}
.wd-search .layui-form-select dl dd.layui-this{
    background: #6299ff;
}
.wd-search .layui-edge{display: none;}
.wd-search input:focus{
    border-color: #93b9ff;
}
.wd-search .s-btn{
    position: absolute;
    top: 16px;
    right: 15px;
    width: 30px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #D0D5DA;
    cursor: pointer;
}
.wd-search .s-btn:hover i{
    color: #777;
}
.list-tit{
    height: 14px;
    line-height: 14px;
    /*text-align: center;*/
    font-size: 14px;
    color: #212529;
    position: relative;
    text-indent: 20px;
    cursor: pointer;
    padding: 10px 4px 10px 20px;
}
.list-tit2{
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    position: relative;
    /*text-indent: 20px;*/
    margin-left: 20px;
    cursor: pointer;
    color: #212529;
    padding: 10px 4px 10px 20px;
}
.list-tit2:hover,.l-item>.l-item-tit:hover{
    
    color: #3378FF;
}

.wd-l-list .l-item{
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 1px;
    margin-left: 16px;
}
.l-list{
    /*display: none;*/
}
.l-item-tit,.list-icon{
    min-height: 14px;
    line-height: 14px;
    padding: 10px 4px;
}
    
.l-item>.l-item-tit{
    /*background: #518CFF;*/
    color: #212529;
    
}
.list-icon{
    float: left;
    width: 16px;
    text-align: center;
    margin: 0 8px 0 -30px;
    color: #fff;
}
.list-icon img{
    vertical-align: middle;
    min-width: 16px;
}
.wd-l-list .l-item>ul{color: #fff;}
.wd-l-list .l-item>ul>li>.l-item-tit{
    color: #212529;
    margin-top: 1px;
    font-size: 14px;
    margin-left: 40px;
}
.wd-l-list .l-item>ul>li>.l-item-tit:hover,.wd-l-list .l-item>ul>.ul-act>.l-item-tit,.list-tit:hover,.list-tit:hover{
    /*background: #e3e9ee;*/
    color: #3378FF !important;
}
.ul-act{
    color: #3378FF !important;
    position: relative;
}
/*.ul-act::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 2px;*/
/*    top: 50%;*/
/*    width: 5px;*/
/*    height: 24px;*/
/*    margin-top: -12px;*/
/*    background: #3378FF;*/
/*}*/
ol li{
    height: 14px;
    line-height: 14px;
    padding: 10px 0;
    color: #212529;
    margin-top: 1px;
    margin-left: 60px;
    font-size: 14px;
}
.wd-l-list .l-item ul,
.wd-l-list .l-item ol{
    display: none;
}
.wd-l-list ol li:hover,.wd-l-list ol .ol-act{
    /*background: #DEEAF3;*/
}
/* ------------------- */
.wd-c-main{
    /*flex: 1;*/
    float: left;
    height: 100%;
    width: 960px;
    background: #fff;
    padding-left: 240px;
    /*min-height: 900px;*/
    /*box-shadow: #949da5 0 1px 3px 0;*/
    /*margin: 0 10px 0 0;*/
    /*padding-bottom: 10px;*/
    overflow-y: scroll;
    overflow-x: hidden;
}
.wd-c-cont{
    width: calc(100% - 44px);
    margin: 0 auto;
    padding-bottom: 20px;
}
.wd-c-tit{
    height: 44px;
    line-height: 44px;
    padding-top: 24px;
    border-bottom: 1px solid #F2F6F9;
    font-size: 18px;
    color: #7E7E7E;
    font-weight: bold;
  /*  text-indent: 28px;*/
}
.wf-c-text{
    /*height: 705px;*/
    margin-top: 20px;
    font-size: 13px;
    color: #212529;
    line-height: 22px;
}
.wd-l-list::-webkit-scrollbar{
    width: 5px;
    /*background: #fff;*/
    /*display: none;*/
}
.wd-l-list::-webkit-scrollbar-thumb{
    width: 5px;
    background: #CCCCCC;
    
    border-radius: 3px;
    /*display: none;*/
}

.wf-c-text::-webkit-scrollbar,.wd-c-main::-webkit-scrollbar{
    display: none;
}
/*.wf-c-text::-webkit-scrollbar-thumb{*/
    
/*}*/
.l-item-tit i{
    float: left;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
    transition: .1s;
    -webkit-transition: .1s;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.ul-act2 i{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}


.s-main{
    display: none;
    width: calc(100% - 20px);
    height: 100%;
    margin: 0 auto;
}
.s-tabs{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #E4E7ED;
    margin-top: 10px;
}
.s-tabs>div{
    float: left;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}
.s-tabs .s-active{
    color: #409eff;
}
.s-tabs .s-active::after{
    content: "";
    width: calc(100% - 40px);
    height: 2px;
    background:#409eff;
    position: absolute;
    left: 20px;
    bottom: -2px;
}
.list_count {
    height: 30px;
    line-height: 30px;
    color: #666;
    margin-bottom: 20px;
    text-indent: 10px;
}
.s-list{
    width: calc(100% - 20px);
    height: calc(100% - 155px);
    margin: 0 auto;
    /*overflow-y: scroll;*/
}
.s-item{
    width: calc(100% - 20px);
    margin-bottom: 20px;
}
.s-tit{
    line-height: 25px;
    font-size: 16px;
    color: #000;
}
.s-tit:hover{
    color: #409EFF;
}
.s-text{
    font-size: 14px;
    color: rgba(34,34,34,.7);
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 4px;
    word-break: break-all;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
.s-text font,p font{
    color: #3378FF !important;
}
.item-date{
    font-size: 12px;
    line-height: 25px;
    color: #8e97ac;
}
/*.s-tit span,.s-text span{color: #ff4646!important;}*/
.s-from{

    font-size: 14px;
    color: #73777a;
}

#page{
    width: 100%;
    border-top: 1px solid #CCCCCC;
    margin-top: 5px;
    text-align: center;
}
#page .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #409eff;
}

.fanhui{
    float: right;
    cursor: pointer;
    margin-top: 35px;
    color: #333;
    border: 1px solid #ccc;
    padding: 3px 15px;
    text-align: center;
    font-size: 12px;
}
.yh-footer{
    position: relative;
    z-index: 999;
}