*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background: #E8EDF1;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
}
ul{
    list-style: none;
}
a{text-decoration:none;}
.content .wrap_head{
    width: 1300px;
    background: #D6DEE4;
    padding: 8px 15px;
    border: 1px solid #C1CAD2;
    color: #5D5E60;
    margin-top: 65px;
}
.content .wrap_head span{
    margin-left: 10px;
    vertical-align: middle;
}
.content .wrap_head img{
    vertical-align: middle;
}
.content .wrap_head span a{
    color: #5D5E60;
}
.content .wrap_head span:nth-of-type(3){
    color: #95999B;
}
.content .wrap_head span:nth-of-type(3){
    color: #95999B;
}
.content .wrap_content{
    display: flex;
    margin-top: 15px;
}
.content .wrap_content .wrap_left .wrap_catalogue{
    /*height: 562px;*/
    height: 775px;
    background: #fff;
    margin-top: 10px;
}
.list{
    color: #202020;
}
.list>li>.li{
    padding: 20px 0 0 18px;
    cursor: pointer;
}
.combobox{
    border-left: 2px solid #015DB7;
    color: #015DB7;
}
.list>li>.else>div{
    padding: 6px 0 6px 18px;
    margin-top: 15px;
    cursor: pointer;
}
.else {
    width: 100%;
    display: none;
    color: #777777;
}
.last .li{
    margin-top: 10px;
}
.last {
    border-bottom: none;
}
/*.first {*/
/*    border-top: none;*/
/*}*/
.triangle{
    width: 0;
    height: 0;
    display: block;
    float: right;
    margin-right: 27px;
    margin-top: 5px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #646464;
}
.active{
    width: 0;
    height: 0;
    display: block;
    float: right;
    margin-right: 27px;
    margin-top: 2px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #646464;
    transform: rotateX(180deg);
}
.content .wrap_content .wrap_hight{
    background: #fff;
    width: 1020px;
    min-width: 845px;
    margin-left: 20px;
}
.content .wrap_content .wrap_hight .wrap_hight_top{
    border-bottom: 3px solid #EEF1F2;
    padding:20px 15px;
}
.hight_top input::-webkit-input-placeholder{
    font-size: 12px;
    left: 10px;
    position: relative;
    left: 10px;
    color: #B1B1B1;
}
.hight_top p{
    width: 30px;
    height: 30px;
    /*display: inline-block;*/
    line-height: 30px;
    border: 1px solid #D2D6D9;
    text-align: center;
    background: #EDF1F4;
    margin-left: 958px;
    margin-top: -30px;
    position: absolute;
}
.hight_top select{
    width: 240px;
    margin-left: 8px;
    height: 30px;
    border: 1px solid #D7DBDD;
    color: #B1B1B1;
    overflow: hidden;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    padding-left:10px;
    font-size:12px;
}

