/** {*/
/*	font-size: 0.16rem;*/
/*}*/

a {
	text-decoration: none;
}

.line-1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.line-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.line-5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
}

.w14 {
	width: 14rem;
	margin: 0 auto;
}

#fenye-box-paging {
	display: flex;
	justify-content: center;
	align-items: center;
}

#fenye-box-paging .pages-box,
.flex-div-pages {
	display: flex;
	align-items: center;
}

#fenye-box-paging span {
	color: #7D7D7D;
	font-size: 0.14rem;
}

#fenye-box-paging .flex-div-pages {
	margin: 0 0.2rem;
}

#fenye-box-paging .pages-box a {
	width: 0.32rem;
	height: 0.32rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.03rem;
	border: 0.01rem solid #DCDCDC;
	margin-right: 0.08rem;
}

#fenye-box-paging a:last-child {
	margin-right: 0;
}

#fenye-box-paging a:first-child {
	margin
}

#fenye-box-paging .pages-box .dian {
	border: 0;
	width: auto !important;
}

#fenye-box-paging a.active {
	background-color: #630C88;
	color: #fff;
	border-color: #630C88;
}

#fenye-box-paging select {
	height: 0.32rem;
	width: 0.6rem;
	border: 0.01rem solid #DCDCDC;
	margin: 0 0.08rem;
}

#fenye-box-paging .queding {
	width: 0.72rem;
	height: 0.32rem;
	background: #630C88;
	border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-left: 0.2rem;
}

#fenye-box-paging .queding:hover {
	opacity: 0.85;
}



.flex-div-pages img {
	width: 0.34rem;
	height: 0.34rem;
}

.flex-div-pages .shang {
	margin-right: 0.08rem;
}

.flex-div-pages .xia {
	margin-left: 0.08rem;
}

.flex-div-pages .shang,
.flex-div-pages .xia {
	display: flex;
	align-items: center;
}


.title-info-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2.6rem;
}

.title-cn {
	color: #F6E1F4;
	font-size: 0.46rem;
}

.title-en {
	color: #F6E1F4;
	font-size: 0.2rem;
	margin-top: 0.3rem;
}

.subiao {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 1rem;
	left: 2.6rem;
}

.subiao img {
	width: 0.22rem;
	height: 0.44rem;
	margin-bottom: 0.1rem;
}

.subiao span {
	font-size: 0.14rem;
	color: #fff;
}


.t-box {
	width: 14rem;
	margin: 0 auto;
	padding-top: 0.59rem;
	padding-bottom: 0.5rem;
}

.t-item {
	box-shadow: 0px 0px 0.08rem 0.01rem rgba(187, 187, 187, 0.35);
	overflow: hidden;
	background: #fff;
	margin-bottom: 0.27rem;
	display: flex;
	padding: 0.24rem 0.3rem;
	border: 1px solid #DEDEDE;
}

.t-title {
	color: #630C88;
	font-size: 0.28rem;
	display: flex;
	align-items: center;
}

.t-title::before {
	content: '';
	width: 8px;
	height: 11px;
	background: #630C88;
	border-radius: 4px 4px 4px 4px;
	margin-right: 0.18rem;
}

.t-right {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	margin-left: 1.56rem;
	padding: 0.2rem 0;
	align-content: space-between;
}

.t-right a {
	width: 25%;
	font-size: 18px;
	color: #333333;
	display: flex;
	/* align-items: center; */
}

.t-right a::before {
	content: '';
	width: 7px;
	height: 7px;
	background: #999999;
	border-radius: 4px 4px 4px 4px;
	margin-top: 0.1rem;
	margin-right: 0.07rem;
}

.t-title-many {
	color: #666666;
	font-size: 0.16rem;
	margin-top: 0.44rem;
	display: flex;
	    align-items: center;
	float: left;
}
.t-title-many img{
    margin-right:0.1rem;
}
.t-liebiao-column {
	flex-direction: column;
	height: auto;
}

.t-liebiao-column .t-right {
	margin-left: 0 !important;
}

.t-liebiao-column a {
	width: 20% !important;
	margin-bottom: 0.45rem;
	padding-bottom: 0.32rem;
	border-bottom: 0.02rem solid #E5E5E5;
	    transition: border-bottom 1s
}
.t-liebiao-column a:hover{
    border-bottom: 0.04rem solid #630C88;
    color: #630C88;
    /*font-weight: 600;*/
}
.t-liebiao-column .t-left {
	margin-bottom: 0.3rem;
}

