/*滚动新闻*/
.new_notice{
    width: 1170px; 
    margin: 10px auto auto auto; 
    background:url(../images/laba.jpg) no-repeat #fcfcfc; 
    padding-left: 30px;
}
.new_notice .BreakingNewsController{
    overflow:hidden;
    height:auto;
    position:relative; 
    height: 35px;
}
.new_notice .BreakingNewsController .bn-title{
    display:inline-block;
    float:left;
    padding:0 20px; 
    line-height: 35px;
}
.new_notice .BreakingNewsController ul{
    padding:0;
    margin:0;
    display:block;
    list-style:none;
    position:absolute;
    left:180px;
    right:50px;
}
.new_notice .BreakingNewsController ul li{
    list-style:none;
    padding:0 20px;
    display:none; 
    height: 35px;
}
.new_notice .BreakingNewsController ul li a{
    text-decoration:none;
    color:#333;
    display:inline-block;
    overflow:hidden;
    padding:0; 
    line-height: 35px;
}
.new_notice .BreakingNewsController .bn-arrows{
    display:inline-block;
    float:right;
    width:50px;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
}
.new_notice .BreakingNewsController .bn-arrows span{
    display:block;
    width:20px;
    position:absolute;
    top:0;
    bottom:0;
    cursor:pointer;
    opacity:0.2;
}
.new_notice .BreakingNewsController .bn-arrows span:hover{
    opacity:1;
}
.new_notice .BreakingNewsController .bn-arrows-left{
    left:0;
    background:url(../images/bn-arrows.png) left center no-repeat;
}
.new_notice .BreakingNewsController .bn-arrows-right{
    right:10px;
    background:url(../images/bn-arrows.png) right center no-repeat;
}
.new_notice .easing a,.new_notice .easing span{
    transition:.25s linear;
    -moz-transition:.25s linear;
    -webkit-transition:.25s linear;
}

/*轮播图*/
.news-title{
    height:38px; 
    background:#fafafa;
    border-bottom:1px solid #efefef; 
    line-height:38px; 
    position:relative;
}
.news-name.tab-nav a {
    display: block;
    float: left;
    font-size: 15px;
    padding: 0 15px;
}
.news-name.tab-nav a.current{ 
    background:#ff7f42; 
    color:#fff; 
    font-weight:bold;
}
.news-title .more{
    position:absolute; 
    right:10px; 
    line-height:38px; 
    top:0; 
    font-size:12px; 
    color:#999; 
    transition:all .3s ease;
}
.news-title .more:hover{
    color:#ff7f42;
}
.newslist{
    padding:10px 0px;
}
.newslist li{
    border-bottom:1px dotted #dedede; 
    position:relative; 
    padding:0 80px 0 0;
}
.newslist li a{
    display:block; 
    height:44px; 
    width:98%; 
    line-height:44px; 
    font-size:14px; 
    color:#333;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.newslist li a b {
    color: #3e3e3e;
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.hotlist li:first-child a:before,.hotlist li:nth-child(2) a:before{
    /*content: "";*/
    width: 22px;
    height: 12px;
    background: url(../images/hot.jpg) no-repeat;
    display: block;
    float: left;
    margin-top: 13px;
    margin-right: 5px;
}
.newslist li a:hover {
    color: #ff7f42;
    text-decoration: underline;
}

.newslist li span{
    position:absolute; 
    right:0; 
    top:0; 
    line-height:44px; 
    color:#bbb; 
    text-align:center;
    font-size: 12px;
}

.newslist li i.left {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: rgba(153,153,153,.5);
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-right: 12px;
}
.newslist li i.first {
    background: #e71a0f;
}
.newslist li i.second {
    background: #e76a0f;
}
.newslist li i.third {
    background: #eeae32;
}


.index-dynamic-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 95px 95px 95px;
    grid-template-rows: 135px 135px;
}
.index-dynamic-list .dynamic-item {
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    height: 125px;
    border: 1px solid #eee;
}
.index-dynamic-list .dynamic-item img {
    margin-top: 11px;
    height: 30px;
    width: auto;
}
.index-dynamic-list .dynamic-item span {
    margin-top: 11px;
    font-size: 15px;
    color: #ff7f42;
}
.index-dynamic-list .dynamic-item:hover {
    border-color: #ff7f42;
}
.index-dynamic-list .dynamic-item:hover img {
    padding-top: 8px;
    padding-bottom: 4px;
}



