﻿.main > .container {
    height: auto;
    background: url(../images/icon/mainbg.png) no-repeat;
    padding: 75px 30px 20px 30px;
}
/* 导航 */
.crumbs {
    padding-bottom: 15px;
    border-bottom: 1px solid #cecece;
}
.crumbs li {
    float: left;
    margin-right: 8px;
}
.crumbs li:first-child {
    padding-left: 30px;
    background: url(../images/icon/dqwz.png) no-repeat 2px 4px;
}
.crumbs li:first-child a {
    color: #000;
}
.nav {
    height: 44px;
    line-height: 44px;
    background: #f0f0f0;
    margin: 20px 0 30px;
}
.nav span {
    display: block;
    width: 124px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    background: #2778bd;
    color: #fff;
    margin-right: 4px;
}
.nav a {
    float: right;
    color: #7b7b7b;
    margin-right: 15px;
}
.nav a:hover {
    color: red;
}
.czfc {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.czfc li {
    text-align: center;
    width: 362px;
}
.czfc li p {
    width: 50%;
    margin: 10px auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.czfc-lists {
    font-size: 16px;
    margin-top: 40px;
}
.czfc-lists li {
    margin: 10px 0;
    padding-left: 15px;
    background: url(../images/icon/dian.png) no-repeat 2px 10px;
}
.czfc-lists li span {
    float: right;
    color: #b6b6b6;
}
.czfc-lists li p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 分页 */
#page_div{width: 100%;margin:1em auto;text-align: center;}
.pagination-index,.pagination-num{border: 1px solid #bfbfbf;margin: 0 .2em;padding:0 .7em;display: inline-block;border-radius: 3px;color: #000;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #0068b7;color: white;}
.pagination-last{margin-left:100px;}
.pagination-last>span{margin: 0 .5em;}
.pagination-last>input{height: 1.3em;width: 2em;text-align: center;}
.page_num {
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    .main > .container {
        padding: 15px 10px;
        height: auto;
        background: #fff;
    }
    .none {
        display: none;
    }
    .nav {
        margin: 15px 0;
    }
    .czfc {
        flex-wrap: wrap;
    }
    .czfc li {
        width: 100%;
        margin-bottom: 15px;
    }
    .czfc-lists {
        margin-top: 15px;
    }
    .czfc-lists li p {
        width: 60%;
    }
}