.line{
    height: 16px;
    background: #eeeeee;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 80px;
}
.content h2{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.info {
    text-align: center;
    margin-top: 25px;
}
.info span{
    
    font-size: 16px;
}
.cont {
    width: 1090px;
    margin: 35px auto 0;
}
.cont p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
}
.cont b{
    display: block;
    margin-top: 35px;
    font-size: 16px;
}
.bottom{
    text-align: right;
    margin-top: 45px;
}
.bottom span{
    text-align: right;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}
.page a{
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
}
.page{
    margin-top: 90px;
    margin-left:53px;
}
.page a>span:hover{
    color: #eb6123;
}