body {
    background-color:#F9F9F9;
    min-width: 1200px;
}
.head_cont{
    width: 100%;
    height: 325px;
    background: url(/static/pc/img/scheme/essay/head1.png) no-repeat center;
    background-size: cover;
}
.logoA{
    display: block;
    width: 1200px;
    margin: 0 auto;
    transition: all .3s;
}
.pagetitle{
    display: block;
    height: 43px;
    margin:-235px auto 80px auto;
}
.banner {
    /*width: 100%;*/
    min-width: 1200px;
}

.containery {
    width: 1000px;
    margin:0 auto;
    transition: all .3s;
    box-sizing: border-box;
    padding-bottom: 100px;
    position: relative;
}

.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 130px;
}

.zhongbj {
    background: url(../../img/scheme/essay/zhong.png) no-repeat center;
    background-size: cover;
    color: #4BA4F7;
}

.mobj {
    background:url(../../img/scheme/essay/mo.png) no-repeat center;
    background-size: cover;
    color: #fff;
}

.content_listA {
    width: 320px;
    height: 180px;
    background: #4BA4F714;
    border-radius: 12px;
    border: 1px solid #4BA4F780;
    position: relative;
    transition: all 0.3s ease-out;
    margin: 25px;
    box-sizing: border-box;
    padding-top: 35px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.045);
}
.content_listA:hover{
    box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.06);  
}

.listworda {
    display: block;
    font-weight: 800;
    color: #333;
    font-size: 18px;
    text-align: center;
    padding: 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listwordb {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    display: block;
    text-align: center;
    line-height: 48px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.jieshuI {
    display: block;
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    /* text-stroke: 0.9px #4BA4F7;
    -webkit-text-stroke: 0.9px #4BA4F7; */
    text-shadow: 0 -1px 0.9px #4BA4F7, 0.9px -0.9px 1px #4BA4F7, 1px 0 0.9px #4BA4F7, 0.9px 0.9px 0.9px #4BA4F7, 0 1px 0.9px #4BA4F7, -0.9px 0.9px 0.9px #4BA4F7, -1px 0 0.9px #4BA4F7, -0.9px -0.9px 0.9px #4BA4F7;  
}
.cont_text{
    font-size: 18px;
    color: #5156BE;
    text-align: center;
    margin-bottom: 30px;
}
.listtime{
    font-size: 12px;
    color: #4BA4F7;
    line-height: 24px;
    text-align: center;
}
.sao_content{
    width: 140px;
    height: 214px;
    position:absolute;
    top: 6px;
    right: -110px;
    transition: all .3s;
}
.sao_ewm{
    width: 50px;
    height: 50px;
    background: #FFFFFFcc;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    transition: all .3s;
    cursor: pointer;
}
.sao_ewm:hover{
    background: #FFFFFFe6;
}
.sao_ewm img{
    display: block;
    width: 100%;
}
.sao_showImg{
    display: none;
    width: 140px;
    height: 164px;
    background: #FFFFFFe6;
    border-radius: 10px 10px 10px 10px;
    box-sizing: border-box;
    padding: 20px 0;
    margin-top: 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.08) 6px 0px 14px 0px;
}
.sao_showImg img{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
}
.sao_showImg p{
    font-size: 14px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 8px;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #ffffff;
    position: absolute;
    top: -15px;
    left: 20px;
}
.dhead{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    min-height: 70px;
}
/*小屏*/
@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;
    }
    .logoA{
        width: 1000px;
    }
}