#jiechu-list {
	display: flex;
	flex-wrap: wrap;
}

.jiechu-item {
	display: block;
	width: 23.5%;
	margin-right: 0.25rem;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 0.38rem;
	padding-bottom: 0.35rem;
}

.jiechu-item:nth-child(4n) {
	margin-right: 0;
}

.jiechu-item .imgbox {
	height: 4.82rem;
	overflow: hidden;
}

.jiechu-item .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .25s;
}

.jiechu-item .imgbox:hover>img {
	transform: scale(1.05);
}

.jiechu-item .title {
	color: #000;
	font-size: 0.24rem;
	padding-top: 0.2rem;
	padding-left: 0.14rem;
	margin-bottom: 0.14rem;
}

.jiechu-item:hover>.title {
	color: #630C88;
}

.jiechu-item .desc {
	color: #666;
	font-size: 0.16rem;
	padding-left: 0.14rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.detail-content {
	display: flex;
}

.detail-content .left-html {
	flex: 1;
	padding-right: 0.7rem;
}

.detail-content .right-box {
	width: 3rem;
	background-color: #F5F5F5;
	padding: 0.23rem 0.36rem;
}

.detail-content .right-box .title-tuijian {
	color: #630C88;
	font-size: 0.36rem;
	margin-bottom: 0.23rem;
}

.slide-imgbox {
height: 4.19rem;
    overflow: hidden;
    width: 2.87rem;
}

.slide-imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .25s;
}

.slide-imgbox:hover>img {
	transform: scale(1.05);
}

.slide-item .info {
	margin-top: 0.2rem;
}

.slide-item .title {
	font-size: 0.24rem;
	color: #630C88;
	margin-bottom: 0.15rem;
}

.slide-item .title span {
	color: #666666;
	font-size: 0.18rem;
}

.slide-item .desc {
	font-size: 0.16rem;
	color: #333333;
	display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -webkit-line-clamp: 2;
}

.slide-item {
	margin-bottom: 0.35rem;
	display: block;
	
}

.map-contetn {
	height: 4.58rem;
	background-color: #eee;
}

.top-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.74rem;
}

.top-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
}

.top-item img {
	width: 0.59rem;
	height: 0.59rem;
	margin-bottom: 0.26rem;
}

.top-item span {
	font-size: 0.16rem;
	color: #333;
}

.sousuo-jieguo {
	font-size: 0.24rem;
	color: #333333;
}

.sousuo-jieguo span {
	color: #FF0000;
	font-size: 0.24rem;
}

.sousuo-item {
	height: 1.67rem;
	display: block;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #EBEBEB;
	padding: 0.18rem 0.25rem 0.18rem 0.47rem;
	display: flex;
	margin-bottom: 0.27rem;
}

.sousuo-item .title {
	font-size: 0.24rem;
	color: #383635;
	margin-bottom: 0.21rem;
}

.sousuo-item .desc {
	color: #757575;
	font-size: 0.16rem;
}

.sousuo-left {
	flex: 1;
}

.sousuo-right {
	width: 2.85rem;
	height: 100%;
}

.sousuo-right img {
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 10px 10px;
}

.sousuo-item:hover .sousuo-right {
	display: none;
}

.sousuo-list {
	margin-top: 0.3rem;
}

.null-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 1rem 0;
}

.null-box img {
	max-width: 3.61rem;
	max-height: 3.44rem;
}

.null-box img {
	margin-bottom: 0.27rem;
}

.null-box span {
	margin-top: 0.18rem;
	color: #606060;
}

.seacher-box {

	width: 6.56rem;
	height: 0.5rem;
	position: absolute;
	left: 50%;
	top: 4.47rem;
	transform: translate(-50%, -50%);
	display: flex;

}

.seacher-box input {
	width: 100%;
	height: 100%;
	padding-left: 0.27rem;
	box-sizing: border-box;
	border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
	font-size: 0.18rem;
}

.seacher-box span {
	width: 1.15rem;
	height: 0.5rem;
	background: #630C88;
	border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;

}

.seacher-box span img {
	width: 0.26rem;
	height: 0.26rem;
}

.tongyu-list {}

.tongyu-list .jiechu-item {
	box-shadow: 0 0 0 0 !important;
	position: relative;
}

.tongyu-list .jiechu-item::after {
	content: ' ';
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #630C88;
	transition: all .25s;
}

.tongyu-list .jiechu-item:hover::after {
	width: 100%;
}

.tongyu-list .imgbox {
	border-radius: 0.1rem;
	overflow: hidden;
}

