* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
}

li {
    list-style: none;
}

@media screen and (max-width: 1136px) {
    .body {
        color: #404040;
        width: 100%;
        box-sizing: border-box;
    }
}
.header {
    /*height: 157px;*/
    /*padding-left: 52px;*/
    border-bottom: 1px solid #e4e4e4;
}

.logo {
    display: flex;
    /* flex-wrap: wrap; */
    /*height: 91px;*/
    padding: 0 0;
}

.logo p {
    font-weight: normal;
    width: 200px;
    height: 28px;
    font-family: Source Han Sans CN;
    color: #333333;
    font-size: 28px;
    padding-top: 10px;
    margin-left: 20px;
}

.nav {
    height: 66px;
    line-height: 66px;
}

.nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.nav ul li {
    font-family: Source Han Sans CN;
    color: #a1a1a1;
    font-size: 18px;
    /* padding-right: 10px; */
}

.nav ul li a {
    color: #a1a1a1;
    font-size: 18px;
    padding: 0 26px;
}

.nav ul li a:hover {
    color: #be2810;
}

/* 中间 */
@media screen and (max-width: 1366px) {
    .main {
        color: #404040;
        width: 100%;
        margin: 0 auto 10px;
        background-color: #fff;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1366px) {
    .box {
        color: #404040;
        width: 100%;
        margin: 0 auto 10px;
        /* background-color: #fff; */
        box-sizing: border-box;
    }
}

.main {
    display: flex;
}

.box {
    height: 100%;
    margin-left: 52px;
    margin-right: 38px;
}

.box .yd {
    /* height: 100%; */
}
@media screen and (max-width: 1366px) {
    .kc {
        color: #404040;
        width: 100%;
        margin: 0 auto 10px;
        background-color: #fff;
        box-sizing: border-box;
    }
    .box .yd .pic ul li img {
        width: 261px
    }
}
.box .yd .text {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    height: 65px;
    line-height: 60px;

}
.box .yd .text h4 {
    font-family: Source Han Sans CN;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    /*line-height: 100px;*/
}

.yd .text a {
    font-size: 16px;
    color: red;
    margin-right: 10px;
    line-height: 89px;
}
.box .yd .pic {
    /* height: 314px; */
}
.box .yd .pic ul {
    flex-wrap: wrap;
    display: flex;
   justify-content: space-between;
    height: 100%;
    margin-top: 25px;
}

.box .yd .pic ul li {
    width: 263px;
/*    height: 237px;*/
    margin: 10px 16px;
    border: 1px solid #e4e4e4;
}

.box .yd .pic ul li img {
    width: 263px;
    height: 132px;
}

.box .yd .pic ul li a {
    color: #000;
    font-weight: 600;
    padding-left: 10px;
}

.zy {
    width: 496px;
    height: 330px;
    margin-top: 20px;
    background-color: #fbfbfb;
    border: 1px solid;
    border-color: #ebebeb;
    padding: 10px;
}

.zy h2 {
    width: 360px;
    height: 24px;
    font-family: Source Han Sans CN;
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    /* margin: 15px 20px; */
    margin-bottom: 15px;
}

.zy .p {
    width: 454px;
    height: 145px;
    font-family: Source Han Sans CN;
    font-size: 15px;
    line-height: 30px;
    color: #333;
    /* border: 1px solid #000; */
    overflow: hidden;
}

.zy .cha a {
    float: right;
    width: 60px;
    height: 15px;
    font-family: Source Han Sans CN;
    color: #be2810;
    font-size: 15px;
    line-height: 30px;
}

.tj {
    margin-top: 32px;
    width: 496px;
    height: 247px;
    background-color: #fbfbfb;
    border: 1px solid;
    border-color: #ebebeb;
}

.tj h4 {
    width: 113px;
    height: 24px;
    font-family: Source Han Sans CN;
    color: #333333;
    font-size: 22px;
    font-weight: normal;
    margin: 20px;
}

.tj .inoc {
    width: 456px;
    height: 148px;
    margin: 25px;
}

.tj .inoc ul {
    display: flex;
    justify-content: space-between;
}

.tj .inoc ul li {
    display: flex;
    width: 240px;
    height: 56px;
    margin: 10px;
}

.tj .inoc ul li a {
    margin-left: 10px;
}

.tj .inoc ul li a p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.tj .inoc ul li a span b {
    font-weight: normal;
}

.kc {
    width: 1136px;
    margin-left: 52px;
    height: 330px;
    margin-top: -150px;
}

.kc .text {
    /* width: 185px; */
    display: flex;
    justify-content: space-between;
    height: 50px;
    font-family: Source Han Sans CN;
    color: #333333;
    font-size: 24px;
    border-bottom: 1px solid #e4e4e4;
}

.kc .text h4 {
    font-weight: normal;

}
.kc .text a {
    font-size: 16px;
    color: red;
    margin-right: 10px;
}
.kc .pic ul {
    display: flex;
    justify-content: left;
    /* flex-wrap: wrap; */
    margin-top: 25px;
}

.kc .pic ul li {
    width: 273px;
    height: 237px;
    margin: 10px 10px;
}

.kc .pic ul li img {
    width: 273px;
    height: 132px;
}

.kc .pic ul li a {
    color: #666;
}

/* 微课 */
.wk {
    width: 1282px;
    margin-left: 52px;
    height: 330px;
    margin-top: 20px;
}

.wk .text {
    /* width: 185px; */
    display: flex;
    justify-content: space-between;
    height: 50px;
    font-family: Source Han Sans CN;
    color: #333333;
    font-size: 24px;
    border-bottom: 1px solid #e4e4e4;
}

.wk .text h4 {
    font-weight: normal;

}
.wk .text a {
    font-size: 16px;
    color: red;
    margin-right: 140px;
}
.wk .pic ul {
    display: flex;
    justify-content: left;
    /* flex-wrap: wrap; */
    margin-top: 25px;
}

.wk .pic ul li {
    width: 273px;
    height: 237px;
    margin: 10px 10px;
}

.wk .pic ul li img {
    width: 273px;
    height: 132px;
}

.wk .pic ul li a {
    color: #666;
}

/* 培训中心 */
.px {
    width: 1282px;
    margin-left: 52px;
    height: 330px;
    margin-top: 20px;
}

.px .text {
    /* width: 185px; */
    display: flex;
    justify-content: space-between;
    height: 50px;
    font-family: Source Han Sans CN;
    color: #333333;
    font-size: 24px;
    border-bottom: 1px solid #e4e4e4;
}

.px .text h4 {
    font-weight: normal;

}
.px .text a {
    font-size: 16px;
    color: red;
    margin-right: 140px;
}
.px .pic ul {
    display: flex;
    justify-content: left;
    /* flex-wrap: wrap; */
    margin-top: 25px;
}

.px .pic ul li {
    width: 273px;
    height: 237px;
    margin: 10px 10px;
}

.px .pic ul li img {
    width: 273px;
    height: 132px;
}

.px .pic ul li a {
    color: #666;
}

/* 技能训练 */
.jn {
    width: 1282px;
    margin-left: 52px;
    height: 330px;
    margin-top: 20px;
}

.jn .text {
    /* width: 185px; */
    display: flex;
    justify-content: space-between;
    height: 50px;
    font-family: Source Han Sans CN;
    color: #333333;
    font-size: 24px;
    border-bottom: 1px solid #e4e4e4;
}

.jn .text h4 {
    font-weight: normal;

}
.jn .text a {
    font-size: 16px;
    color: red;
    margin-right: 140px;
}
.jn .pic ul {
    display: flex;
    /* justify-content: left; */
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 25px;
}

.jn .pic ul li {
    width: 273px;
    height: 237px;
    margin: 10px 10px;
}

.jn .pic ul li img {
    width: 273px;
    height: 132px;
}

.jn .pic ul li a {
    color: #666;
}

/* 素材中心 */
.sc {
    width: 1282px;
    margin-left: 52px;
    height: 330px;
    margin-top: 20px;
}

.sc .text {
    /* width: 185px; */
    display: flex;
    justify-content: space-between;
    height: 50px;
    font-family: Source Han Sans CN;
    color: #333333;
    font-size: 24px;
    border-bottom: 1px solid #e4e4e4;
}

.sc .text h4 {
    font-weight: normal;

}
.sc .text a {
    font-size: 16px;
    color: red;
    margin-right: 140px;
}
.sc .pic ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 25px;
}

.sc .pic ul li {
    width: 273px;
    height: 237px;
    margin: 10px 10px;
}

.sc .pic ul li img {
    width: 273px;
    height: 132px;
}

.sc .pic ul li a {
    color: #666;
}

/* 底部 */
.footer {
    margin-top: 57px;
    height: 73px;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
    background-image: linear-gradient(89.87deg, #be2810 0%, #c82f48 50.55%, #edae4e 100%);
}