/* 节日后注释 开始 */
/* .index {
    background-size: 1920px;
    min-height: 1000px;
    background: url("../../v2_images/bg5.jpg") no-repeat center 100%;
    background-position: center 0;
    padding-top: 200px;
}
body {
    margin-top: -21px;
}
.header-block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.page-header {
    background: transparent !important;
}
.page-header .fiedx {
    background: rgba(0, 0, 0, .4) !important;
}
.page-header .nav-menu-list .nav-menu-item {
    background: none !important;
}
.page-header .nav-menu-list .menu-name {
    color: #fff;
}
.nav-menu-item.select .line {
    background: #fff !important;
}
.page-header .nav-menu-list .nav-menu-item:hover .menu-name {
    color: #fff !important;
}
.nav-menu-item .line {
    background: #fff !important;
} */
/* 节日后注释 结束 */
.container {
    width: 1200px;
    margin: auto;
}
.titleMoreBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.titleMoreBox .leftTitle {
    font-size: 20px;
    color: #1464C8;
    font-weight: bold;
}
.titleMoreBox .rightMore a {
    font-size: 12px;
    color: #999999;
}
.index .topAdvertisingBox {
    margin-bottom: 20px;
}
.index .topAdvertisingBox .topAdvertising {
    width: 1200px;
    height: 108px;
}

.advertisingBox {
    height: 370px;
    padding-top: 20px;
    transition: height 0.3s;
    overflow: hidden;
    margin-bottom: 20px;
}
.advertisingBox.hide {
    height: 0px;
    padding-top: 0;
}
.advertisingInnerBox {
    position: relative;
    width: 1200px;
    margin: auto;
}
.advertisingBox .advertising {
    width: 1200px;
    height: 350px;
    transition: height 0.3s;
    cursor: pointer;
}
.advertisingBox .close {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 18px;
    z-index: 100;
}
.advertisingBox.hide .advertising {
    height: 0;
}
.advertisingBox.hide .close {
    display: none;
}

/* banner和快讯 */
.index .bannerFlashBox {
    display: flex;
    height: 400px;
    margin-bottom: 20px;
}

/* banner */
.index .bannerFlashBox .bannerBox {
    width: 866px;
    min-width: 866px;
    margin-right: 40px;
}
.index .bannerFlashBox .bannerBox .swiper-container {
    height: 400px;
    position: relative;
}
.index .bannerFlashBox .bannerBox .bannerItem {
    position: relative;
}
.index .bannerFlashBox .bannerBox .bannerItem img {
    width: 866px;
    height: 400px;
    border-radius: 4px;
}
.index .bannerFlashBox .bannerBox .bannerItem .bannerTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(51,51,51,0.6000);
    color: #fff;
    font-size: 20px;
    padding: 14px 20px;
    box-sizing: border-box;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index .bannerFlashBox .bannerBox .pagination {
    position: absolute;
    z-index: 1000;
    padding-left: 15px;
    box-sizing: border-box;
}
.index .bannerFlashBox .bannerBox .pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,0.5000);
    opacity: 1;
}
.index .bannerFlashBox .bannerBox .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1464C8;
}

