*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.container-public{
    width: 1441px;
    margin: 0 auto;
}
.top-box{
    width: 100%;
    height: 502px;
    padding-top: 286px;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-title-cn{
    font-size: 72px;
    font-weight: 500;
    line-height: 104px;
    color: #FFFFFF;
}
.top-title-en{
    font-size: 40px;
    font-weight: 200;
    line-height: 58px;
    color: #FFFFFF;
}
.box-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}
.box-name-en{
    font-size: 27px;
    font-weight: 300;
    line-height: 39px;
    color: #333333;
}
.box-name-cn{
    font-size: 50px;
    font-weight: 300;
    line-height: 72px;
    color: #333333;
}
.box-more{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #000000;
    cursor: pointer;
}
.box-more>img{
    width: 9px;
    height: 16px;
    margin-left: 10px;
}
.page-btn{
    padding: 6px 10px;
    background-color: #F0F2F5;
    color: #606266;
    font-size: 14px;
    border: 0px;
    border-radius: 4px;
  	cursor: pointer;
}
.page-btn-disable{
    color: #ddd !important;
    cursor: not-allowed !important;
}