.learningCenter {
    position: relative;
}

a {
    text-decoration: none;
}

/* 搜索 */
.learningCenter .sousuo {
    width: 876px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.1);
    border-radius: 6px 6px 6px 6px;
    z-index: 100;
    position: relative;
    margin: -30px auto 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 38px;
}

.learningCenter .sousuo img {
    width: 30px;
    height: 30px;
}

.learningCenter .sousuo input {
    border: none;
    font-size: 16px;
    margin-left: 8px;
    width: calc(100% - 200px);
    height:55px;
}

.learningCenter .sousuo button {
    width: 125px;
    height: 54px;
    background: #1685FC;
    border-radius: 6px 6px 6px 6px;
    position: absolute;
    right: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border: none;
}

/* 左侧菜单 */
.leftMenu {
    width: 162px;
    /* height: 355px; */
    background: #F7F9FA;
    border-radius: 10px 10px 10px 10px;
    position: fixed;
    bottom: 100px;
    left: 51.2%;
    transform: translate(-800px, 0);
    overflow: hidden;
    z-index: 100;
}

.leftMenu ul {
    margin: 0;
    padding: 0;
}

.leftMenu ul li a {
    display: block;
    width: 162px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #F7F9FA;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #F7F9FA;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: rgba(57, 69, 116, 0.8);
    font-size: 16px;
    text-decoration: none;
}

.leftMenu ul li.active a {
    font-weight: bold;
    font-size: 16px;
    color: #1685FC;
    border: 2px solid #1685FC;
    background-color: #fff;
}

.leftMenu ul li img {
    width: 24px;
    height: 26px;
    margin-right: 5px;
}

.learningCenter .moduleTitle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.learningCenter .moduleTitle span {
    font-weight: bold;
    font-size: 30px;
    color: #394574;
}

.learningCenter .moduleTitle a {
    font-weight: 400;
    font-size: 16px;
    color: #1685FC;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.learningCenter .moduleTitle a img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

/* 最近更新 */
.recentUpdates {
    margin-top: 35px;
    /* margin-bottom: 60px; */
}

.recentUpdatesList {
    margin-top: 23px;
}

.recentUpdatesList ul {
    display: flex;
    /* justify-content: space-between; */
}

.recentUpdatesList ul li a {
    text-decoration: none;
}

.recentUpdatesList ul li {
    height: 273px;
    width: 286px;
    background: #F8F8F8;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    margin-right: 20px;
}

.recentUpdatesList ul li:last-child {
    margin-right: 0px;
}

.recentUpdatesList ul li .topImg {
    width: 100%;
    height: 160px;
    border-radius: 6px;
    overflow: hidden;
}

.recentUpdatesList ul li .topImg img {
    width: 100%;
    height: 100%;
}

.recentUpdatesList ul li .info {
    height: calc(100% - 160px);
    box-sizing: border-box;
    padding: 14px 11px;
}

.recentUpdatesList ul li .info h5 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 14px;

}

.recentUpdatesList ul li .info div {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
}

.recentUpdatesList ul li .info div img {
    width: 14px;
    height: 14px;
    margin-right: 9px;
}

/* 政策百问 */
.policy {
    margin-top: 60px;
    position: relative;
    height: 507px;
    padding: 31px 17px 32px;
    background: linear-gradient(225deg, #D5E5FF 0%, #F2F8FF 100%);
}

.policy>img {
    width: 148px;
    height: 184px;
    position: absolute;
    top: 0;
    right: 216px;
}

.policyList {
    margin-top: 28px;
    padding: 18px 16px 0;
    background-color: #fff;
    width: 1166px;
    height: 376px;
    position: relative;
    z-index: 11;
}

.policyList ul {
    display: flex;
    flex-wrap: wrap;
}

.policyList ul li{
    width: 50%;
    height: 160px;
    margin-bottom: 18px;
}

.policyList ul li a{
    width: 100%;
    height: 160px;
    display: flex;
}

.policyList ul li .policyList_img {
    width: 286px;
    height: 100%;
    border-radius: 6px;
    background-color: #ccc;
    overflow: hidden;
    margin-right: 16px;
}

.policyList ul li .policyList_img img {
    width: 100%;
    height: 100%;
}

.policyList ul li .policyList_info {
    width: calc(100% - 322px);
}

.policyList ul li .policyList_info h5 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 32px;
}

.policyList ul li .policyList_info div {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
    line-height: 24px;
}

.policyList ul li .policyList_info div img {
    width: 14px;
    height: 14px;
    margin-right: 9px;
}

.policyList ul li .policyList_info span {
    display: block;
    margin-top: 6px;
    height: 57px;
    background: #F8F8F8;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding: 8px 16px;
    
}
.policyList ul li .policyList_info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
}



