p {
    margin-bottom: 0;
}

.fs-14 {
    font-size: 14px;
}

.text-main {
    color: #e7622c;
}

.bg-main {
    background: #e7622c;
}

.form-control:focus {
    border-color: #f0f0f0;
    box-shadow: none;
}

.header-logo {
    width: 600px;
    height: 90px;
}

.header-logo img {
    width: 100%;
    height: 100%;
}

.header-info {
    font-size: 14px;
    color: #e7622c;
    margin-left: 20px;
}

.header-info p {
    margin-bottom: 8px;
}

.header-info span {
    color: #333;
}

.header-seach-wrap {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.header-seach-wrap .form-control {
    border-radius: 0;
    font-size: 12px;
    color: #707070;
}

.header-seach-wrap .form-control:focus {
    border-color: #f0f0f0;
    box-shadow: none;
}

.header-seach-wrap .search-btn {
    display: flex;
    color: #fff;
    background-color: #e7622c;
    height: 32px;
    padding: 7px;
    font-size: 12px;
    text-wrap: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

.header-seach-wrap .search-btn:hover {
    box-shadow: 0 -2px 0 0 rgba(90, 90, 90, 0.8) inset;
}

.com-nav .nav-item .nav-link {
    color: #fff;
}

.com-nav .nav-item.hot {
    position: relative;
    background-image: url(../images/hot.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.com-nav .nav-item.special {
    background-image: url(../images/nav-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.com-nav .nav-item.hot.special {
    background-image: url(../images/hot.png), url(../images/nav-bg.png);
    background-repeat: no-repeat;
    background-position: top right, center;
}

.com-nav .nav-item:hover {
    background-color: #d63e00;
}

.com-banner {
    height: 400px;
}

.custom-breadcrumb .breadcrumb-item {
    color: #e7622c;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #666;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #e7622c;
    text-decoration: none;
}

.news-container .news-left-box {}

.news-container .news-left-box .news-left-item {
    width: 220px;
    height: 380px;
    background-image: url(../images/news-bg.jpg);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.news-container .news-left-box .news-left-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.news-wrap {
    margin-left: 30px;
    flex: 1;
}

.news-wrap .news-right-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 20px 20px;
    margin-bottom: 20px;
}

.news-wrap .news-right-item .news-title:hover {
    color: #e7622c;
    cursor: pointer;
}

.news-wrap .news-right-item .read-more {
    font-size: 12px;
    color: #e7622c;
    padding: 8px 12px;
    border: 1px solid #f0f0f0;
    text-decoration: none;
}

.news-wrap .news-right-item .news-title {
    position: relative;
}

.news-wrap .news-right-item .news-title .news-tag {
    position: absolute;
    right: -40px;
    top: -10px;
}

.news-wrap .news-right-item .news-title .news-tag i {
    color: #fff;
    font-style: normal;
    font-size: 10px;
    padding: 2px;
    border-radius: 3px;
}

.news-wrap .news-right-item .news-title .news-tag i.hot {
    background: #ed5a58;
}

.news-wrap .news-right-item .news-title .news-tag i.new {
    background: #02b75b;
    margin-left: 6px;
}

.custom-pagination .page-link {
    background: #f2f2f2;
    margin: 0 6px;
    color: #666;
    border: none;
}

.custom-pagination .page-link:hover {
    background-color: #d63e00;
    color: #fff;
}

.custom-pagination .page-link.active {
    color: #fff;
    background-color: #e7622c;
}

.footer {
    background-color: #2c2c2c;
    color: white;
    padding: 40px 0 10px;
    margin-top: 100px;
    background: #313131;
    color: #fff;
}

.footer .nav-link {
    color: white;
    margin-right: 30px;
}

.qr-code-img {
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
}

.footer hr {
    border-top: 1px solid #acaaaa;
    margin: 20px 0;
}

.footer p {
    margin: 10px 0;
    font-size: 14px;
}

/* 新闻详情页样式 */
.news-detail-wrap {
    margin-top: 60px;
}

.news-detail-wrap .info {
    display: flex;
    align-items: center;
    color: #969696;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.news-detail-wrap .info span {
    margin-left: 20px;
    color: #c8c8c8;
}

.news-detail-wrap .summar {
    margin: 15px 0 20px;
    padding: 8px 20px;
    border: 1px solid #e4e4e4;
    background-color: #fcfbfd;
    color: #999;
}

.news-detail-wrap .summar .label {
    color: #969696;
}

.news-detail-wrap .content {
    padding: 20px 0 50px;
    border-bottom: 1px solid #f0f0f0;
}

.news-detail-wrap .nex-page {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    color: #969696;
    font-size: 14px;
}

.news-detail-wrap .nex-page a {
    color: #656565;
    text-decoration: none;
}

.news-detail-wrap .nex-page a:hover {
    color: #e7622c;
}

/* 学员档案样式 */
.com-student-banner {
    height: 600px;
}

.student .student-desc {
    margin: 30px 0 20px;
    display: flex;
    justify-content: space-between;
    padding: 10px 16px;
    background: #F5F5F5;
    color: #707070;
}

.student .student-title {
    font-size: 18px;
    color: #e7622c;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7622c;
    padding-top: 10px;
}

.student .student-box .left {
    width: 200px;
    color: #fff;
}

.student .student-box .left .item {
    height: 55px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.student .student-box .left .item i.bi {
    font-size: 32px;
    width: 66px;
    text-align: center;
}

.student .student-box .left .item span {
    flex: 1;
}

.student .student-box .left .item:first-child {
    background: #fcc03c;
    font-size: 18px;
}

.student .student-box .left .item:nth-child(2) {
    background: #0096da;
}

.student .student-box .left .item:nth-child(3) {
    background: #ef5c65;
    font-size: 14px;
    padding-right: 10px;
}

.student .student-entry {
    flex: 1;
    border: 1px solid #ddd;
    margin-left: 40px;
    background: #f7f7f7;
    padding: 16px;
}

.student .student-entry .title {
    border-left: 2px solid #e7622c;
    padding-left: 12px;
    font-size: 18px;
    margin-bottom: 50px;
}

.student .student-entry .form-control {
    border: 1px solid #e7622c;
    border-radius: 0;
    display: inline-block;
    width: 300px;
    font-size: 14px;
    color: #333;
}

.student .student-entry .input-wrap {
    padding-right: 300px;
    margin-bottom: 32px;
}

.student .student-entry .input-wrap label {
    text-align: right;
    color: #707070;
    padding-right: 0;

}

.student .student-entry .search-btn span {
    display: inline-block;
    width: 150px;
    background: #e7622c;
    color: #fff;
    text-decoration: none;
    margin-left: 130px;
    line-height: 42px;
    text-align: center;
}

/* 学员详情 */
.student .student-info {
    margin-left: 40px;
    flex: 1;
}


.student .student-info .img-box {
    width: 280px;
    height: 280px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #828282;
    color: #fff;
}

.student .student-info .img-box img {
    width: 100%;
    height: 100%;
}

.student .student-info .desc {
    flex: 1;
}

.student .student-info .desc p {
    margin-bottom: 10px;
    font-size: 18px;
}