
.education_container {
    max-width: 1480px;
    margin: 0 auto;
}
/* 核心产品 */
.core_products_content {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.core_products_content_item {
    box-sizing: border-box;
    margin-top: 45px;
    max-width: 720px;
    width: 720px;
}
.core_products_header {
    padding: 120px 0 55px 0;
    box-sizing: border-box;
    text-align: center;
}
.core_products_header > img {
    margin: 0 auto;
}
.item_content_book {
    padding: 17px 8px;
    box-sizing: border-box;
    margin-top: 16px;
    max-width: 128px;
}
.item_content_book_img {
    width: 112px;
    margin: 0 auto;
}
.item_content_book_img > img{
    width: 112px;
    height: 156px;
}
.item_header_name {
    display: inline-block;
    height: 65px;
    line-height: 65px;
    font-size: 45px;
    color: rgba(6, 55, 107, 1);
}
.item_header_english {
    display: inline-block;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    color: rgba(6, 55, 107, 0.5);
    margin-left: 30px;
    vertical-align: top;
}
.item_header {
    padding-left: 22px;
    box-sizing: border-box;
}
.item_header_name {
    position: relative;
}
.item_header_name::after {
    content:"";
    position: absolute;
    bottom: 10px;
    left:0;
    width: 264px;
    height: 6px;
    background: linear-gradient(90deg, rgba(13, 77, 161, 0.3) 0%, rgba(13, 77, 161, 0.01) 100%);
}
.item_content_book_name {
    font-size: 16px;
    margin-top: 14px;
    color: rgba(6, 55, 107, 1);
    text-align: center;
}
.item_content_book:hover {
    box-shadow: 0px 2.4px 12px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0s;
}
.item_content_book:hover .item_content_book_img> img {
    transform: scale(1.05);
    transition: all 0.5s ease 0s;
}

.store {
    max-width: 800px;
    margin: 0px auto 155px;
}

.core_store_header {
    text-align: center;
}

/* 书店 */
.bookstore {
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}

.bookstore>img {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    display: inline;
}

.bookstore_name {
    font-size: 16px;
    color: #000;
    margin: 18px 0;
}

.bookstore .btn {
    width: 138px;
    height: 47px;
    line-height: 35px;
    text-align: center;
    border-radius: 15px;
    background: rgba(19, 100, 214, 1);
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
}

/* 活动展示 */
.communication_item {
    width: 464px;
    margin: 0 12px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.communication_item>img {
    width: 464px;
    height: 332px;
}

.communication_item_content {
    padding: 12px 18px;
    box-sizing: border-box;
    background-color: #fff;
}

.communication_item_content>h4 {
    font-size: 20px;
    color: #000;
    margin:0;
}

.communication_item_content>p {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}