.main {
    background: #eeeeee;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .swiper {
    width: 100%;
}

.banner .swiper .banner_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .swiper .banner_item img {
    display: block;
    width: 100%;
    min-height: 520px;
    object-fit: cover;
}

.banner .bnnaer_cen {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    /* align-items: center; */
}

.banner .bnnaer_cen .banner_box {
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); */
    width: 17.8125rem;
    background: #fff;
    border-radius: 1rem;
    padding: 1.25rem;
}

.banner_box .item {
    width: 100%;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 1.25rem;
}

.banner_box .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.banner_box .item .item_top>a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_box .item .item_top .item_title {
    font-size: 1.125rem;
    line-height: 1;
    color: #282828;
    font-family: "AlibabaPuHuiTi_Medium";
}

.banner_box .item .item_top .more img {
    display: block;
    width: .8125rem;
}

.banner_box .item .item_bom {
    font-size: .875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: .5rem;
}

.banner_box .item .item_bom a{
    color: #666666;
}

.banner_lm2 {
    position: absolute;
    right: 0;
    width: 57.1875rem;
    padding-left: 1.25rem;
    display: none;
}
.banner_lm2 .item{
    border-radius: 1rem;
    display: none;
}
.banner_lm2 .item dl{
    padding: 1.25rem;
    border-bottom: 1px solid #eeeeee;
}
.banner_lm2 .item dl dt{
    font-size: 1.125rem;
    line-height: 1;
    color: #282828;
    font-family: "AlibabaPuHuiTi_Medium";
}
.banner_lm2 .item dl dd{
    font-size: .875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #666666;
    margin-top: .625rem;
}
.banner_lm2 .item dl dd a{
    margin-right: .9375rem;
}
.banner_lm2.active{
    display: block;
}
.banner_lm2 .item.active{
    display: block;
    background: #fff;
}

.banner .bnnaer_cenb {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}

.banner .bnnaer_cenb .banner_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.banner .bnnaer_cenb .banner_btn .banner_btn_cen {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 5rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-family: "AlibabaPuHuiTi_Regular";
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    font-size: .875rem;
    color: #fff;
}

.banner .swiper-pagination {
    position: relative;
    width: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    position: relative;
    width: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    margin: auto;
    font-weight: bold;
}

.menv {
    width: 100%;
    background: #ecf5ff;
    padding: 2.5rem 0;
}

.menv .mySwiper {
    width: 100%;
}

.menv .mySwiper .menv_item {
    width: 100%;
    height: 6.25rem;
}

.menv .mySwiper .menv_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: .75rem;
    s overflow: hidden;
}

.menv .mySwiper .menv_item a .menv_ico {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.25rem;
}

.menv .mySwiper .menv_item a .menv_ico img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.menv .mySwiper .menv_item a .name {
    font-size: 1.5rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #fff;
    transition: all 0.3s ease;
}

.menv .mySwiper .menv_item a:hover .name {
    color: #0f4875;
}

.industry {
    width: 100%;
    background: #ecf5ff;
    padding-bottom: 3.75rem;
}

.industry .BasicProcess {
    padding: 2.5rem;
    border-radius: .875rem;
    background: #fff;
    margin-bottom: 2.5rem;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.12);
}

.industry .BasicProcess:last-child {
    margin-bottom: 0;
}

.industry_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.125rem;
}

.industry_top .industry_title {
    font-size: 1.875rem;
    line-height: 1;
    color: #282828;
    font-family: "AlibabaPuHuiTi_Bold";
    display: flex;
    align-items: center;
}

.industry_top .industry_title .industry_title_ico {
    width: 1.4375rem;
    display: flex;
    align-items: center;
    margin-right: .625rem;
}

.industry_top .industry_title .industry_title_ico img {
    display: block;
    width: 100%;
}

.industry_top .industry_R {
    display: flex;
    align-items: center;
}

.industry_top .industry_R .industry_RClass {
    display: flex;
    align-items: center;
    padding-right: 1.25rem;
}

