.wrap{
    width: 1192px;
    margin: 0 auto;
}
.header{
    height: 628px;
    background: url(./header.png)no-repeat center top;
}
body{
    background: #FAE4E4;
}
.title{
    background: url(./title.png)no-repeat center bottom;
    line-height: 60px;
    font-size: 36px;
    color: #CB0000;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
}

.title span{
    float: right;
    margin-top: -47px;
    font-size: 18px;
    color: #000;
    margin-right: 47px;
}
.title span a{
    color: #000;
    font-weight: normal;
}
.main{
    background: #fff;
    margin-bottom: 23px;
}
.main ul{
    margin-top: 60px;
    padding:0 33px ;
    padding-bottom: 40px;
}
.main ul li{
    background: url(./list.png)no-repeat 0  center;
    text-indent: 20px;
    color: #3D3C3C;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main ul li a{
    color: #3D3C3C;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.first_main{
    margin-top: -145px;
}