.scheme-div{
    padding: 107px 0 167px 0;
    background: #fff;
}
a{
    text-decoration: none;
}
.scheme-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scheme-item{
    cursor: pointer;
    width: 382px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius:  8px;
    height: 356px;
    margin-bottom: 52px;
}
.scheme-item div{
    text-align: center;
}
.scheme-item-title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 12px;
}
.scheme-item-desc{
    font-size: 14px;
    margin-top: 4px;
    color: #666666;
    padding: 0 22px;
}

.detail-div{
    padding: 92px 0 208px 0 ;
    background: #fff;
}


/*表单*/
.form-div {
    margin-top: -31px;
    margin-left: 51px;
}
.form-div .form-label{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 31px;
}
.form-btn{
    margin-top: 31px;
    font-size: 14px;
    background: #1A48BB;
    color: #fff;
    width: 193px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    line-height: 44px;
}
.form-value{
    display: flex;
    align-items: flex-start;
}
.form-value span{
    margin-top: 11px;
    margin-left: 10px;
    color: #FA5151;
}
textarea{
    outline: none;
    font-size: 14px;
}
.detail-title{
    font-size: 22px;
    font-weight: bold;
    margin-top: 36px;
    margin-bottom: 15px;
}
.detail-con{
    line-height: 144.75%;
    color: #666;
    width: 900px;
}

#pages{
    display: flex;
    justify-content: center;
}
#pages li a{
    text-decoration: none;
    color: #333333;
}
#pages li {
    margin-right: 12px;
    color: #333333;
    font-size: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: #D8D8D8;
    text-align: center;
    line-height: 42px;
}
#pages .active{
    background: #006ADC;
    color: #fff;
}

.paging-div{
    display: flex;
    justify-content: center;
}
.paging-div li {
    margin-right: 12px;
    color: #333333;
    font-size: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: #D8D8D8;
    text-align: center;
    line-height: 42px;
}
.paging-div .active{
    background: #006ADC;
    color: #fff;
}
#paging-nav{
    display: flex;
}
.paging-left,.paging-right{
    color: #888 !important;
}