/* banner */
.banner {
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    height: 400px;
    margin: 0 auto;
    background: url('../images/banner.png') no-repeat center;
}

.banner-title-text {
    padding-top: 105px;
}

.banner-title-text h1 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: bold;
    line-height: 67px;
    text-align: center;
}

.banner-title-text h2 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    margin: 2px 0 20px 0;
}

.banner-title-text p {
    width: 240px;
    height: 48px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
    background: #F87403;
    cursor: pointer;
}

.banner-title-text p:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #F87403;
}

/* 左右结构一下 */
.page-left-right {
    overflow: hidden;
}

/* 左侧 */
.page-left {
    float: left;
    width: 866px;
    margin-top: 48px;
    padding: 48px 36px;
    border-radius: 4px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.page-left .article-content{
    color: #5C5C5C;
    font-size: 16px;
    line-height: 32px;
}
.page-left h2{
    color: #303030;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    padding-bottom: 32px;
}
.page-left p{
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: justify;
}

.page-right {
    float: right;
    width: 286px;
}

.page-right-padding {
    margin-top: 48px;
}