body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"Microsoft YaHei","微软雅黑";
    background: #F6F6F6;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
.file-banner{
    width: 100%;
    min-width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.file-banner img{width: 100%;}
/*面包屑导航*/
.content-nav{
    width: 100%;
    min-width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-nav div{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3F3F3F;
}
.content-nav div a{color: #3F3F3F;}
.content-nav div a:hover{color: #FF7423;}


/*内容*/
.cxxContent{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto 60px;
}
.jishu-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 205px;
    overflow: hidden;
    float: left;
}
.jishu-left .jishu-left-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 205px;
    border-bottom: 2px solid #F6F6F6;
}
.jishu-left .jishu-left-item p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #FFFFFF;
    background: #359AEA;
    padding-right: 40px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.jishu-left .jishu-left-item p i{
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
    height: 50px;
    line-height: 50px;
}
.jishu-left .jishu-left-item p:hover{
    background: #28C5DC;
}

.jishu-left .jishu-left-item ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    background: #FFFFFF;
    color: #403F3F;
    font-size: 15px;
    display: none;
}
.jishu-left .jishu-left-item ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 7px 0;
    padding-left: 15px;
}
.jishu-left .jishu-left-item ul li a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #403F3F;
}
.jishu-left .jishu-left-item ul li:hover a{color: #FF7422;}
.jishu-left .jishu-left-item ul li a span{
    display: inline-block;
    margin-right: 5px;
}
.jishu-left .jishu-left-item-on ul{
    display: block;
}
/*右侧*/
.jishu-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    float: right;
    background: #FFFFFF;
    width: 975px;
    min-height: 450px;
    padding: 0 30px;
}
.jishu-right .jishu-file-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #E8E9EA;
    padding: 30px 0;
}
.jishu-right .jishu-file-item .jishu-file-item-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 660px;
    float: left;
}

.jishu-right .jishu-file-item .jishu-file-item-left h5{
    width: 100%;
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 24px;
}
.jishu-right .jishu-file-item .jishu-file-item-left p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #666666;
    text-align: left;
}
.jishu-right .jishu-file-item .jishu-file-item-left .jishu-file-time{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.jishu-right .jishu-file-item .jishu-file-item-left .jishu-file-time i{
    font-style: normal;
    display: inline-block;
    margin: 0 5px;
}
/*翻页*/
.pager{
    list-style: none;
    width: 94%;
    text-align: center;
    margin: 4% auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.pager li{
    list-style: none;
    width: 48%;
    float: left;
    background: #FFFFFF;
    color: #3F4040;
    font-size: 0.22rem;
    text-align: center;
    line-height: 0.5rem;
    height: 0.5rem;
    border-radius: 5px;
    cursor: pointer;
}
.pager a{
    display: block;
    line-height: 0.5rem;
    height: 0.5rem;
    width: 100%;
    text-align: center;
}
.pager .disabled{
    background: #E5E5E5;
    cursor: not-allowed
}


/*分页*/
.page_box{ /*width: 530px;*/ margin: 60px auto; text-align: center; }
.page{ margin-top: 20px; margin-bottom: 20px; font-size: 15px; font-family: "microsoft yahei"; color: #666666; margin-right: 10px; padding-left: 20px; box-sizing: border-box; }
.page a{ min-width: 40px; height: 35px; text-align: center; margin: 0 4px; cursor: pointer; line-height: 35px; color: #403F3F; font-size: 13px; display: inline-block;background: #EDF0F5; }
#firstPage,#lastPage{ margin: 0 10px; color: #4D555D; display: none;}
#prePage,#nextPage{ margin: 0 10px; color: #4D555D;padding: 0 15px; }
.page .current{ background-color: #FF7422; color: #FFFFFF; }
.totalPages{ margin: 0 10px; display: none; }
.totalSize{ display: none; }
.totalPages span,.totalSize span{ color: #0073A9; margin: 0 5px; }
.pagination{text-align: center;}
.pagination li {display: inline-block;height: 27px;border-radius: 3px;font-size: 13px;line-height: 27px;text-align: center;margin: 0 5px;min-width: 30px;border: 1px solid #f0f0f0;padding: 0 5px;}
.pagination li.active{ background: #FF7422; color: #fff; }
.pagination li>a{display: block; color: #666666;}

.jishu-right .jishu-file-item .jishu-file-item-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    height: 136px;
    overflow: hidden;
    float: right;
}
.jishu-right .jishu-file-item .jishu-file-item-right img{
    width: 220px;
    height: 136px;
}
