.information-box {
    width: 100%;
    height: 400px;
    background: #F5F8FD;
}

.title-text {
    float: left;
    font-size: 20px;
    color: #0061b4;
}

.title-text span {
    font-weight: bold;
    vertical-align: middle;
}

.title-text i {
    margin-top: 10px;
    font-size: 24px;
    vertical-align: middle;
    font-weight: 700
}

.information-list {
    margin-top: 10px;
}

.list_info {
    width: 800px;
    height: 100%;
    float: left;
}

.list_info .title {
    border-bottom: 1px solid #c7d5e0;
    padding-top: 30px;
    padding-bottom: 6px;
}

.list_info .title .more {
    float: right;
    margin-top: 15px;
}

.list_info .title .more a {
    color: #999;
}

.list-box ul li {
    line-height: 42px;
}

.list-box ul li:hover a p {
    color: #e50000;
    font-size: 17px;
}

.list-box ul li:hover i {
    color: #e50000
}

.list-box ul li:hover a span {
    color: #e50000
}

.list-box ul li i {
    color: #b4c4d7;
    margin-right: 9px;
    font-size: 14px;
    line-height: 45px;
}

.list-box ul li a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

.list-box ul li a p {
    font-size: 16px;
    color: #4c4c4c;
    width: 600px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.list_img {
    float: right;
    width: 280px;
    height: 300px;
    background: #E5EEFE;
    margin-top: 66px;
}

.code_text_login {
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
    color: #0061b4;
    font-weight: 700
}

.code_img {
    width: 187px;
    height: 187px;
    margin: 0 auto;
    padding-top: 19px;
}

.waist_title {
    margin-top: 50px;
    width: 100%;
    height: 55px;
    background: #F5F8FD;
    line-height: 50px;
    font-size: 20px;
    color: #0061b4;
}

.waist_title i {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    padding-right: 8px;
    vertical-align: middle;
}

.icon-list-1 {
    width: 55px;
    height: 50px;
    text-align: center;
    background: #0061b4;
}

.icon-list-1 i {
    font-size: 27px;
    color: #fff;
    line-height: 50px
}

.district-text {
    width: 195px;
    height: 50px;
    background: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #0061b4;
}

.district-text:hover {
    background: #efeff4;
}

.icon-list {
    margin: 40px 15px 30px 15px;
    height: 50px;
}

.registration-infor {
    margin-top: 45px;
    height: 300px;
}

.currency {
    width: 300px;
    height: 240px;
}

.maxCurrency {
    width: 1200px;
}

.currency_title {
    font-size: 18px;
    text-align: center;
    height: 100%;
    line-height: 240px;
}

.currency_title a {
    color: #fff;
    display: block;
}

.currency-subset {
    width: 50%;
    height: 240px;
    float: left;
}

.currency-subset-title {
    text-align: center;
    font-size: 18px;
}

.currency-subset-title a {
    color: #fff;
    display: block;
    height: 84px;
    padding-top: 100px;
}

.admission_policy {
    background: url(/img/admission_policy.png);
}

.highschool-info {
    background: url(/img/highschool-info.png);
}

.primaryschool-state {
    background: url(/img/primaryschool-state.png);
}

.middleschool-state {
    background: url(/img/middleschool-state.png);
}

.primaryschool-private {
    background: url(/img/primaryschool-private.png);
}

.middleschool-private {
    background: url(/img/middleschool-private.png);
}

.cityInfo span {
    font-weight: 700;
}

#notice {
    position: absolute;
    z-index: 999;
    width: 420px;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0 8px 0px #7893aa;
}

#notice>h6 {
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #0061b4
}

#notice>p {
    text-indent: 2em;
    line-height: 24px;
}

#close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    background: #fff;
    text-align: center;
}

#close:hover {
    background: #f1f1f1;
}