@charset "UTF-8";
/*document css*/
body{
	background-color: #f6f6f6;
}

/*banner*/
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner{
	width:100%;
	height: 2.45rem;
	overflow: hidden;
}
.banner img{
	display: block;
	width:100%;
	height: 100%;
}
.banner .swiper-pagination{
	bottom: .1rem;
	text-align: right;
	padding:0 .25rem;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width:.08rem;
	height: .08rem;
	background-color: #fff;
	-webkit-border-radius: .08rem;
	border-radius: .08rem;
	margin: 0 .05rem;
	opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	width: .2rem;
}
.applyNotice{
	padding-top: .15rem;
	background-color: #fff;
	margin-bottom: .2rem;
}
/*apply*/
.applyBox{
	padding:.26rem 0 .2rem;
	overflow: hidden;
}
.applyBox li{
	width:25%;
	float: left;
	height: auto;
	padding-bottom: .1rem;
}
.applyBox li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.applyBox li span{
	display: block;
	width: 100%;
	height: .9rem;
}
.applyBox li span img{
	vertical-align: top;
	width: auto;
	height: 100%;
}
.applyBox li p{
	font-size: .24rem;
	color: #333;
	line-height: .34rem;
	padding-top: .1rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*notice*/
.notice{
	height: .8rem;
	padding:0 .3rem;
	background: -o-linear-gradient(bottom, #fff,#ececec) center top no-repeat;
	background: -ms-linear-gradient(bottom, #fff,#ececec) center top no-repeat;
	background: -moz-linear-gradient(bottom, #fff,#ececec) center top no-repeat;
	background: -webkit-linear-gradient(bottom, #fff,#ececec) center top no-repeat;
	background: linear-gradient(to top, #fff,#ececec) center top no-repeat;
	-o-background-size: 100% 1px;
	-ms-background-size: 100% 1px;
	-moz-background-size: 100% 1px;
	-webkit-background-size: 100% 1px;
	background-size: 100% 1px;
	overflow: hidden;
}
.notice .noticeIcon{
	width:1.26rem;
	height: .8rem;
	float:left;
}
.noticeList{
	width:calc(100% - 1.26rem);
	padding-left: .2rem;
	overflow: hidden;
}
.noticeList .swiper-slide{
	display: block;
	line-height: .44rem;
}
.noticeList .swiper-slide a{
	display: block;
	width:100%;
	height: 100%;
	font-size: .24rem;
	color: #333;
	padding:.2rem .3rem .2rem 0;
	background: url(../images/arrowFr.png) right center no-repeat;
	-o-background-size: .16rem auto;
	-ms-background-size: .16rem auto;
	-moz-background-size: .16rem auto;
	-webkit-background-size: .16rem auto;
	background-size: .16rem auto;
}
h2.tit{
	font-size: .38rem;
	color: #303030;
	font-weight: bold;
	padding:0 .3rem .3rem;
	line-height: .46rem;
	overflow: hidden;
}
h2.tit span{
	display: block;
	float: left;
}
h2.tit em{
	font-style: normal;
	color: #d0161a;
}
h2.tit .moreBtn{
	display: block;
	float: right;
	font-size: .24rem;
	color: #999;
	line-height: .46rem;
}
.shadowBg{
	-webkit-box-shadow: 0 0 .1rem rgba(0,0,0,.1);
	box-shadow: 0 0 .1rem rgba(0,0,0,.1);
}
.oftenBox{
	background-color: #fff;
	margin-bottom: .2rem;
}
.newsBox{
	padding:.26rem 0 .3rem;
	background-color: #fff;
	margin-bottom: .2rem;
}
.newsList{
	width: calc(100% - .3rem);
	margin-left: .3rem;
}
.newsList .swiper-slide{

}
.newsList .swiper-slide a{
	display: block;
	padding-right: .3rem;
}
.newsList .swiper-slide .imgBox{
	width:100%;
	height: 1.7rem;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
}
.newsList .swiper-slide .imgBox img{
	width:100%;
	height: auto;
	min-height: 100%;
}
.newsList .swiper-slide p{
	font-size: .26rem;
	color: #333;
	line-height: .36rem;
	margin-top: .2rem;
	text-align: left;
}
.noticeCon{
	padding-top: .26rem;
	background-color: #fff;
	margin-bottom: .2rem;
}
.noticeCon li:first-of-type{
	padding-top: 0;
}
.noticeCon li{
	padding:.28rem .3rem;
	background: -o-linear-gradient(bottom, #fff,#ececec) center bottom no-repeat;
    background: -ms-linear-gradient(bottom, #fff,#ececec) center bottom no-repeat;
    background: -moz-linear-gradient(bottom, #fff,#ececec) center bottom no-repeat;
    background: -webkit-linear-gradient(bottom, #fff,#ececec) center bottom no-repeat;
    background: linear-gradient(to top, #fff,#ececec) center bottom no-repeat;
    -o-background-size: 100% 1px;
    -ms-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
}
.noticeCon li:last-of-type{
	background: none;
}
.noticeCon li a{
	display: block;
}
.noticeCon li h3{
	font-size: .26rem;
	color: #333;
	line-height: .4rem;
}
.noticeCon li p{
	font-size: .26rem;
	color:#999;
	line-height: .32rem;
	padding-top: .14rem;
}
.overviewCon{
	padding-top: .26rem;
	padding-bottom: .36rem;
	background-color: #fff;
}
.campusBtm{
	margin:0 .3rem;
	overflow: hidden;
}
.campusBtm li{
	width:calc(50% - .2rem);
	float: left;
}
.campusBtm li.overviewInfo{
	padding-right: .2rem;
	margin-right: .4rem;
}
.campusBtm li a{
	display: block;
	width:100%;
	height: 100%;
}
.campusBtm li .txtBox{
	float: left;
	padding-right:.2rem;
}
.campusBtm li .txtBox h3{
	font-size: .3rem;
	color: #303030;
	line-height: .36rem;
}
.campusBtm li .txtBox p{
	font-size: .24rem;
	color: #999;
	line-height: .3rem;
	padding-top: .1rem;
}
.campusBtm li.overviewInfo .txtBox{
	width: calc(100% - 1.64rem);
}
.campusBtm li.mapInfo .txtBox{
	width: calc(100% - 1.84rem);
}
.campusBtm li .imgBox{
	height: 1.32rem;
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
}
.campusBtm li.overviewInfo .imgBox{
	width:1.64rem;
}
.campusBtm li.mapInfo .imgBox{
	width:1.84rem;
}
.campusBtm li .imgBox img{
	width:100%;
	height: 100%;
}
/*20210918 add*/
.applyNotice .applyBox{
	padding-top: .06rem;
}
.applyBox li span img{
	height:.75rem;
	margin-top: .15rem;
}


/*20230608 add*/
.specialBox {
	background-color: #fff;
	padding-bottom: 0;
	margin-bottom: 0.2rem;
}
.specialBox ul{
	padding: .08rem .32rem 0;
	overflow: hidden;
	margin-top: -.24rem;
}
.specialBox li{
	width:calc(50% - .16rem);
	background: #fff;
	float: left;
	border-radius: .1rem;
	padding-bottom: 0;
	box-shadow: 0 .04rem .16rem rgba(0, 0, 0, 0.16);
	margin-right: .32rem;
	margin-bottom: .32rem;
	position: relative;
}
.specialBox li:nth-of-type(even){
	margin-right: 0;
}
.specialBox li span{
	display:block;
	width: 100%;
	height: 1.66rem;
	overflow: hidden;
}
.specialBox li span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.specialBox li p{
	line-height: .42rem;
	font-size: .28rem;
	color:#333;
	padding:.18rem 1.44rem .18rem .24rem;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.specialBox li em{
	display: block;
	font-style: normal;
	line-height: .42rem;
	color:#53A2EC;
	font-size: .24rem;
	padding-right: .24rem;
	background: url(/res/microhomepage/image/arrowdoublefr.png) right center no-repeat;
	-webkit-background-size: .2rem auto;
	background-size: .2rem auto;
	position: absolute;
	right: .2rem;
	bottom: .18rem;
	z-index: 2;
}
/*20230608 end*/
/*20240202 add*/
.specialBox li p{
	width: 1.4rem;
	padding-left: 0;
	padding-right: 0;
	margin-left: .24rem;
	margin-right: 1.44rem;
	text-overflow: inherit;
}