body{
    padding:0px;
    margin:0px;
    background:url('body-bg.png') no-repeat;
    background-position: center 400px;
    background-size:cover;
}

.w1200{
    width:1200px;
    margin:0 auto;
}
.banner{
    width:100%;
    min-width:1200px;
    height:650px;
    background:url('banner.png') no-repeat center;
    background-size:cover;
}



.flexmain{
    margin-bottom:64px;
    min-height:1000px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFCFA 100%);
    box-shadow: 0px 12px 24px rgba(241, 216, 211, 0.5);
    padding:48px;
    position:relative;
    z-index: 10;
}


.footer{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height:180px;
    background:#BF3226;
    color:#FFFFFF;
    text-align: center;
}


.flex-row-center{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.list .item{
    padding:24px 0px;
    cursor: pointer;
}

.list .item:not(:last-child){
    border-bottom: 1px dashed #B1010C;
}

.list .item h2{
    overflow: hidden;
    width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:18px;
    color:#333;
    font-weight: 600;
}

.list .info{
    margin-top:12px;
    color:#666666;
    line-height:20px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}