/* 国外研究生教育二级页面样式start */


.education-list-row-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
}

.education-list-top-container {
    color: #074798;
    margin: 0.4rem 0 0.2rem 0;
}

.education-list-top-row-between {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;

}

.education-list-sort-col-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
}

.education-list-sort-flex-row {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
}

.education-list-card-row-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}

.education-list-card-row-around-wrap {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
}

.education-list-top-container .education-list-left .education-list-top-up {
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.education-list-top-container .education-list-left .education-list-top-down {
    font-size: 0.16rem;
    font-weight: 500;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/

    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.education-list-top-container .education-list-right {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
}

.education-list-top-container .education-list-right input {
    width: 3.25rem;
    height: 0.44rem;
    border: 2px solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}

.education-list-top-container .education-list-right input:focus {
    border: 2px solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}

.education-list-top-container .education-list-right img {
    width: 0.2241rem;
    height: 0.2278rem
}

.education-list-top-container .education-list-right img:hover {
    cursor: pointer;
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.education-list-top-container .education-list-right div {
    background-color: #074798;
    width: 0.44rem;
    height: 0.44rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;

}

.education-list-sort-container {
    color: #333333;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-size: 0.18rem;
    line-height: 0.2rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    flex-direction: column; /*垂直排列*/
}

.education-list-sort-col-name {
    font-weight: 600;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    line-height: 0.2rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-size: 0.18rem;
    width: 1rem;
}

.education-list-sort-flex-row > span {
    padding: 0.06rem 0.08rem 0.04rem;
    margin-right: 0.2rem;
    border-bottom: 0.02rem solid transparent;
}

.education-list-sort-flex-row > span:hover {
    cursor: pointer;
    border-bottom: 0.02rem solid #3894E8;
}

.education-list-sort-flex-row > span.active {
    color: #fff;
    background: #3894E8;
    font-weight: 600;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    border-radius: 2px;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.education-list-card-container {
    margin-top: 0.4rem;

}

.education-list-card-container .education-list-card-layout::after {
    content: '';
    width: 3.80rem;
}

.edu-resource-content {
    width: 3.35rem;
    height: 4.65rem;
    display: block;
    position: relative;
    opacity: 1;
    margin: 0 0.2rem 0 0;
    overflow: hidden;
}

.edu-resource-content:nth-child(4n) {
    margin: 0;
}

.edu-resource-content a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 3.35rem;
    height: 3.175rem;
    overflow: hidden;
}

.edu-resource-content-img {
    width: 3.35rem;
    height: 3.175rem;
}

.edu-resource-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edu-resource-content-img img {
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.edu-resource-content-img img:hover {
    cursor: pointer;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.edu-resource-content-text {
    margin-top: 0.2rem;
    width: 3.35rem;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-size: 0.18rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 0.24rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.edu-resource-content-text:hover{
    color: #C62222;
    cursor: pointer;
}

/*列表页下方广告展位*/
.edu_advert_div{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 1.3rem;
}
.edu_advert_div img{
    margin-right: 0.2rem;
    width: 3.35rem;
    height: 2rem;
}
/* 国外研究生教育二级页面样式end */

.education-list-row-center-back {
    width: 100%;
    min-width: 1120px;
}