.main {
    width: 100%;
    background: url("../images/bg.jpg") no-repeat top center;
}
.banner{
    width: 100%;
    height: 525px;
}
.banner img{
    width: 100%;
    height: 350px;
}
.main .con{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 90px;
}
.main .con .more{
    text-align: right;
    margin-bottom: 15px;
}
.main .con .list{
    margin-right: -30px;
}
.main .con .list .section{
    width: 276px;
    height: 319px;
    position: relative;
    margin: 0 30px 30px 0;
    float: left;
    border-radius: 20px;
}
.main .con .list .section img{
    width: 276px;
    height: 319px;
    border-radius: 20px;
}
.main .con .list .section  p {
    position: absolute;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 14px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 0 0 20px 20px;
}