.top-contentBox {
	padding-bottom: 0.17rem;
	margin-bottom: 0.3rem;
	border-bottom: 0.01rem solid #C9C9C9;
}

.top-contentBox .title {
	font-size: 0.28rem;
	color: #000;
	margin-bottom: 0.23rem;
	font-weight: bold;
	text-align: center;
}

.top-contentBox .type {
	font-size: 0.14rem;
	color: #6A6A6A;
	text-align: center;
}

.pagingbox-last {
	padding-top: 0.45rem;
	border-top: 0.01rem solid #C9C9C9;
}

.pagingbox-last a {
	display: block;
	font-size: 0.14rem;
	margin-bottom: 0.26rem;
	color: #000;
}

.bottom-contentBox {
	padding-bottom: 0.38rem;
}
.bottom-contentBox p{
font-size: 0.16rem;
}

.new-rongyu-item .slide-item {
	position: relative;
}

.new-rongyu-item .slide-item {
	padding-bottom: 0.16rem;
}

.new-rongyu-item .slide-item::after {
	content: '';
	position: absolute;
	width: 0%;
	height: 0.01rem;
	background: #630C88;
	bottom: 0;
	transition: all .25s;
}

.new-rongyu-item .slide-item:hover::after {
	width: 100%;
}

.new-rongyu-item .slide-item .title {
	color: #000;
}

.new-rongyu-item:hover .title {
	color: #630C88;
}

.row-section-1 {
	position: relative;
}

.row-section-1 .bgs {
	height: 6.06rem;
}

.t-box-setting {
	width: 14rem;
	position: absolute;
	top: 0;
	/*left: 2.6rem;*/
	left: 50%;
    transform: translateX(-50%);
	padding: 0.78rem 0 1rem 0;
	display: flex;
}

.t-box-setting .left-s {
	flex: 1;
	margin-right: 0.53rem;
}

.t-box-setting .right-s {
	width: 6.72rem;
	height: 4.25rem;
	overflow: hidden;
	border-radius: 0.1rem;
}

.t-box-setting .right-s img {
	width: 100%;
	height: 100%;
}

.t-box-setting .left-s .left-s-title {
	color: #333333;
	font-size: 0.28rem;
	font-weight: bold;
	margin-bottom: 0.48rem;
}

.overflow-text {
	color: #333333;
	font-size: 0.16rem;
	line-height: 1.8;
	height: 3.43rem;
	overflow-y: auto;
	padding-right: 0.3rem;
}

/* 滚动条整体 */
.overflow-text::-webkit-scrollbar {
	width: 0.05rem;
	/* 或 height: 12px; */
}

/* 滚动条轨道 */
.overflow-text::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.overflow-text::-webkit-scrollbar-thumb {
	background: #630C88;
	border-radius: 10px;
}

#jy-box {
	padding: 0.39rem 0 0.5rem 0;
}

.title-cn-jy {
	color: #630C88;
	font-size: 0.36rem;
	text-align: center;
}

.title-en-jy {
	color: #666666;
	text-align: center;
	font-size: 0.14rem;
	text-transform: uppercase;
	margin-top: 0.05rem;
}

.list-jiaoyanSetting {
	display: flex;
    
    flex-wrap: wrap;
}

.item-jiaoyan {
	width: 28.4%;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(187, 187, 187, 0.35);
	/*margin-bottom: 0.3rem;*/
	    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: space-between;
        height: 4.83rem;
        margin: 0.15rem 0.31rem;
}
/*.item-jiaoyan:nth-child(3n){*/
/*	margin-right: 0;*/
/*}*/

.title-jy {
	color: #333333;
	font-size: 0.24rem;
	display: flex;
	align-items: center;
}

.title-jy::before {
	content: '';
	width: 0.08rem;
	height: 0.11rem;
	background: #630C88;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	margin-right:0.13rem;
	display: none;
}
.item-jiaoyan:hover .title-jy::before {
	display: block;
}
.item-jiaoyan:hover .title-jy{
	color: #630C88;
}


.desc-jy {
	height: 0.6rem;
	font-size: 0.16rem;
	color: #666666;
	line-height: 1.8;
	margin-top: 0.17rem;
}

.item-jiaoyan a {
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 0.16rem;
margin-bottom: 0.25rem;
}