/* 快讯 */
.index .bannerFlashBox .flashBox .newsFlash .titleBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.index .bannerFlashBox .flashBox .newsFlash .titleBox .leftImg img {
    margin-right: 4px;
}
.index .bannerFlashBox .flashBox .newsFlash .titleBox .leftImg {
    display: flex;
    align-items: center;
}
.index .bannerFlashBox .flashBox .newsFlash .titleBox .leftImg span {
    font-size: 14px;
    color: #4A90E2;
    font-weight: bold;
}
.index .bannerFlashBox .flashBox .newsFlash .titleBox .rightMore a {
    font-size: 12px;
    color: #999999;
}
.index .bannerFlashBox .flashBox .newsFlash .scroll_box {
    height: 370px;
    overflow: hidden;
    border-bottom: 1px solid #E9EEF3;
    box-sizing: border-box;
}
.index .bannerFlashBox .flashBox .newsFlash .scroll_box ul {
    overflow: hidden;
    padding:0;
    margin:0;
    list-style: none;
}
.index .bannerFlashBox .flashBox .newsFlash .scroll_box .item {
    display: flex;
    padding: 5px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.index .bannerFlashBox .flashBox .newsFlash .scroll_box .item .list_bg {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    background: #f4f4f4;
    z-index: 1;
}
.index .bannerFlashBox .flashBox .newsFlash .scroll_box .item:hover .list_bg {
    width: 100%;
}
.index .bannerFlashBox .flashBox .newsFlash .scroll_box .item .left_dot {
    width: 5px;
    height: 5px;
    background: #4A90E2;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 7px;
    z-index: 10;
}
.index .bannerFlashBox .flashBox .newsFlash .scroll_box .item .right_msg {
    flex: 1;
    z-index: 10;
}
.index .bannerFlashBox .flashBox .newsFlash .scroll_box .item .right_msg .news_title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
}
.index .bannerFlashBox .flashBox .newsFlash .scroll_box .item:hover .right_msg .news_title {
    color: #4A90E2;
}
.index .bannerFlashBox .flashBox .newsFlash .scroll_box .item .right_msg .time {
    font-size: 13px;
    color: #999999;
}

