.classanav{
    font-size: 0;
}
.classanav span{
    display: inline-block;
    height: 60px;
    width: 16.5%;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 1px solid #0e050a;
    border-bottom: 0;
    background: #2c79bc;
    cursor: pointer;
    cursor: hand;
}
.classanav span:first-child{
    border-right: 0;
}
.classanav span.active{
    background: #72b3e5;
}
.classbnav{
    display: none;
}
.disblock{
    display: block;
}
.disnone{
    display: none;
}
.classbnav .active{
    display: block;
}
.classbnav .classbul{
    display: table;
    width: 100%;
}
.classbnav .classbul li{
    display: table-cell;
    vertical-align: middle;
    width: 16.667%;
    height: 56px;

    text-align: center;
    background: #e1e1e1;
    border: 1px solid #797979;
    border-left: 0;
    box-sizing: border-box;
    cursor: pointer;
    cursor: hand;
}
.classbnav .classbul li:first-child{
    border-left: 1px solid #797979;
}
.classbul li.active{
    background: #ffffff;
}
.classcnav{
    border: 1px solid #797979;
    /*border-bottom: 0;*/
    border-top: 0;
    background: #f9f9f9;
    padding: 10px 0;
}
.classcnav ul{
    display: none;
    padding-left: 52px;
}
.classcnav ul.active{
    display: block;
}
.classcnav li{
    list-style: inside;
    float: left;
    font-size: 14px;
    /*line-height: 45px;*/
    padding: 12.5px 0;
    width: 33.334%;
    /*text-indent: 52px;*/
    cursor: pointer;
    cursor: hand;
    /*height: 38px;
    line-height: 38px;*/
}
.classcnav .longdata{
    height: 38px;
}
.classcnav li:hover, .classcnav li a:hover{
    color: #005bac;
}
.classcnav li a{
    color: #000;
}
.classcnav .clickactive a{
    color: #005bac;
}
.contentbox{
    border: 1px solid #616161;
    background: #f9f9f9;
    padding: 45px 68px 20px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.classbnav .contentbox{
    border-top: 0;
    /*display: none;*/
}

/*.contentbox .table, .contentbox .list, .contentbox div.nodata, .contentbox div.wzy_page{*/
/**/
/*}*/
.contentbox .active{
    display: block;
}
.contentbox .list .listtitle{
    /*border-bottom: 5px solid #ccc;*/
    position: relative;
    height: 50px;
}
.contentbox .list .listtitle span{
    font-size: 14px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    background: #2c79bc;
    position: absolute;
    left: 0;
    top: 7.5px;
}

.contentbox .list .listcontent li{
    border-bottom: 2px dashed #ccc;
}

.contentbox div.nodata{
    color: #ff5a63;
    font-size: 16px;
}



.listcontent li a{
    color: #000;
    font-size: 14px;
    display: block;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
}
.listtext{
    float: left;
    width: 932px;
}

.listtime{
    float: right;
    width: 100px;
}
.list .listnav{
    text-align: center;
    margin-top: 20px;
}
.list .listnav ul{
    display: inline-block;
    overflow: hidden;
}
.list .listnav ul li{
    float: left;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    font-size: 14px;
    margin: 0 5px;
}
.list .listnav ul li.active{
    background: #2c79bc;
    color: #fff;
}
.list .listnav ul .sum{
    width: auto;
    padding: 0 10px;
}
.contentboxhead .lefttit{
    float: left;
    font-size: 14px;
    width: 250px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2c79bc;
    color: #fff;
    margin-bottom: 20px;
}
.contentboxhead .rightinput{
    float: right;
}
.contentboxhead .rightinput input{
    width: 273px;
    height: 33px;
    border: 1px solid #cccccc;
    float: left;
    font-size: 14px;
    text-indent: 14px;
    outline: none;
}
.contentboxhead .rightinput .imgwrap{
    float: left;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #337dbd;
}
.contentboxhead .rightinput .imgwrap img{
    display: inline-block;
}

.contentbox table{
    width: 100%;
    border-collapse: collapse;

}
.contentbox table th, .contentbox table td{
    border: 1px solid #404040;
}
.contentbox table th{
    height: 44px;
    background: #a3c597;
    font-size: 16px;
}
.contentbox table td{
    height: 50px;
    text-align: center;
    font-size: 14px;
}
.contentbox table td a{
    color: #005bac;
}
.contentbox table td a:hover{
    color: #20a0ff;
}
.pagesnav{
    text-align: center;
    font-size: 0;
}
.pagesnav div{
    display: inline-block;
    margin-top: 50px;
    font-size: 0;
}

.pagesnav div span {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
}

.clickbtn span{
    padding: 0 10px;
}
.homepage, .lastpage{
    width: 35px;
    line-height: 21px;
    border: 1px solid #4d4d4d;
    margin: 0 20px;
    padding: 0;
}

.topage{
    margin-left: 33px;
}
.topage input{
    width: 45px;
    height: 22px;
    margin: 0 10px;
}
/*分享样式*/
.content .dayin{
    /*width: 200px;*/
    position: absolute;
    right: 30px;
    top: 7px;
}
.content .dayin div{
    float: left;
    line-height: 28px;
    margin-right: 5px;
}

/*分享图标样式设置*/
.content .dayin .share_wrap a{
    float: none;
    display: inline-block;
    height: 23px;
    width: 23px;
    margin: 0 3px;
    border-radius: 26px;
    background-color: #333;
    position: relative;
    top: -3px;
    opacity: 0.75;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
.content .dayin .share_wrap a:hover{
    opacity: 1;
}
.content .dayin .share_wrap a.bds_weixin{
    background: #66d354  no-repeat;
    background-size: cover;
}
.content .dayin .share_wrap a.bds_tsina{
    background: #66d354  no-repeat;
    background-size: cover;
}
.content .dayin .share_wrap a.bds_sqq{
    background: #66d354  no-repeat;
    background-size: cover;
}