/* 热度深度解析 */
.analysis {
    margin-top: 60px;
}

.analysisContent {
    margin-top: 30px;
    display: flex;
}

.analysisContent .analysisContent_rightList {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 609px);
}

.analysisContent .analysisContent_rightList li a {
    text-decoration: none;
}

.analysisContent .analysisContent_rightList li {
    height: 324px;
    width: 286px;
    background: #F8F8F8;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
}

.analysisContent .analysisContent_rightList li .topImg {
    width: 100%;
    height: 160px;
    border-radius: 6px;
    overflow: hidden;
}

.analysisContent .analysisContent_rightList li .topImg img {
    width: 100%;
    height: 100%;
}

.analysisContent .analysisContent_rightList li .info {
    height: calc(100% - 160px);
    box-sizing: border-box;
    padding: 14px 11px;
}

.analysisContent .analysisContent_rightList li .info h5 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 14px;

}

.analysisContent .analysisContent_rightList li .info div {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
}

.analysisContent .analysisContent_rightList li .info div img {
    width: 14px;
    height: 14px;
    margin-right: 9px;
}
.analysisContent .analysisContent_rightList li .info span {
    display: block;
    /* height: 57px; */
    background: #F8F8F8;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.analysisContent .analysisContent_rightList li .info span p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
}

.analysisContent .analysisContent_left a {
    width: 580px;
    margin-right: 29px;
    overflow: hidden;
    border-radius: 6px;
    display: block;
    background-color: #ccc;
    height: 100%;
    position: relative;
}

.analysisContent_left_title {
    position: absolute;
    bottom: 0;
    width: 580px;
    height: 152px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #424242 100%);
    border-radius: 6px 6px 6px 6px;
    padding: 84px 15px 16px;
}

.analysisContent_left_title h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.analysisContent_left_title ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 12px;
}

.analysisContent_left_title ul li {
    display: flex;
    align-items: center;
}

