/* banner */

.banner img {
    width: 100%;
}


/* 教育部新闻通稿 */

.press {
    padding: 15px;
}

.press .title {
    color: #005daf;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.press .title span {
    width: 3px;
    height: 20px;
    top: 3px;
    margin-right: 7px;
    position: relative;
    display: inline-block;
    background-color: #005daf;
}

.press .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}

.press .content p {
    color: #666;
    font-size: 16px;
    line-height: 2;
    text-indent: 2em;
}

.press .detail {
    margin-top: 10px;
    text-align: right;
}

.press .detail a {
    color: #666;
    font-size: 14px;
}


/* 答记者问 */

.answer .panel p {
    color: #666;
    font-size: 16px;
    text-indent: 2em;
    line-height: 2;
}

.answer .panel .ask {
    color: #005daf;
    margin-top: 35px;
}


/* 插图示例 */

.figures .describe {
    color: #666;
    font-size: 14px;
    line-height: 2;
    text-indent: 2em;
}

.figures .cover_left {
    float: left;
    width: 46%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.figures .cover_right {
    float: right;
    width: 46%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.figures .cover img {
    width: 100%;
    display: block;
}

.figures .bottom_arrow {
    height: 26px;
    background: url(../images/bottom_arrow_wap_xsjc2022.png) center center #f2f2f2 no-repeat;
    background-size: 23px 21px;
}

.figures .bottom_arrow.active {
    transform: rotate(180deg);
}

.figures .insert_fold {
    display: none;
    /* height: 130px; */
    /* overflow: hidden; */
}

.figures .insert img {
    height: 120px;
}


/* 专家文章 */

.article .article_one {
    border-bottom: 1px solid #eee;
}

.article .place {
    height: 215px;
    margin-bottom: 15px;
    background: #d2d2d2;
}

.article .article_one {
    color: #333;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.article .article_one span {
    color: #005daf;
}


/* 电子教材 */

.ebook .list .ebook_left {
    float: left;
    width: 47%;
    margin-bottom: 20px;
    padding: 10px 5px 5px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
}

.ebook .list .ebook_left dd {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}

.ebook .list .ebook_left dd span {
    color: #fff;
    font-size: 16px;
    background: #00a5e3;
    padding: 5px 15px;
    border-radius: 5px;
}

.ebook .list .ebook_left img {
    width: 100%;
}

.ebook .list .ebook_right {
    float: right;
}

@media screen and (min-width: 1024px) {
    body {
        width: 750px;
        margin: 0 auto;
    }
    .figures .insert img {
        height: 200px;
    }
}