/*自定义模块*/
.news-diy {
    padding: 30px 16px 10px;
    border-radius: 10px;
}
.news-diy-title {
    color: #d7000f;
    font-size: 22px;
    margin-bottom: 10px;
}
.news-diy .template-notice-list {
    display: flex;
    flex-wrap: wrap;
    /*padding: 0 16px;*/
}
.news-diy .template-notice-item-right {
    width: 130px;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444444;
    font-size: 16px;
}
.news-diy .template-notice-item-right:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}
.news-diy .template-notice-item-right:hover {
    transform:scale(1.1,1.1);
}
.news-diy .template-notice-item-right:nth-child(3n) {
    margin-right: 0;
}
.news-diy .template-notice-item-right.notice-item5 {
    background-color: #fff0f2;
}
.news-diy .template-notice-item-right.notice-item5:before {
    background: url(/zq/r/cms/common/image/index/notice-icon1.png) center center no-repeat;
    background-size: 28px 28px;
}
.news-diy .template-notice-item-right.notice-item6 {
    background-color: #fff4de;
}
.news-diy .template-notice-item-right.notice-item6:before {
    background: url(/zq/r/cms/common/image/index/notice-icon2.png) center center no-repeat;
    background-size: 28px 28px;
}
.news-diy .template-notice-item-right.notice-item7 {
    background-color: #e5eeff;
}
.news-diy .template-notice-item-right.notice-item7:before {
    background: url(/zq/r/cms/common/image/index/notice-icon3.png) center center no-repeat;
    background-size: 28px 28px;
}
.news-diy .template-exam-calendar-list {
    margin-top: 10px;
    border-left: 1px solid #ebedf3;
    margin-left: 6px;
}
.news-diy .calendar-item {
    display: flex;
    justify-content: space-between;
    line-height: 35px;
    margin-left: 25px;
    position: relative;
    padding: 0 10px;
    color: #444444;
}
.news-diy .calendar-item:first-child:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #fff;
    width: 2px;
    height: 15px;
    left: -27px;
    top: -3px;
}
.news-diy .calendar-item:last-child:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: #fff;
    width: 2px;
    height: 15px;
    left: -27px;
    bottom: -3px;
}
.news-diy .calendar-item:nth-of-type(even) {
    background-color: #f7f7f7;
}
.news-diy .calendar-item:before {
    content: '';
    display: inline-block;
    background-color: #ffffff;
    border: solid 2px #f5232d;
    width: 7px;
    height: 7px;
    top: 12px;
    left: -31px;
    border-radius: 50%;
    position: absolute;
}
.news-diy .calendar-item.active:before {
    content: '';
    display: inline-block;
    background-color: #f5232d;
    border: solid 2px #f5232d;
    width: 7px;
    height: 7px;
    top: 12px;
    left: -31px;
    border-radius: 50%;
    position: absolute;
}
.news-diy .calendar-time,
.news-diy .calendar-info {
    color: #444444;
    font-size: 12px;
}
.news-diy .calendar-item.active .calendar-time,
.news-diy .calendar-item.active .calendar-info {
    color: #f5232d;
    font-weight: bold;
}
.news-commercial {
    width: 450px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
    display: none;
}
.news-commercial img {
    width: 100%;
    height: auto;
}
.news-header-commercial {
    width: 1400px;
    height: 140px;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 20px auto;
    overflow: hidden;
    display: none;
}
.news-header-commercial img {
    width: 100%;
    height: auto;
}
.news-title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 15px;
    padding: 9px 13px;
}
.news-title-row {
    display: flex;
}
.news-title-row .news-title.active,
.news-title-row .news-title:hover {
    background-color: #f5232d;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.news-live-appointment {
    border-radius: 10px;
    overflow: hidden;
}
.news-live-appointment .live-item {
    width: 380px;
    background-color: #ffffff;
    padding: 20px;
    transition: all 0.5s;
    border-bottom: 1px dashed #eee;
}
.news-live-appointment .live-item:last-child {
    border: none;
}
.news-live-appointment .live-item:hover {
    background-image: linear-gradient(0deg, #ffffff 0%, #fff8f8 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
}
.news-live-appointment .live-time {
    color: #f5232d;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.news-live-appointment .live-time:before {
    content: '';
    display: inline-block;
    background: url(/zq/r/cms/common/image/index/live-time-icon.png) center center no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.news-live-appointment .live-name {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-live-appointment .live-detail {
    color: #333333;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-live-appointment .live-detail .arrow-right {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #c9c9c9;
    margin-right: 5px;
}
.news-live-appointment .live-bottom {
    display: flex;
    justify-content: space-between;
}
.news-live-appointment .live-teacher {
    display: flex;
    align-items: center;
}
.news-live-appointment .teacher-logo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-live-appointment .teacher-logo img {
    height: 100%;
}
.news-live-appointment .teacher-name {
    margin-bottom: 0;
    color: #333333;
    font-size: 15px;
}
.news-live-appointment .live-appoint-btn {
    width: 95px;
    height: 30px;
    line-height: 30px!important;
    text-align: center;
    background-image: linear-gradient(90deg, #ff5d29 0%, #ff586b 100%);
    border-radius: 16px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.news-paper-list {
    padding: 30px 18px;
    border-radius: 10px;
}
.news-paper-list .paper-name {
    color: #555555;
    font-size: 16px;
    padding-bottom: 17px;
    border-bottom: 1px dashed #e1e1e1;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-paper-list .paper-name:hover {
    color: #f5232d;
}
.news-paper-list .paper-name:before {
    content: '';
    display: inline-block;
    background: url(/zq/r/cms/common/image/news_list/news-paper-icon.png) center center no-repeat;
    background-size: 21px 16px;
    width: 21px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.news-paper-list .paper-name:last-child {
    margin-bottom: 0;
}
/*免费网课*/
.news-course-list {
    border-radius: 10px;
    overflow: hidden;
}
.news-course-list .free-item {
    background-color: #ffffff;
    padding: 20px 27px;
    transition: all 0.5s;
    line-height: unset!important;
    width: 450px;
    height: 165px;
    display: block;
    border-bottom: 1px dashed #eee;
}
.news-course-list .free-item:last-child {
    border: none;
}
.news-course-list .free-item:hover {
    background-image: linear-gradient(0deg, #ffffff 0%, #fff8f8 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
}
.news-course-list .free-header {
    height: 58px;
}
.news-course-list .free-title {
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-course-list .free-label {
    display: flex;
    margin-bottom: 7px;
    flex-wrap: wrap;
}
.news-course-list .free-label-item {
    border-radius: 2px;
    padding: 5px 1px 3px;
    margin-right: 5px;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-course-list .free-detail {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.news-course-list .arrow-right {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #c9c9c9;
    margin-right: 5px;
}
.news-course-list .free-detail span {
    margin-right: 4px!important;
    color: #999;
}
.news-course-list .label1 {
    background-color: #ebf8ff;
    color: #00aaee;
}
.news-course-list .label2 {
    background-color: #fff3f3;
    color: #ff5151;
}
.news-course-list .label3 {
    background-color: #ecfff3;
    color: #18c86f;
    margin-right: 0;
}
.news-course-list .free-teacher-list {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    height: 67px;
    flex: 1.0;
    margin-right: 10px;
}
.news-course-list .teacher-item {
    width: 56px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 12px;
}
.news-course-list .teacher-pic {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
}
.news-course-list .teacher-pic img {
    height: 100%;
}
.news-course-list .teacher-name {
    margin-bottom: 0;
    color: #818a92;
    font-size: 14px;
    font-weight: normal;
}
.news-course-list .free-bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}
.news-course-list .free-price {
    color: #23a705;
    font-size: 16px;
}
.online-answer {
    width: 450px;
    height: 483px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 6px solid #ff5c37;
    padding-bottom: 18px;
    margin-bottom: 20px;
}
.online-answer img {
    width: 100%;
}
.online-answer .answer-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 0 16px;
    justify-content: center;
    margin-top: 14px;
    height: 168px;
    overflow: hidden;
}
.online-answer .answer-item {
    font-size: 15px;
    color: #333;
    padding: 5px 8px;
    margin-right: 15px;
    margin-bottom: 16px;
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.1s;
}
.online-answer .answer-item:hover {
    transform: scale(1.05);
}
.online-answer .answer1 {
    background: #fff6f6;
}
.online-answer .answer2 {
    background: #e5feff;
}
.online-answer .answer3 {
    background: #fff6f6;
    color: #f5232d;
}
.online-answer .answer4 {
    background: #f5f5f5;
}
.online-answer .consult-btn {
    width: 196px;
    height: 48px;
    background-image: linear-gradient(0deg, #ff5d29 0%, #ff586b 100%);
    border-radius: 24px;
    border: solid 1px #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}
.news-right-link {
    display: flex;
    margin-top: 20px;
}
.news-right-link .link-item {
    width: 112px;
    height: 96px;
    text-align: center;
    padding: 22px 0 16px;
    cursor: pointer;
}
.news-right-link p {
    color: #ffffff;
    font-size: 15px;
    margin: 0;
}
.news-right-link img {
    margin: 0 auto 12px;
}
.news-right-link .link1 {
    background-color: #7b8aea;
    border-radius: 6px 0px 0px 6px;
}
.news-right-link .link2 {
    background-color: #bf85fe;
}
.news-right-link .link3 {
    background-color: #f98170;
}
.news-right-link .link4 {
    background-color: #46b0fe;
    border-radius: 0px 6px 6px 0px;
}

/*推荐班级部分额外css*/
.news-course-list .course-title p {
    font-size: 16px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 22px;
}
.news-course-list .live-label-item {
    font-size: inherit;
}
.news-course-list .live-className-list {
    margin: 0 0 10px 22px;
}