header .top li a {
    color: #ffffff;
}

header .top > div{
   justify-content: space-between;
}

header .middle .logoImg {
    width: 178px;
	height: 70px;
}

header .middle .logoImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header .middle ul {
   height: 80px;
   line-height: 80px;
}

header .middle ul li {
    width: 110px;
    text-align: center;
}


header .middle ul a:not(.active):hover {
    color: #920f0f;
}

header .middle li .active {
    display: inline-block;
    width: 110px;
	height: 80px;
    color: #ffffff;
    background-color: #920f0f;
}

.layui-carousel .img {
    width: 100%;
    height: 100%;
}

.more a {
    font-size: 14px;
    color: #999999;
}


.more em {
    font-size: 12px;
}

.title-main {
     justify-content: space-between;
     align-items: center;
 }

 .news_area {
     width: 790px;
 }

 .title-main .title {
    font-size: 22px;
    color: #860f0f;
 }

 .title-main .title em {
     display: inline-block;
    width: 4px;
	height: 20px;
    background-color: #871010;
 }

 .news_area .carousel {
     margin-top: 30px;
 }


.title-line {
    display: inline-block;
    width: 100%;
	height: 2px;
    background-color: #920f0f;
}

.title-expLine {
    display: inline-block;
    width: 100%;
	height: 1px;
    background-color: #d2d2d2;
}

/* .notice_area .title-line {
    width: 100%;
} */

.news-main, .exp_area, .course_area, .expCenter_list_area, .exp_main {
    margin-top: 60px;
}

.newsList {
    width: 374px;
    height: 239px;
    margin-left: 35px;
    overflow: hidden;
    margin-top: 30px;
}

.newsList li {
    align-items: center;
    padding-bottom: 25px;
}

.newsList li a:hover, .noticeList li a:hover, .exp-noticeList li a:hover {
    color: #860f0f;
}

.news-main li .date{
   margin-left: auto;
   font-size: 12px;
   color: #999999;
}


.newsList .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 11px;
	background-color: #cccccc;
}

.newsList h4 {
    width: 251px;
    overflow: hidden;
}

.news-main h4 a {
    font-size: 14px;
    color: #666666;

}

.notice_area {
    width: 381px;
    margin-left: 30px;
}

.noticeList ul {
    margin-top: 30px;
    height: 239px;
    overflow: hidden;
}

.noticeList li h4 {
    width: 250px;
    overflow: hidden;
}


.noticeList li {
    align-items: center;
    padding-bottom: 25px;
}

.noticeList .icon, .exp-noticeList .icon {
    font-size: 10px;
    margin-right: 10px;
	color: #cccccc;
}


.expCenter_list_area .expList {
    display: flex;
    flex-wrap: wrap;
}

.expCenter_list_area .desc .flex{
    justify-content: center;
    align-items: center;
}


