/*页码*/
.page_list {
    font-size: 0;
    text-align: center;
}

.page_list a,
.inputreach,
.btnreach {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.page_list a {
    margin: 0 7.5px;
    color: #818181;
    width: 100px;
    text-align: center;
}

.page_list a.pnpage,
.inputreach,
.btnreach {
    display: inline-block;
    width: 70px;
    color: #000000;
    margin: 0 7.5px;
}

.spannum,
.reachpage {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
}

.spannum {
    margin: 0 7.5px;
}

.reachpage {
    color: #818181;
}

.inputreach {
    width: 50px;
    padding: 0 10px;
    margin: 0 15px;
}

.btnreach {
    margin-left: 15px;
}

.page_list a:hover,
.btnreach:hover {
    color: #ffffff !important;
    background: #2250c4;
}

.page_list a.on {
    color: #ffffff !important;
    background: #2250c4;
}


/* 学什么新版页面 */
.learnWhatBox {
    width: 100%;
    box-sizing: border-box;
}

.learnWhatBox-cooperation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

.learnWhatBox-cooperationLink {
    width: 140px;
}

.learnWhatBox-cooperationLink a {
    font-size: 18px;
}

.learnWhatBox-cooperationLink a:hover {
    color: #2250c4;
}

.learnWhatBox-cooperationLink a i {
    font-size: 20px;
    font-style: normal;
    font-family: \5B8B\4F53;
    font-weight: bold;
    margin-left: 10px;
}

.learnWhatBox-cooperationImg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 165px);
}

.learnWhatBox-cooperationImg a {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.learnWhatBox-cooperationImg a img {
    object-fit: cover;
    max-width: 100%;
}

.learnWhatBox-cooperationPage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.learnWhatBox-cooperationPage a {
    display: block;
    line-height: 32px;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    margin: 0 26px;
}

.learnWhatBox-cooperationPage a:hover,
.learnWhatBox-cooperationPage a.ontrue {
    color: #2250c4 !important;
    border-color: #2250c4;
}

.learnWhatBox .study_line {
    background: #f8f8f8;
}

.learnWhatBox-menuPage {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}

.learnWhatBox-menuPage a:nth-child(5n+1) {
    margin-left: 0;
}

.learnWhatBox-menuList {
    width: 100%;
    padding: 50px 0 30px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 630px;
}

.learnWhatBox-menuList ul {
    margin-left: -26px;
    margin-top: -26px;
    display: flex;
    flex-wrap: wrap;
}

.learnWhatBox-menuList li {
    width: 278px;
    margin-top: 26px;
    margin-left: 26px;
    border-radius: 10px;
    overflow: hidden;
    /* float: left; */
    position: relative;
}

.learnWhatBox-menuList-posImg {
    position: absolute;
    top: 127px;
    right: 9px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 16%);
    z-index: 2;
}

.learnWhatBox-menuList-posImg img {
    max-width: 100%;
    object-fit: cover;
}

.learnWhatBox-menuList-img {
    overflow: hidden;
}

.learnWhatBox-menuList-img img {
    width: 100%;
    height: 155px;
    transition: all .4s ease;
    z-index: 1;
}

.learnWhatBox-menuList-img:hover img {
    transform: scale(1.04);
}

.learnWhatBox-menuList-wd {
    padding: 16px 20px;
    background: #fff;
}

