body {
    background-color:#F9F9F9;
}

.banner {
    /*width: 100%;*/
    min-width: 1200px;
}

.containern {
    width: 1054px;
    margin: 0 auto;
}

.containery {
    width: 1133px;
    margin: 37px auto 0 auto;
    box-sizing: border-box;
    padding: 149px 0 202px 0;
    position: relative;
    background-color: #fff;
}

.upload_show {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.upload_showL {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.upload_showw {
    color: #3664DC;
    font-size: 22px;
    margin-left: 3px;
}

.kong_content {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 20px;
    margin-top: 38px;
    box-sizing: border-box;
    padding: 100px 0;
}

.kong_img {
    display: block;
    margin: 0 auto;
}

.kong_word {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #666666;
    margin-top: 50px;
}

.jcsbn{justify-content: space-between;}
.jcctr{justify-content: center;}

.content_list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 150px;
}

.zhongbj {
    background: url(../../img/scheme/examination/zhong.png) no-repeat center;
    background-size: cover;
}

.mobj {
    background:url(../../img/scheme/examination/mo.png) no-repeat center;
    background-size: cover;
}

.content_listA {
    width: 413px;
    height: 211px;
    box-sizing: border-box;
    padding-top: 44px;
    transition: all 0.3s ease-out;
    position: relative;
}

.listworda {
    display: block;
    font-weight: 800;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    padding: 0 20px;
}

.listwordb {
    width: 169px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px;
    display: block;
    font-weight: 800;
    /*margin: 20px auto 0 auto;*/
    text-align: center;
    line-height: 44px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.zhongcolor {
    color: #FC660B;
}

.jieshuI {
    display: block;
    position: absolute;
    top: 4px;
    right: 14px;
}

/*小屏*/
@media (max-width: 1440px){
    .banner {
        content: url("../../img/scheme/essay/sbanner.jpg");
        min-width: 1000px;
    }

    .container {
        width: 865px;
    }

    .upload_show {
        margin-top: 40px;
    }

    .upload_showi {
        content: url("../../img/scheme/essay/sdoc.png");
    }

    .upload_showw {
        font-size: 16px;
    }
}