body {
    background-color: #f7f7f7 !important;
}

.newList {
    width: 1130px;
    clear: both;
    font-family: 微软雅黑 !important;
    margin-bottom: 20px;
}

.banner {
    min-height: 1px;
}

.banner img {
    width: 100%;
    object-fit: cover;
}

.courseAndPlan {
    height: 133px;
    margin-top: 20px;
    padding: 15px 0px 15px 15px;
    background: linear-gradient(to right, #fff 90%, #e5e5e5 93%, #eeeeee 93%, #eeeeee 100%); /* 标准的语法 */
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 5px;
}

.courseAndPlan .newCourse {
    height: 98px;
    box-sizing: border-box;
    text-align: left;
}

.courseAndPlan .newCourse .iconNew {
    width: 98px;
    height: 98px;
    line-height: 98px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
    letter-spacing: 4px;
    overflow: hidden;
    font-weight: bolder;
}

.courseAndPlan .newCourse .iconNew img {
    width: 98px;
    height: 98px;
    object-fit: cover;
}

.courseAndPlan .newCourse .iconNew .iconText {
    width: 70px;
    height: 16px;
    background-color: #ff0000;
    color: #fff;
    display: block;
    position: absolute;
    left: -15px;
    top: 10px;
    font-size: 12px;
    line-height: 16px;
    transform: rotate(-45deg);
    box-shadow: 0px 0px 5px rgba(0, 1, 8, 0.3);
    font-weight: bold;
}

.courseAndPlan .newCourse a {
    display: inline-block;
    width: 177px;
    height: 95px;
    margin: 0px 0px 0px 12px;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 6px;
    vertical-align: middle;
}

.courseAndPlan .newCourse img {
    width: 177px;
    height: 95px;
    object-fit: cover;
    border-radius: 6px;
}

.courseAndPlan .newCourse a .miniCourseIcon {
    height: 16px;
    line-height: 16px;
    padding: 2px 8px;
    border-radius: 0px 0px 0px 6px;
    background-color: #ff5d00;
    color: #ffffff;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 12px;
}

.courseAndPlan .newCourse a .freeCourseIcon {
    height: 16px;
    line-height: 16px;
    padding: 2px 8px;
    border-radius: 0px 0px 0px 6px;
    background-color: #a2cc44;
    color: #ffffff;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 12px;
}

.courseAndPlan .newCourse a.expertJoin {
    float: right;
    width: 7%;
    height: 98px;
    line-height: 98px;
    border: none;
    text-align: center;
    text-decoration: none;
}

.courseAndPlan .newCourse a.expertJoin img{
    width: 41px !important;
    margin: auto !important;
    object-fit: contain;
}

.courseAndPlan .plan {
    width: 295px;
    height: 169px;
    position: relative;
    float: right;
    margin-top: 12px;
    text-align: right;
}

.courseAndPlan .plan .robot {
    position: absolute;
    width: 125px;
    height: 168px;
    top: 0px;
    left: 0px;
}

.courseAndPlan .plan .planList {
    padding: 0px;
    margin: 15px 5px 0px 0px;
    display: inline-block;
}

.courseAndPlan .plan .planList li {
    background: url("../images/planBg1.png") no-repeat;
    width: 181px;
    height: 31px;
    box-sizing: border-box;
    padding: 0px 15px;
    line-height: 31px;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.courseAndPlan .plan .planList li.empty {
    background: url("../images/planBg2.png") no-repeat;
    width: 181px;
    height: 31px;
    box-sizing: border-box;
    padding: 0px 15px;
    line-height: 31px;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.courseAndPlan .plan .planList li a {
    display: block;
    width: 100%;
    height: 31px;
    line-height: 31px;
    text-decoration: none;
    color: #fff;
}

.newList .quickSearch {
    width: 100%;
    min-height: 50px;
    padding-top: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 6px;
}

.newList .quickSearch .type {
    width: 100%;
    min-height: 40px;
}

.newList .quickSearch .type .typeName {
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: left;
    padding-right: 20px;
}

.newList .quickSearch .type .typeName span {
    background-color: #fff;
    padding: 0px 20px;
    font-size: 15px;
    color: #333;
    vertical-align: middle;
    display: inline-block;
    height: 26px;
    line-height: 26px;
}

.newList .quickSearch.noBg .type .typeName span {
    background-color: transparent;
}

.newList .quickSearch .type .typeNodes {
    /*width: 998px;*/
    width: 1090px;
    min-height: 32px;
    float: left;
}

.newList .quickSearch .type .typeNodes .node {
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0px 15px;
    margin: 4px 2px 4px 2px;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    vertical-align: middle;
}

.newList .quickSearch .type .typeNodes .node.checked {
    background-color: #fff;
    color: #157bdb;
    border-radius: 14px;
    border: 1px solid #157bdb;
    box-sizing: border-box;
}

/*.newList .quickSearch.noBg .type .typeNodes .node.checked {
    background-color: transparent;
    border: none;
}*/

/*.newList .quickSearch .courseTab {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    !*width: 100px;*!
    font-size: 14px;
    text-align: center;
    padding: 0px 15px;
    margin: 4px 2px 4px 2px;
}*/

/*.newList .quickSearch .courseTab.checked {
    color: #157bdb;
    border: 1px solid #157bdb;
    box-sizing: border-box;
    border-radius: 14px;
}*/

.newList .quickSearch .learningPlanBtn {
    display: inline-block;
    line-height: 28px;
    text-decoration: none;
    padding: 0px 20px;
    font-size: 13px;
    text-align: left;
    border-radius: 20px;
    background-color: #ff8106;
    color: #fff;
}

.newList .sort {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 45px;
    margin-top: 10px;
    background-color: #f4f4f4;
}

.newList .sort a {
    padding: 0px 15px;
    line-height: 43px;
    height: 43px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #666666;
}

.newList .sort a.checked {
    padding: 0px 15px;
    line-height: 43px;
    height: 43px;
    background-color: #fff;
    display: inline-block;
    color: #76a4e9;
}

.newList .courses {
    width: 100%;
    box-sizing: border-box;
    min-height: 150px;
    margin-top: 10px;
}

.newList .courses a {
    width: 18.5%;
    margin: 10px 0.9%;
    display: block;
    float: left;
    height: 225px;
    text-decoration: none;
    color: #333;
    position: relative;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.newList .courses a:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.newList .courses a:nth-of-type(5n+1) {
    margin: 10px 0.9% 10px 0%;
}

.newList .courses a:nth-child(5n) {
    margin: 10px 0% 10px 0.9%;
}

.newList .courses a .preview {
    width: 100%;
    height: 159px;
    overflow: hidden;
    border-radius: 6px 6px 0px 0px;
}

.newList .courses a .preview img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
}

.newList .courses a .name {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    background-color: #fff;
    padding: 0px 5px;
    box-sizing: border-box;
}

.newList .courses a .info {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0px 5px;
    box-sizing: border-box;
    background-color: #fff;
    color: #777;
}

.newList .courses a .info > div {
    height: 30px;
    line-height: 30px;
}

.newList .courses a .miniCourseIcon {
    height: 16px;
    line-height: 16px;
    padding: 2px 8px;
    background-color: #ff5d00;
    color: #ffffff;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 12px;
    border-radius: 0px 6px 0px 6px;
}

.newList .courses a .freeCourseIcon {
    height: 16px;
    line-height: 16px;
    padding: 2px 8px;
    background-color: #a2cc44;
    color: #ffffff;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 12px;
    border-radius: 0px 6px 0px 6px;
}

.newList .ad {
    height: 90px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

.newList .ad .ad1 {
    height: 90px;
    width: 728px;
    float: left;
}

.newList .ad .ad2 {
    height: 90px;
    width: 181px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

.newList .ad .ad3 {
    height: 90px;
    width: 181px;
    float: right;
}

.newList .majorInfo {
    width: 100%;
    min-height: 1px;
    text-align: justify;
}

.newList .majorInfo:after {
    content: " ";
    width: 100%;
    display: inline-block;
}

.newList .majorInfo .infoContent {
    width: 385px;
    display: inline-block;
    min-height: 1px;
    vertical-align: top;
}

.newList .majorInfo .infoContent .frameHead {
    width: 100%;
    height: 40px;
}

.newList .majorInfo .infoContent .frameHead .left {
    width: 49%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    float: left;
}

.newList .majorInfo .infoContent .frameHead .right {
    width: 40%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.newList .majorInfo .infoContent a {
    text-decoration: none;
}

.newList .majorInfo .infoContent .frameBody {
    clear: both;
    width: 100%;
    min-height: 1px;
}

.newList .majorInfo .infoContent .frameBody:after {
    width: 100%;
    display: inline-block;
}

.newList .majorInfo .infoContent .frameBody ul li {
    width: 100%;
    height: 24px;
    line-height: 24px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.newList .majorInfo .infoContent .frameBody ul li i.square {
    width: 3px;
    height: 3px;
    border: 1px solid #666;
    display: inline-block;
    vertical-align: 2px;
    margin-right: 7px;
}

.newList .majorInfo .infoContent .frameBody a.jobTab {
    width: 156px;
    height: 80px;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
    line-height: 80px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    margin: 5px 0px 15px 0px;
}

.newList .majorInfo .infoContent .frameBody a.jobTab.empty {
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #999;
}

.newList .majorInfo .infoContent .frameBody a.jobTab:nth-child(odd) {
    margin: 5px 15px 20px 0px !important;
}

.newList .majorInfo .infoContent .frameBody a.expert {
    width: 124px;
    height: 185px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    background-color: #efefef;
    vertical-align: top;
    text-align: center;
    margin: 5px 0px 0px 0px;
}

.newList .majorInfo .infoContent .frameBody a.expert:nth-child(2n) {
    margin: 5px 20px 0px 20px;
}

.newList .majorInfo .infoContent .frameBody a.expert .pic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    overflow: hidden;
}

.newList .majorInfo .infoContent .frameBody a.expert .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p
.newList .majorInfo .infoContent .frameBody a.expert .expertName {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.newList .majorInfo .infoContent .frameBody a.expert .info {
    width: 100%;
    height: 18px;
    line-height: 18px;
    padding: 0px 5px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略号 */
}