.expCenter_list_area .one_row {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.expCenter_list_area .exp-num {
    font-size: 12px;
    color: #999999;
    position: absolute;
    right: 35px;
}

.exp_list_area {
    padding-top: 30px;
}

.newsList_area {
    margin-top: 75px;
}

.newsList_area .calendar {
    width: 94px;
    height: 101px;
    text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
    border: solid 1px #dcdcdc;
    margin-right: 23px;
}

.newsList_area .calendar .calendar-title {
    width: 92px;
	height: 20px;
	background-color: #871010;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}


.newsList_area .calendar-title em {
    display: inline-block;
    width: 6px;
	height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
}

.newsList_area .calendar .date {
    font-size: 30px;
    color: #333333;
    margin: 10px 0;
}

.newsList_area .calendar .year {
    font-size: 14px;
    color: #999999;
    width: 80%;
    margin: 0 auto;
    padding-top: 5px;
    border-top: solid 1px #eeeeee;;
}

.exp-top {
    height: 77px;
}

.exp_banner_area {
    position: relative;
}

.exp_banner_area::before {
    content: "";
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    z-index: 1;
}

.exp_banner_area .carousel-content {
    width: 875px;
    height: 372px;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 25%;
    z-index: 99;
}

.exp_banner_area .carousel-content > div {
    padding: 60px 45px;
    font-family: 'MicrosoftYaHei';
}

.exp_banner_area .carousel-content .carousel-title {
    text-align: center;
    font-size: 26px;
    color: #ffffff;
}

.exp_banner_area .carousel-content .carousel-num {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.6;
    margin-top: 28px;
    margin-bottom: 42px;
}

.exp_banner_area .carousel-content .carousel-text {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.exp-left {
    width: 789px;
}

.exp-right {
    width: 380px;
    margin-left: 30px;
}

.exp-noticeList ul {
    margin-top: 30px;
    height: 431px;
    overflow: hidden;
}

.exp-noticeList li {
    align-items: center;
    padding-bottom: 27px;
}

.exp-noticeList ul h4 {
    width: 250px;
    overflow: hidden;
}

.exp-noticeList ul h4 a{
    font-size: 14px;
    color: #666666;
}

.exp-noticeList li .date {
    margin-left: auto;
    font-size: 12px;
    color: #999999;
}

.news-line {
    display: inline-block;
    width: 4px;
	height: 30px;
	background-color: #871010;
}

.teacherList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.teacherList .teacher-card {
    padding:  25px 100px 0 20px;
}

.teacherList .teacher-card .flex {
   align-items: center;
}


.teacher-card .teacher-name {
    font-size: 26px;
    color: #333333;
    margin-right: 20px;
}


.teacher-card .teacher-type {
    font-size: 16px;
    color: #666666;
}


.teacherList .teacher-content {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 22px 0;
}

.teacher-more {
    display: inline-block;
    width: 120px;
	height: 32px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
}


.teacher-more em {
    margin-left: 10px;
    font-size: 8px;
	color: #666666;
}

.teacher-more:hover {
    background-color: #820b0b;
    color: #ffffff;
}

.teacher-more:hover em {
    color: #ffffff;
}

.teacher-img {
    width: 160px;
    height: 180px;
    position: absolute;
    top: 18px;
    right: -90px;
    overflow-X: hidden;
    overflow-y: hidden;
}

.teacher-img img {
    width: 160px;
    height: 180px;
    transition: all 1s;
}

.teacher-img:hover img{
    transform: scale(1.2);
}

.login_container img {
    width: 27px;
    height: 28px;
    border-radius: 50%;
}



header:not(.exp-header) .login_container ul {
    position: absolute;
    right: 0;
    width: 100px;
    background-color: #ffffff;
    z-index: 2;
    display: none;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.exp-header .login_container ul li {
    width: 100px;
    height: 40px;
}

.teacher_area .layui-row .item{
    float: left;
    width: 270px;
    height: 100px;
    margin-top: 30px;
    margin-right: 40px;
    background-color: #f7f7f8;
    border-radius: 53px 0px 0px 51px;
    position: relative;
    transition: all 1s;
}

.teacher_area .layui-row .item:nth-child(4n){
    margin-right: 0;
}

.teacher_area .layui-row .item .img {
    position: absolute;
}

.teacher_area .layui-row .item:hover {
    box-shadow: 0px 0px 8px 0px
    rgba(0, 0, 0, .2);
    cursor: pointer;
}

.teacher_area .layui-row .item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.teacher_area .teacher-info {
    padding-left: 119px;
    padding-top: 23px;
}

.teacher_area .teacher-name {
    font-size: 18px;
    color: #333333;
    margin-bottom: 18px;
}

.teacher_area .teacher-type {
    font-size: 14px;
    color: #767676;
}

.empty-data, .empty_news {
    width: 230px;
    margin: 0 auto;
}

/*body .modal .modal-container {*/
/*    background: url(../images/register.png) no-repeat center center;*/
/*}*/

body .input_box .login input {
    background: linear-gradient(to bottom, #3bcdf1, #0f8dad);
    background: -webkit-linear-gradient(to bottom,#3bcdf1,#0f8dad);
    border: 1px solid #19acd1;
}

body .input_box .login input:hover {
    background: linear-gradient(bottom,#0f8dad,#3bcdf1);
    background: -webkit-linear-gradient(bottom,#0f8dad,#3bcdf1);
    border: 1px solid #1fb8df;
}

body .box1 .log_choose>span {
    background-color: #1fb8df;
}

.box-rightInfo {
    width: 100%;
}

.center_navList {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

