/* 全球-一级页面start */
.global-container * {
    padding: 0;
    margin: 0;
}

.global-container {
    width: 100%;
    min-width: 1120px;
}
.global-img {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
}

.global-img img{
    height: 6.04rem;
    width: 100%;
    object-fit: cover;
}

.global-cgep-container {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 14rem;
    margin: 0.7rem auto 0.7rem auto ;
}

.global-cgep-logo {
    width: 3.6rem;
    height: 0.96rem;
}

.global-cgep-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-cgep-content {
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
    margin-top: 0.4rem;
}

.global-cgep-data-card {
    width: 3.35rem;
    height: 3.68rem;
    margin: 0 0.2rem 0.2rem 0;
    background: #FFFFFF;
    box-shadow: 0 3px 10px 1px rgba(0,0,0,0.07);
}

.global-cgep-data-card:nth-child(4n) {
    margin-right: 0;
}

.global-cgep-data-card .global-cgep_data_img{
    width: 3.35rem;
    height: 1.84rem;
    object-fit: cover;
}

.global-cgep_data_content {
    padding: 0.1rem 0.2rem 0.2rem 0.2rem;
}

.global-cgep_data_title {
    line-height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    /*多行文本超出范围后添加省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.global-cgep_data-en-title {
    line-height: 0.20rem;
    font-size: 0.14rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666;
    /*多行文本超出范围后添加省略号*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.global-cgep_data_describe {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    /*font-family:  PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #666666;
    line-height: 0.24rem;
    height: 0.72rem;
    /*多行文本超出范围后添加省略号*/
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.global-cgep-data-file {
    margin-top: 0.1rem;
}

.global-cgep-data-file:hover {
    background-color: #EDEDED;
}

.global-cgep-data-file a{
    display: flex;
    display: -webkit-flex;
}

.global-cgep-data-file a img{
    margin-right: 0.1rem;
    height: 0.2074rem;
    width: 0.2026rem;
}
.global-cgep-data-file a div{
    height: 0.17rem;
    font-size: 0.12rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #074798;
}

.global-learn-more-btn {
    text-align: center;
    margin-top: 0.2rem;
}

.global-learn-more-btn button {
    width: 1.1rem;
    height: 0.40rem;
    font-size: 0.14rem;
    line-height: 0.36rem;
    background: #3958B5;
    color: #fff;
    text-align: center;
    border: 0.02rem solid #3958B5;
    border-radius: 0.29rem;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
    /*font-family: PingFangSC-Regular,"微软雅黑",sans-serif;*/
    outline: none;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.global-learn-more-btn > button:hover {
    font-weight: 600;
    color: #3958B5;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: 0.02rem solid #3958B5;
    border-radius: 0.29rem;
    z-index: 1;
}

/* 全球-一级页面end */

/* 中国研究生教育推介start */
/*  头部标题及搜索框 start*/
.global-cgep-list-row-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
}

.global-cgep-list-top-container {
    color: #074798;
    margin: 0.4rem 0 0.2rem 0;
}

.global-cgep-list-top-row-between {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;

}

.global-cgep-list-top-container .global-cgep-list-left .global-cgep-list-top-up {
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold, "微软雅黑", sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.global-cgep-list-top-container .global-cgep-list-left .global-cgep-list-top-down {
    font-size: 0.16rem;
    font-weight: 500;
    /*font-family: PingFang SC-Medium, "微软雅黑", sans-serif;*/
    font-family: PingFang SC,"微软雅黑",sans-serif;
}

.global-cgep-list-top-container .global-cgep-list-right {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
}

.global-cgep-list-top-container .global-cgep-list-right input {
    width: 3.25rem;
    height: 0.44rem;
    border: 2px solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    font-size: 0.12rem;
}

.global-cgep-list-top-container .global-cgep-list-right input:focus {
    border: 2px solid #074798;
    border-right: 0;
    outline: none;
    text-indent: 0.08rem;
}

.global-cgep-list-top-container .global-cgep-list-right img {
    width: 0.2241rem;
    height: 0.2278rem
}

.global-cgep-list-top-container .global-cgep-list-right img:hover {
    cursor: pointer;
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.global-cgep-list-top-container .global-cgep-list-right div {
    background-color: #074798;
    width: 0.44rem;
    height: 0.44rem;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;

}
/* 头部标题及搜索框end */

/* 分类标题start */
.global-cgep-list-sort-container {
    color: #333333;
    /*font-family: PingFang SC-Regular, "微软雅黑", sans-serif;*/
    font-size: 0.18rem;
    line-height: 0.2rem;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    flex-direction: column; /*垂直排列*/
}

.global-cgep-list-sort-col-center {
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    white-space: nowrap; /*防止文本换行。*/
}

.global-cgep-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;
    margin-right: 0.1rem;
}

.global-cgep-list-sort-flex-row {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.global-cgep-list-sort-flex-row > span {
    padding: 0.06rem 0.08rem 0.04rem;
    margin: 0 0.1rem 0 0.1rem;
    border-bottom: 0.02rem solid transparent;
}

.global-cgep-list-sort-flex-row > span:hover{
    border-bottom: 0.02rem solid #3894E8;
}

.global-cgep-list-sort-flex-row > span:last-child{
    margin-right: 0;
}

.global-cgep-list-sort-flex-row > span:hover {
    cursor: pointer;
    border-radius: 2px;
}

.global-cgep-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;
}
/* 分类标题end */

/* 广告位start */
.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 */
/* 中国研究生教育推介end */

/* 共同体建设start */
.global-cb-container {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 14rem;
    margin: auto auto 1.2rem auto ;
}

.global-cb-logo {
    width: 2rem;
    height: 0.9rem;
    margin-bottom: 0.4rem;
}

.global-cb-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-cb-content {
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
}

.global-cb-content-top{
    display: flex;
    display: -webkit-flex; /* Safari */
    margin-bottom: 0.4rem;
}

.global-cb-content-bottom{
    display: flex;
    display: -webkit-flex; /* Safari */
}

.global-cb-content-top .global-cb-content-description {
    width: 5.33rem;
    height: 3.97rem;
    margin-right: 1.02rem;
    padding-top: 0.3rem;
}

.global-cb-content-bottom .global-cb-content-description {
    width: 5.33rem;
    height: 3.97rem;
    margin-left: 1.02rem;
    padding-top: 0.3rem;
    position: relative; /* 设置相对定位，按钮div置于最下边 */
}

.global-cb-content-img {
    width: 7.65rem;
    height: 3.97rem;
}

.global-cb-content-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-cb-content-description .cb-title{
    line-height: 0.33rem;
    font-size: 0.24rem;
    /*font-family: PingFang SC-Semibold,"微软雅黑",sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
}

.global-cb-content-description .cb-undline {
    width: 0.5rem;
    height: 0.04rem;
    background: #074798;
    opacity: 1;
    margin: 0.22rem 0 0.4rem 0;
}

.global-cb-content-top .global-cb-content-description .cb-description{
    line-height: 0.3rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    /*多行文本超出范围后添加省略号*/
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:10;
}

.global-cb-content-bottom .global-cb-content-description .cb-description{
    line-height: 0.3rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular,"微软雅黑",sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333333;
    /*多行文本超出范围后添加省略号*/
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}

.board-more-btn {
    /*设置绝对定位-按钮置于最下边*/
    position: absolute;
    bottom: 0;

    width: 1rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
    background-color: #1480E4;
    color: #fff;
    text-align: center;
    border: 2px solid #1480E4;
    border-radius: 4px;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

.board-more-btn:hover {
    font-weight: 600;
    color: #1480E4;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid #1480E4;
    border-radius: 4px;
    z-index: 1;
}

/* 共同体建设end */

/* 国（境）外研究生教育动态二级页面start */
.edu-trends_data{
    margin-top: 0.4rem;
    width: 14rem;
}

/*卡片样式1:图片文字左右布局*/
.edu-trends_data_card_style_one{
    position: relative;
    margin-bottom: 0.2rem;
    padding: 0.2rem 0.29rem 0.2rem 0.22rem;
    width: 14rem;
    height: 1.92rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.10rem 0.01rem rgba(0,0,0,0.07);
    display: flex;
    display: -webkit-flex; /* Safari */
}

.edu-trends_data_img_style_one{
    margin-right: 0.2rem;
    width: 2.66rem;
    height: 1.50rem;
}

.edu-trends_data_content_title_style_one {
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold, Microsoft YaHei,sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.edu-trends_data_content_title_style_one:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #2960A6;
}

.edu-trends_data_content_text_style_one{
    margin-top: 0.14rem;
    line-height: 0.24rem;
    height: 0.72rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #999999;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.edu-trends_data_content_arrow_style_one{
    width: 0.21rem;
    height: 0.21rem;
    position: absolute;
    right: 0.28rem;
    bottom: 0.14rem;
}

.edu-trends_data_content_arrow_style_one img{
    width: 100%;
    height: 100%;
}

/*卡片样式2：仅文字*/
.edu-trends_data_card_style_two{
    position: relative;
    margin-bottom: 0.2rem;
    padding: 0.26rem 0.29rem 0.2rem 0.26rem;
    width: 14rem;
    height: 1.73rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.10rem 0.01rem rgba(0,0,0,0.07);
    display: flex;
    display: -webkit-flex; /* Safari */
}

.edu-trends_data_content_title_style_two{
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold, Microsoft YaHei,sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.edu-trends_data_content_title_style_two:hover{
    cursor: pointer;
    text-decoration: underline;
    color: #2960A6;
}

.edu-trends_data_content_text_style_two{
    margin-top: 0.14rem;
    line-height: 0.24rem;
    height: 0.48rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;

    color: #999999;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.edu-trends_data_content_arrow_style_two{
    width: 0.21rem;
    height: 0.21rem;
    position: absolute;
    right: 0.29rem;
    bottom: 0.14rem;
}

.edu-trends_data_content_arrow_style_two img{
    width: 100%;
    height: 100%;
}


/*卡片样式3：文字+多张图片上下布局*/
.edu-trends_data_card_style_three{
    position: relative;
    margin-bottom: 0.2rem;
    padding: 0.26rem 0.26rem 0.2rem 0.2rem;
    width: 14rem;
    height: 3.43rem;
    background: #FFFFFF;
    box-shadow: 0 0.03rem 0.10rem 0.01rem rgba(0,0,0,0.07);
    display: flex;
    display: -webkit-flex; /* Safari */
}

.edu-trends_data_content_title_style_three{
    height: 0.25rem;
    font-size: 0.18rem;
    /*font-family: PingFang SC-Semibold, Microsoft YaHei,sans-serif;*/
    font-weight: 600;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #333;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

.edu-trends_data_content_title_style_three:hover{
    cursor: pointer;
    text-decoration: underline;
    color: #2960A6;
}

.edu-trends_data_content_text_style_three{
    margin-top: 0.14rem;
    line-height: 0.24rem;
    height: 0.48rem;
    font-size: 0.16rem;
    /*font-family: PingFang SC-Regular, Microsoft YaHei,sans-serif;*/
    font-weight: 400;
    font-family: PingFang SC,"微软雅黑",sans-serif;
    color: #999999;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.edu-trends_data_content_img_style_three{
    margin-top: 0.24rem;
    height: 1.50rem;
    display: flex;
    display: -webkit-flex;
}

.edu-trends_data_content_img_style_three > img {
    width: 2.66rem;
    height: 1.50rem;
    margin-right: 0.08rem;
}

.edu-trends_data_content_img_style_three > img:last-child{
    margin-right: 0;
}

.edu-trends_data_content_arrow_style_three{
    width: 0.21rem;
    height: 0.21rem;
    position: absolute;
    right: 0.26rem;
    bottom: 0.2rem;
}

.edu-trends_data_content_arrow_style_three img{
    width: 100%;
    height: 100%;
}
/* 国（境）外研究生教育动态二级页面end */

.global-cgep-list-container-back {
    width: 100%;
    min-width: 1120px;
}

.fget-list-container-back {
    width: 100%;
    min-width: 1120px;
}