.index-exam .exam-item {
    border: 1px solid #ff7f42;
    display: flex;
}
.index-exam .exam-item:hover {
    cursor: pointer;
    border: 1px solid #ff7f42;
}
.index-exam .exam-item:hover>.exam-item-left {
    cursor: pointer;
    background: #ffb38f;
}
.index-exam .exam-item .exam-item-left {
    width: 64px;
    height: 64px;
    background: #ff7f42; 
    display: flex;
}
.index-exam .exam-item .exam-item-left img {
    margin: auto;
    width: 30px;
    height: auto;
}
.index-exam .exam-item .exam-item-right {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.index-exam .exam-item .exam-item-right .exam-text {
    font-size: 18px;
}
.index-exam .exam-item .exam-item-right .exam-text-english {
    font-size: 12px;
    transform: scale(.83);
    color: #999;
}


.teacher-lists-ele {
    text-align: center;
}
.teacher-lists-ele .teacher-avatar {
    width: 180px;
    height: 225px;
    object-fit: cover;
}
.teacher-lists-ele .teacher-name {
    margin-top: 10px;
    margin-bottom: 10px;
}
/**
版型
 */
.comTit-hd {
    height: 32px;
    line-height: 32px;
    position: relative;
    margin: 30px 0;
}
.comTit-hdH3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    vertical-align: middle;
}
.comTit-hdH3>i {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -6px;
}

.comTit-hdR{
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    line-height: 32px;
}

.comTit-hdMore{
    width: 45px;
    height: 9px;
    line-height: 38px;
    top: 0;
    font-size: 12px;
    color: #999;
    transition: all .3s ease;
}
.liveBox .item{
    background: #f6f6f6;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s;
    box-sizing: border-box;
    padding: 14px 14px 20px;
}
.liveBox .item:hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 0 10px 0 rgba(58,61,75,.1);
}

