*{margin:0;padding:0;border:0;}
.clearFix:after{content:""; display:block; clear:both;}
.clearFix{zoom:1;}
::selection {
    color: #fff;
    background-color: #282a87;
}
.general-banner{
    width:100%;
    height:330px;
    margin-top:70px;
    background: url(../images/general-banner.jpg) no-repeat center top;
}

.general-wrapper{
    width:1200px;
    margin:50px auto 80px;
}


.general-pos{
    width:100%;
    background:#f2f5fa;
    padding:20px 0;
}
.general-pos .general-pos-wrapper{
    width:1200px;
    margin:0 auto;
    font-size:14px;
}


.general-list{
    width:100%;
}
.general-list .list-content{
    width:100%;
}
.general-list .list-content .app-list-item{
    width:100%;
    margin-bottom:36px;
    border-bottom:1px solid #ddd;
    padding-bottom:36px;
    height:180px;
    line-height:1.8;
}
.general-list .list-content .app-list-item .pic{
    width:240px;
    height:180px;
    overflow: hidden;
    float:left;
}
.general-list .list-content .app-list-item .pic img{
    width:240px;
    height:180px;
    display:block;
}
.general-list .list-content .app-list-item .desc{
    width:920px;
    float:right;
}
.general-list .list-content .app-list-item .desc h3{
    font-size:18px;
}
.general-list .list-content .app-list-item .desc p{
    font-size:14px;
    line-height:1.8;
    color:#666;
}
.general-list .list-content .app-list-item .desc span.btn{
    width:148px;
    height:44px;
    line-height:44px;
    text-align: center;
    background:#1a42af;
    display:block;
    color:#fff;
    border-radius: 4px;
    margin-top:20px;
    font-size:14px;
    transition:.4s all;
}



/* content */

.general-content{
    margin-top:30px;
    width:1200px;
    padding:40px;
    border-radius:10px;
    background:#f2f5fa;
}
.general-content h1{
    font-size:24px;
    line-height:1;
    margin-bottom:20px;
}
.general-content .timer{
    font-size:14px;
    color:#999;
}
.general-content .content{
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #282a87;
    line-height:1.8;
}

.more-info{
    width:100%;
    margin:50px auto 0;
}