#main{overflow: hidden;width: 100%; margin: 0; padding: 0; color: #333}
.inner{overflow: hidden;width: 1200px; margin: 0 auto;}
img{ overflow:hidden;display:block;border: none;}
.e-header .header{
    background: none;
}
.web-banner{
    width: 100%;
    padding-top: 200px;
    background: url("//dl.cfxz123.com/source/www/aboutUs/sponsor/banner-bg.jpg");
    margin-top: -74px;
    height: 350px;
}
.web-banner span{
    overflow: hidden;
    display: block;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
}
.web-banner span.size{
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: bold;
}
.web-content{overflow: hidden}
.web-list{
    overflow: hidden;
    font-size: 20px;
    line-height: 36px;
    margin: 80px 0 45px;
}
.web-item{
    overflow: hidden;
    margin-bottom: 95px;
    position: relative;
    width: 100%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.web-item img.logo{
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
}
.web-item .layout{
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.web-item .layout .left-con{
    overflow: hidden;
    margin-left: 30px;
}
.web-item .layout .left-con span{
    overflow: hidden;
    display: block;
    font-size: 36px;
    font-weight: bold;
}
.web-item .layout .left-con p{
    overflow: hidden;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: lighter;
}
.web-item .layout .right-btn{
    overflow: hidden;
    margin-right: 30px;
}
.web-item .layout .right-btn a{
    overflow: hidden;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    width: 120px;
    height: 36px;
    line-height: 34px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 2px #fff;
}
.web-item .layout .right-btn a:hover{
    background: #3e67b7;
    border: solid 2px #3e67b7;
}






