.z-index-title {
    width: 100%;
    padding: 0px 20px;
}

.z-it-left {
    height: 100%;
    margin-top: 20px;
}

.z-it-left h1 {
    font-size: 36px;
    font-weight: 700;
    font-family: SourceHanSansCN-Bold;

}

.z-it-middle {
    height: 100%;
    margin-left: 15px;
    padding-bottom: 10px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; */
}

.z-it-right {
    width: 30%;
    height: 100%;
}

.z-index-search {
    width: 422px;
    height: 46px;
    border: 2px solid #D9383E;
}

.z-index-search-btn {
    width: 101px;
    height: 46px;
    font-size: 15px;
}

.z-index-release-btn {
    width: 148px;
    height: 46px;
    font-size: 14px;
}

.z-it-right a:nth-child(1) button {
    margin-right: 20px;
}

.z-hot-search {
    margin-top: 10px;
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-5px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(5px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(5px);
    }
}

.z-hot-search img {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-up 1.5s linear infinite;
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(1px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(-1px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(1px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-1px);
    }
}



.z-hot-search-b {
    margin-left: 6px;
}

.z-hot-search li a {
    color: #282828;
    margin-right: 20px;
}

.z-hot-search li a:nth-child(1) {
    margin-left: 12px;
}

.z-hot-search li a:hover {
    text-decoration: underline;
}

/* .z-index-nav ul li:hover{
   background-color: rgba(168, 17, 9, 0.685);
} */
/* .z-index-type .cell{
    width: 25%;
} */
.z-index-type {
    padding: 20px;
}

/* .z-index-type .cell {} */

.z-index-type .cell ul {
    min-width: 150px;
}

.z-index-type .cell .z-title {
    width: 67px;
    border-right: 2px dashed #999999;
}

.z-index-type .cell:not(:last-child) {
    margin-right: 10px;
}

.z-index-type .cell .z-title p {
    font-size: 16px;
    margin-right: 10px;
    font-weight: 700;
}

.z-index-type .cell .cell-content {
    flex-wrap: wrap;
    margin: 0px 10px;
}

/* .z-index-type .cell:nth-child(1) li {
    width: 25%;
} */

.z-index-type .cell:nth-child(2) li {
    width: 33.3333%;
}

.z-index-type .cell:nth-child(3) li {
    width: 33.3333%;
}

.z-index-type .cell:nth-child(4) li {
    width: 50%;
}

.z-index-type .cell .cell-content a {
    margin-right: 10px;
    line-height: 25px;
    color: #4d4d4d;
}

.z-index-type .cell .cell-content a:hover {
    color: #777;
}

.z-index-index .cell {
    width: 390px;
    height: 100px;
    padding: 24px 28px;
    /* border: 1px solid rgba(230, 230, 230, 1); */
}

.z-index-index .cell .z-title .top p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    margin-right: 10px;
}

.z-index-index .cell .buttom p {
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    margin-right: 10px;
}

.z-index-index .cell .z-title .top {
    margin-bottom: 12px;
}

.z-index-index .cell .z-num {
    font-size: 15px;
    line-height: 25px;
}

.z-index-news {
    /* width: 572px;
     height: 327px; */
    display: flex;
}

.z-index-news .left {
    width: 572px;
}

.z-index-news .right {
    padding-left: 40px;
    box-sizing: border-box;
    width: 602px;
}

.z-index-news .swiper-container {
    width: 100%;
    height: 100%;
}

.z-index-news .swiper-container a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.z-index-news .swiper-container img {
    width: 572px;
    height: 327px;
    object-fit: fill;
}

.z-index-news .swiper-container p {
    position: absolute;
    bottom: 19px;
    left: 17px;
    font-size: 17px;
    color: #ffffff;
    z-index: 999;
}

.z-index-news .right .z-title,
.z-index-box .z-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}

.friend-link .z-title {
    padding-bottom: 11px;
    border-bottom: 1px solid #E6E6E6;
}

