.banner img{
    width: 100%;
}
.break .box{
    width: 1170px;
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
}
.break .box li{
    float: left;
    /*margin-right: 5px;*/
}
.break .box li a{
    color: #23527C;
    font-size: 14px;
}
.break .box li a:hover{
    text-decoration: none;
    font-weight: bold;
}
.section{
    width: 1170px;
    margin: 0 auto;
}
.section h1 {
    font-size: 30px;
    line-height: 1.5;
    color: #333333;
    text-align: center;
}
.section .info {
    font-size: 16px;
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}
.section .info span {
    padding-right: 10px;
}
.section .info span i{
    margin-right: 5px;
}
.section .content{
    padding: 30px 0;
}
.page-box{
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eeeeee;
}
.page-box a{
    font-size: 14px;
}
.page-box a:hover{
    text-decoration: none;
    font-weight: bold;
}
.page-box a span{
    margin-left: 10px;
}