.item-jiaoyan a img {
	width: 0.26rem;
	margin-right: 0.1rem;
	height: 0.26rem;
}
.top-title-box{
	margin-bottom: 0.55rem;
}
.row-section-3{
	background-color: #F9F8FB;
}
.row-section-3 .imgbox{
	height: 4.82rem;
	margin-bottom: 0.2rem;
}
.row-section-3 .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.row-section-3 .title{
	color: #333333;
	font-size: 0.24rem;
	margin-bottom: 0.14rem;
}
.row-section-3 span{
	color: #666666;
	font-size: 0.18rem;
}
.row-section-3 .tag{
	color: #333333;
	font-size: 0.16rem;
}
.row-section-3 .swiper-slide{
	background-color: #fff;
	padding-bottom: 0.24rem;
	display: block;
}
.row-section-3 .info-tea{
	padding: 0 0.14rem;
}
.row-section-3 .mySwiper{
	padding-bottom: 0.8rem;
}
.row-section-3 .swiper-pagination-bullet{
	width: 0.19rem;
	height: 0.19rem;
	background: #000000;
	margin: 0 0.12rem !important;
}
.row-section-3 .swiper-pagination-bullet-active{
	background: #630C88;
}
.right-box .mySwiper{
	padding-bottom: 0.3rem;
}

.right-box .swiper-pagination-bullet{
	width: 0.19rem;
	height: 0.19rem;
	background: #000000;
	margin: 0 0.12rem !important;
}
.right-box .swiper-pagination-bullet-active{
	background: #630C88;
}
.left-top-detail{
	display: flex;
	margin-bottom: 0.33rem;
}
.teacher-flex-l{
    width: 3.6rem;
    height: 5.24rem;
    margin-right: 0.5rem;
}
.teacher-flex-l img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.teacher-flex-r{
	padding-top: 0.1rem;
}
.teacher-title-tip{
	color: #630C88;
	font-size: 0.24rem;
	margin-bottom: 0.15rem;
}
.teacher-title-tip span{
	color: #666666;
	font-size: 0.18rem;
	margin-left: 0.1rem;
}
.teacher--xi,.teacher-ry{
	color: #333;
	font-size: 0.16rem;
	margin-bottom: 0.16rem;
}
.teacher-ry{
	line-height: 2;
}

.teacher-flex-desc-html{
    font-size: 0.16rem;
}

@media screen and (max-width:1024px){
    .title-info-box,
    .subiao{
        left: 3%;
    }
    .subiao{
        bottom: .5rem;
    }
    .img{
        height: 4rem!important;
    }
    .subiao span{
        font-size: 14px;
    }
    .t-box{
        width: 93%;
        margin: 0 auto;;
        min-height: calc(100vh - 50px - 6rem) ;
    }
    .content_empty{
        font-size: 14px;
    }
    .row-section-1 .bgs{
         position: absolute;
         left: 0;
         top: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
    }
    .t-box-setting{
        width: 93%;
        margin: 0 auto;
        flex-direction: column;
        position: static;
        transform: translateX(0);
    }
    .t-box-setting .left-s{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .t-box-setting .left-s .left-s-title{
        font-size: 16px;
    }
    .overflow-text p{
        font-size: 14px;
    }
    .t-box-setting .right-s{
        width: 100%;
        height: auto;
    }
    #jy-box{
        width: 100%;
    }
    .title-cn-jy{
        font-size: 20px;
    }
    .title-en-jy{
        font-size: 14px;
    }
    .item-jiaoyan{
        width: 46%;
        margin: 0 2% 4%;
    }
    .title-jy{
        font-size: 16px;
    }
    .desc-jy{
        font-size: 14px;
    }
    .item-jiaoyan a{
        font-size: 14px;
    }
    .detail-content .right-box{
        display: none;
    }
    .detail-content .left-html{
        flex: none;
        width: 93%;
        margin: 0 auto;
        padding: 0;
    }
    .top-contentBox .title{
        font-size: 16px;
    }
    .teacher-flex-desc-html{
        font-size: 14px;
    }
    .t-item{
        flex-direction: column;
    }
    .t-left{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .t-title-many{
        margin: 0;
        font-size: 14px;
    }
    .t-right{
        margin: 0;
    }
    .t-liebiao-column a{
        width: 25%!important;
    }
    .sousuo-jieguo{
        margin-top: 1rem;
        font-size: 16px;
    }
    .sousuo-jieguo span{
        font-size: 16px;
    }
    .seacher-box input{
        font-size: 14px;
    }
    .sousuo-right{
        margin-left: 15px;
        flex-shrink: 0;
    }
    .sousuo-right img{
        object-fit: contain;
    }
    .left,
    .right{
        display: none;
    }
}