.z-index-news .right .z-title .z-name,
.z-index-box .z-title .z-name,
.friend-link .z-title .z-name {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

.friend-link ul {
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.friend-link ul li {
    margin-bottom: 10px;
}

.z-index-news .right .z-title .z-more a {
    color: #4d4d4d;
}

.z-software-content .z-software-title {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.z-software-content .z-software-title a {
    font-size: 16px;
    max-width: 98%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.z-software-content .z-software-title a font{
    max-width: 88%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

.z-software-content .z-software-title h1 {
    width: 620px;
}

#professorUl {
    position: relative;
}

.z-index-news .right .z-content ul {
    width: 100%;
}

.z-index-news .right .z-content li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 16px 0;
}

.z-index-news .right .z-content li:last-child {
    margin-bottom: 0;
}

.z-index-news .right .z-content li .c-title-tag {
    width: 12%;
    text-align: center;
    font-weight: 600;
    background-color: #FEE8E9;
    font-size: 12px;
    padding: 2px 0;
    box-sizing: border-box;
    color: #D9383E;
}

.c-index-course .n-content ul li h2{
    font-size: 16px;
    /*font-weight: 700;*/
    text-align: left;
    color: #2b292b;
    line-height: 40px;
    margin-left: 5px;
}
.c-index-course .n-content ul li span{
    font-size: 12px;
    color: #9E989D;
    line-height: 24px;
}
.c-index-course .n-content ul li span font{
    padding-right: 4px;
    font-weight: 600;
}
.n-content ul li .n-courseImg{
    position: relative;
    width: 100%;
    height: 117px;
    overflow: hidden;
    border-radius: 5px;
}
.n-content ul li .n-courseImg img{
    width: 100%; 
    height: 100%;
    transform: scaleX(1);
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
}
.z-new-course .n-content li {
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all 250ms;
}

.z-new-course .n-content li:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transition: all 250ms;
}

.z-index-news .right .z-content li a {
    width: 70%;
}

.z-index-news .right .z-content li a p {
    width: 100% !important;
    font-weight: 400 !important;
}

/* .z-index-news .right .z-content li::before {
    position: absolute;
    content: "";
    bottom: -16px;
    left: -18px;
    width: 4px;
    height: 4px;
    border-radius: 45px;
    background-color: #4d4d4d;
} */

.z-index-box {
    height: 410px;
}

.z-index-box .left {
    width: 312px;
    height: 100%;
}

.z-index-box .left .top {
    width: 312px;
    height: 100%;
}

.z-index-box .left .z-title {
    width: 100%;
    height: 42px;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 0px !important;
}

.z-index-box .left .z-content ul {
    flex-wrap: wrap;
}

.z-index-box .left .z-content li {
    padding: 8px 12px;

}

.z-index-box .left .z-content a {
    display: block;
    padding: 5px 9px;
    background: rgba(245, 245, 245, 1);
}

.z-index-box .middle,
.z-index-box .right {
    width: 400px;
    height: 100%;
}

.z-index-box .middle .z-content ul {
    flex-wrap: wrap;
}

.z-index-box .middle .z-content li {
    width: 108px;
    margin: 23px 7.5px 0px 7.5px;

}

.z-index-box .middle .z-content li a {
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.z-index-box .middle .z-content li a img {
    transform: scale(1);
}

.z-index-box .middle .z-content li a:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.z-index-box .middle .z-content .bookImg {
    width: 96px;
    height: 95px;
    object-fit: contain;
}

.z-index-box .middle .z-content .bookName {
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.z-index-box .middle .z-content .bookAuthor {
    width: 100%;
    line-height: 25px;
    text-align: left;
    color: #999999;
}

.z-index-box .middle .z-content a:hover .bookAuthor {
    color: #999999;
    text-decoration: none;
}

.z-index-box .middle .z-content .bookAuthor:hover {
    text-decoration: none !important;
}

.z-index-box .right .z-content li {
    position: relative;
    width: 100%;
    margin: 15px 0px;
}

.z-new-course {
    width: 100%;
    /* 
    border: 1px solid rgba(230, 230, 230, 1); */
}

.z-new-picture-content {}

.z-new-picture-content li {
    width: 100%;
    height: 70px;

    margin-bottom: 10px;
}

.z-new-picture-content li a {

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.z-new-picture-content .z-left {
    position: relative;
}

.z-new-picture-content .z-left .num {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(41, 41, 41, 0.8);
}

.z-new-picture-content .z-right {
    margin-left: 15px;
    width: 260px;
    flex: 1;
}

.z-new-picture-content .z-right p {
    color: #999999;
    margin-top: 3px;
}

.z-new-picture-content .z-left img {
    width: 95px;
    height: 65px;
}

.z-new-course .z-title,
.z-index-professor .z-title {
    width: 100%;
    height: 44px;
    padding: 0px 20px;
    /* background: rgba(245, 245, 245, 1); */
}

.z-new-course .z-title .z-name,
.z-index-professor .z-title .z-name {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
}

.z-new-course .z-content {
    padding: 20px;
}

.z-new-course .z-content li {
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all 250ms;
}

.z-new-course .z-content li:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transition: all 250ms;
}

.z-courseImg {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.z-courseImg img {
    width: 100%;
    height: 100%;
    transform: scaleX(1);
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
}

.z-courseImg .c-open-tag {
    position: absolute;
    position: absolute;
    width: 33px;
    height: 33px;
    bottom: 10px;
    left: 10px;
}

.z-new-course a:hover>.z-courseImg>.z-courseImg-img {
    transform: scale(1.05);
}

.z-courseImg p {

    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.397);
}

.z-courseImg p::after {
    content: ".";
    text-indent: -9999em;
    position: absolute;
    left: -15px;
    top: 0px;
    width: 0;
    height: 0;
    border-color: transparent rgba(0, 0, 0, 0.397);
    ;
    border-width: 41px 15px 0px 0px;
    border-style: solid;
}

.z-new-course .z-content .z-courseImg p {
    color: #ffffff;

}

.z-new-course .z-content a:hover .z-courseImg p {
    color: #ffffff;
}

/* .z-courseImg p::before{
    position: absolute;
    content:"";
    top:0px;
    right:0px;
    width: 0;
    height: 0;
    border-bottom: 100px solid red;
    border-left: 100px solid transparent;
} */
.z-index-box .z-new-jiqiao-content li a {
    width: 77%;
}

.z-new-course li a {
    width: 100%;
}

.z-new-course .z-course-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
}

.z-new-course .z-ct-tips {
    width: 100%;
    color: #999999;
    padding: 0 10px;
    box-sizing: border-box;
}

.z-new-course .z-ct-num {
    color: #999999;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
}

.z-new-course .z-ct-num span:nth-child(1) {
    margin-right: 30px;
}

.z-index-professor .z-content {
    /* border: 1px solid rgba(230, 230, 230, 1); */
    padding: 15px 20px;
}

.z-index-professor .z-content .leftBtn {
    margin-right: 40px;
    cursor: pointer;
}

.z-index-professor .z-content {
    height: 100%;
}

.z-index-professor .z-content .rightBtn {
    margin-left: 40px;
    cursor: pointer;
}

.z-index-professor .z-content .middle {
    width: calc(100% - 100px);
    height: 100%;
    flex: 1;
}

.z-index-professor .z-content .professor-ul-box {
    position: relative;
    width: 100%;
    max-width: 3000px;
    z-index: 99;

}

.z-index-professor .z-content ul {
    position: relative;
    width: 100%;
    max-width: 3000px;
    white-space: nowrap;
    overflow-x: auto;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
    z-index: 1;
}

.z-kechengmoshi {
    margin-right: 20px;
}

.z-index-professor .z-content ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.z-index-professor .middle li {

    margin-right: 15px;
    display: inline-block;
}

.z-professor-name {
    flex-direction: column;
}

.z-professor-name p {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 47px;
}

.z-professor-name:last-child {
    margin-right: 0px;
}

.z-professor-name img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.z-professor-name img:hover {
    box-shadow: 1px 13px 9px -5px rgba(77, 77, 77, 0.59);
}

.z-index-new-box {
    width: 100%;

}

.z-index-new-box .left,
.z-index-new-box .right {
    width: 590px;
}

.z-index-new-box .z-title {
    padding: 20px 20px 0px 20px;
}

.z-index-new-box .z-title .z-name p {
    padding: 6px 12px;
    font-size: 18px;

    color: #fff;
}

.z-index-new-box .z-content {
    height: 420px;
    margin-top: 10px;
    /* border: 1px solid rgba(230, 230, 230, 1); */
    padding-bottom: 0px;
}

.z-index-new-box .left .z-content ul {
    flex-wrap: wrap;
}

.z-index-new-box .left .z-content li {
    position: relative;
    width: 31.4%;
    margin-right: 15px;
    margin-bottom: 20px;
    transition: all 250ms;
    overflow: hidden;
}

.z-index-new-box .left .z-content li:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transition: all 250ms;
}

.z-index-new-box .left .z-content li img {
    transform: scaleX(1);
    transition: transform 0.3s ease-in-out;
}

.z-index-new-box .left .z-content li .time {
    position: absolute;
    bottom: 75px;
    right: 0px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(41, 41, 41, 0.8);
}

.z-index-new-box .left .z-content li:hover .c-scale {
    transform: scaleX(1.05);

}

.z-index-new-box .left .z-content li:nth-child(3n) {
    margin-right: 0px;
}

.z-index-new-box .left .z-content img {
    width: 100%;
    height: 127px;
}

/* .z-index-new-box .z-content .el {
    margin-top: 10px;
} */

.z-index-new-box .z-content .z-name-tips {
    margin-top: 5px;
    color: #999999;
}

.z-index-new-box .right .z-content {
    margin-top: 10px;
    color: #4d4d4d;
}

.z-index-new-box .z-content .z-software-content {

    width: calc(100% - 82px);
}

.z-index-new-box .z-content .z-software-content .top a {
    width: 80%;
}

.z-index-new-box .z-content .z-software img {
    width: 62px;
    height: 40px;
    margin-right: 20px;
}

.z-index-new-box .right .z-software-content .bottom {
    margin-top: 10px;
}

.z-index-new-box .right .z-software-content .bottom p:not(:last-child) {
    margin-right: 30px;
}

.z-index-new-box .right .z-software:not(:last-child) {
    margin-bottom: 16px;
    transition: all 250ms;
}

.z-index-new-box .right .z-software img {
    transition: transform 0.3s ease-in-out;
}

.z-index-new-box .right .z-software:hover a>img {
    transform: scale(1.1);
    transition: all 250ms;
}

.friend-link .z-content {
    margin: 20px 0px;
}

.friend-link .z-content li:not(:last-child) {
    margin-right: 25px;
}

/* 新手入门 */
.c-novie-star {
    width: 100%;
}

.c-novie-starTag {
    display: flex;
    align-items: center;
}

.c-novie-starTag hr {
    flex: 2;
}

.c-novie-starTag img {
    margin: 0 10px 0 20px;
}

.c-novie-starTag h2 {
    margin-right: 20px;
    font-size: 20px;
    color: #282828;
    font-weight: 600;
}

.c-novie-starVideo {
    width: 100%;
}

.c-novie-starVideo ul {
    display: flex;
    width: 100%;
    align-items: center;
}

.c-novie-starVideo ul>li {
    width: 19.4%;
    margin-right: 0.8%;
}

.c-novie-starVideo ul>li:last-child {
    margin-right: 0;
}

.c-novie-starImg {
    position: relative;
    display: block;
    width: 100%;
    height: 172px;
    overflow: hidden;

}

.c-novie-starImg img {
    transition: transform 0.3s ease-in-out;
}

.c-novie-starImg:hover img {
    transform: scale(1.1);
}

.c-novie-starMask {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    height: 0;
    padding: 0 10px 0 5px;
    box-sizing: border-box;
    border-bottom: 36px solid rgba(0, 0, 0, 0.5);
    border-left: 12px solid transparent;
    margin-left: -30px;
    color: #fff;
    line-height: 35px;
}

.c-novie-starImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-novie-starTitle {

    width: 100%;
    font-size: 18px;
}

.c-novie-starTitle a {
    display: block;
    width: 100%;
    color: #292929;
}

.c-novie-starIntro {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999999;
}

.c-novie-starNum {
    display: flex;
    align-items: center;
    color: #999999;
    justify-content: space-between;
}

.c-novie-index {
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.c-novie-indexTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* padding: 10px 0; */
    box-sizing: border-box;
}

.c-novie-indexTitle h2 {
    flex: 1;
    font-size: 18px;
    color: #4D4D4D;
    font-weight: 600;
}

.c-novie-indexTitle a {
    flex: 1;
    text-align: right;
    color: #999999;
}

.c-novie-indexTitle a i {
    margin-right: 6%;
}

.c-novie-indexTitle h2 i {
    transform: rotate(90deg);
    margin-right: -4px;
}

.c-novie-indexList {
    width: 100%;
    margin-top: 20px;
}

.c-novie-indexList ul {
    margin-top: 0px;
    width: 100%;
}

.c-novie-indexList ul>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0 15px 0;
}

.c-novie-indexList ul>li span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #4D4D4D;
    border-radius: 50%;
    ;
}

