.banner {
    width: 100%;
    margin: 0 auto;
    height: 700px;
    background: url(../img/bg.png) no-repeat top center;
}

a {
    color: #333;
}
a:hover{
    text-decoration: none;
}

.mt4 {
    margin-top: 40px;
}

#news li {
    line-height: 36px;
    border-bottom: 1px dotted #ddd;
}

#news a {
    font-size: 18px;
}

.bg {
    background-color: #e8e8e8;
    height: 517px;
}

.bg .cont {
    background: url(../img/bg1.jpg) no-repeat center;
    height: 517px;
    position: relative;
}

.bg .cont .list {
    position: absolute;
    width: 715px;
    height: 280px;
    /* background-color: #000; */
    right: 120px;
    top: 150px;
    font-size: 16px;
}
.bg .list li{
    border-bottom: 1px dashed #ddd;
    line-height: 32px;
}
.title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    background: url(../img/2.png) no-repeat center;
    line-height: 54px;
    padding-bottom: 25px;
}