﻿.kctx1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.16667vw;
}

.zhuti {
    padding-bottom: 4.16667vw;
}

.kctx1 .msgbox {
    display: flex;
    align-items: center;
    margin-top: .88542vw;
}

.kctx1 .msgbox p {
    width: .78125vw;
    height: .72917vw;
    background: url(../images/p1.png) no-repeat;
    background-size: 100% 100% !important;
    margin-right: .36458vw;
}

.kctx1 a:hover p {
    background: url(../images/p2.png) no-repeat;
}

.kctx1 a:hover h1,
.kctx1 a:hover h2 {
    color: #783f95;
}

.kctx1 .msgbox h1 {
    width: 12vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: .9375vw;
    color: #666666;
    line-height: .9375vw;
}

.kctx1 .msgbox h2 {
    margin-left: auto;
    font-size: .83333vw;
    line-height: .83333vw;
    color: #666666;
}

.kctx1 a {
    margin-right: 1.5625vw;
    margin-bottom: 2.60417vw;
}

.kctx1 a:nth-child(3n) {
    margin-right: 0;
}

/* 课程风采 */
.kcfc_ma a {
    position: relative;
}

.kcfc_ma a .fc_box {
    transition: all .6s;
    opacity: 0;
    width: 9.89583vw;
    height: 9.89583vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/rybg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kcfc_ma a .fc_box h1 {
    color: #fff;
    font-size: .9375vw;
}

.kcfc_ma a:hover .fc_box {
    transition: all .6s;
    opacity: 1;
}

.kcfc_ma a:hover .imgbox img {
    transition: all .6s;
    scale: 1.2;
}

/* 合作伙伴 */
.hzhb_ma .imgbox {
    box-sizing: border-box;
    border: .41667vw solid #ccc;
}

.hzhb_ma a:hover .imgbox {
    border-color: #783f95;
}

.hzhb_ma .kctx1 a {
    margin-right: 1vw !important;
}

.kcfc_ma .kctx1 a img {
    width: 19vw;
    height: 12.7vw;
}

.hzhb_ma a:nth-child(4n) {
    margin-right: 0 !important;
}

.hzhb_ma .kctx1 .imgbox img {
    width: 14vw;
}
.tdfc_ma .kctx1 .imgbox img{
    width: 19.8vw;
    height: 15.6vw;
}
.tdfc_ma .kctx1 a {
    margin-right: 1vw;
    margin-bottom: 2.60417vw;
}

@media screen and (max-width:1200px) {
    .kctx1 a {
        width: 49%;
        margin-bottom: 2%;
        margin-right: 2% !important;
    }
.hzhb_ma .kctx1 .imgbox img {
        width: 100%;
           height: auto;
    }

    .kcfc_ma .kctx1 a img{
        width: 100%;
           height: 35vw;
    }
.tdfc_ma .kctx1 .imgbox img {
        width: 100%;
           height: 35vw;
    }

.tdfc_ma .kctx1 a:last-child, .kcfc_ma .kctx1 a:last-child{
display:none;
}
.hzhb_ma .kctx1 a:last-child{
display:block;
}


    .kctx1 a:nth-child(2n) {
        margin-right: 0 !important;
    }

    .hzhb_ma .imgbox img {
        width: 100%;
    }

    .kcfc_ma a .fc_box {
        width: 25vw;
        height: 25vw;
    }

    .kcfc_ma a .fc_box h1 {
        font-size: 14px;
    }

    /* keChengTiXi */
    .kctx1 .msgbox p {
        width: 13px;
        height: 13px;
        margin-right: 4%;
    }

.kctx1 .msgbox{
    margin-top: 1.88542vw !important;
    padding-bottom: 1.8vw !important;
}

    .kctx1 .msgbox h1 {
    width: 24vw;
        font-size: 16px;
        line-height: normal;
    }

    .kctx1 .msgbox h2 {
        font-size: 14px;
        line-height: normal;
    }
}