.main .conBox .pos{
    border-bottom: 1px solid #bed9f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 26px;
}

.main .conBox .pos i{
    margin-right: 16px;
    margin-top: -5px;
    display: inline-block;
    background: url(../images/pos.png) no-repeat;
    width: 27px;
    height: 30px;
    vertical-align: middle;
}

.main .conBox h4{
    font-weight: bold;
    font-size: 40px;
    color: #236db0;
    margin-bottom: 30px;
}

.main .conBox ul.list li {
    padding: 30px 40px;
    background: #f3f3f3;
    border-radius: 12px;
    margin-bottom: 38px;
}

.main .conBox ul.list li .describe {
    width: 75%;
}

.main .conBox ul.list li .describe p {
    font-size: 32px;
    line-height: 50px;
    text-align: justify;
}

.main .conBox ul.list li .describe span {
    font-size: 26px;
    color: #999999;
    font-weight: normal;
    display: block;
    margin-top: 25px;
}

.main .conBox ul.list li a.btn {
    display: inline-block;
    padding: 20px 0;
    width: 160px;
    text-align: center;
    color: #ffffff;
    border-radius: 40px;
    background-color: #236db0;
    text-decoration: none;
    font-size: 30px;
    margin-top: 33px;
}

.main .conBox ul.list li a.btn i {
    margin-right: 8px;
    margin-top: -5px;
    display: inline-block;
    background: url(../images/check.png) no-repeat;
    width: 44px;
    height: 33px;
    vertical-align: middle;
}


.page {
    text-align: center;
    margin: 60px auto 40px;
}

.page a {
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
    font-size: 26px;
    color: #999999;
    border: 1px solid #e5e5e5;
    margin: 0 6px;
}

.page a:hover {
    border: 1px solid #236db0;
    color: #236db0;
}

.page a.current {
    border: 1px solid #236db0;
    background: #236db0;
    color: #ffffff;
}

.page a.current:hover {
    color: #ffffff;
}