.main {}

/* 公共样式 */
h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-top: 62px;
    text-align: center;
}

.egl {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    text-align: center;
    margin-top: 17px;
}

/* banner背景图 */
.banner-bgd {
    background-image: url(../imges/reveal/banner-reveal1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 490px;
}

.banner-title {
    padding-top: 116px;
    font-size: 88px;
    font-weight: 500;
    color: #FFFFFF;
}

.banner-content {
    margin-top: 52px;
    font-size: 49px;
    color: #FFFFFF;
}

.banner-bdr {
    width: 215px;
    height: 15px;
    margin-top: 52px;
    background: #FFB040;
}

/* 图片展示 */
.banner-img {
    margin-top: 40px;
}

.ban-two {
    margin: 0 40px;
}

/* 展示列表 */
.news-list {
    padding-bottom: 60px;
}

.news-list li > div {
    margin-top: 60px;
}

.news-list li:nth-of-type(2) {
    margin-left: 40px;
    margin-right: 40px;
    
}

.list-bgd {
    width: 175px;
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    box-sizing: border-box;
    padding: 0 18px 0 14px;
    background-image: url(../imges/reveal/reveal-list.png);
    background-repeat: no-repeat;
}

.list-content {
    width: 440px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    background: #F2F2F2;
    box-sizing: border-box;
    padding: 38px 9px;
}
.list-bgd-top{
    line-height: 50px;
}