@charset "UTF-8";
.center{
    width: 98%;
    margin: 0 1%;
    background: #ffffff;
    border-bottom: 2px solid #598cE2;
}
.content {
    line-height: 36px;
    padding:20px 30px 30px;
}
.center .title{
    padding: 10px;
    color: #ffffff;
    background: #598cE2;
}

.bold {
    font-weight: bold;
}

.center-img {
    display: block;
    margin: 20px auto;
}

.left-img {
    float: left;
    margin-left: 30px;
    width: 384px;
    height: 684px;
}

.down-btn {
    color: #ffffff;
    text-decoration: none;
   /* padding: 10px 20px 10px 40px;*/
    font-weight: normal;
    display: block;
    float: left;
    width: 150px;
    height: 40px;
    text-align: center;
}

.down-btn img {
    /*position: absolute;
    margin-left: -20px;
    margin-top: 9px;*/
    position: relative;
    top: 3px;

}
.indent{
    padding: 20px 2em;
    margin-bottom: 60px;
}
.offset-1em{
    padding-left: 1em;
}
.blue-gradient {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4f7CC8, endcolorstr=#598CE2, gradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4f7CC8, endcolorstr=#598CE2, gradientType=0);
    background: #4f7CC8; /* 一些不支持背景渐变的浏览器 */
    background: -o-linear-gradient(left, #4f7CC8, #598CE2);
    background: -moz-linear-gradient(left, #4f7CC8, #598CE2);
    background: -webkit-linear-gradient(90deg, #4f7CC8, #598CE2);
    background: linear-gradient(90deg, #4f7CC8, #598CE2);
}

.bottom-border{
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
}