.liveBox .item .live-cover-picture{
    width: 100%;
}
.liveBox .item .live-cover-picture .img{
    width: 100%;
    height: 160px;
    transition: .5s ease-in-out;
}
.liveBox .item .live-title{
    font-size: 15px;
    font-weight: 900;
    text-align: justify;
    color: #3a3d4b;
    line-height: 25px;
    height: 50px;
    margin-top: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.liveBox .item .live-time{
    font-size: 14px;
    color: #53586c;
    display: flex;
}
.liveBox .item .live-bottom{
    border-top: 1px solid #f4f4f5;
    padding-top: 15px;
    display: flex;
}
.liveBox .item .teacher-head{
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 20px;
}
.liveBox .item .teacher-name{
    font-size: 14px;
    color: #53586c;
    flex: 1;
    line-height: 38px;
}
.liveBox .item .enter-live {
    width: 80px;
    height: 32px;
    background: linear-gradient(90deg, #fb9297, #ff7f42);
    border-radius: 19px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    cursor: pointer;
    border: none;
}
.liveBox .item .enter-live-play {
    width: 70px;
    height: 30px;
    background: linear-gradient(90deg, #f5cab7, #fd7c1e);
    border-radius: 19px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    border: none;
}
.tyk-item {
    display: block;
    float: left;
    width: 100%;
    height: 380px;
    background-color: #f6f6f6;
    border-radius: 12px;
    position: relative;
    transition: all .5s;
    box-sizing: border-box;
    padding: 15px 15px 40px 15px;
}
.dlxxInfo-tit {
    font-size: 15px;
    font-weight: 900;
    line-height: 25px;
    max-height: 50px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dlxxInfo-tip {
    padding-top: 5px;
    height: 95px;
    font-size: 12px;
    color: #949494;
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.dlxxInfo-teacher {
    display: flex;
    overflow: auto;
    padding-bottom: 4px;
    padding-top: 12px;
}
.dlxxInfo-teacherImg {
    width: 38px;
    height: 40px;
    border-radius: 50%;
    /*background-color: #F7F7F7;*/
    overflow: hidden;
    margin: 0 auto;
}
.dlxxInfo-teacherImg img {
    display: block;
    width: 100%;
}
.dlxxInfo-teacherName {
    /*margin-top: 5px;*/
    text-align: center;
    font-size: 12px;
    color: #888;
}
.dlxxInfo-tag {
    /*position: absolute;*/
    /*left: 15px;*/
    /*width: calc(100% - 30px);*/
    max-height: 50px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0;
    color: #9f4d30;
}
.dlxxInfo-itemT {
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: linear-gradient(90deg, #fd7c1e, #f5ac6d);
    color: #fff;
    border-radius: 7px;
    margin-bottom: 10px;
    font-size: 12px;
}
.dlxxInfo-teacherItem{
    width: 25%;
}
.wc-item-div{
    position: absolute;
    bottom: 10px;
    width: 91%;
    height: 50px;
}
.wc-item-left{
    display: inline-block;
    width: 60%;
}
.wc-item-right{
    display: inline-block;
    width: 38%;
}
.wc-item-y{
    color: #9a9a9a;
    font-size: 12px;
    margin: 5px 0;
}
.wc-item-x{
    color: #ff7f42;
    font-weight: bold;
}
.wx-item-yj {
    position: relative;
    display: inline-block;
}

.wx-item-yj::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    height: 1px;
    background: #999;
    transform: rotate(-10deg);
    transform-origin: left center;
}
.wc-item-bt{
    width: 72px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background-color: #ff7f42;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    top: 2px;
    float: right;
}

/**媒体报道**/
.wblog-content {
    padding: 10px 20px;
    box-shadow: 0px 2px 6px 0px #f5f2f2;
}

.blog_part_inner:hover.wblog-content {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
}

.wblog-content span {
    font-size: 15px;
    color: #ff7f42;
    line-height: 28px;
    padding-bottom: 15px;
    margin-right: 10px;
}

.wblog-content span a {
    font-size: 15px;
    color: #ff7f42;
}

.wblog-content span i {
    padding-right: 5px;
    padding-left: 5px;
    color: #ff7f42;
    -webkit-transition: .5s;
    transition: .5s;
}

.wblog-content h5>a {
    font-weight: 700;
}

.wblog-content h5>a:hover,
.wblog-content span i:hover {
    color: #ff7f42;
}

.wblog-content h5 {
    margin: 10px 0px 15px;
}

.wblog-content>div>a {
    font-size: 15px;

    font-weight: 500;
    /* line-height: 49px; */
    padding: 9px 30px;
    border: 1px solid #ff7f42;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}

.wblog-content>div>a:hover {
    background: #ff7f42;
    color: #fff;
}
.blog-page-title h2 {

    display: block;
    font-size: 22px;
    margin-bottom: 7px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-page-title h2 a{
    font-size: 15px;
    height: 56px;
    line-height: 28px;
    font-weight: bold;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.witr_top_category {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 999;
}

.witr_top_category ul li {
    display: inline-block;
}

.witr_top_category ul li a {
    color: #fff;
    background: #ff7f42;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    display: inline-block;
}
/* blog area css 5 */
.busi_singleBlog {
    background: #fff;
    transition: .5s;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.busi_singleBlog:hover {
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.05);
}

.witr_sb_thumb {
    overflow: hidden;
    position: relative;
}

.witr_sb_thumb img {
    width: 100%;
    transition: .5s;
}

.witr_sb_thumb::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: .5s;
    z-index: 1;
}

.busi_singleBlog:hover .witr_sb_thumb img,
.busi_singleBlog:hover .witr_sb_thumb::before {
    transform: scale(1.2);
}

.witr_blog_con {
    padding: 20px 15px 0px 25px;
    margin-bottom: 0px;
}

.witr_blog_con span {
    font-size: 16px;
    line-height: 50px;
    font-size: 16px;
    color: #303638;
    margin-bottom: 15px;
    margin-right: 2px;
}

.bs5 span {
    line-height: 26px;

}

.witr_blog_con span i {
    padding-right: 5px;
    padding-left: 5px;
    color: #303638;
    transition: .5s;
}

.witr_blog_con span i:hover {
    color: #ff7f42;
}

.witr_blog_con h2 {
    color: #303638;
    margin: 15px 0 0;
}

.witr_blog_con h2 a {
    display: inline-block;
    font-weight: 700;
}

.witr_blog_con h2 a:hover {
    color: #ff7f42;
}

.witr_post_Author {
    padding-bottom: 27px;
    /* margin: 0 30px; */
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 999;
}

.witr_post_Author img {
    width: 33px;
    height: 33px !important;
    border-radius: 50% !important;
    margin-right: 5px
}

.witr_post_Author .nameAuthor {
    font-size: 20px;
    line-height: 36px;
    color: #303638;
    margin: 0;
    font-weight: 500;
}

.witr_post_Author .comment {
    float: right;
    font-size: 17px;
    color: #303638;
    line-height: 30px;
}

.witr_post_Author .nameAuthor:hover,
.witr_post_Author .comment:hover {
    color: #ff7f42;
}
/*======== slick #ff7f42========*/
.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    background: #ff7f42;
    z-index: 999;
    opacity: 0;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 5px;
    transition: .5s;
    border: 0px solid #17161a;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;

}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    background: #ff7f42;
}

.witr_ds_content_area .slick-prev {
    left: 15px;
}

.witr_ds_content_area .slick-next {
    right: 15px;
}


.slick-prev:before,
.slick-next:before {
    color: #fff;
    font-size: 30px;
    /* -webkit-transition: all 0.3s ease 0s; */
    /* transition: all 0.3s ease 0s; */
    content: "\f177";
    font-family: FontAwesome;
}

.slick-next:before {
    content: "\f178";
    font-family: FontAwesome;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #303638;
    border-color: transparent;
    outline-color: transparent;
    outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
}

.witr_singleNav:hover .slick-prev,
.witr_singleNav:hover .slick-next,
.hisfull_testomonial_active3:hover .slick-prev,
.hisfull_testomonial_active3:hover .slick-next,
.witr_slick_active:hover .slick-prev,
.witr_slick_active:hover .slick-next,
.hisfull_testomonial_active:hover .slick-prev,
.hisfull_testomonial_active:hover .slick-next,
.witr_case:hover .slick-prev,
.witr_case:hover .slick-next,
.service_active:hover .slick-prev,
.service_active:hover .slick-next,

.event_active:hover .slick-prev,
.event_active:hover .slick-next,
.imagess_area:hover .slick-prev,
.imagess_area:hover .slick-next,
.witr_ds_content_area:hover .slick-prev,
.witr_ds_content_area:hover .slick-next,
.blog_wrap:hover .slick-prev,
.blog_wrap:hover .slick-next,
.witr_team_area_c:hover .slick-prev,
.witr_team_area_c:hover .slick-next,
.images_area:hover .slick-prev,
.images_area:hover .slick-next,
.testomonial-slide:hover .slick-prev,
.testomonial-slide:hover .slick-next,
.Screenshots-slide:hover .slick-prev,
.Screenshots-slide:hover .slick-next,
.mobile-slide:hover .slick-prev,
.mobile-slide:hover .slick-next,
.mobile-slide-7:hover .slick-prev,
.mobile-slide-7:hover .slick-next,
.witr_islidess_slick:hover .slick-prev,
.witr_islidess_slick:hover .slick-next,
.testomonial:hover .slick-prev,
.testomonial:hover .slick-next {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.testomonial-slide .slick-prev,
.testomonial-slide .slick-prev {}

.blog_wrap .slick-prev,
.blog_wrap .slick-next {
    top: 35%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.witr_car_overlay .slick-slide {
    padding: 0 15px;
}
.hot{
    content: "";
    width: 22px;
    height: 12px;
    background: url(../images/hot.jpg) no-repeat;
    display: block;
    float: left;
    margin-top: 13px;
    margin-right: 5px;
}