.tagstop {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tagstop .tags-1 {
    margin-bottom: 20px;
    display: flex;
}

.tagstop .tags-1 .el-tag {
    margin-right: 5px;
    background: none;
    border: none;
    font-size: 14px;
    color: black;
    cursor: pointer;
}

.tagstop .tags-1 .el-tag a {
    color: black;
}

.tagstop .tags-1 .el-tag:hover a {
    color: #5143ee;
}

.tagstop .tags-1 .one {
    margin-right: 5px !important;
    cursor: default;
}

.tagstop .tags-1 .on {
    background: #5143ee;
    color: #ffffff;
}

.tagstop .tags-1 .on a {
    color: #ffffff
}

.tagstop .tags-1 .on a:hover {
    color: #ffffff;
}

.tagstop .tags-3 .el-tag {
    margin-bottom: 10px;
}

.tags-note {
    font-size: 14px;
    color: #5143ee;
}

.tags-note a {
    margin-left: 20px;
    font-size: 14px;
    color: #5143ee;
}

.tags-data {
    text-align: right;
    font-size: 14px;
    color: red;
}

.g-tit1 {
    margin: 41px 0 18px;
    font-size: 22px;
    color: #151314;
    text-align: center;
    font-weight: normal;
    letter-spacing: 7px;
}

.Publictable {
    margin-bottom: 20px;
}

#courselist {
    font-size: 14px;
}

#courselist table {
    border-collapse: collapse;
    border-spacing: 0;
}

#courselist td {
    display: table-cell;
    vertical-align: inherit;
}

.m-table1 {
    margin-bottom: 26px;
    width: 100%;
}

.m-table1 thead {
    background: #306ffe;
}

.m-table1 th {
    height: 27px;
    line-height: 27px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.m-table1 th:first-child {
    padding-left: 15px !important;
    text-align: left;
}

.m-table1 tbody tr:nth-child(2n+1) {
    background: #fff;
}

.m-table1 tbody tr:nth-child(2n) {
    background: #ebebeb;
}

.m-table1 td {
    padding: 8px 0;
    line-height: 20px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #151314;
    text-align: center;
}

.m-table1 tr td:first-child {
    padding: 5px 10px;
    text-align: left;
}

.m-table1 td .tag {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 31px;
    padding-left: 4px;
    height: 19px;
    line-height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 12px;
    color: #fff;
}

.m-table1 td .tag1 {
    background-image: url(../img/icon2.png);
}

.m-table1 td .tag2 {
    background-image: url(../img/icon3.png);
}

.m-table1 td a {
    color: #303030;
}

.m-table1 td .tit:hover {
    color: #5143ee;
}

.m-table1 td.no {
    color: #686868;
}

.m-table1 td.no a {
    color: #686868;
}

.m-table1 td.active {
    background: #e5f8fb;
}

.m-table1-1 thead {
    background: #5143ee;
}

.m-table1-2 thead {
    background: #f29b76;
}

.m-table1-3 thead {
    background: #004986;
}

.m-table1-4 thead {
    background: #f8b551;
}

.m-table1-5 thead {
    background: #1c6da5;
}

.m-table1-6 thead {
    background: #287867;
}

.m-table1-7 thead {
    background: #3e5c6f;
}

.m-table1-8 thead {
    background: #b3ca33;
}

.m-table2-button a{
    padding: 1px 7px;
    height: 19px;
    line-height: 19px;
    color: #ffffff !important;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.m-table2-1 {
    background: #5143ee;
}

.m-table2-2 {
    background: #f29b76;
}

.m-table2-3 {
    background: #004986;
}

.m-table2-4 {
    background: #f8b551;
}

.m-table2-5 {
    background: #1c6da5;
}

.m-table2-6 {
    background: #287867;
}

.m-table2-7 {
    background: #3e5c6f;
}

.m-table2-8 {
    background: #b3ca33;
}


.m-table1-schedule th {
    font-size: 14px;
}

.m-table1-schedule th:first-child {
    padding: 0;
    text-align: center;
}

.m-table1-schedule tr td:first-child {
    padding: 0;
    text-align: center;
}

.m-table1-schedule tbody tr:nth-child(2n) {
    background: #f1f9fa;
}

/* 近期开课 */
.news-tab {
    height: 33px;
    position: relative;
}

.news-box .news-tab li {
    width: 90px;
    float: left;
    margin-right: 20px;
    font-weight: 600;
    height: 23px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.news-box .news-tab li.cur {
    color: #5143ee;
}

.news-box .news-tab li.cur::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 88px;
    height: 2px;
    background: #5143ee;
}

.news-box .news-list {
    height: 190px;
    overflow: hidden;
    position: relative;
}

.news-box .news-list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;
    height: 3px;
}