.c-novie-indexList ul>li a {
    display: inline-block;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #4D4D4D;
}

.z-index-new-box .z-title .z-name .c-latest-tag {
    width: 126px;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
}

.c-latest-tag i {
    margin-right: 10px;
}

.z-more a i {
    margin-right: 8px;
}

.z-more a {
    color: #999;
}


/* 搜索页S  */
.z-search-content {
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: space-between;

}

.z-search-content a:hover {
    text-decoration: underline;
}

.z-search-content .z-sc-left {
    width: 857px;
    padding: 20px;
}

.z-search-content .z-sc-right {
    width: 330px;
}

.z-search-content .z-type-list a {
    color: #999999;
}

.search-header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.z-sc-search-input {
    width: 269px;
    height: 39px;
    border-radius: 0px !important;
    border: 1px solid rgba(230, 230, 230, 1);
}

.z-sc-search-btn {
    width: 54px;
    height: 39px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.z-sc-searchTypeInput {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 92px;
    height: 39px;
    border: 1px solid rgba(230, 230, 230, 1);
    border-right: none;
    cursor: pointer;
    border-right: none !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search-header form {
    position: relative;
}

.z-sc-searchTypeInput .arrow {
    font-size: 20px;
    margin-left: 5px;
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
}

.z-sc-type-choose {
    display: none;
    position: absolute;
    z-index: 99;
    top: 45px;
    left: 0px;
    width: 260px;
    cursor: auto;
    background: #ffffff;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.12);
    z-index:105;
}

.z-sc-type-choose ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;

}

.z-sc-type-choose ul li {
    padding: 10px;
    font-size: 15px;
}

.z-sc-type-choose ul li:hover {
    cursor: pointer;
    text-decoration: underline;
}

.z-sc-type-choose .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    background: rgba(245, 245, 245, 1);
}

.z-sc-type-choose .bottom .tips {
    /* padding-right:10px;
    border-right:1px solid #777;
    margin-right: 10px; */
    color: #999999;
}

.z-tag-title {
    position: relative;
    width: 100%;
    font-size: 15px;

}

.z-tag-title p {
	line-height: 33px;
	font-size: 16px;

}

.z-search-result-num {
    margin-bottom: 15px
}

.z-search-result-num .z-num,
.z-search-result-num .z-name {
    color: #D9383E;
    margin: 0px 5px;
}

.z-search-result-content .z-src-data {
    width: 100%;
}

.z-search-result-content .z-src-data ul {
    width: 100%;
}

.z-src-data li {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.z-search-result-content .z-src-data li .title {
    font-size: 18px;
    margin-bottom: 18px;
}

.z-src-data li .tips {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-top: 12px;
}

.z-src-data li .tips p {
    margin-right: 25px;

}

.z-src-data li .neirong {
    margin-top: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(77, 77, 77, 1);
}

.z-src-data li .neirong p {
    margin-right: 20px;
}

.z-src-data li .book-neirong {
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.z-src-type {
    margin-left: 20px;
    font-size: 14px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    color: #D9383E;
    background: rgba(254, 232, 233, 1);
}

.z-tag-title h1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 24px;
    margin-bottom: 15px;
}

.z-tag-title p span {
    margin-right: 20px;

    color: #999999
}

.z-tag-content .z-type-list a {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.z-tag-content .z-type-list li {
    margin-right: 37px;
}

.z-tag-content .z-article-tuijian p {
    width: 100%;
}

.z-tag-content .z-tag-cell {
    border: 1px solid #E6E6E6;
}


.z-tag-content .z-tag-cell .z-title {

    border-bottom: none;
    ;
}

.z-tag-content .z-tag-cell p {
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* 搜索页E */

/* 第二版本 首页 */
.c-index-swiper {
    position: relative;
    width: 100%;
    height: 414px;
}


.c-index-swiper .mask{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color:#b50a1c;
}
.c-index-swiper .middle {
    position: relative;
    height: 100%;
    z-index: 101;
}

.index-header-swiper {
    width: 60%;
    height: 100%;
}

.index-header-swiper .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url('../images/z-index/toLeft.png') !important;
    background-repeat: no-repeat;
}

.index-header-swiper .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url('../images/z-index/toRight.png') !important;
    background-repeat: no-repeat;
}

.index-header-swiper a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.index-header-swiper .swiper-pagination {
    text-align: center;
}

.index-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
}

