body{
    padding: 0;
    margin: 0;
}
/* 中部区域开始 */
.main{
    width: 1000px;
    margin: auto;
    height: 1137px;
}
.main_left{
    width: 720px;
    float: left;
}
.expect{
    font-size: 22px;
    color: #1E8E78;
    margin-top: 57px;
    margin-bottom: 24px;
}
.expect a{
    color:#e60012;
}
.expect a:hover{
    color:#e60012;
    text-decoration: underline;
}
.ask{
    line-height: 33px;
    font-size: 14px;
    margin-bottom: 24px;
}
.ask img{
    max-width:100%;
}
.Chinese{
    margin-top: 39px;
}
/* 中部区域  结束 */