.analysisContent_left_title ul li img {
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

/* 项目实操课 */
.practical {
    margin-top: 60px;
    height: 410px;
    background: #3D404A;
    padding-top: 32px;
}

.practicalList {
    margin-top: 38px;
    position: relative;
}

.practicalList ul {
    width: 1686px;
    height: 254px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.practicalList ul li {
    width: 429px;
    height: 254px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.practicalList ul li:nth-child(2) {
    left: 473px;
}

.practicalList ul li:nth-child(3) {
    left: 1258px;
}

.practicalList_left {
    position: absolute;
    left: 50%;
    top: 101px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    transform: translate(-436px, 0);
    z-index: 11;
}

.practicalList_right {
    position: absolute;
    right: 50%;
    top: 101px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    transform: translate(436px, 0);
    z-index: 11;
}

.practicalList_right img,
.practicalList_left img {
    width: 100%;
    height: 100%;
}

.practicalList_img {
    width: 395px;
    height: 221px;
    background-color: #ccc;
    border-radius: 6px;
    position: absolute;
    left: 17px;
    top: 16px;
    transition: all 0.5s;
    z-index: 1;
}
 
.practicalList ul li.active {
    left: 473px;
}

.practicalList ul li.active .practicalList_img {
    left: 346px;
}

.practicalList ul li>span {
    position: absolute;
    top: 0;
    left: 13px;
    font-weight: bold;
    font-size: 59px;
    color: #F1F1F1;
    line-height: 60px;
}

.practicalList_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 23px 151px 0 26px;
}

.practicalList_info h5 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.practicalList_info p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 30px;
}

.practicalList_info div {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
}

.practicalList_info div img {
    width: 14px;
    height: 14px;
    margin-right: 9px;
}

/* 培训 */
.trainModuleTitle {
    position: relative;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}
.trainModuleTitle span {
    font-weight: bold;
    font-size: 30px;
    color: #394574;
}
.train {
    height: 377px;
    background: url(../img/train.png);
    background-repeat: no-repeat;
    background-position: 0 -103px;
    background-size: 100%;
    margin-top: 30px;
    font-weight: bold;
    font-size: 30px;
    color: #394574;
    position: relative;
}

.train>div {
    position: absolute;
    left: 84px;
    top: 100px;
}

.train>div div {
    margin-bottom: 40px;
}

.train>div a {
    width: 218px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    background: #1685FC;
    border-radius: 31px 31px 31px 31px;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}


/* 专家讲师团 */
.lecturerGroup {
    margin-top: 48px;
}

.lecturerGroupBox {
    width: 1110px;
    margin-left: 90px;
    margin-top: 75px;
    position: relative;
    padding-bottom: 31px;
    background: #F7FCFF;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 53px;
}

.lecturerGroupBox .moreInfo>img {
    width: 100%;
}
.lecturerGroupBox .moreInfo{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moreInfo a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.moreInfo a img{
    width: 20px;
    height: 20px;
    margin-left: 8px 
}

.lecturerGroupBox_info {
    padding: 24px 43px 0 173px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.lecturerGroupBox_info .info_name {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
    line-height: 22px;
}

.lecturerGroupBox_info .info_introduce {
    font-size: 14px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    height: 72px;
}

.lecturerGroupBox_info a {
    position: absolute;
    top: 67px;
    right: 29px;
    width: 128px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1685FC;
    border-radius: 20px 20px 20px 20px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.lecturerGroupBox_info a:hover{
    color: #394574;
}

.leftImg {
    width: 233px;
    height: 289px;
    background-color: #ccc;
    position: absolute;
    left: -90px;
    top: -50px;
}
.leftImg img {
    width: 100%;
    height: 100%;
}
.peopleList {
    margin-top: 65px;
    height: 115px;
    display: flex;
    padding: 0 18px;
    justify-content: space-between;
}

.peopleL img,
.peopleR img {
    width: 39px;
    height: 115px;
    cursor: pointer;
}

.peopleList ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.peopleList ul li {
    width: 95px;
    height: 115px;
    background-color: #ccc;
    margin-right: 28px;
    transition: all 0.5s;
}
.peopleList ul li img {
    width: 100%;
    height: 100%;
}

.peopleList ul li:last-child {
    margin-right: 0;
}

.peopleList ul li.active {
    width: 149px;
    height: 180px;
    margin-top: -64px;
}


/* 定制培训 */
.customized .customized_banner {
    min-height: 417px;
    background: linear-gradient(180deg, #D9EFFF 0%, #FFFFFF 100%);
}

.customized .customized_banner img {
    width: 100%;
}

.customized .customized_btnList ul {
    display: flex;
    padding: 0 68px;
    flex-wrap: wrap;
}

.customized .customized_btnList ul li {
    width: 128px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: rgba(22, 133, 252, 0.24);
    border-radius: 10px 10px 10px 10px;
    margin-right: 28px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.customized .customized_btnList ul li:nth-child(7n) {
    margin-right: 0;
}

.customized .customized_btnList ul li.active {
    background: linear-gradient(180deg, #5E96F7 0%, #3D6DEC 100%);
    font-weight: bold;
    color: #FFFFFF;
}

.customized .application {
    width: 253px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: #1685FC;
    border-radius: 10px 10px 10px 10px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    margin: 44px auto 78px;
}

/* 培训表单 */
.customizedTrain .trainBox {
    position: relative;
    margin-top: 33px;
    margin-bottom: 30px;
}

.customizedTrain .trainBox .trainForm {
    padding: 36px 49px 25px 0;
    background: #FFFFFF;
    border-radius: 26px 26px 26px 26px;
    border: 1px solid #E6E6E6;
    margin-top: 48px;
    position: relative;
    z-index: 1;
}

.customizedTrain .trainBox_left {
    width: 236px;
    height: 84px;
    background: #1685FC;
    border-radius: 14px 14px 14px 14px;
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.customizedTrain .trainForm .layui-inline {
    width: 50%;
    margin: 0;
}

.customizedTrain .trainForm .layui-form-item {
    display: flex;
}

.customizedTrain .trainForm .layui-form-label {
    width: 130px;
    margin-bottom: 0;
}

.customizedTrain .trainForm .layui-form-label em {
    color: #EF3129;
}

.customizedTrain .trainForm input {
    width: 100%;
}

.customizedTrain .trainForm .trainSelect {
    display: flex;
}

.customizedTrain .trainForm .trainSelect .layui-form-select {
    margin-right: 10px;
}

.customizedTrain .trainForm .trainSelect .layui-form-select:last-child {
    margin-right: 0;
}

.customizedTrain .trainForm .layui-input-inline {
    width: calc(100% - 130px);
    margin-right: 0;
}

.customizedTrain .trainForm .layui-input-block {
    margin-left: 0;
    width: calc(100% - 130px);
}

.customizedTrain .trainForm button {
    width: 169px;
    height: 50px;
    background: #1685FC;
    border-radius: 4px 4px 4px 4px;
    margin: 30px auto 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    border: none;
}

/* 专家讲师团申请 */
.lecturerApplication .navigation {
    margin: 20px auto;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.lecturerApplication .navigation em {
    font-style: normal;
    color: #1685FC;
}

.lecturerApplication .applyBtn {
    width: 169px;
    height: 50px;
    background: #1685FC;
    border-radius: 4px 4px 4px 4px;
    display: block;
    text-decoration: none;
    margin: 40px auto 30px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.lecturerApplication .richText {
    width: 1200px;
    margin: 0 auto;
}