

.center-box{
	font-size: 0;
}
.center-box .left{
	width: 8.59rem;
	margin-right: .25rem;
	display: inline-block;
	vertical-align: top;
}
.center-box .right{
	width: calc(100% - 8.84rem);
	display: inline-block;
	vertical-align: top;
}
.center-box .yxk-card{
	background: #FFFEFD;
	border-radius: .08rem;
	width: 100%;
	margin-bottom: .2rem;
	overflow: hidden;
	position: relative;
	padding:.2rem .2rem .2rem;
}
.center-box .yxk-card .title{
	font-size: .2rem;
	color: #1B1B1B;
	font-weight: 600;
	margin-bottom: .25rem;

}
.center-box .yxk-card .title img{
	margin-right: .1rem;
}
.center-box .yxk-card .list-about{
	display: block;
	height: .44rem;
	background-color: #FFF9F2;
	background-image: url(../image/new-index/list-all.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	border-radius: .05rem;
	border: .01rem solid #F6E8D8;
	font-weight: bold;
	font-size: .15rem;
	color: #FF6F08;
	line-height: .44rem;
	padding: 0 .19rem;
	margin-bottom: .23rem;
	cursor: pointer;
}
.center-box .yxk-card .news-list li{
	font-weight: 400;
	margin-bottom:.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.center-box .yxk-card .info-list li {
	font-weight: 400;
	margin-bottom:.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.center-box .yxk-card .news-list li:last-child{
	margin: 0;
}
.center-box .yxk-card .news-list li a{
	font-size: .15rem;
	color: #2C2B2B;
}
.center-box .yxk-card .info-list li a::before {
	content: '';
	width: .05rem;
	height: .05rem;
	background: #DFDFDF;
	border-radius: 50%;
	display: inline-block;
	top: 50%;
    transform: translateY(-50%);
	margin-right: .12rem;
}

.txgl a{
	display: block;
	width: 2.73rem;
	height: .66rem;
	background: #FEF8F0;
	border-radius: .09rem;
	font-weight: bold;
	font-size: .17rem;
	color: #F3A113;
	line-height: .66rem;
	text-align: center;
	margin-bottom: .19rem;
}
.txgl a:last-child{
	margin: 0;
}
.txgl a:nth-child(2),
.txgl a:nth-child(5){
	background: #FDF1F1;
	color: #F06317;
}
.txgl a:nth-child(3){
	background: #ECF6F9;
	color: #00A8E1;
}
.txgl a:nth-child(6){
	background: #E6F9F4;
	color: #009489;
}

.txgl a img{
	width: .27rem;
	height: .23rem;
	object-fit: contain;
	margin-right: .21rem;
	vertical-align: middle;
}
.ysxk-item {
	margin-bottom: .32rem;
	scrollbar-width: thin;
}
.ysxk-item > h3{
	font-size: .15rem;
	color: #2C2B2B;
	margin-bottom: .16rem;
	font-weight: 600;
}
.ysxk-item > span{
	display: inline-block;
	font-weight: 400;
	font-size: .15rem;
	color: #808080;
	margin-right: .2rem;
	margin-bottom: .1rem;
}
.ysxk-item:last-child{
	margin-top: 0;
}
.ysxk-item::-webkit-scrollbar {
	width: .12rem;
	height: .14rem;
}
.ysxk-item::-ms-scrollbar {
	width: .12rem;
	height: .14rem;
}
.ysxk-item::-webkit-scrollbar-corner {
	background-color: transparent;
}
.ysxk-item::-ms-scrollbar-corner {
	background-color: transparent;
}
.ysxk-item::-webkit-scrollbar-thumb {
	border: .04rem solid transparent;
	background-clip: content-box;
	border-radius: .07rem;
	background-color: #c8d5e1;
}
.ysxk-item::-ms-scrollbar-thumb {
	border: .04rem solid transparent;
	background-clip: content-box;
	border-radius: .07rem;
	background-color: #c8d5e1;
}
.xkpg-tab{
	font-size: .15rem;
	color: #2C2B2B;
	margin-bottom: .15rem;
}
.xkpg-tab span{
	display: inline-block;
	margin-left: .1rem;
	margin-bottom: .05rem;
	padding: .03rem .06rem;
	cursor: pointer;
}
.xkpg-tab .ac{
	border-radius: .05rem;
	color: #F3A113;
	background-color: #FFF9F2;
}
.xkpg-list span{
	display: inline-block;
	font-weight: 400;
	font-size: .15rem;
	color: #808080;
	margin-right: .2rem;
	margin-bottom: .15rem;
}

.query-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: .25rem 0;
}
 .query-box .query-item{
	/* width: 274px; */
	width: 1.58rem;
	height: .4rem;
	display: inline-block;
	margin-right: .16rem;
}
.query-box .query-item:last-child{
	margin: 0;
}
.query-box .query-item .el-select{
	width: 100%;
	height: 100%;
}
.query-box .query-item .el-input__inner{
	/* height: 50px; */
	/* border: none; */
}
.serach-btn{
	width: .94rem;
	height: .4rem;
	background: linear-gradient(90deg, #FF6702, #FF9C28);
	border-radius: .07rem;
	font-size: .14rem;
	color: #FFFFFF;
	cursor: pointer;
}
.clear-btn{
	width: .94rem;
	height: .4rem;
	border-radius: .07rem;
	border: .01rem solid #FF7940;
	font-size: .14rem;
	color: #FF7940;
	background-color: transparent;
	margin-left: .15rem;
	cursor: pointer;

}
.r-nav{
	position: absolute;
	top:.2rem;
	right: .2rem;
}
.r-nav span{
	font-size: .14rem;
	color: #80807F;
	margin-left: .32rem;
	cursor: pointer;
}
.r-nav span img{
	width: .17rem;
	height: .17rem;
	object-fit: contain;
	margin-right: .05rem;
	vertical-align: middle;
}
.r-nav span img:nth-child(2){
	display: none;
}
.r-nav .ac{
	color: #ED5E21;
}
.r-nav .ac img:nth-child(2){
	display: inline-block;
}
.r-nav .ac img:nth-child(1){
	display: none;
}
.desc-list{
	font-size: 0;
}
.desc-list li{
	display: inline-block;
	width: 1.85rem;
	height: .63rem;
	line-height: .63rem;
	background: #FFF9F2;
	border-radius: .08rem;
	border: .01rem solid #F6E8D8;
	padding: 0 .15rem;
	font-size: .14rem;
	color: #5C5753;
	margin-right: .25rem;
	clear: both;
}
.desc-list li:last-child{
	margin-right: 0;
}
.desc-list li>span:nth-child(1) img{
	width: .15rem;
	height: .15rem;
	object-fit: contain;
	margin-right: .05rem;
	vertical-align: middle;
}
.desc-list li>span:nth-child(1) {
	float: left;
}
.desc-list li>span:nth-child(2){
	color: #FF7109;
	float: right;
}
.yxjj-desc{
	display: -webkit-box;        /* 关键：使用弹性盒子模型 */
	-webkit-box-orient: vertical; /* 文本垂直排列 */
	-webkit-line-clamp: 4;        /* 限制显示行数 */
	overflow: hidden;             /* 隐藏溢出内容 */
	text-overflow: ellipsis;      /* 显示省略号 */
	line-height: 1.5;            /* 建议设置行高（可选） */
	max-height: 1.44rem;             /* 辅助计算高度（可选，行高 × 行数） */
	color: #2C2B2B;
	line-height: .35rem;
	margin-top: .2rem;
	text-align: justify;
	/* text-indent: .32rem; */
}
.site-wrapper .wrapper-left{
	width: 4.06rem;
	display: inline-block;
	vertical-align: top;
}
.site-wrapper .wrapper-right{
	width: 3.77rem;
	display: inline-block;
	vertical-align: top;
	margin-left: .24rem;
}
.site-wrapper .wrapper-right h3{
	font-size: .15rem;
	color: #2C2B2B;
	margin-bottom: .2rem;
}
.site-wrapper .wrapper-right .jt-list{
	margin-bottom: .2rem;
	color: #2C2B2B;
	line-height: 2;
}
.site-wrapper .wrapper-right .jt-list > span{
	display: inline-block;
	font-size: .14rem;
	color:#FF7109;
}
.site-wrapper .wrapper-right .jt-list > img{
	margin-right: .02rem;
	vertical-align: middle;
}
#container{
	width: 100%;
	height: 2.84rem;
	border-radius: .08rem;
	margin-bottom: .16rem;
}
.num-list{
	font-size: 0;
}
.num-list div{
	width: .85rem;
	height: .82rem;
	background: #F9F9F9;
	border-radius: .08rem;
	text-align: center;
	display: inline-block;
	margin-right: .12rem;
	margin-bottom: .16rem;
	cursor: pointer;
}
.num-list .ac{
	background-color: #FF7109;
}
.num-list .ac span,
.num-list .ac p{
	color: #fff;
}
.num-list div:nth-child(4n){
	margin-right: 0;
}
.num-list div span{
	display: inline-block;
	font-size: .2rem;
	color: #FF7109;
	margin: .12rem 0 .1rem;
}
.num-list div p{
	font-size: .14rem;
	color: #5C5753;
}






.site-box{
	position: relative;
}
.school-around-config_addressBox__w2lYx {
    display: flex;
    flex-wrap: nowrap
}

.school-around-config_addressBox__w2lYx span {
    color: #666;
    font-size: .14rem;
    margin-right: .1rem;
    display: block;
    height: .2rem;
    line-height: .2rem;
    position: relative;
    top: .03rem;
    flex-shrink: 1
}

.school-around-config_addressBox__w2lYx .school-around-config_list__Ub-U8 {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1
}

.school-around-config_addressBox__w2lYx .school-around-config_list__Ub-U8 .school-around-config_item__3G41D {
    height: .3rem;
    line-height: .3rem;
    padding: 0 .15rem;
    border: .01rem solid #d8d8d8;
    border-radius: .08rem;
    font-size: .14rem;
    color: #666;
    margin-right: .1rem;
    margin-bottom: .15rem;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.school-around-config_addressBox__w2lYx .school-around-config_list__Ub-U8 .school-around-config_item__3G41D.school-around-config_active__nt1ps {
    background: #fff0e6;
    border: .01rem solid #fff0e6;
    color: #f60
}

.school-around-config_addressBox__w2lYx .school-around-config_list__Ub-U8 .school-around-config_item__3G41D:last-child {
    margin-right: 0
}

.school-around-config_arroundBox__1ktQ7 {
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem
}


.school-around-config_mapBox__20EF2 {
    width: 3.5rem;
    height: 2.7rem;
    border-radius: .08rem
}

.school-around-config_aroundItems__103nC {
    position: absolute;
    left: .1rem;
    top: .1rem;
    border-radius: .08rem;
    background: #fff;
    padding: .05rem .05rem .03rem;
    width: .79rem;
    text-align: center;
    box-shadow: 0 0 .1rem 0 rgba(0,0,0,.15);
    z-index: 10
}

.school-around-config_aroundItems__103nC ul {
    height: 0;
    overflow: hidden;
    transition: all .2s ease;
    margin: 0
}

.school-around-config_aroundItems__103nC ul li {
    height: .21rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .12rem;
    color: #666;
    margin-bottom: .02rem;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border-radius: .04rem
}
.school-around-config_aroundItems__103nC ul li span{
    font-size: .12rem;
}
.school-around-config_aroundItems__103nC ul li img {
    width: .12rem;
    margin-right: .05rem
}

.school-around-config_aroundItems__103nC ul li.school-around-config_checked__2hogc {
    background: #f5f6f7
}

.school-around-config_aroundItems__103nC ul.school-around-config_active__nt1ps {
    height: 1.89rem;
}

.school-around-config_aroundItems__103nC .school-around-config_expand__2rPWf {
    font-size: .12rem;
    color: #f60;
    height: .17rem;
    line-height: .17rem;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: .02rem
}

.school-around-config_aroundItems__103nC .school-around-config_expand__2rPWf i {
    margin-left: .02rem;
    vertical-align: middle
}

.school-around-config_mapEnter__2Gvm_ {
    position: absolute;
    right: .1rem;
    bottom: .1rem;
    width: .79rem;
    height: .27rem;
    line-height: .27rem;
    background: #fff;
    border-radius: .08rem;
    font-size: .12rem;
    color: #333;
    border: none;
    cursor: pointer
}

.school-around-config_mapEnter__2Gvm_ i {
    font-size: .16rem;
    margin-left: .02rem;
    vertical-align: middle
}

.school-around-config_arroundBox__1ktQ7 .school-around-config_detailBox__3-HO7 {
    width: 3.96rem
}

.school-around-config_arroundBox__1ktQ7 .school-around-config_detailBox__3-HO7 .school-around-config_iconBox__1OrFN {
    display: flex;
    flex-wrap: wrap
}

.school-around-config_arroundBox__1ktQ7 .school-around-config_detailBox__3-HO7 .school-around-config_iconBox__1OrFN .school-around-config_item__3G41D {
    width: 25%;
    text-align: center;
    margin-bottom: .11rem
}

.school-around-config_arroundBox__1ktQ7 .school-around-config_detailBox__3-HO7 .school-around-config_iconBox__1OrFN .school-around-config_item__3G41D .school-around-config_iconBg__1naRj {
    background: #f5f5f5;
    width: .32rem;
    height: .32rem;
    border-radius: .06rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto .05rem
}

.school-around-config_arroundBox__1ktQ7 .school-around-config_detailBox__3-HO7 .school-around-config_iconBox__1OrFN .school-around-config_item__3G41D .school-around-config_iconBg__1naRj img {
    width: .19rem;
    height: .19rem
}

.school-around-config_arroundBox__1ktQ7 .school-around-config_detailBox__3-HO7 .school-around-config_iconBox__1OrFN .school-around-config_item__3G41D p {
    height: .18rem;
    line-height: .18rem;
    white-space: nowrap;
    color: #333;
    font-size: .13rem;
    margin-bottom: 0
}

.school-around-config_arroundBox__1ktQ7 .school-around-config_detailBox__3-HO7 .school-around-config_iconBox__1OrFN .school-around-config_item__3G41D:nth-child(n+5):nth-child(-n+8) {
    margin-bottom: 0
}

.school-around-config_busdesc__MypAX {
    display: inline-block;
    background: #e8f8ee;
    color: #16b857;
    padding: 0 .04rem;
    border-radius: .04rem;
    line-height: .18rem
}

.school-around-config_subwaydesc__3I9X3 {
    display: inline-block;
    background: #e6f5ff;
    color: #09f;
    padding: 0 .04rem;
    border-radius: .04rem;
    line-height: .18rem
}

.school-around-config_traindesc__1XkSo {
    display: inline-block;
    background: #fdf5e6;
    color: #ff9c00;
    padding: 0 .04rem;
    border-radius: .04rem;
    line-height: .18rem
}


.site-box .text-wrapper{
	display: flex;
	align-items: center;
	border-radius: .07rem;
	background: #F9F9F9;
}
.site-box .text-wrapper > div{
	font-weight: 400;
	font-size: .14rem;
	color: #111111;
}
 .site-box .text-wrapper > div img{
	vertical-align: bottom;
	margin-right: .1rem;
}

.site-box .text-wrapper .select-t{
	width: 1.01rem;
	height: .42rem;
	background: linear-gradient(90deg, #FF6702, #FF9C28);
	border-radius: .07rem;
	font-size: .15rem;
	color: #FFFFFF;
	line-height: .4rem;
	text-align: center;
	position: relative;
}
.site-box .text-wrapper .select-t>p::after{
	content: '';
	display: inline-block;
	background-image: url("../image/schoolInfo/sjt.png");
	width: .12rem;
	height: .07rem;
	margin-left: .05rem;
	margin-bottom: .02rem;
}
.site-box .text-wrapper .select-t ul{
	position: absolute;
	bottom: .4rem;
	max-height: 0;
	background: #FFFFFF;
	width: 100%;
	color: #424242;
	list-style: none;
	font-weight: 400;
	border-radius: .05rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	overflow: auto;
	transition: max-height .3s  ease-in-out;
	z-index: 999;
	
}
.site-box .text-wrapper .select-t ul li{
	cursor: pointer;
	border-bottom: .01rem solid #e2e2e2;
}
.site-box .text-wrapper .select-t ul li:last-child{
	border: none;
}
.site-box .text-wrapper .select-t:hover{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	transition: border .3s;
}
.site-box .text-wrapper .select-t:hover ul{
	max-height: 1.2rem;
	border: .01rem solid #ff7840;
	border-bottom: none;
}
.site-box .text-wrapper .select-t ul::-webkit-scrollbar {
	width: .12rem;
	height: .14rem;
  }
 .site-box .text-wrapper .select-t ul::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
  }
 .site-box .text-wrapper .select-t ul::-webkit-scrollbar-corner {
	background-color: transparent;
  }
.site-box .text-wrapper .select-t ul::-webkit-scrollbar-thumb {
	min-height: .12rem;
	border: .04rem solid transparent;
	background-clip: content-box;
	border-radius: .07rem;
	background-color: #c8d5e1;
  }
.site-box .text-wrapper .select-t ul::-webkit-scrollbar-thumb:hover {
	background-color: #a8bbcf;
  }
.site-box .text-wrapper .select-t ul::-webkit-scrollbar-thumb:active {
	background-color: #87a2bd;
  }
.site-box .text-wrapper .select-t ul::-webkit-scrollbar-track {
	background-color: transparent;
  }
.site-box .text-wrapper .select-t ul::-webkit-scrollbar-track-piece {
	background-color: transparent;
  }