/* 鲸选课程 */
.index .courseList .courseListContent {
    display: flex;
    margin-bottom: 20px;
}
.index .courseList .courseListContent .top1Course {
    display: block;
    width: 304px;
    height: 250px;
    margin-right: 20px;
    background: #fff;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2000);
    border-radius: 4px 4px 4px 4px;
}
.index .courseList .courseListContent .top1Course .coverImg {
    width: 304px;
    height: 170px;
    margin-bottom: 6px;
    border-radius: 4px 4px 0 0;
}
.index .courseList .courseListContent .top1Course .subject {
    padding: 0 12px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    height: 20px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.index .courseList .courseListContent .top1Course .desc {
    padding: 0 12px;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    height: 32px;
}
.index .courseList .courseListContent .otherCourse {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.index .courseList .courseListContent .otherCourse .otherCourseItem {
    display: block;
    width: 204px;
    height: 115px;
    position: relative;
    overflow: hidden;
}
.index .courseList .courseListContent .otherCourse .otherCourseItem:not(:nth-of-type(4n)) {
    margin-right: 20px;
}
.index .courseList .courseListContent .otherCourse .otherCourseItem .coverImg {
    width: 204px;
    height: 115px;
    border-radius: 4px;
}
.index .courseList .courseListContent .otherCourse .otherCourseItem .subject {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: rgba(51,51,51,0.6000);
    border-radius: 0px 0px 4px 4px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px;
    box-sizing: border-box;
}
.index .courseList .courseListContent .otherCourse .otherCourseItem .desc {
    display: flex;
    align-items: center;
    position: absolute;
    width: 204px;
    height: 115px;
    padding: 4px;
    background: rgba(51,51,51,0.8000);
    border-radius: 0px 0px 4px 4px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    top: 115px;
    left: 0;
    transition: top 0.3s;
    box-sizing: border-box;
}
.index .courseList .courseListContent .otherCourse .otherCourseItem:hover .subject {
    /* display: none; */
}
.index .courseList .courseListContent .otherCourse .otherCourseItem:hover .desc {
    top: 0;
}

.advertising {
    width: 1200px;
    height: 54px;
    margin-bottom: 20px;
}

.index .typeCourse {
    margin-bottom: 20px;
}
.index .typeCourse .courseContent {
    display: flex;
}
.index .typeCourse .courseContent .courseItemBox {
    width: 866px;
    height: 494px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-right: 40px;
}
.index .typeCourse .courseContent .courseItemBox .courseItem {
    display: block;
    width: 275px;
    height: 237px;
    background: #fff;
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2000);
    border-radius: 4px 4px 4px 4px;
}
.index .typeCourse .courseContent .courseItemBox .courseItem:not(:nth-of-type(3n)) {
    margin-right: 20px;
}
.index .typeCourse .courseContent .courseItemBox .courseItem:hover {
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.3000);
}
.index .typeCourse .courseContent .courseItemBox .courseItem .coverImg {
    width: 275px;
    height: 155px;
    border-radius: 4px 4px 0 0;
}
.index .typeCourse .courseContent .courseItemBox .courseItem .textMsg {
    padding: 10px 12px;
}
.index .typeCourse .courseContent .courseItemBox .courseItem .textMsg .subject {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.index .typeCourse .courseContent .courseItemBox .courseItem:hover .textMsg .subject {
    color: #1464C8;
}
.index .typeCourse .courseContent .courseItemBox .courseItem .textMsg .desc {
    height: 34px;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}
.index .typeCourse .rightCourse {
    width: 294px;
    height: 494px;
}
.index .typeCourse .rightCourse .corseSign {
    width: 294px;
    height: 165px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.index .typeCourse .rightCourse .newestCourse .titleBox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.index .typeCourse .rightCourse .newestCourse .titleBox .titleIcon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.index .typeCourse .rightCourse .newestCourse .titleBox .label {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem {
    display: block;
    padding: 10px 10px 6px;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem.active {
    background-color: #F4F7FA;
    padding: 11px 10px;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem .subjectBox {
    display: flex;
    align-items: center;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem.active .subjectBox {
    padding-bottom: 10px;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem .subjectBox .circle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333333;
    margin-right: 6px;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem .subjectBox .subject {
    flex: 1;
    width: 0;
    font-size: 13px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem.active .subjectBox .subject {
    color: #1464C8;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem.active .subjectBox .circle {
    background: #1464C8;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem .courseMsgBox {
    display: none;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem.active .courseMsgBox {
    display: flex;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem .courseMsgBox .coverImg {
    width: 110px;
    height: 62px;
    border-radius: 4px;
    margin-right: 10px;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem .courseMsgBox .descPrice {
    flex: 1;
    width: 0;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem .courseMsgBox .descPrice .desc {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    margin-bottom: 6px;
    height: 34px;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem .courseMsgBox .descPrice .priceBox {
    display: flex;
    align-items: flex-end;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem .courseMsgBox .descPrice .priceBox .saleprice {
    font-size: 16px;
    color: #C81414;
    margin-right: 10px;
}
.index .typeCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem .courseMsgBox .descPrice .priceBox .uprice {
    font-size: 12px;
    color: #666666;
    text-decoration: line-through;
}

/* 资讯 */
.index .informationSidebar {
    display: flex;
}
.index .informationSidebar .titleMoreBox {
    margin-bottom: 10px;
}
.index .informationSidebar .information {
    width: 866px;
    margin-right: 40px;
}
.index .informationSidebar .information .infoItemBox {
    margin-bottom: 20px;
}
.index .informationSidebar .information .infoItemBox .infoItem {
    display: flex;
    height: 164px;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E9EEF3;
}
.index .informationSidebar .information .infoItemBox .infoItem:hover {
    background: #F4F7FA;
}
.index .informationSidebar .information .infoItemBox .infoItem .coverImg {
    width: 256px;
    height: 144px;
    margin-right: 20px;
}
.index .informationSidebar .information .infoItemBox .infoItem .textMsg {
    flex: 1;
    width: 0;
    height: 144px;
    display: flex;
    flex-direction: column;
}
.index .informationSidebar .information .infoItemBox .infoItem .textMsg .subject {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
    max-height: 50px;
    line-height: 24px;
    height: auto;
}
.index .informationSidebar .information .infoItemBox .infoItem:hover .textMsg .subject {
    color: #1464C8;
}
.index .informationSidebar .information .infoItemBox .infoItem .textMsg .desc {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}
.index .informationSidebar .information .infoItemBox .infoItem .textMsg .sourceTypeDate {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.index .informationSidebar .information .infoItemBox .infoItem .textMsg .sourceTypeDate .sourceType {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.index .informationSidebar .information .infoItemBox .infoItem .textMsg .sourceTypeDate .sourceType .source {
    font-size: 12px;
    color: #666666;
}
.index .informationSidebar .information .infoItemBox .infoItem .textMsg .sourceTypeDate .sourceType .line {
    font-size: 12px;
    color: #666666;
    margin: 0 10px;
}
.index .informationSidebar .information .infoItemBox .infoItem .textMsg .sourceTypeDate .sourceType .type a {
    color: #1464C8;
    font-size: 12px;
}
.index .informationSidebar .information .infoItemBox .infoItem .textMsg .sourceTypeDate .date {
    font-size: 12px;
    color: #999999;
}

/* 资讯相关 */
.index .informationSidebar .sidebar {
    width: 294px;
    margin-top: 5px;
}
.index .informationSidebar .sidebar .titleMoreBox {
    padding-bottom: 14px;
    border-bottom: 1px solid #E9EEF3;
}
.index .informationSidebar .sidebar .titleMoreBox .leftTitle {
    display: flex;
    align-items: center;
}
.index .informationSidebar .sidebar .titleMoreBox .leftTitle .titleIcon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.index .informationSidebar .sidebar .titleMoreBox .leftTitle .label {
    font-size: 16px;
    color: #666666;
}
.index .informationSidebar .sidebar .yxbItemBox .yxbItem {
    display: block;
}
.index .informationSidebar .sidebar .yxbItemBox .yxbItem:not(:last-of-type) {
    margin-bottom: 10px;
}
.index .informationSidebar .sidebar .yxbItemBox .yxbItem:last-of-type {
    margin-bottom: 20px;
}
.index .informationSidebar .sidebar .yxbItemBox .yxbItem .coverImg {
    width: 294px;
    height: 165px;
    border-radius: 4px;
    vertical-align: middle;
}

/* 活动直播 */
.index .informationSidebar .sidebar .activityLive {
    display: none;
    margin-bottom: 20px;
}
.index .informationSidebar .sidebar .activityLive .liveCoverBox {
    margin-bottom: 6px;
}
.index .informationSidebar .sidebar .activityLive .liveCoverBox .liveItem {
    display: block;
}
.index .informationSidebar .sidebar .activityLive .liveCoverBox .liveItem .coverImg {
    width: 294px;
    height: 165px;
    vertical-align: middle;
    border-radius: 4px;
}
.index .informationSidebar .sidebar .activityLive .liveItemBox .liveItem {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    margin-bottom: 2px;
}
.index .informationSidebar .sidebar .activityLive .liveItemBox .liveItem .circle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333333;
    margin-right: 6px;
}
.index .informationSidebar .sidebar .activityLive .liveItemBox .liveItem .liveSubject {
    flex: 1;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #333333;
}
.index .informationSidebar .sidebar .activityLive .liveItemBox .liveItem:hover {
    background: #F4F7FA;
}
.index .informationSidebar .sidebar .activityLive .liveItemBox .liveItem:hover .circle {
    background: #1464C8;
}
.index .informationSidebar .sidebar .activityLive .liveItemBox .liveItem:hover .liveSubject {
    color: #1464C8;
}

/* 事件 */
.index .informationSidebar .sidebar .eventBox {
    margin-bottom: 20px;
}
.index .informationSidebar .sidebar .eventBox .eventItem {
    display: flex;
    margin-bottom: 10px;
}
.index .informationSidebar .sidebar .eventBox .eventItem:hover {
    background: #F4F7FA;
}
.index .informationSidebar .sidebar .eventBox .eventItem .coverImg {
    width: 110px;
    height: 62px;
}
.index .informationSidebar .sidebar .eventBox .eventItem .subject {
    font-size: 13px;
    color: #333333;
    line-height: 16px;
    height: 36px;
    flex: 1;
    width: 0;
    padding: 4px 10px;
    box-sizing: border-box;
}
.index .informationSidebar .sidebar .eventBox .eventItem:hover .subject {
    color: #1464C8;
}
.index .informationSidebar .sidebar .eventBox .event_img_box {
    position: relative;
    margin-bottom: 15px;
    height: 170px;
    width: 100%;
    display: block;
    overflow: hidden;
}
.index .informationSidebar .sidebar .eventBox .event_img_box img {
    width: 100%;
    height: 170px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index .informationSidebar .sidebar .eventBox .event_img_box:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.index .informationSidebar .sidebar .eventBox .event_img_box p {
    padding-left: 15px;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    bottom: 15px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index .informationSidebar .sidebar .eventBox .event_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index .informationSidebar .sidebar .eventBox .event_item:not(:last-of-type) {
    margin-bottom: 12px;
}
.index .informationSidebar .sidebar .eventBox .event_item .left_dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #EEEEEE;
    margin-right: 10px;
}
.index .informationSidebar .sidebar .eventBox .event_item .right_name {
    font-size: 13px;
    line-height: 18px;
    flex: 1;
    /* text-overflow: -o-ellipsis-lastline; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; */
    cursor: pointer;
}
.index .informationSidebar .sidebar .eventBox .event_item:hover .left_dot {
    background: #4A90E2;
}
.index .informationSidebar .sidebar .eventBox .event_item:hover .right_name {
    color: #4A90E2;
}

/* 业绩突出机构 */
.index .yjtcOrg .yjtcOrgContent .listTitleBox {
    display: flex;
    align-items: center;
    height: 40px;
    background: #F4F7FA;
}
.index .yjtcOrg .yjtcOrgContent .listTitleBox .listTitleItem {
    flex: 1;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.index .yjtcOrg .yjtcOrgContent .listTitleBox .listTitleItem:first-of-type {
    flex: 2;
    padding: 0 14px;
    text-align: left;
}
.index .yjtcOrg .yjtcOrgContent .listItemBox {
    margin-bottom: 20px;
}
.index .yjtcOrg .yjtcOrgContent .listItemBox .listItem {
    padding: 10px 0;
    border-bottom: 1px solid #E9EEF3;
    display: flex;
}
.index .yjtcOrg .yjtcOrgContent .listItemBox .listItem .item {
    flex: 1;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
}
.index .yjtcOrg .yjtcOrgContent .listItemBox .listItem .item:first-of-type {
    flex: 2 28px;
    display: flex;
}
.index .yjtcOrg .yjtcOrgContent .listItemBox .listItem .item:first-of-type .orgIcon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.index .yjtcOrg .yjtcOrgContent .listItemBox .listItem .item:first-of-type .orgMsg {
    flex: 1;
    width: 0;
}
.index .yjtcOrg .yjtcOrgContent .listItemBox .listItem .item:first-of-type .orgMsg .orgname {
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
    line-height: 16px;
    text-align: left;
}
.index .yjtcOrg .yjtcOrgContent .listItemBox .listItem .item:first-of-type .orgMsg .orgDesc {
    font-size: 12px;
    color: #666666;
    height: 34px;
    line-height: 16px;
    text-align: left;
}
.index .tybgCourse .courseContent .courseItemBox {
    height: 414px;
}
.index .tybgCourse .courseContent .courseItemBox .courseItem {
    height: 197px;
}
.index .tybgCourse .courseContent .rightCourse {
    height: 414px;
}
.index .tybgCourse .courseContent .rightCourse .newestCourseItemBox .newestCourseItem {
    padding: 10px 10px 7px;
}
/* .index .tybgCourse .rightCourse .newestCourse .newestCourseItemBox .newestCourseItem.active {
    padding: 9px 10px;
} */