.learnWhatBox-menuList-wd h5 {
    font-size: 18px;
    color: #040404;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.learnWhatBox-menuList-wd .learnWhatBox-menuList-wdImg {
    margin: 0px 0 6px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.learnWhatBox-menuList-wd .learnWhatBox-menuList-wdImg img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.learnWhatBox-menuList-wd .learnWhatBox-menuList-wdImg a {
    color: #2250c4 !important;
    margin-left: 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.learnWhatBox-menuList-wd p {
    font-size: 14px;
    line-height: 28px;
    color: #888888;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}

.learnWhatBox-bg {
    background: #f8f8f8;
    padding-bottom: 30px;
}

.school-status-hf .school-status {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 200;
    color: #fff;
    background-color: #ff5e00;
    font-size: 16px;
    border-radius: 8px;
    min-width: 90px;
    min-height: 34px;
    text-align: center;
    line-height: 34px;
}

.learnWhatBox-menuList-wd-price p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    height: auto;
    display: -webkit-box;
    margin-top: unset;
}

.learnWhatBox-menuList-wd-price-last {
    text-align: end;
}

/* 学什么新版详情页 */
.learnwhatDetails {
    width: 100%;
    box-sizing: border-box;
    background: #f8f8f8;
    padding-bottom: 60px;
}

.learnwhatDetails-page {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.learnwhatDetails-page a {
    font-size: 16px;
    display: block;
    width: 18%;
    margin-left: 2.5%;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    background: #F1F1F1;
    color: #888888;
    margin-top: 20px;
}

.learnwhatDetails-page a:nth-child(5n+1) {
    margin-left: 0;
}

.learnwhatDetails-page a:hover,
.learnwhatDetails-page a.ontrue {
    color: #2250c4 !important;
    background: #f3f8ff;
}

.learnwhatDetails-listBox {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learnwhatDetails-listImg {
    width: 330px;
    height: 210px;
    overflow: hidden;
    border-radius: 10px;
}

.learnwhatDetails-listImg img {
    max-width: 100%;
    object-fit: cover;
}

.learnwhatDetails-listWd {
    width: calc(100% - 357px);
    padding: 29px 50px;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

.learnwhatDetails-listWd h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learnwhatDetails-listWd h1 a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #888888 !important;
}

.learnwhatDetails-schoolBox {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.learnwhatDetails-schoolTop {
    display: flex;
    align-items: center;
}

.learnwhatDetails-schoolTopIcon {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.learnwhatDetails-schoolTopIcon img {
    max-width: 100%;
    object-fit: cover;
}

.learnwhatDetails-schoolTopWd {
    width: 582px;
    margin-left: 30px;
}

.learnwhatDetails-schoolTopWd h5 {
    font-size: 18px;
    color: #2250c4;
    line-height: 24px;
}

.learnwhatDetails-schoolTopWd p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
    color: #797070;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.learnwhatDetails-schoolBottom {
    display: flex;
    align-items: center;
}

.learnwhatDetails-schoolBottom p {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.learnwhatDetails-schoolBottom p:first-child {
    margin-left: 0;
}

.learnwhatDetails-schoolBottom p span {
    margin-right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("/web/static/image/icon/gougou-hover.png") no-repeat;
    background-size: contain;
}

.learnwhatDetails-btn a {
    width: 150px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    font-size: 18px;
    background: #2250c4;
    border-radius: 10px;
    display: block;
    margin-top: 52px;
}

.learnwhatDetails-btn a.ontrue {
    background: #dddddd;
}

.learnwhatDetails-timeListening {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learnwhatDetails-timeListeningBox {
    display: flex;
    box-sizing: border-box;
    width: 680px;
    border-radius: 10px;
    overflow: hidden;
}

.learnwhatDetails-timeListeningBox a {
    width: 100%;
    display: block;
    padding: 36px;
    background: #fff url("/uploads/image/20210407/1617788997.png") no-repeat center;
    background-size: cover;
}

.learnwhatDetails-timeListeningBox h1 {
    font-size: 30px;
    color: #2250c4;
    line-height: 40px;
}

.learnwhatDetails-timeListeningBox p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    color: #2250c4;
}

.learnwhatDetails-pubtit {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}

.learnwhatDetails-pubtit h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

.learnwhatDetails-Tk {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999999;
    display: none;
}

.learnwhatDetails-Tk .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.learnwhatDetails-TkText p {
    font-size: 18px;
    color: #fff;
}

.learnwhatDetails-TkBtn {
    margin-right: 50px;
}

.learnwhatDetails-TkBtn a {
    display: block;
    width: 150px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    font-size: 18px;
    border-radius: 10px;
    background: #2250c4;
}





/* 分页 */
.page_list {
    font-size: 0;
    text-align: center;
}

.page_list a,
.inputreach,
.btnreach {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 14px;
}

.page_list span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 7.5px
}

.page_list a {
    margin: 0 7.5px;
    color: #000000;
    width: 26px;
    text-align: center;
}

.page_list a.page_list_link {
    width: 54px;
}

.page_list a.pnpage,
.inputreach,
.btnreach {
    display: inline-block;
    width: 70px;
    color: #000000;
    margin: 0 7.5px;
}

.spannum,
.reachpage {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
}

.spannum {
    margin: 0 7.5px;
}

.reachpage {
    color: #000000;
}

.inputreach {
    width: 50px;
    padding: 0 10px;
    margin: 0 15px;
}

.btnreach {
    margin-left: 15px;
}

.page_list a.on,
.page_list a:hover,
.btnreach:hover {
    color: #ffffff !important;
    background: #2250c4;
}






.banner_h1 h1 {
    line-height: 250px;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
}

.study_line {
    border: none;
}

.learnWhatBox {
    background-color: #F7F7F7;
}

.learnWhatBox-cooperationPage {
    margin-top: 0;
    padding-top: 90px;
    justify-content: unset;
    border-bottom: 1px solid #CCCCCC;
}

.learnWhatBox-cooperationPage a {
    text-align: left;
    font-size: 22px;
}

.learnWhatBox-cooperationPage a:first-child {
    margin-left: 0;
    text-align: left;
}

.learnWhatBox-cooperationPage a:last-child {
    margin-right: 0;
    /* text-align: left; */
}

.learnWhatBox-cooperationPage a.ontrue {
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #2250c4;
}

.learnWhatBox-cooperationPage a:hover {
    font-weight: bold;
    border-bottom: 2px solid #2250c4;
}

.learnWhatBox-menuList-posImg {
    overflow: hidden;
}

.learnWhatBox-menuPage-list1-box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.learnWhatBox-menuPage-list1-box>a {
    display: block;
    width: 80px;
    font-size: 18px;
    line-height: 20px;
    color: #CCCCCC;
}

.learnWhatBox-menuPage-list1-box h1 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
}

.learnWhatBox-menuPage-list1-box .learnWhatBox-menuPage-list1 {
    display: flex;
    width: calc(100% - 100px);
    flex-wrap: wrap;
}

.learnWhatBox-menuPage-list1-box .learnWhatBox-menuPage-list1 li {
    padding: 0 12px;
    margin-right: 20px;
    margin-top: 10px;
    border: 1px solid transparent;
}

.learnWhatBox-menuPage-list1-box #doctor-type-list li:nth-child(10) {
    margin-left: 122px;
}

/* .learnWhatBox-menuPage-list1-box .learnWhatBox-menuPage-list1 li:nth-child(6), .learnWhatBox-menuPage-list1-box .learnWhatBox-menuPage-list1 li:nth-child(15){margin-left: 122px;} */
.learnWhatBox-menuPage-list1-box #on_cn_university li:nth-child(6) {
    margin-left: 0px;
}

.learnWhatBox-menuPage-list1-box #tdxl_id li:nth-child(6) {
    margin-left: 0px;
}

.learnWhatBox-menuPage-list1-box #tdxl_id li:nth-child(12) {
    margin-left: 122px;
}