.hight_top p span{
    width:0px;
    height:0px;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
    border-top:4px solid #646464;
    top: 11.5px;
    position: relative;
}
.hight_top span{
    font-weight: 600;
}
.hight_top input{
    border: 1px solid #D7DBDD;
    height: 30px;
    width: 240px;
}
.content .wrap_content .wrap_hight .wrap_hight_top .hight_top input{
    margin-left: 8px;
}
.content .wrap_content .wrap_hight .wrap_hight_top .hight_top span:nth-of-type(2){
    margin-left: 25px;
}
.content .wrap_content .wrap_hight .wrap_hight_top .hight_top span:nth-of-type(3){
    margin-left: 25px;
}
.content .wrap_content .wrap_hight .wrap_hight_top .hight_top .btn-group{
    margin-left: 10px;
    margin-top: -4px;
    border-radius: 0px;
}
.wrap_hight_top .hight_top .btn-group .btn-default{
    width: 170px;
    height: 24px;
    line-height: 5px;
}
.wrap_hight_top .hight_top .btn-group .dropdown-toggle{
    width: 25px;
    height: 24px;
    line-height: 5px;
}
.hight_bottom{
    margin-top: 20px;
}
.hight_bottom span{
    font-weight: 600;
}
.hight_bottom input{
    margin-left: 8px;
    border: 1px solid #D7DBDD;
    height: 30px;
    width: 240px;
}
.hight_bottom input::-webkit-input-placeholder{
    font-size: 12px;
    left: 10px;
    position: relative;
    left: 10px;
    color: #B1B1B1;
}
.hight_bottom span:nth-of-type(2){
    margin-left: 25px;
}
.hight_bottom button:nth-of-type(1){
    width: 60px;
    height: 30px;
    background: #015DB8;
    border: 1px solid #015DB8;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    /*margin-left: 15px;*/
    float: right;
    margin-right: 35px;
    margin-left: 20px;
}
.hight_bottom button:nth-of-type(2){
    width: 62px;
    height: 30px;
    border: 1px solid #BDBDBD;
    background: #FFFFFF;
    color: #686868;
    font-size: 12px;
    line-height: 25px;
    margin-left: 40px;
    float: right;
}
.wrap_hight_bottom{
    padding:15px;
}
.table>li:first-of-type {
    background: #edf1f4;
    border-bottom: 3px solid #2a76c1;
    height: 40px;
    line-height: 40px;
}
.table>li>div{
    /*display: inline-block;*/
    float: left;
    text-align: center;
    font-size: 14px;
    color: #39393A;
    font-weight: 600;
}
.table li ul:nth-child(odd){
    background: #ffffff;
}
.table li ul:nth-child(even){
    background: #f4f7f8;
}
.table li ul a{
    color: #5F5F5F;
}
/*.omit:nth-last-of-type(2){*/
/*    width: 100px;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*    padding-top:8px;*/
/*    display: inline-block;*/
/*}*/
/*.omit:nth-last-of-type(3){*/
/*    width: 100px;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*    padding-top:8px;*/
/*    display: inline-block;*/
/*}*/
/*.omit:nth-last-of-type(4){*/
/*    width: 200px;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*    padding-top:8px;*/
/*    display: inline-block;*/
/*}*/
.table li ul li{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #5F5F5F;
    /*height:40px;*/
    /*line-height: 40px;*/
}
.gradeX li p{
    height: 40px;
    line-height: 40px;
    width: 140px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tablee{
    background: #E0F0FF;
}
.table>li>div:nth-of-type(1){
    width: 55px;
}
.table>li>div:nth-of-type(2){
    width: 150px;
}
.table>li>div:nth-of-type(3){
    width: 150px;
}
.table>li>div:nth-of-type(4){
    width: 140px;
}
.table>li>div:nth-of-type(5){
    width: 200px;
}
.table>li>div:nth-of-type(6){
    width: 140px;
}
.table>li>div:nth-of-type(7){
    width: 140px;
}

.gradeX li:nth-of-type(1){
    overflow: hidden;
    width: 55px;
    margin-bottom: 14px;
}
.gradeX li:nth-of-type(2){
    width: 150px;
}
.gradeX li:nth-of-type(3){
    width: 150px;
}
.gradeX li:nth-of-type(4){
    width: 140px;
}
.gradeX li:nth-of-type(5) p{
    width: 190px;
}
.gradeX li:nth-of-type(5){
    width: 200px;
}

.gradeX li:nth-of-type(6){
    width: 140px;
}
.gradeX li:nth-of-type(7){
    width: 140px;
}
.gradeX li{
    text-align: center;
}
.paging{
    display: flex;
    margin-top: 15px;
}
.paging div:nth-of-type(1) span:nth-of-type(1) span{
    color: #568AC8;
}
.paging div:nth-of-type(1) span:nth-of-type(2){
    border: 1px solid #E0E0E0;
    margin-left: 10px;
    padding: 5px 10px;
}
.paging div:nth-of-type(2){
    margin-top: -4px;
    margin-left: 442px;
}
.paging div:nth-of-type(2) p{
    border: 1px solid #E0E0E0;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.paging div:nth-of-type(3){
    display: flex;
    margin-top: -4px;
    margin-left: 10px;
}
.paging div:nth-of-type(3) p:nth-of-type(1){
    width: 50px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #E0E0E0;
    text-align: center;
}
.paging div:nth-of-type(3) p:nth-of-type(2){
    width: 50px;
    height: 27px;
    line-height: 28px;
    text-align: center;
    background: #015DB7;
    color: #fff;
}

.wrap_hight .hight_bottom .pubdate{
    display: inline-block;
}
.wrap_hight .hight_bottom .pubdate{
    display: inline-block;
}
.wrap_hight .hight_bottom .pubdate .input-group >input{
    display: inline-block;
}
.wrap_hight .hight_bottom .pubdate .input-group >p{
    display: inline-block;
}

.wrap_catalogue .list .layui-tree-entry {
    height: 30px!important;
}

