body,
html {
    background: #F8F8F8 !important;
}

a {
    color: #000;
}


.content {
    width: 1200px;
    background: #FFFFFF;
    margin: 30px auto;
    overflow: hidden;
}

.content .font {
    line-height: 76px;
    color: #000000;
    margin-left: 30px;
}

.title {
    line-height: 82px;
    background: #F8F8F8;
    border-bottom: 0;
    margin: 0 30px;
    margin-bottom: 13px;
}

.titleTxt {
    font-size: 20px;
    border-bottom: 4px solid #1A64A7;
    padding: 29px 20px 25px 20px;
    margin-left: 30px;
    color: #1A64A7;
    font-weight: bold;
}

.listBox {
    overflow: hidden;
    margin: 0 30px;

}

.list {
    width: 45%;
    float: left;
    overflow: hidden;
    line-height: 46px;
    margin-right: 5%;
    padding: 20px;
    height: 225px;
    border-bottom: 1px dashed #DBDBDB;
}

.border {
    border-bottom: 1px dashed #DBDBDB;
}

.list_cont>span:nth-child(1) {
    width: 10px;
    height: 10px;
    background: #336699;
    border-radius: 50%;
    float: left;
    margin-left: 58px;
    margin-top: 18px;
}

.list_cont>span:nth-child(2) {
    margin-left: 23px;
}

.page {
    text-align: center;
    font-size: 16px;
    line-height: 110px;
}