.news-box .news-list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: #aaaaaa;
    margin-bottom: 1px;
}

.news-box .news-list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    display: none;
}

.news-box .news-list ul {
    position: absolute;
}

.news-box .news-list li {
    text-align: left;
    line-height: 14px;
    position: relative;
    text-indent: 10px;
    margin-bottom: 7px;
    font-size: 14px;
}

.news-box .news-list li .otherInfo {
    height: 30px;
    line-height: 30px;
}

.news-box .news-list li .otherInfo span {
    float: left;
    margin-right: 1px !important;
}

.news-box .news-list li:last-child {
    margin-bottom: 0px;
}

.news-box .news-list li a {
    display: block;
    height: 14px;
}

.news-box .news-list li a:hover {
    color: #5143ee;
}

.news-box .news-list li a span {
    float: left;
    height: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



.news-box .news-list li .message-title {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 12px;
    margin-bottom: 8px;
}

.news-box .news-list li .message-content {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 12px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-box .news-list li::before {
    content: '';
    top: 4px;
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #FF7000;
}

.nodata {
    font-size: 16px;
    color: red;
    height: 200px;
}

/* detail页面CSS */
.kecheng-top {
    margin-top: 30px;
}

.kecheng-top .el-card {
    border: none;
    padding-bottom: 30px;
}

.proinfo .title {
    font-size: 24px;
    color: #151314;
}

.proinfo .ftitle {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #a6a6a6;
    font-weight: normal;
}

.proinfo .tip {
    overflow: hidden;
    margin-top: 8px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    color: #ff7979;
}

.proinfo .tip em {
    float: left;
    width: 88%;
}

.proinfo .tip i {
    float: right;
    width: 10%;

    color: #515151;
}

.proinfo .con {
    padding-top: 16px;
    position: relative;
}

.proinfo .txt {
    float: left;
    width: 458px;
}

.proinfo .txt li {
    overflow: hidden;
    line-height: 33px;
    font-size: 14px;
    color: #151314;
}

.proinfo .txt .tit {
    float: left;
}

.proinfo .txt p {
    overflow: hidden;
}

.proinfo .option {
    position: absolute;
    top: 16px;
    right: 0;
    overflow: hidden;
}

.proinfo .option .btn {
    float: left;
    width: 148px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #5143ee;
    border-radius: 3px;
    font-size: 16px;
    color: #5143ee;
    text-align: center;
}

.proinfo .option .btn1 {
    margin-right: 22px;
    background: #5143ee;
    color: #fff;
}

.proinfo .con .list {
    position: absolute;
    top: 16px;
    left: 460px;
    z-index: 4;
    width: 212px;
    background: #fff;
}

.proinfo .list .none {
    padding: 88px 16px 7px;
    width: 85px;
    line-height: 24px;
    background: #f1f9fa url(../img/kecheng/icon34.png) no-repeat center 24px;
    font-size: 14px;
    color: #24282b;
    float: right;
}

.proinfo .list .tit {
    margin-bottom: 6px;
    font-size: 14px;
    color: #151314;
    font-weight: normal;
}

.proinfo .list ul {
    overflow: hidden;
    width: 155px;
    height: 128px;
}

.proinfo .list li a {
    display: block;
    padding-left: 15px;
    height: 32px;
    line-height: 32px;
    background: url(../img/kecheng/icon12.png) no-repeat left center;
    font-size: 14px;
}

.proinfo .list ul.on {
    height: auto;
}

.proinfo .list .more {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 32px;
    line-height: 32px;
    padding-right: 16px;
    background: url(../img/kecheng/icon-down1.png) no-repeat right center;
    font-size: 14px;
    color: #5143ee;
}

.proinfo .list .more.on {
    background-image: url(../img/kecheng/icon-up1.png);
}

.m-tags {
    position: absolute;
    top: 66px;
    right: -16px;
    overflow: hidden;
    padding: 25px 0 26px;
    font-size: 14px;
}

.m-tags dt {
    float: left;
    margin-right: 18px;
    color: #7c7c7c;
    line-height: 26px;
}

.m-tags dd {
    overflow: hidden;
}

.m-tags dd a {
    float: left;
    margin-right: 16px;
    padding: 0 6px;
    height: 24px;
    line-height: 24px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.m-tags dd i {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 0;
    width: 14px;
    height: 17px;
    background-position: center center;
    background-repeat: no-repeat;
}

.m-tags dd .icon1 {
    background-image: url(../img/kecheng/icon35.png);
}

.m-tags dd .icon2 {
    background-image: url(../img/kecheng/icon36.png);
}

.m-tags dd .icon3 {
    background-image: url(../img/kecheng/icon37.png);
}

.m-tags dd .icon4 {
    background-image: url(../img/kecheng/icon41.png);
}

.m-tags dd .tag1 {
    border-color: #306ffe;
    color: #306ffe;
}

.m-tags dd .tag2 {
    border-color: #24282b;
    color: #24282b;
}

.m-tags dd .tag3 {
    border-color: #5143ee;
    color: #5143ee;
}

.m-tags dd .tag4 {
    border-color: red;
    color: red;
}

.g-box1 {
    overflow: hidden;
    margin-top: 50px;
}

.g-box2 {
    margin-bottom: 24px;
    padding: 0 18px 1px;
    background: #fff;
}

.g-tit2 {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #151314;
    font-weight: normal;
}

.g-box1 .col-l {
    float: left;
    width: 902px;
}

.g-box1 .col-r {
    float: right;
    width: 273px;
}

.g-box1-1 {
    overflow: hidden;
    margin-top: 54px;
}

.g-box1-1 .col-l {
    float: left;
    width: 270px;
}

.g-box1-1 .col-r {
    float: right;
    width: 876px;
}

.g-box1-1-1 {
    margin-top: 28px;
    margin-bottom: 35px;
}

.g-box1-2 {
    margin: 24px 0 36px;
}

.g-box1-3 {
    margin-top: 0;
    padding-top: 64px;
}

.g-box1-3 .col-l {
    width: 550px;
}

.g-box1-3 .col-r {
    width: 570px;
}

.g-box1-4 .col-l {
    width: 604px;
}

.g-box1-4 .col-r {
    width: 516px;
}

.g-box1-5 {
    margin-top: 0;
}

.g-box1-5 .col-l {
    width: 446px;
}

.g-box1-5 .col-r {
    width: 716px;
}

.g-box1-6 {
    margin-top: 59px;
}

.g-box1-7 {
    margin: 40px 0 42px;
}

.g-box1-8 {
    margin-top: 72px;
}

.m-tab3 {
    padding: 7px 7px 0;
    height: 52px;
    background: #fff;
    border-bottom: 2px solid #ededed;
}

.m-tab3 li {
    float: left;
    margin: 0 25px -2px;
}

.m-tab3 li:nth-child(3) {
    position: relative;
}

.m-tab3 li a {
    display: block;
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    color: #151314;
}

.m-tab3 li a .num {
    background-color: #ff7979;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    left: 60px;
    top: 0;
}

.m-tab3 li.on a {
    border-bottom-color: #5143ee;
    color: #5143ee;
}

.m-detailBox {
    padding: 1px 35px;
    background: #fff;
}

.m-detailBox .tit {
    margin: 27px 0 20px;
    font-size: 24px;
    color: #151314;
    font-weight: normal;
}

.m-detailBox .tit span {
    margin-left: 10px;
    font-size: 22px;
    text-transform: uppercase;
}

.m-detailBox .tit .more,
.m-detailBox .tit .tips {
    float: right;
    line-height: 36px;
    font-size: 12px;
    color: #ff7979;
}

.m-detailBox .tit .more {
    padding-left: 17px;
    background: url(../img/kecheng/icon38.png) no-repeat left center;
}

.m-detailBox .tit .num {
    position: relative;
    top: -16px;
    padding: 0 6px;
    height: 13px;
    line-height: 13px;
    background: #ff7979;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}

.m-detailBox .tit1 {
    font-size: 18px;
}

.m-detailBox .tit1 span {
    font-size: 16px;
    color: #7c7c7c;
}

.m-detailBox .con {
    font-size: 14px;
    line-height: 30px;
}

.m-detailBox img {
    max-width: 820px;
}

.m-detailBox .con .p1 {
    line-height: 25px;
    padding-left: 27px;
    background: url(../img/kecheng/icon12.png) no-repeat 5px 10px;
    color: #595457;
}

.m-detailBox .con .p2 {
    line-height: 30px;
    font-size: 12px;
    color: #5143ee;
}

.m-detailBox .con .p3 {
    margin-top: 25px;
    line-height: 24px;
}

.m-detailBox .con .p3 a {
    color: #ff7979;
    text-decoration: underline;
}

.cjry table {
    font-size: 12px;
    border-collapse: collapse;
    color: #666666;
}

.cjry td {
    border: solid 1px #bababb;
}

.cjry th {
    border: solid 1px #bababb;
    color: #FFF;
    font-weight: 100;
    padding-left: 10px;
    height: 30px;
    background: #5143ee !important;
}

.m-detailBox p {
    font-size: 14px;
    line-height: 30px;
}

.m-detailBox p strong {
    line-height: 20px;
}

.m-detailBox .kcdg {
    width: 99%;
    clear: both;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 6px;
}

.m-detailBox .kcdg span {
    float: left;
    margin: 0;
    font-family: "Microsoft YaHei", 微软雅黑, ;
    font-family: "Microsoft YaHei", 微软雅黑 !important;
    color: #1369c0;
    font-size: 14px;
}

.m-detailBox .kcdg span h1 {
    float: left;
    color: #f86f05;
    font-size: 14px;
    margin-right: 10px;
}

.m-detailBox .kcdg li {
    font-size: 14px;
    line-height: 30px;
    list-style-type: square;
    margin-left: 25px;
    padding-left: -20px;
}

.m-detailBox .kcdg p {
    font-size: 14px;
}

.m-detailBox .kcdg table {
    border-collapse: collapse;
}

.m-detailBox .kcdg td {
    border: 0;
    padding-left: 10px;
}

.m-detailBox .kcdg .ke-zeroborder td {
    border: 1px #aaa solid;
    padding-left: 10px;
}

.m-detailBox .agenda {
    width: 100%;
    clear: both;
    margin: 0 auto;
    padding-top: 6px;
    padding-bottom: 6px;
}

.m-detailBox .agenda table {
    border-collapse: collapse;
}

.m-detailBox .agenda td {
    padding-left: 10px;
    border: solid 1px #bababb;
}

.m-detailBox .xybj {
    font-size: 16px;
    color: #151314;
    margin-top: 15px;
    margin-bottom: 5px;
}

.m-detailBox .ccltitle {
    font-family: "Microsoft YaHei", 微软雅黑, ;
    font-family: "Microsoft YaHei", 微软雅黑 !important;
    color: #1369c0;
    font-size: 14px;
}

.m-detailBox .ccltitle h2 {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.m-gallery {
    overflow: hidden;
}

.m-gallery li {
    float: left;
    margin: 0 0 1px 1px;
}

.m-gallery li img {
    width: 265px;
    height: 117px;
}

.m-gallery li .el-image {
    width: 265px;
    height: 117px;
}


.m-gallery li:nth-child(4) {
    margin-left: 0;
}

.m-gallery li:nth-child(4) img {
    width: 532px;
    height: 235px;
}

/*试听*/
.m-form3 {
    padding: 32px 52px 45px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.m-form3 .type {
    margin-bottom: 37px;
    padding-bottom: 11px;
    border-bottom: 1px solid #5143ee;
}

.m-form3 .type label {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    padding: 0 19px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 18px;
    color: #151314;
}

.m-form3 .type label.on {
    background: #5143ee;
    color: #fff;
}

.m-form3 #msg {
    font-size: 16px;
}

.m-form3 label .sel {
    position: absolute;
    left: -9999px;
}

.m-form3 .el-input__wrapper {
    background: #f2f2f2;
    height: 36px;
    line-height: 36px;

}

.m-form3 .el-input {
    --el-input-focus-border-color: #5143ee;
}


.m-form3 ul li {
    overflow: hidden;
    margin-bottom: 21px;
}

.m-form3 li .con {
    float: left;
    width: 330px;
    position: relative;
}

.m-form3 li .con1 {
    float: right;
    margin-right: 20px;
    width: 330px;
}

.m-form3 li .con2 {
    width: 705px;
}

.m-form3 li .inp {
    display: block;
    padding-left: 20px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #f2f2f2;
    border: none;
    border-radius: 3px;
    font-size: 13px;
}

.m-form3 li .inp::-webkit-input-placeholder {
    color: #b2b2b2;
}

.m-form3 li .inp::-moz-placeholder {
    color: #b2b2b2;
}

.m-form3 li .inp::-ms-input-placeholder {
    color: #b2b2b2;
}

.m-form3 .option {
    padding-top: 20px;
}

.m-form3 .option .sub {
    display: inline-block;
    width: 149px;
    height: 38px;
    line-height: 38px;
    background: #5143ee;
    border: none;
    border-radius: 19px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.m-form3 .option .tip {
    margin-left: 39px;
    padding-left: 18px;
    background: url(../img/kecheng/icon97.png) no-repeat left center;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #24282b;
}

.m-form3-1 {
    margin-bottom: 37px;
    padding: 26px 31px 23px;
}

.m-form3-1 .tit {
    margin-bottom: 33px;
    font-size: 18px;
    color: #151314;
    font-weight: normal;
    text-align: center;
}

.m-form3-1 .tit span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #a6a6a6;
    text-transform: uppercase;
}

.m-form3-1 li .con {
    width: 350px;
    position: relative;
}

.m-form3-1 li .con1 {
    margin-left: 27px;
}

.m-form3-1 li .con2 {
    width: 100%;
}

.m-form3-1 li .textarea {
    resize: none;
    display: block;
    width: 100%;
    height: 100px;
    padding: 10px 20px;
    background: #f2f2f2;
    border: none;
    border-radius: 3px;
    font-size: 13px;
}

.m-form3 .con .tip1 {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 5px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #ff7979;
}

.m-picBox1 {
    position: relative;
    margin-bottom: 20px;
}

.m-picBox1 .mtlkc {
    width: 100%;
}

.m-picBox1 .mtlkc ul li {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
    background: url(../img/kecheng/iconli.png) no-repeat left 7px;
}

.mtlkc ul li a:hover {
    color: #5143ee;
}

.m-picBox1 .item img {
    display: block;
    width: 100%;
    height: 166px;
}

.m-picBox1 .slick-arrow {
    cursor: pointer;
    outline: none;
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 0;
    width: 16px;
    height: 16px;
    border: none;
    border: 1px solid #5143ee;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: -9999px;
}

.m-picBox1 .slick-prev {
    right: 24px;
    background-image: url(../img/kecheng/icon-prev1.png);
}

.m-picBox1 .slick-next {
    right: 0;
    background-image: url(../img/kecheng/icon-next1.png);
    background-color: #5143ee;
}

.ul-list9 {
    margin-bottom: 19px;
    font-size: 14px;
    color: #a6a6a6;
}

.ul-list9 li h3 {
    cursor: pointer;
    padding-left: 13px;
    height: 30px;
    line-height: 30px;
    background: url(../img/kecheng/icon-jia.jpg) no-repeat left center;
    font-size: 14px;
    font-weight: normal;
}

.ul-list9 .con {
    display: none;
    padding-left: 12px;
}

.ul-list9 .con a {
    display: block;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    background: url(../img/kecheng/icon-jian.jpg) no-repeat left center;
    color: #a6a6a6;
}

.ul-list9 .con a:hover {
    color: #5143ee;
}

.m-request {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -634px;
    z-index: 900;
    display: block;
    width: 38px;
    height: 205px;
    margin-top: -67px;
    background: #ff7979;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.m-request a {
    display: block;
    padding: 8px 10px 32px;
    line-height: 22px;
    background: url(../img/kecheng/icon39.png) no-repeat center 186px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}