.learnWhatBox-menuPage-list1-box #on_cn_university li:nth-child(9) {
    margin-left: 122px;
}

.learnWhatBox-menuPage-list1-box #cn_id li:nth-child(6) {
    margin-left: 0px;
}

.learnWhatBox-menuPage-list1-box #cn_id li:nth-child(7) {
    margin-left: 122px;
}

.learnWhatBox-menuPage-list1-box #cn_id li:nth-child(9) {
    margin-left: 0px;
}

.learnWhatBox-menuPage-list1-box #mlcity li:nth-child(6),
.learnWhatBox-menuPage-list1-box #mlcity li:nth-child(15) {
    margin-left: 0px;
}

.learnWhatBox-menuPage-list1-box #mlcity li:nth-child(10),
.learnWhatBox-menuPage-list1-box #mlcity li:nth-child(17) {
    margin-left: 122px;
}

.learnWhatBox-menuPage-list1-box #cn_id_two li:nth-child(6) {
    margin-left: 0px;
}

.learnWhatBox-menuPage-list1-box #career_devlop li:nth-child(6) {
    margin-left: 0px;
}

.learnWhatBox-menuPage-list1-box #career_devlop li:nth-child(9) {
    margin-left: 122px;
}

.learnWhatBox-menuPage-list1-box #lincoln_id li:nth-child(6) {
    margin-left: 0px;
}