.index-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.c-indexSwiper-left {
    position: absolute;
    top: 3%;
    left: 0;
    width: 20%;
    height: 94%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.c-indexSwiper-right {
    position: absolute;
    top: 3%;
    right: 0;
    width: 20%;
    height: 94%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.c-indexSwiper-left-item img {
    margin-right: 5%;
}

.c-indexSwiper-left-item {
    margin-bottom: 14px;
}

.c-indexSwiper-left-item:last-child .c-indexSwiper-left-ul {
    margin-bottom: 0;
    border-bottom: none;
}

.c-indexSwiper-left-item h2 {
    font-size: 16px;
    color: #4d4d4d;
}

.c-indexSwiper-left-ul {
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #E6E3E3;
}

.c-indexSwiper-left-ul ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.c-indexSwiper-left-ul ul>li {
    margin-right: 5%;
    margin-bottom: 8px;
}

.c-indexSwiper-left-ul ul>li:last-child {
    margin-right: 0;
}

.c-indexSwiper-right-top {
    position: relative;
    width: 100%;
}

.c-indexSwiper-right-remind {
    color: #4D4D4D;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 0 10px 0;
    word-spacing: 1px;
}

.c-indexSwiper-right-tag {
    margin-bottom: 15px;
}

.c-indexSwiper-right-top h2 {
    font-size: 15px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 5px;
}

.c-indexSwiper-right-top p {
    color: #D9383E;
    font-size: 26px;
    font-weight: 600;
}

.c-indexSwiper-right-top span {
    font-size: 15px;
    color: #999999;
}

.c-indexSwiper-right-top .c-tag-left {
    position: absolute;
    left: 53px;
    bottom: -11px;
}

.c-indexSwiper-right-top .c-tag-right {
    position: absolute;
    right: 50px;
    bottom: -11px;
}

.c-indexSwiper-right-title {
    margin-bottom: 10px;
}

.c-indexSwiper-right-title h2 {
    font-size: 17px;
    font-weight: 600;
    color: #282828;
}

.c-indexSwiper-right-tag p {
    font-size: 14px;
    font-weight: 600;
}

.z-index-news-title {
    width: 100%;
    height: 32px;
    /* background-image: url('../images/z-index/title-1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */

    padding-bottom: 15px;
    box-sizing: border-box;
}

.z-index-news-title h2 {
    line-height: 32px;
    font-size: 18px;
    color: #292929;
    font-weight: 600;
}

.z-index-news-tag {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 32%);
    grid-template-rows: repeat(2, 40px);
}


.z-index-news-tag li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.z-index-news-tag li img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border-right: 10px;
}


.z-index-news-data {
    display: flex;

}

.z-index-news-data-left {
    width: 235px;
    height: 249px;
}

.z-index-news-data-left a {
    display: block;
    width: 100%;
    height: 100%;
}

.z-index-news-data-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.z-index-news-data-right {
    width: 58%;
    padding-left: 15px;
    box-sizing: border-box;
}

.z-index-news-data-item {
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.z-index-news-data-item:last-child {
    margin-bottom: 0;
}

.z-index-news-data-title {
    display: flex;
    padding: 10px 0;
    box-sizing: border-box;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
}

.z-index-news-data-title p {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
}

.z-index-news-data-content {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.z-index-news-data-content table {
    width: 100%;
}

.z-index-news-data-content tr {
    width: 100%;
}

.z-index-news-data-content td {
    width: 50%;
    text-align: left;
    height: 25px;
}

.z-index-news .right .z-commonTitle {
    width: 100%;
    height: 32px;
    /* background-image: url('../images/z-index/title-2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */

    box-sizing: border-box;
    line-height: 32px;
}

.z-index-news .right .z-commonTitle h2 {

    font-size: 18px;
    color: #292929;
    font-weight: 600;
}

.z-index-box .left .top {
    border: 1px solid #e6e6e6;
    border-top: 2px solid red;
}

.z-index-box .left .top .z-title {
    font-weight: 600;
    padding: 10px;
    box-sizing: border-box;
}

.z-index-box .middle .z-title {
    width: 100%;
    height: 32px;

    box-sizing: border-box;
    line-height: 32px;
}

.z-index-box .middle .z-title h2 {

    font-size: 18px;
    color: #292929;
    font-weight: 600;
}

.z-index-box .right .z-title {
    width: 100%;
    height: 32px;

    box-sizing: border-box;
    line-height: 32px;
}

.z-index-box .right .z-title h2 {
    font-size: 18px;
    color: #292929;
    font-weight: 600;
}

.c-index-box {
    width: 100%;
}

.c-index-box .left {
    width: 50%;
    margin-right: 2%;
}


.c-index-box .left .c-index-box-title {
    width: 100%;
}

.c-index-box-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #292929;
}

.c-index-box-title h2 span {
    display: inline-block;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 3px solid #D9383E;
}

.c-index-box .c-index-box-content {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}

.c-index-box .c-index-box-content ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.c-index-box .c-index-box-content ul>li {
    display: flex;
    width: 49%;
    margin-bottom: 20px;
}

.c-index-box .c-index-box-content ul>li {
    margin-right: 2%;
}

.c-index-box .c-index-box-content ul>li:nth-child(2n) {
    margin-right: 0;
}

.c-content-avatar {
    width: 22%;
}

.c-content-avatar a {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0 auto;
}

.c-content-avatar a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.c-content-info {
    width: 78%;
    background-color: #F5F5F5;
    padding: 10px;
    box-sizing: border-box;
}

.c-content-info-content {
    width: 100%;
    height: 76px;
    overflow: hidden;
}

.c-content-info-content p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.c-index-box .right {
    width: 48%;
}

.c-index-box-right-content {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}

.c-index-box-right-content .z-td-img {
    width: 100%;
    height: 100%;
}

.c-index-box-right-content ul {
    width: 100%;
}

.c-index-box-right-content ul>li {
    align-items: flex-start;
    position: relative;
    margin-bottom: 17px;
}

.c-index-box-right-content ul>li a {
    display: flex;
    width: 80%;
}

.c-index-box-right-content ul>li a:hover {
    text-decoration: none;
}

.c-index-box-right-content ul>li img {
    transition: transform 0.3s ease-in-out;
}

.c-index-box-right-content ul>li:hover img {
    transform: scale(1.1);
}

.z-index-new-box .z-title .z-name .c-title-2 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #292929;
}

