/**!
 * 新疆政务服务网 - 政策文件
 * date:2020-03-02
 * author: xulei;
 */

body {
    background-color: #f8f8f8;
}

.banner {
    height: 202px;
    background: url(../images/policy-banner.jpg) no-repeat center;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.main {
    background-color: #fff;
    margin: 30px auto;
    border: 1px solid rgb(223, 235, 248);
    box-sizing: border-box;
    padding: 0 15px 20px;
}

.mod-title {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #c5d5ea;
}

.mod-title .name {
    padding: 0 13px;
    font-size: 20px;
    color: #1080cc;
    font-weight: bold;
    border-bottom: 2px solid #1080cc;
}

.policy-list {
    padding: 32px 0;
}

.policy-item+.policy-item {
    margin-top: 10px;
}

.policy-link {
    display: block;
    height: 54px;
    line-height: 54px;
    background-color: #f6f6f6;
    padding: 0 20px 0 10px;
}

.policy-title {
    font-size: 18px;
    color: #333;
    max-width: 1010px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.policy-title::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #1080cc;
    border-radius: 50%;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.policy-date {
    color: #666;
    font-size: 16px;
}

.pager {
    line-height: 26px;
}

.pager .m-pagination-page {
    
}

.mod {
    padding-bottom: 20px;
}

.mod+.mod {
    margin-top: 10px;
}

