/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    text-align: left;
}

a {
    text-decoration: none;
}

/*共用样式*/
html {
    font-family: 微软雅黑;
    color: #585858;
    background: #fff;
}


.banner_img {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 90px;
}

.banner_img a img {
    width: 100%;
}

.titlespan {
    line-height: 30px;
    font-size: 20px;
    display: block;
    text-align: center;
    background: white;
    padding-top: 3%;
}

.titlespan span {
    line-height: 20px;
    font-size: 12px;
    color: #ff8000;
    display: block;
    text-align: center;
}

.content1 {
    width: 96%;
    padding: 1% 2%;
    background: white;
    overflow: hidden;
}

.content1 img {
    width: 22%;
    float: left;
    vertical-align: middle;
    display: block;
    margin-top: 1%;
}

.content1text {
    width: 70%;
    float: left;
    overflow: hidden;
    height: 30px;
    position: relative;
    vertical-align: middle;
    margin-left: 3%;
}

.content1text ul {
    position: absolute;
    bottom: -30px;
    overflow: hidden;
    width: 100%;
}

.content1text ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content1text ul li a {
    color: #585858;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.content1text ul li span {
    color: #ff9900;
}


.contentIMG {
    width: 100%;
}

.contentIMG img {
    width: 100%;
}

.content11 {
    width: 100%;
    background: #ffffff;
}

.content11 span {
    text-indent: 2em;
    font-size: 12px;
    display: block;
    width: 94%;
    line-height: 20px;
    margin: auto;
}

.content11 p {
    text-align: center;
}

.content11 img {
    width: 94%;
    display: block;
    margin: 2% auto;
}

.content12{
    width: 100%;
    background: white;
}
.content12 div{
    width: 46%;
    margin: 2%;
    background: #f2f2f2;
    float: left;
}
.content12 p{
    text-align: center;
    line-height: 28px;
    font-weight: 600;
    margin-top:25px;
}
.content12 b{
    text-align: center;
    font-size: 12px;
    display: block;
}
.content12 a{
    width: 50%;
    background: #ff9900;
    color: white;
    line-height: 22px;
    border-radius: 20px;
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 2% auto 15px;
}
.content12 span:nth-of-type(1){
    width: 70%;
    text-align: center;
    line-height: 20px;
    background: #0199ed;
    color: white;
    display: block;
    font-size: 12px;
    margin: 2% auto;
}
.content12 span:nth-of-type(2){
    text-align: center;
    line-height: 20px;
    display: block;
    font-size: 12px;
    margin: 2% auto;
}
.content6 {
    /*padding-bottom: 3%;*/
    background: #ffffff;
    padding-top: 2%;
}

.content6title {
    width: 94%;
    margin: 0 3%;
    display: inline-flex;
    justify-content: space-between;
    line-height: 40px;
    background: #eee;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.content6title span {
    display: block;
    text-align: center;
    width: 20%;
    color: black;
}

.content6title span:nth-of-type(4) {
    width: 50%;
}

.content6text {
    width: 94%;
    margin: 0 3%;
    line-height: 35px;
    background: #fff;
    height: 200px;
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
    /*position: relative;*/
}

.content6text ul {
    /*position: absolute;*/
    bottom: -35px;
    width: 100%;
}

.content6text ul li {
    display: flex;
    justify-content: space-between;
}

.content6text ul li div:nth-of-type(4) {
    width: 50%;
}

.content6text ul li div {
    text-align: center;
    width: 20%;
    font-size: 12px;
    border-bottom: 1px dashed #eee;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_content11 {
    background: white;
    /*background: url("../images/publicimages/main_content11title.png")no-repeat;*/
}

/*.main_content11title{*/
/*line-height: 36px;*/
/*font-size: 26px;*/
/*text-align: center;*/
/*padding-top: 5%;*/
/*}*/
.main_content11 ul {
    display: flex;
    justify-content: space-around;
}

.main_content11 ul li {
    width: 22%;
    margin-top: 2%;
}

.main_content11 ul li img {
    width: 100%;
    border: 1px solid #f0f0f0;
}

.main_content11 ul li p {
    font-size: 13px;
    text-align: center;
}


/*iphone7*/
@media all and (max-width: 413px) {
    .content11 p {
        font-size: 14px;
    }

    .main_contentschool ul li > div p {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .main_contentschool ul li > div i {
        font-size: 18px;
    }

    .main_contentschool ul li > div > div a {
        font-size: 13px;
        padding: 1% 3%;
    }

}

/*iphone5*/
@media all and (max-width: 374px) {
    .content11 p {
        font-size: 14px;
    }
    .content12 span:nth-of-type(1){
        width: 80%;
    }
    .content1 img {
        margin-top: 2%;
    }

    .content5 span {
        font-size: 12px;
    }

    .content6title span {
        font-size: 14px;
    }

    .content6text div {
        font-size: 14px;
    }

    .content6text ul li a {
        line-height: 24px;
        font-size: 13px;
        border: 1px solid #ff9900;
        color: #ff9900;
        display: block;
        width: 70px;
        border-radius: 5px;
        margin: 8px auto 0;
    }

    .main_contentschool ul li > div span {
        font-size: 15px;
    }

    .main_contentschool ul li > div p {
        -webkit-line-clamp: 1;
    }

    .main_contentschool ul li > div i {
        font-size: 16px;
        margin-right: -5%;
    }

    .main_contentschool ul li > div > div a {
        font-size: 12px;
        padding: 1% 3%;
    }

    .main_contentschool ol li a {
        font-size: 13px;
    }

}