.z-index-new-box .z-title .z-name .c-title-2::before {
    position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #D9383E;
    top: 15px;
    left: 0;
}

.z-index-new-box .z-indx-new-video a p {
    padding: 0 10px;
    box-sizing: border-box;
}

.z-index-new-box .z-name-tips {
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}

.c-indx-new-video .c-open-tag {
    position: absolute;
    width: 33px !important;
    height: 33px !important;
    top: 82px;
    left: 10px;
}

/* 第二版首页 */
.c-indexData-nav {
    display: flex;
    align-items: center;
    width: 100%;

}

.c-indexData-title {
    width: 53px;
    background-color: #fff;
    font-size: 16px;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 1%;
}

.c-indexData-content {
    width: 95%;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}

.c-indexData-list {
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
}

.c-indexData-item p:first-child {
    margin-right: 1%;
}

.c-indexData-item p {
    margin-right: 4%;
}

.c-indexData-item p {
    white-space: nowrap;
}

.c-zhang {
    width: 40%;
}

.c-zhang-ting {
    width: 9%;
}

.c-xia {
    width: 42%;

}

.c-index-ziyuan {
    display: flex;
    width: 100%;
}

.c-index-ziyuan-item {
    width: 32%;
    margin-right: 2%;
}

.c-index-ziyuan-item:last-child {
    margin-right: 0;
}