.learnWhatBox-menuPage-list1-box #ucyp_id li:nth-child(6) {
    margin-left: 0px;
}

.learnWhatBox-menuPage-list1-box #doctor-type li:nth-child(9) {
    margin-left: 122px;
}

.learnWhatBox-menuPage-list1-box #ml_major li:nth-child(6) {
    margin-left: 0px;
}

.learnWhatBox-menuPage-list1-box #ml_major li:nth-child(10),
.learnWhatBox-menuPage-list1-box #ml_major li:nth-child(18),
.learnWhatBox-menuPage-list1-box #ml_major li:nth-child(25) {
    margin-left: 122px;
}

.learnWhatBox-menuPage-list1-box #ml_major li:nth-child(15) {
    margin-left: 0px;
}

.learnWhatBox-menuPage-list1-box .learnWhatBox-menuPage-list1 li.ontrue {
    /* background: #2250c4;
    box-shadow: 0px 10px 15px 0px rgba(47, 97, 201, 0.4);
    border-radius: 15px;
    height: 30px; */
    border: 1px solid #2250c4;
    border-radius: 4px;
}

.learnWhatBox-menuPage-list1-box .learnWhatBox-menuPage-list1 li.ontrue a {
    /* color: #fff; */
    color: #2250c4;
}

.learnWhatBox-menuPage-list1-box .learnWhatBox-menuPage-list1 li a {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.learnWhatBox-menuPage-list1-box .learnWhatBox-menuPage-list1 li:hover {
    /* background: #2250c4;
    box-shadow: 0px 10px 15px 0px rgba(47, 97, 201, 0.4);
    border-radius: 15px;
    height: 30px; */
    border: 1px solid #2250c4;
    border-radius: 4px;
}

.learnWhatBox-menuPage-list1-box .learnWhatBox-menuPage-list1 li:hover a {
    /* color: #fff; */
    color: #2250c4;
}



.study_line {
    height: 50px;
    line-height: 50px;
}

.study_position li {
    display: inline-block;
    vertical-align: top;
}




























/*公共样式*/
select,
option,
input,
button,
textarea {
    /* border: none;background: none; */
    box-shadow: none;
    outline: none;
}

.clamp28 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 84px;
    overflow: hidden;
}

/*.sclamp3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;line-height: 24px;height: 72px;overflow: hidden;}*/


.space1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.obj-cover {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.study_bjcolor {
    background: #f8f8f8 !important;
}

.font-bold {
    font-weight: bold;
}

.line-height2 {
    line-height: 2;
}

.line-height24 {
    line-height: 24px;
}

.line-height28 {
    line-height: 28px;
}

.line-height36 {
    line-height: 36px;
}

.paddingtb50 {
    padding: 50px 0;
}

.paddingtb40 {
    padding: 40px 0;
}

.paddingtb30 {
    padding: 30px 0;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top10 {
    margin-top: 10px;
}

.font-size30 {
    font-size: 30px;
}

.font-size18 {
    font-size: 18px;
}

.font-size16 {
    font-size: 16px;
}

.font-size14 {
    font-size: 14px;
}

.font-size12 {
    font-size: 12px;
}

.font-size0 {
    font-size: 0;
}

.color1 {
    color: #ffffff;
}

.color2 {
    color: #000000;
}

.color3 {
    color: #888888;
}