.industry_top .industry_R .industry_RClass a {
    font-size: 1.125rem;
    line-height: 1;
    display: block;
    margin-right: 2.375rem;
    font-size: 1.125rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #333333;
    transition: all 0.3s ease;
}

.industry_top .industry_R .industry_RClass a:hover {
    color: #0f4875;
}

.industry_top .industry_R .industry_RMore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.375rem;
    height: 1.75rem;
    border-radius: 1.75rem;
    background: #e5e5e5;
    font-size: .875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Light";
    color: #444444;
    transition: all 0.3s ease;
}

.industry_top .industry_R .industry_RMore:hover {
    background: #0f4875;
    color: #fff;
}

.industry_top .industry_R .industry_RMore .iconfont {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: .75rem;
}



.industry .BasicProcess_bom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.BasicProcess_bomL {
    width: 26.7%;
    position: relative;
    border-radius: .75rem;
    overflow: hidden;
}

.BasicProcess_bomL .BasicProcess_bomL_prc img {
    display: block;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.BasicProcess_bomL:hover .BasicProcess_bomL_prc img {
    transform: scale(1.05);
}

.BasicProcess_bomL .BasicProcess_bomL_zi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.BasicProcess_bomL .BasicProcess_bomL_zi a {
    padding: 1.25rem;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.BasicProcess_bomL_zi a .tit {
    margin-top: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Light";
}

.BasicProcess_bomL_zi a .tit .lint {
    display: block;
    width: 2.5rem;
    height: 1px;
    background: #fff;
}

.BasicProcess_bomL_zi a .tit p {
    /* margin: 0 .5rem; */
}

.BasicProcess_bomL_zi a .name {
    font-size: 2.25rem;
    line-height: 1;
    color: #fff;
    margin-top: 1.25rem;
    text-align: center;
    width: 100%;
    font-family: "AlibabaPuHuiTi_Regular";
}

.BasicProcess_bomL_zi a .gomore {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    background: transparent;
    margin-top: 1.25rem;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.BasicProcess_bomL_zi a .gomore .iconfont {
    position: absolute;
    z-index: 2;
    width: 3rem;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.BasicProcess_bomL:hover .BasicProcess_bomL_zi a .gomore {
    background: #fff;

}

.BasicProcess_bomL:hover .BasicProcess_bomL_zi a .gomore .iconfont {
    transform: translateX(3rem);
}

.BasicProcess_bomL_zi a .gomore .iconfont:last-child {
    transform: translateX(-3rem);
    color: #ff565e;
}

.BasicProcess_bomL:hover .BasicProcess_bomL_zi a .gomore .iconfont:last-child {
    transform: translateX(0);
}

.BasicProcess_bomL_zi a .reserve {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    transform: translateX(-50%);
    width: 8.75rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    line-height: 1;
    background: #fff;
    color: #ff565e;
    transition: all 0.3s ease;
}

.BasicProcess_bomL:hover .BasicProcess_bomL_zi a .reserve {
    background: #ff565e;
    color: #fff;
}

.BasicProcess_bomR {
    width: 71.25%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: last baseline;
}

.BasicProcess_bomR .BasicProcess_bomR_box {
    width: 48.75%;
    padding: 1.25rem;
    border-radius: .5rem;
    background: url(../images/entranceExam_bomR_box_bj.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
}

.BasicProcess_bomR_box .box_title {
    font-size: 1.5rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #282828;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.BasicProcess_bomR_box .box_text {
    font-family: "AlibabaPuHuiTi_Light";
    font-size: .875rem;
    line-height: 1.25rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .75rem;
    min-height: 2.5rem;
}

.BasicProcess_bomR_box .box_more a {
    width: 6.875rem;
    height: 2.125rem;
    border-radius: 2.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff565e;
    color: #ff565e;
    font-family: "AlibabaPuHuiTi_Regular";
    margin-top: 1.75rem;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.BasicProcess_bomR_box .box_more a:hover {
    color: #fff;
    background: #ff565e;
}

.BasicProcess_bomR_box .box_ico {
    position: absolute;
    right: 1.125rem;
    bottom: 1.125rem;
    width: 8.125rem;
    height: 8.125rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: -1;
}

.BasicProcess_bomR_box .box_ico img {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* internationalCourses_bomR_box_bj */

.internationalCourses .BasicProcess_bomR .BasicProcess_bomR_box {
    background: url(../images/internationalCourses_bomR_box_bj.png) no-repeat;
    background-size: 100% 100%;
}

.internationalCourses .BasicProcess_bomR_box .box_more a {
    border: 1px solid #0b9cdf;
    color: #0b9cdf;
}

.internationalCourses .BasicProcess_bomR_box .box_more a:hover {
    color: #fff;
    background: #0b9cdf;
}


.internationalCourses .BasicProcess_bomL_zi a .gomore .iconfont:last-child {
    color: #0b9cdf;
}

.internationalCourses .BasicProcess_bomL_zi a .reserve {
    color: #0b9cdf;
}

.internationalCourses .BasicProcess_bomL:hover .BasicProcess_bomL_zi a .reserve {
    background: #0b9cdf;
}

.internationalCourses .BasicProcess_bomR_box .box_ico {
    width: 8.75rem;
    height: 8.75rem;
    right: .625rem;
    bottom: 1.125rem;
}


/* languageCenter */
.languageCenter .BasicProcess_bomR .BasicProcess_bomR_box {
    background: url(../images/languageCenter_bomR_box_bj.png) no-repeat;
    background-size: 100% 100%;
}

.languageCenter .BasicProcess_bomR_box .box_more a {
    border: 1px solid #ff952f;
    color: #ff952f;
}

.languageCenter .BasicProcess_bomR_box .box_more a:hover {
    color: #fff;
    background: #ff952f;
}


.languageCenter .BasicProcess_bomL_zi a .gomore .iconfont:last-child {
    color: #ff952f;
}

.languageCenter .BasicProcess_bomL_zi a .reserve {
    color: #ff952f;
}

.languageCenter .BasicProcess_bomL:hover .BasicProcess_bomL_zi a .reserve {
    background: #ff952f;
}

.languageCenter .BasicProcess_bomR_box .box_ico {
    width: 7.5rem;
    height: 7.5rem;
}

/* CompetitionCourses */

.CompetitionCourses .BasicProcess_bomR .BasicProcess_bomR_box {
    background: url(../images/CompetitionCourses_bomR_box_bj.png) no-repeat;
    background-size: 100% 100%;
}

.CompetitionCourses .BasicProcess_bomR_box .box_more a {
    border: 1px solid #1b6dca;
    color: #1b6dca;
}

.CompetitionCourses .BasicProcess_bomR_box .box_more a:hover {
    color: #fff;
    background: #1b6dca;
}


.CompetitionCourses .BasicProcess_bomL_zi a .gomore .iconfont:last-child {
    color: #1b6dca;
}

.CompetitionCourses .BasicProcess_bomL_zi a .reserve {
    color: #1b6dca;
}

.CompetitionCourses .BasicProcess_bomL:hover .BasicProcess_bomL_zi a .reserve {
    background: #1b6dca;
}

.CompetitionCourses .BasicProcess_bomR_box .box_ico {
    width: 7.5rem;
    height: 7.5rem;
}

/* PrivateSchool */
.PrivateSchool .BasicProcess_bomR .BasicProcess_bomR_box {
    background: url(../images/PrivateSchool_bomR_box_bj.png) no-repeat;
    background-size: 100% 100%;
}

.PrivateSchool .BasicProcess_bomR_box .box_more a {
    border: 1px solid #08a6d3;
    color: #08a6d3;
}

.PrivateSchool .BasicProcess_bomR_box .box_more a:hover {
    color: #fff;
    background: #08a6d3;
}


.PrivateSchool .BasicProcess_bomL_zi a .gomore .iconfont:last-child {
    color: #08a6d3;
}

.PrivateSchool .BasicProcess_bomL_zi a .reserve {
    color: #08a6d3;
}

.PrivateSchool .BasicProcess_bomL:hover .BasicProcess_bomL_zi a .reserve {
    background: #08a6d3;
}

.PrivateSchool .BasicProcess_bomR_box .box_ico {
    width: 8.75rem;
    height: 8.75rem;
    right: .625rem;
}


/* StudyAbroad */
.StudyAbroad .BasicProcess_bomR .BasicProcess_bomR_box {
    background: url(../images/StudyAbroad_bomR_box_bj.png) no-repeat;
    background-size: 100% 100%;
}

.StudyAbroad .BasicProcess_bomR_box .box_more a {
    border: 1px solid #1b9a7e;
    color: #1b9a7e;
}

.StudyAbroad .BasicProcess_bomR_box .box_more a:hover {
    color: #fff;
    background: #1b9a7e;
}


.StudyAbroad .BasicProcess_bomL_zi a .gomore .iconfont:last-child {
    color: #1b9a7e;
}

.StudyAbroad .BasicProcess_bomL_zi a .reserve {
    color: #1b9a7e;
}

.StudyAbroad .BasicProcess_bomL:hover .BasicProcess_bomL_zi a .reserve {
    background: #1b9a7e;
}

.StudyAbroad .BasicProcess_bomR_box .box_ico {
    width: 7.5rem;
    height: 7.5rem;
}

.PopularSchools {
    width: 100%;
    padding: 3.75rem 0;
    background: url(../images/PopularSchools_bj.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.PopularSchools .PopularSchools_top {
    width: 100%;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.PopularSchools .PopularSchools_top .title {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-family: "AlibabaPuHuiTi_Medium";
}

.PopularSchools .PopularSchools_top .dose {
    font-size: 1rem;
    margin-top: 1.125rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Light";
}

.PopularSchools_list {
    margin-top: 2.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PopularSchools_list .lit {
    min-width: 10rem;
    height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    line-height: 1;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Medium";
    transition: all 0.3s ease;
    background: transparent;
    border-radius: .5rem;
    overflow: hidden;
    margin-right: 1.25rem;
    cursor: pointer;
}

.PopularSchools_list .lit:last-child {
    margin-right: 0;
}

.PopularSchools_list .lit .lit_ico {
    width: 1.6875rem;
    margin-right: 1.125rem;
}

.PopularSchools_list .lit .lit_ico img {
    display: block;
    max-width: 100%;
}

.PopularSchools_list .lit.act {
    background: #fff;
    color: #282828;
}

.PopularSchools_bom {
    width: 100%;
    margin-top: 1.25rem;
}

.PopularSchools_bom .swiper {
    width: 100%;
    overflow: initial;
}

.PopularSchools_bom .swiper .swiper-slide {
    opacity: 0 !important;
}

.PopularSchools_bom .swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.PopularSchools_bom .swiper .PopularSchoolsList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.PopularSchoolsList .item {
    width: 23.75%;
    position: relative;
    margin:0 1.6666% 1.6666% 0;
}

.PopularSchoolsList .item .item_top {
    position: absolute;
    left: -10px;
    top: .625rem;
    height: 38px;
    min-width: 4.375rem;
    z-index: 2;
}

.PopularSchoolsList .item .item_top .item_top_zi {
    position: absolute;
    top: .6rem;
    right: .75rem;
    line-height: 1;
    color: #fff;
    font-size: .875rem;
    font-family: "AlibabaPuHuiTi_Regular";
}

.PopularSchoolsList .item a {
    display: block;
    width: 100%;
    border-radius: .75rem;
    overflow: hidden;
}

.PopularSchoolsList .item a .item_prc {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 285/160;
}

.PopularSchoolsList .item a .item_prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.PopularSchoolsList .item a:hover .item_prc img {
    transform: scale(1.05);
}

.PopularSchoolsList .item a .item_bom {
    width: 100%;
    padding: 1.25rem;
    background: #fff;
}

.PopularSchoolsList .item a .item_bom .name {
    font-size: 1.5rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #282828;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s ease;
}

.PopularSchoolsList .item a:hover .item_bom .name {
    color: #0f4875;
}

.PopularSchoolsList .item a .item_bom .item_text {
    margin-top: 1rem;
}

.PopularSchoolsList .item a .item_bom .item_text p {
    font-size: 14px;
    line-height: 1.5rem;
    color: #666666;
    font-family: "AlibabaPuHuiTi_Regular";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.PopularSchoolsList .item a .item_bom .item_text p span {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #d61717;
    font-family: "AlibabaPuHuiTi_Bold";
}

.PopularSchoolsList .item a .item_bom .item_look {
    margin-top: .875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.PopularSchoolsList .item a .item_bom .item_look .look {
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #666666;
    font-family: "AlibabaPuHuiTi_Medium";
}

.PopularSchoolsList .item a .item_bom .item_look .look .iconfont {
    font-size: 1rem;
    margin-right: .2rem;
}

.PopularSchoolsList .item a .item_bom .item_look .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    border: 1px solid #0f4875;
    color: #0f4875;
    font-family: "AlibabaPuHuiTi_Regular";
    transition: all 0.3s ease;
    font-size: .875rem;
    line-height: 1;
}

.PopularSchoolsList .item a:hover .item_bom .item_look .more {
    background: #0f4875;
    color: #fff;
}

.PopularSchoolsList .item:nth-child(4n){
    margin: 0 0 1.6666%;
}

.PopularSchools_bom .PopularSchoolsList_more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PopularSchools_bom .PopularSchoolsList_more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.125rem;
    height: 2.25rem;
    border-radius: 2.25rem;
    background: #244d8e;
    color: #fff;
    font-size: .875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Medium";
}

.PopularSchools_bom .PopularSchoolsList_more a .iconfont {
    display: flex;
    font-size: .875rem;
}



/* PopularInformation */
.PopularInformation {
    width: 100%;
    background: #ffffff;
    padding: 3.75rem 0;
}

.PopularInformation .PopularInformation_top {
    width: 100%;
    text-align: center;
}

.PopularInformation .PopularInformation_top .title {
    font-size: 3rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #282828;
    width: 100%;
    text-align: center;
}

.PopularInformation .PopularInformation_top .dose {
    text-align: center;
    width: 100%;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Light";
    font-size: 1rem;
    color: #666666;
}

.PopularInformation .PopularInformation_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.25rem;
}

.PopularInformation .PopularInformation_list .PopularInformation_item {
    width: 49.16%;
    margin-bottom: 1.25rem;
}

.PopularInformation .PopularInformation_list .PopularInformation_item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eeeeee;
    padding: 1.25rem;
    border-radius: .75rem;
}

.PopularInformation_item a .item_L {
    width: 58.18%;
}

.PopularInformation_item a .item_L .title {
    font-size: 1.125rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #282828;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s ease;
}

.PopularInformation_item a:hover .item_L .title {
    color: #0f4875;
}

.PopularInformation_item a .item_L .dose {
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #666666;
    min-height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .625rem;
}

.PopularInformation_item a .item_L .time {
    margin-top: .5625rem;
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #666666;
}

.PopularInformation_item a .item_L .time .mat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    background: #eeeeee;
    font-size: .75rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Regular";
    margin-right: .625rem;
}


.PopularInformation_item a .item_R {
    width: 38.18%;
    border-radius: .5rem;
    overflow: hidden;
}

.PopularInformation_item a .item_R img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.PopularInformation_item a:hover .item_R img {
    transform: scale(1.05);
}

.PopularInformation .PopularInformation_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PopularInformation .PopularInformation_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.125rem;
    height: 2.25rem;
    border-radius: 2.25rem;
    background: #244d8e;
    color: #fff;
    font-size: .875rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Medium";
}

.PopularInformation .PopularInformation_btn a .iconfont {
    font-size: .875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}