.c-index-ziyuan-title {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.c-index-ziyuan-title ul {
    display: flex;
    align-items: center;
    width: 60%;
    margin-left: 3%;
}

.c-index-ziyuan-title ul>li:not(:last-child) {
    margin-right: 10%;
}

.c-index-ziyuan-title ul>li a {
    color: #999999;
}

.c-index-ziyuan-title h2 {
    font-weight: 600;
    color: #000000;
    padding: 0 10px;
    font-size: 15px;
}

.c-index-ziyuan-content {
    width: 100%;
}

.c-index-ziyuan-content ul {
    width: 100%;
}

.c-index-ziyuan-content ul>li {
    width: 100%;
    border-bottom: 1px dashed #f2f2f2;
}

.c-index-ziyuan-content ul>li:last-child {
    border-bottom: none;
}

.c-index-ziyuan-content ul>li:first-child .c-index-default {
    display: none;
}

.c-index-ziyuan-content ul>li:first-child .c-index-default-show {
    display: block;
}

.c-index-default {
    display: flex;
    width: 100%;
    line-height: 45px;
    align-items: center;
    justify-content: space-between;
}

.c-index-default-show {
    display: none;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.c-index-tipIcon {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #999999;
    border-radius: 50%;
}

.c-index-ziyuan-name {
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-weight: 600;
}

.c-index-default-show a {
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-weight: 600;
}

.c-index-default-show a img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 5px;
}

.c-index-default-intro {
    margin-left: 15px;
    width: 84%;
}

.c-index-default-intro p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c-index-default-intro .z-tips p:nth-child(1) {
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* .c-index-default-intro p:last-child{
    color: #999;
    font-size: 12px;
} */
.c-index-default-intro .z-tips {
    color: #999;
    margin-top: 10px;
}

.c-index-default-intro .z-editTime {
    font-size: 12px;
    color: #999;

}

.c-index-ad-tag {
    padding: 9px 0 15px 6px;
    box-sizing: border-box;
}

.c-index-ad-tag table {
    background-image: url('../images/indexV2/watermark-text.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.c-index-ad-tag td {
    text-align: left;
    font-size: 12px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.c-index-ad-tag td span{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
}

.c-index-recomand {
    width: 100%;
}

.c-index-recomand ul {
    width: 100%;
    flex-wrap: wrap;
}

.c-index-recomand ul>li {
    width: 48%;
    margin-bottom: 15px;
}

.c-index-recomand ul>li:nth-child(3),
.c-index-recomand ul>li:nth-child(4) {
    margin-bottom: 0;
}

.c-index-recomand-img {
    position: relative;
    display: block;
    height: 148px;
    border-radius: 5px;
    overflow: hidden;
}

.c-index-recomand-img .c-index-recomand-mainImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
    transition: ease-in-out 250ms;
}

.c-index-recomand ul>li:hover .c-index-recomand-mainImg {
    transition: ease-in-out 250ms;
    transform: scale(1.1);
}

.c-index-recomand-data {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(255, 255, 255, .5);
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 12px;
}

.c-index-recomand-data img {
    margin-right: 5px;
}

.c-index-recomand-name {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c-index-recomand-type {
    font-size: 12px;
    color: #999999;
}

.c-index-recomand-other {
    width: 100%;
}

.c-index-recomand-other ul {
    width: 100%;
}

.c-index-recomand-other ul>li {
    width: 48%;
}

.c-index-recomand-other ul>li a {
    width: 100%;
}

.c-index-recomand-other ul>li a span:last-child {
    display: inline-block;
    width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c-index-hight {
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
}

.c-index-hightContent {
    width: 100%;
}

.c-index-hightContent ul {
    display: flex;
    align-items: center;
    width: 100%;
}

.c-index-hightContent ul>li {
    width: 15.8%;
    margin-right: 1%;
    transition: ease-in-out 250ms;
}

.c-index-hightContent ul>li:hover {
    transition: ease-in-out 250ms;
    transform: translateY(-5px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.c-index-hightContent ul>li:last-child {
    margin-right: 0;
}

.c-index-hightContent ul>li a {
    display: block;
}

.c-index-hightContent ul>li a img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.c-index-hightIntro {
    width: 100%;
    background-color: #363333;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 5px 10px 5px;
    box-sizing: border-box;
}

.c-index-hightIntro h2 {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #cccccc;
}

.c-index-jiqiao {
    width: 78%;
    height: 100%;
    margin-right: 1%;
}

.c-index-soft {
    width: 22%;
    height: 100%;
}

.c-index-jiqiao .c-index-ziyuan-title ul {
    display: flex;
    align-items: center;
    width: 81%;
    margin-left: 0%;
}

.c-index-jiqiao .c-index-ziyuan-title ul>li {
    margin-right: 2%;
}

.c-index-jiqiao .c-index-ziyuan-title ul>li:last-child {
    margin-right: 0;
}

.c-index-jiqiao .c-index-ziyuan-title ul>li:first-child {
    margin-left: 2%;
}

.c-index-jiqao-content {
    display: flex;
}

.c-index-jiqao-content .c-left {
    width: 49%;
    margin-right: 3%;
}

.c-index-jiqao-content .c-left ul {
    width: 100%;
}

.c-index-jiqao-content .c-left ul li {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(231, 231, 231);

}

.c-index-jiqao-content .c-left ul li:nth-child(1) {
    padding-top: 0px;
}

.c-index-jiqao-content .c-left-img {
    display: inline-block;
    width: 110px;
    height: 105px;
    margin-right: 2%;
}

.c-index-jiqao-content .c-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.c-left-content {
    width: 310px;
}

.c-left-content h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.c-left-content h2 a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.c-left-content h2 b {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.c-left-content h2 font {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.c-left-content p {
    width: 100%;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #9aa0a0;
}

.c-left-time {
    width: 100%;
    font-size: 12px;
    color: #999999;
}

.c-index-jiqao-content .c-right {
    width: 48%;
}

.c-index-jiqao-content .c-right ul {
    width: 100%;
    margin-bottom: 25px;
}

.c-index-jiqao-content .c-right ul>li {
    width: 100%;
    margin-bottom: 10px;
}

.c-index-jiqao-content .c-right ul>li:nth-child(4n) {
    margin-bottom: 25px;
}

.c-index-jiqao-content .c-right ul>li:last-child {
    margin-bottom: 0px;
}

.c-index-jiqao-content .c-right ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-index-jiqao-content .c-right ul a span:nth-child(2) {
    display: inline-block;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-index-soft-content {
    width: 100%;
}

.c-index-soft-content ul {
    width: 100%;
}

.c-index-soft-content ul>li {
    width: 100%;
}

.c-index-soft-content ul>li {
    margin-bottom: 15px;
}

.c-index-soft-img {
    width: 60px;
    height: 60px;
    margin-right: 4%;
    overflow: hidden;
}

.c-index-soft-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.c-index-soft-intro {
    width: 62%;
}

.c-index-soft-intro h2 {
    width: 100%;
}

.c-index-soft-intro img {
    margin-left: 2%;
}

.c-index-soft-intro h2 span:first-child {
    margin-right: 5%;
}

.c-index-soft-intro h2 span:last-child {
    font-size: 12px;
    color: red;
}

.c-index-soft-intro p span:last-child {
    font-size: 12px;
}

.c-index-course .c-index-ziyuan-title ul {
    margin-left: 1%;
    width: 88%;
}

.c-index-course .c-index-ziyuan-title ul>li {
    margin-right: 4%;
}

.c-index-tags-content {
    width: 100%;
}

.c-index-tags-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-height: 93px;
    overflow: hidden;
}

.c-index-tags-content ul>li a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    color: #666666;
}

.c-book-side-buy{
    width: 100%;
}

.c-book-side-buy ul{
    width: 100%;
}

.c-book-side-buy ul>li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.c-book-side-buy ul>li .left{
    display: inline-block;
    width: 75px;
    margin-right: 10px;
}

.c-book-side-buy ul>li .left img{
    width: 100%;
    object-fit: cover;
}

.c-book-side-buy ul>li .right{
    position: relative;
    width: calc(100% - 95px);
}

.c-book-side-buy ul>li .right h2{
    font-weight: 600;
}

.c-book-side-buy ul>li .right h2 a{
    width: 100%;
    word-break: break-word;
}

.c-book-side-buy ul>li .right .layui-btn{
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 35px!important;
}

.c-book-side-buy ul>li:last-child{
    margin-bottom: 0;
}

.c-book-side-buy ul>li .right .layui-btn:hover{
    color: #fff!important;
}

/*未来函数检测页面的样式*/
.r-weilai{
	padding-top: 10px;
	line-height: 25px;
}

/* 文章列表右测栏目 */
.news-right-column{
	width: 100%;
}

.news-right-column h3{
	font-size: 17px;
	color: #333;
	font-weight: 600;
	margin: 17px 0;
}

.news-right-column .news-right-column-ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.news-right-column .news-right-column-ul>li{
	position: relative;
	margin: 0 15px 10px 0;
}

.has-child-nav{
	cursor: pointer;
}

.news-right-column .has-child-nav .has-child-nav-list{
    z-index: 33;
    position: absolute;
    top: 25px;
    right: -172px;
    padding: 10px;
	display: none;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    border-radius: 3px;
    background-color: #ffffff;
    width: 228px;
}

.news-right-column .has-child-nav .has-child-nav-list ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.news-right-column .has-child-nav .has-child-nav-list ul>li{
	margin: 0 10px 10px 0;
}

.news-right-column .has-child-nav .has-child-nav-list::before{
	position: absolute;
	content: '';
	top: -9px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #ffffff;
}

.c-news-tag-wrap{
    display: flex;
    width: 72%;
}
.c-news-tag-wrap .tag{
    width: 42px;
    white-space: nowrap;
}

.c-news-tag-wrap ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% - 43px);
}

.c-news-tag-wrap ul>li{
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 30px;
    background-color: #f8f8f8;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.c-news-tag-wrap ul>li a span:first-child{
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    color: #D9383E;
    line-height: 16px;
    margin-right: 2px;
}

.c-news-handle{
    display: flex;
    width: 27%;
}

.c-news-handle span{
    white-space: nowrap;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #D9383E;
    border: 1px solid #D9383E;
    border-radius: 30px;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
}

.c-news-recomend-first{
    width: 100%;
}

.c-news-recomend-first h2{
    font-size: 18px;
    padding: 20px;
    color: #333333;
    font-weight: 600;
}

.c-news-recomend-first ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

.c-news-recomend-first ul>li{
    display: flex;
    justify-content: space-between;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.c-news-recomend-first ul>li:nth-child(2n){
    margin-right: 0;
}

.c-news-recomend-first ul>li img{
    display: block;
    width: 88px;
    height: 56px;
    object-fit: cover;
    border-radius: 5px;
}

.c-news-recomend-first ul>li .num{
    display: block;
    width:24px;
    height: 24px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
}

.c-news-recomend-first ul>li .center{
    width: 68%;
}

.c-news-recomend-first ul>li .center a{
    display: block;
    height: 38px;
}

.c-news-recomend-second h2{
    font-size: 18px;
    padding: 20px;
    color: #333333;
    font-weight: 600;
}

.c-news-recomend-second .left{
    position: relative;
    width: 45%;
    height: 238px;
}

.c-news-recomend-second .left a{
    display: block;
    width: 100%;
    height: 100%;
}

.c-news-recomend-second .left a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-news-recomend-second .left a span{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 59px;
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
}

.c-news-side-list{
    width: 50%;
}

.c-news-side-list ul{
    width: 100%;
    display: block;
}

.c-news-side-list ul>li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.c-news-side-list ul>li .left{
    position: relative;
    width: 100px;
    height: 66px;
    overflow: hidden;
    border-radius: 5px;
}

.c-news-side-list ul>li .left a{
    display: block;
    width: 100%;
    height: 100%;
}

.c-news-side-list ul>li .left a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-news-side-list ul>li .right{
    width: calc(100% - 118px);
    font-size: 14px;
}

.c-news-side-list ul>li .right a{
    display: block;
    font-weight: 600;
    height: 38px;
    font-size: 15px;
}

.c-news-side-list .left .num{
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #D9383E;
    color: #ffffff;
    font-size: 12px;
}

.c-news-recommend-item{
	width: 100%;
}

.c-news-recommend-item .tip{
	padding: 20px;
	font-size: 18px;
	font-weight: 600;
}

.c-news-recommend-item ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}

.c-news-recommend-item ul>li{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.c-news-recommend-item ul>li h2{
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
}

.c-news-recommend-item ul>li:nth-child(3n){
	margin-right: 0;
}

.c-news-recommend-item ul>li .two-line{
	height: 38px;
}
.c-news-recommend-item ul>li .top{
	position: relative;
	height: 182px;
	background-color: rgba(0, 0, 0, 1);
}
.c-news-recommend-item ul>li .top img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}

.c-news-recommend-item ul>li .top .info{
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	color: #ffffff;
	bottom: 20px;
	left: 10px;
	letter-spacing: 0.5px;
}

.c-news-recommend-item ul>li .top .limit{
	display: block;
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 0 5px;
}

.c-news-recommend-item ul>li .list{
    display: none;
    width: 100%;
    position: absolute;
    right: -106px;
    top: 204px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background-color: #ffffff;
    z-index: 33;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
}

.c-news-recommend-item ul>li .list .nav-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.c-news-recommend-item ul>li .list .nav-list a{
	display: block;
	padding: 3px 6px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	margin-right: 6px;
}

.c-news-recommend-item ul>li .list .nav-list a:hover{
	border-color: #D9383E;
}

/* 财富池积分页面 */
.c-cfchi-partner{
    width: 100%;
}

.c-cfchi-partner-first{
    position: relative;
    width: 100%;
}

.c-cfchi-partner-first .bg1{
    width: 100%;
    object-fit: contain;
}

.c-cfchi-partner-first .logo{
    position: absolute;
    left: 3%;
    top: 3%;
    display: flex;
    align-items: center;
}

.c-cfchi-partner-first .logo a{
    margin-left: 73px;
    width: 120px;
    height: 40px;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.c-cfchi-partner-first .logo a:hover{
	color: white !important;
}

.c-cfchi-partner-first .icon1{
    position: absolute;
    right: 0;
    top: 0;
}

.c-cfchi-partner-first .search-input{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20%;
    width: 334px;
    height: 38px;
    margin: 0 auto;
}

.c-cfchi-partner-first .search-input a{
    position: relative;
    display: block;
    height: 38px;
    width: 100%;
    border-radius: 30px;
    background-color: transparent;
    color: #E8CC8B;
    border: 1px solid #E8CC8B;
    font-size: 18px;
    padding-left: 33px;
    letter-spacing: 1px;
    line-height: 34px;
}

.c-cfchi-partner-first .search-input img{
    position: absolute;
    right: 25px;
    top: 8px;
}

.c-cfchi-partner-second{
    width: 100%;
    background-image: url(../images/cfchiPartner/bg2.png);
    background-repeat: no-repeat;
    background-position:center;
    height: 846px;
}

.c-cfchi-partner-second .top{
    text-align: center;
}

.c-cfchi-partner-second .top h2{
    font-size: 45px;
    font-weight: 600;
    color: #E7CA87;
    padding-top: 40px;
    box-sizing: border-box;
    letter-spacing: 5px;
}

.c-cfchi-partner-second .top p{
    font-size: 20px;
    margin-top: 15px;
    letter-spacing: 10px;
    color: #E7CA87;
}

.c-cfchi-partner-second .intro-content{
    display: flex;
    justify-content: space-between;
    width: 1390px;
    margin: 66px auto 0;
}

.c-cfchi-partner-second  .intro-content-left{
    width: 45%;
}

.c-cfchi-partner-second  .intro-content-left h2{
    font-size: 45px;
    font-weight: 600;
    color: #F3E4CD;
    letter-spacing: 1px;
    line-height: 60px;
}

.c-cfchi-partner-second  .intro-content-left p{
    margin-top: 40px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
    letter-spacing: 3px;
}

.c-cfchi-partner-second .intro-content-right{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 40%;
}

.c-cfchi-partner-second .intro-item{
    position: relative;
    width: 48%;
    background-color: rgba(0, 0, 0, .5);
    color: #F3E4CD;
    height: 280px;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 2%;
    font-size: 18px;
    text-align: left;
    line-height: 35px;
}

.c-cfchi-partner-second .intro-item p{
    margin-top: 50px;
}

.c-cfchi-partner-second .intro-item-center{
    position: absolute;
    top: 240px;
    left: -16px;
    right: 0;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #E7C99B;
    color: #1A0707;
    border-radius: 50%;
}

.c-cfchi-partner-second .intro-item-center p{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
}


.c-cfchi-partner-second .intro-item .tag1{
    position: absolute;
    left: -17px;
    top:10px;
    width: 134px;
    height: 40px;
    background-image: url(../images/cfchiPartner/bgTag1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 47px;
    color: white;
}

.c-cfchi-partner-second .intro-item .tag2{
    position: absolute;
    right: -17px;
    top:10px;
    width: 134px;
    height: 40px;
    background-image: url(../images/cfchiPartner/bgTag2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 47px;
    color: white;
    
}

.c-cfchi-partner-second .intro-item .tag3{
    position: absolute;
    left: -17px;
    top:10px;
    width: 134px;
    height: 40px;
    background-image: url(../images/cfchiPartner/bgTag3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 47px;
    color: white;
    
}

.c-cfchi-partner-second .intro-item .tag4{
    position: absolute;
    right: -17px;
    top:10px;
    width: 134px;
    height: 40px;
    background-image: url(../images/cfchiPartner/bgTag4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 47px;
    color: white;
    
}



.c-cfchi-partner-three{
    width: 100%;
    background-image: url(../images/cfchiPartner/bg3.png);
    background-repeat: no-repeat;
    background-position:center;
}

.c-cfchi-partner-three .title h2{
    font-size: 45px;
    padding: 30px 0 10px 0;
    color: #000000;
    letter-spacing: 5px;
}

.c-cfchi-partner-three  p{
    font-size: 20px;
    color: #000000;
}

.c-cfchi-partner-three .intro1{
    width: 100%;
    margin-top: 40px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #2B140C;
}

.c-cfchi-partner-three .intro1 p{
    color: #ffffff;
    line-height: 35px;
    letter-spacing: 2px;
}

.c-cfchi-partner-three .intro2 {
    margin-top: 40px;
}

.c-cfchi-partner-three .intro2 p{
    margin-top: 15px;
    color: #000000;
    font-size: 26px;
}

.c-cfchi-partner-three .intro3{
    margin-top: 50px;
    padding-bottom: 60px;
}

.c-cfchi-partner-three .intro3 ul{
    display: flex;
    width:100%;
}

.c-cfchi-partner-three .intro3 ul>li{
    width: 32%;
    margin-right: 3%;
}

.c-cfchi-partner-three .intro3 ul>li:nth-child(3n){
    margin-right: 0;
}


.c-cfchi-partner-three .intro3 .bg1{
    background-image: url('../images/cfchiPartner/1.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 208px;
    text-align: center;
}

.c-cfchi-partner-three .intro3 p{
    color: #ffffff;
    margin-top: 20px;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 2px;
}

.c-cfchi-partner-three .intro3 img{
    margin-top: 45px;
}

.c-cfchi-partner-three .intro3 .bg2{
    background-image: url('../images/cfchiPartner/2.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 208px;
    text-align: center;
}

.c-cfchi-partner-three .intro3 .bg3{
    background-image: url('../images/cfchiPartner/3.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 208px;
    text-align: center;
}

.c-cfchi-partner-three .intro3 .word{
    font-size: 24px;
    color: #000000;
    margin-top: 10px;
    line-height: 40px;
    letter-spacing: 1px;
}

.c-cfchi-partner-three .intro3 strong{
    color: #c91818;
}

.c-cfchi-partner-four{
    width: 100%;
    background-image: url(../images/cfchiPartner/bg4.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    padding-bottom: 66px;
}

.c-cfchi-partner-four .title h2{
    font-size: 45px;
    padding: 30px 0 10px 0;
    color: #ffffff;
    letter-spacing: 5px;
}

.c-cfchi-partner-four .title p{
    font-size: 20px;
    color: #ffffff;
}

.c-cfchi-partner-four .intro1{
    margin-top: 55px;
}

.c-cfchi-partner-four .intro1 p{
    margin-top: 25px;
}

.c-cfchi-partner-four .intro2{
    margin-top: 60px;
}

.c-cfchi-partner-four .intro2 h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    background-color: #FABB3B;
    color: #000000;
    margin: 0 auto;
    width: 380px;
    padding: 20px;
    box-sizing: border-box;
}

.c-cfchi-partner-four .intro2 span{
    margin-right: 10px;
}

.c-cfchi-partner-four .intro2 .sort{
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-cfchi-partner-four .intro2 .num{
    width: 88px;
    height: 88px;
    background-color: #FABB3B;
    color: #ffffff;
    font-family: fantasy;
    font-size: 40px;
    transform: rotate(45deg);
    text-align: center;
    line-height: 88px;
    margin: 0 30px;
} 

.c-cfchi-partner-four .intro2 .num span{
    display: block;
    transform: rotate(-45deg);
}

.c-cfchi-partner-four .intro2  .title-point{
    width: 30%;
    margin: 0 108px;
}

.c-cfchi-partner-four .intro2  .title-point p{
    font-size: 20px;
    color: #ffffff;
    margin-top: 15px;
}

.c-cfchi-partner-four .intro2  .title-point strong{
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    color: #ffffff;
}

.c-cfchi-partner-four .intro2 .sort-line ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-cfchi-partner-four .intro2 .sort-line ul>li{
    width: 26.55%;
    height: 3px;
    background-color: #FABB3B;
}

.c-cfchi-partner-four .intro2 .sort-line ul>li:first-child,
.c-cfchi-partner-four .intro2 .sort-line ul>li:last-child{
    width: 10%;
    height: 3px;
    background-color: #FABB3B;
}

.c-cfchi-partner-four .intro2 .sort-line ul>li:nth-child(2n){
    width:33px;
    height: 33px;
    border-radius: 50%;
    background-color: #FABB3B;
}

.c-cfchi-partner-five{
    width: 100%;
    background-color: #000000;
}

.c-cfchi-partner-five ul{
    display: flex;
    width:100%;
}

.c-cfchi-partner-five ul>li{
    position: relative;
    width: 32%;
    margin-right: 3%;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 43px;
    letter-spacing: 1px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 88px;
    margin-bottom: 88px;
}

.c-cfchi-partner-five ul>li:nth-child(3n){
    margin-right: 0;
}

.c-cfchi-partner-five ul>li span{
    position: absolute;
    top: -24px;
    left: 20px;
    font-size: 47px;
    color: #FABB3B;
    letter-spacing: 1px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 600;
    -webkit-text-stroke: 2px #3a3128; 
}

.c-cfchi-partner-six{
    width: 100%;
    background-image: url(../images/cfchiPartner/bg6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
}

.c-cfchi-partner-six .title{
    text-align: center;
    /*background-image: url(../images/cfchiPartner/bg7.png);*/
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 200px -182px;
}

.c-cfchi-partner-six .title h2{
    font-size:80px;
    color: #f6d795;
    padding: 60px 0 20px 0;
}

.c-cfchi-partner-six .title  p{
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-cfchi-partner-six .title  p span{
    font-size: 18px;
    color: #f6d795;
    margin: 0 10px;
    letter-spacing: 10px;
}

.c-cfchi-partner-six .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 26px;
    margin-top: 30px;
}

.c-cfchi-partner-six .info .wx-info{
    display: flex;
    align-items: center;
}

.c-cfchi-partner-six .info .wx-info p{
    margin-top: 30px;
    font-size: 30px;
    color: #ffffff;
}

.c-cfchi-partner-six .contact-line img{
    margin-right: 5px;
}

.c-cfchi-partner-six  .contact-line ul>li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
}

.c-cfchi-partner-six  .contact-line ul>li div{
    width: 30px;
    text-align: center;
}

@media screen and (min-width: 2000px) {
    .c-cfchi-partner-three{
        background-size: cover;
    }

    .c-cfchi-partner-second{
        background-size: cover;
    }
}

.r-tuijian{
	font-size: 16px;
	line-height: 32px;
}

@media screen and (max-width: 1280px) {
    .c-index-swiper{
        height: 498px;
    }

    .z-index-type .cell .cell-content{
        font-size: 12px;
    }

    .c-expert-filterValue ul>li a{
        font-size: 13px;
    }

    .z-index-type .cell .z-title p{
        margin-right: 2px;
        font-size: 14px;
    }

    .c-indexData-item p{
        margin-right: 0%;
    }

    .c-index-soft-img{
        width: 30px;
        height: 30px;
        margin-right: 4%;
        overflow: hidden;
    }
    .c-index-soft-intro{
        width: 80%;
    }

    .c-index-ziyuan-title .c-index-newsFilter{
        width: 78%;
    }
}
.c-index-wiki ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;

}
.n-news-wiki{
    padding: 15px 15px 0px 15px;
}
.c-index-wiki li{
    padding: 0 10px 15px 0;
    width: 292px;
}
.c-index-wiki li:nth-of-type(4n){
    padding-right: 0;
}
.c-index-wiki ul>li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.c-index-wiki ul>li a img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}
.c-index-wiki ul>li a:hover{
    color: #4D4D4D !important;
}
.c-index-wiki-intro {
    margin-left: 10px;
}
.c-index-wiki-intro p{
    padding-bottom: 30px;
    font-weight: bold;
    max-width: 168px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.c-index-wiki-intro span{
    font-size: 12px;
}
.c-jinrong-woki ul>li:not(:last-child) {
    margin-right: 4%;
}


.r-ruzhu-text{
	line-height: 32px;
    margin-left: 85px;
    font-size: 15px;
}

.r-laiyuan:hover{
	cursor: pointer;
}
























