* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
}

.banner_img_box {
    height: 206px;
    overflow: hidden;
    background-image: ;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_text_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.banner_text {
    width: 260px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.banner_text p {
    color: #ffffff;
    text-align: right;
    padding-right: 25px;
}

.banner_text p:nth-child(1) {
    font-size: 28px;
    font-weight: bold;
}

.banner_text p:nth-child(2) {
    font-size: 14px;
    margin: 6px 0 45px;
}

/* content */

.training_main {
    width: 100%;
}

/* 上面导航 */

.left_btn_box {
    width: 100%;
    background-color: #eeeeee;
    height: 50px;
    display: flex;
    justify-content: center;
}

.left_btn_box>div {
    height: 50px;
    background-color: #eeeeee;
    color: #333333;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    transition: 0.3s;
    box-sizing: border-box;
}

.left_btn_box>div>a {
    display: block;
    padding: 0 40px;
    height: 100%;
    text-decoration: none;
    color: #333333;
}

.left_btn_box>div:hover a {
    color: #ffffff;
    transition: 0.3s;
}

.left_btn_box>div:hover {
    background-color: #ec777f;
    color: #ffffff;
    transition: 0.3s;
}

.left_btn_css,
.left_btn_css a {
    background-color: #e4020e !important;
    color: #ffffff !important;
    transition: 0.3s !important;
}

/* 主体内容 */

.view_con_main {
    width: 1200px;
}

/* 页面统一title */

.page_title {
    width: 100%;
    height: 90px;
    line-height: 90px;
    color: #333333;
    font-size: 20px;
    text-align: center;
    font-size: 25px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-weight: 600;
}

.page_title img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

/* 活动轨迹 css */

.all_num {
    font-size: 16px;
    color: #333333;
}

.map_data_main {
    width: 1200px;
    height: 600px;
    margin-bottom: 20px;
}

/* 活动列表 css */

.act_list_box {
    width: 100%;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.act_list_box>div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.act_list_box>div p {
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 3px;
}

.act_list_box>div p:hover {
    color: #e4020e;
}

.act_list_box>div span {
    background-color: #e4020e;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    padding: 0 5px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 9px;
    margin-left: 5px;
}

/* 讲师团队页面css */

.teacher_list_box {
    width: 100%;
}

.teacher_list_ms {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top: 20px;
}

.teacher_list_data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.teacher_data {
    width: 224px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 1px #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}

.teacher_data:nth-child(5n 5) {
    margin-right: 0;
}

.teacherg_data_z {
    width: 100%;
}

.teacher_data_img {
    width: 2000px;
    height: 246px;
    background-color: #eee;
    display: table-cell;
    vertical-align: middle;
}

.teacher_data_z img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
    outline: 0;
    margin: 0 auto;
}

.teacher_data_z p {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 600;
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
}

.teacher_data_z span {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    color: #5c5c5c;
    padding: 15px;
}

.teacher_data_y {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -225px;
    background-color: #f95454;
    cursor: pointer;
    box-sizing: border-box;
    color: #ffffff;
}

.teacher_data_y>div {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}

.teacher_data_y>div p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
}

.teacher_data_y>div span {
    font-size: 14px;
    display: block;
    padding: 15px;
}

/* 培训资料页面css */

.training_data_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.training_data {
    width: 373px;
    position: relative;
    overflow: hidden;
    height: 430px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-radius: 5px;
    margin-right: 40px;
    box-shadow: 0px 0px 5px 1px #eaeaea;
}

.training_data:nth-child(3n 3) {
    margin-right: 0;
}

.training_data_z {
    width: 100%;
}

.training_data_img {
    width: 2000px;
    height: 246px;
    background-color: #eee;
    display: table-cell;
    vertical-align: middle;
}

.training_data_z img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
    outline: 0;
    margin: 0 auto;
}

.training_data_z p {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 600;
    padding: 20px 20px 0;
    overflow: hidden;
}

.training_data_z span {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding: 0 20px;
    margin-top: 15px;
}

.training_data_y {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -430px;
    background-color: #f95454;
    padding: 30px;
    cursor: pointer;
    box-sizing: border-box;
}

.training_data_y>div {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    overflow-y: auto;
}

/* 培训页面滚动条宽度 */

.training_data_y>div::-webkit-scrollbar,
.teacher_data_y>div::-webkit-scrollbar {
    width: 3px;
    height: 0px;
}

/* 培训页面滚动条的滑块 */

.training_data_y>div::-webkit-scrollbar-thumb,
.teacher_data_y>div::-webkit-scrollbar-thumb {
    background-color: rgb(155, 155, 155);
    border-radius: 3px;
}

.training_data_y img {
    width: 54px;
    height: 15px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.training_data_y p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

.training_data_y span {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    display: block;
    margin-top: 20px;
}

/* 培训体系 */
.yw_page_txt_hei {
    font-size: 15px;
    line-height: 28px;
    color: #333333;
    word-wrap: break-word;
    text-align: justify;
    text-align-last: left;
}

.lm_page_title {
    width: 100%;
    line-height: 35px;
    font-size: 16px;
    color: #ffffff;
    border-top: 1px solid #e4020e;
    display: flex;
    margin: 30px 0 15px;
}

.lm_page_title p {
    background-color: #e4020e;
    padding: 0 30px;
    position: relative;
}

.lm_page_title p:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 40px solid #ffffff;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: 0;
    top: -1px;
}

.lm_page_title p:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-bottom: 40px solid #ffffff;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.renzheng_img {
    width: 100%;
    margin: 18px 0;
}

.renzheng_img img {
    width: 600px;
    margin: 0 auto;
}

.lm_page_tishi {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #a5a5a5;
    margin: 17px 0;
}

.training_zhuse {
    color: #e4020e;
}