@media only screen and (max-width: 1680px) {
	.content{
		width: 1200px;
	}


	/*首页*/
	.news_left{
		width: 525px;
	}
	.news_right{
		width: 515px;
	}
	.adm_box{
		width: 550px;
	}
	.ind_box{
		width: 610px;
	}
	.program_text{
		left: calc((100% - 1200px) / 2 + 100px);
	}
	.scenery_type ul{
		margin-right: 1%;
	}
	.scenery_type li{
		width: 24%;
		height: 170px;
		margin-right: 1%;
	}
	.culture_list ul{
		margin-right: -2%;
	}
	.culture_list li{
		width: 48%;
		height: 202px;
		margin: 0 2% 15px 0;
	}
	.culture_left,.culture_right{
		width: 591px;
	}
	.culture_left li:nth-child(1){
		width: 72%;
		height: 340px;
		margin: 0 2% 15px 26%;
	}
	.culture_right li:nth-child(3){
		width: 98%;
		height: 340px;
		margin: 0 2% 15px 0;
	}
	.dang_pic{
		height: 190px;
	}


	/* 学校概况-学院风采 */
	.school_w{
		width: 1200px;
	}
	.school_type ul{
		gap: 0 40px;
	}
	.school_type li{
		height: 164px;
	}
	.school_num{
		font-size: 180px;
		line-height: 164px;
	}
	.school_txt{
		width: 90%;
	}
	.school_list ul{
		margin-right: -2.33%;
	}
	.school_list li{
		width: 31%;
		margin: 0 2.33% 20px 0;
	}
	.school_list .pic{
		height: 220px;
	}


	/* 学校概况-学校荣誉 */
	.honor_w{
		width: 1400px;
	}
	.honor{
		width: 1200px;
	}
	.honor_con{
		min-height: 350px;
	}
	.honor_pic{
		height: 168px;
	}


	/* 学校概况-领导信箱 */
	.mailbox_con{
		width: 1200px;
	}


	/* 招生就业-在线留言 */
	.message_box .content{
		width: 1200px;
	}


	/* 信息公开-人才招聘 */
	.rec_box .content{
		width: 1200px;
	}


	/* 信息公开-人才招聘-详情 */
	.rec_grey .content{
		width: 1200px;
	}


	/* 学生工作-学生资助 */
	.aid_list ul{
		margin-right: -3%;
	}
	.aid_list li{
		width: 30.33%;
		margin: 0 3% 50px 0;
	}
	.aid_pic{
		height: 260px;
	}


	/* 合作交流-产教融合 */
	.cjrh_text{
		width: 85%;
	}
	.cjrh_txt{
		margin-bottom: 20px;
	}
	.cjrh_pic{
		width: 162px;
		height: 162px;
	}


	/* 党建工作-党建动态-党建引领 */
	.djdt_pic{
		width: 27%;
	}
	.djdt_r{
		width: 69%;
	}


	/* 人才培养-培养模式 */
	.rencai_type ul{
		height: 140px;
	}
	.rencai_type li{
		height: 140px;
	}
	.rencai_type .school_num{
		font-size: 150px;
		line-height: 140px;
	}
	.rencai_type .school_tt{
		font-size: 18px;
	}
	.rencai_type li.active .school_tt{
		font-size: 20px;
	}
	.con1314{
		width: 1100px;
	}


	/* 人才培养-微专业 */
	.wei_r{
		width: 745px;
	}


	/* 教育教学-课程建设 */
	.su_con{
		width: 1000px;
	}


	/* 教育教学-专业建设 */
	.bz_right{
		margin: 40px 32px 0 0;
	}
	.tiaojian li{
		height: 240px;
	}
}


@media only screen and (max-width: 1600px) {
	/*首页*/
	.header .content{
		width: 95%;
	}
	.logo{
		width: 300px;
		top: 16px;
		left: 46%;
		transform: translateX(-46%);
	}
	.nav li{
		margin-right: 30px;
	}
	.nav li:nth-child(6){
		margin-right: 380px;
	}
}


@media only screen and (max-width: 1500px) and (min-width: 1441px) {
	/*首页*/
	.logo{
		width: 290px;
		top: 18px;
		left: 47%;
		transform: translateX(-47%);
	}
	.nav li{
		margin-right: 26px;
	}
	.nav li:nth-child(6){
		margin-right: 340px;
	}
}


@media only screen and (max-width: 1440px) {
	/* 首页 */
	.logo{
		width: 240px;
		top: 24px;
		left: 44%;
		transform: translateX(-44%);
	}
	.nav li{
		margin-right: 22px;
	}
	.nav li:nth-child(6){
		margin-right: 300px;
	}


	/* 学生工作-学生资助 */
	.aid_pic{
		height: 240px;
	}


	/* 教育教学-专业建设 */
	.shizi li{
		padding: 30px;
	}
}


@media only screen and (max-width: 1399px) and (min-width: 1024px) {
	.content{
		width: 94%;
	}


	/* 首页 */
	.logo{
		width: 348px;
		top: 11px;
		left: 50%;
		transform: translateX(-50%);
	}
	.search_img{
		float: left;
	}
	.nav{
		display: none;
	}
	.popup_close{
		right: 40px;
	}
	.popup_ss{
		right: 96px;
	}
	.search_close{
		right: 40px;
	}
	.nav_list{
		padding-top: 180px;
	}
	.nav_list h1{
		font-size: 20px;
	}
	.banner{
		height: 500px;
	}
	.news_left{
		width: 50%;
	}
	.news_right{
		width: 48%;
	}
	.news_pic{
		height: 304px;
	}
	.media_pic{
		height: 120px;
	}
	.adm_box{
		width: 47%;
	}
	.ind_box{
		width: 50%;
	}
	.program{
		height: 670px;
	}
	.program_con .text{
		top: 120px;
	}
	.program_text{
		width: 80%;
		left: calc((100% - 950px) / 2 + 100px);
	}
	.scenery_txt{
		top: 50px;
	}
	.culture_bg{
		min-height: 700px;
	}
	.culture_top{
		height: 300px;
	}
	.culture_left, .culture_right{
		width: 49%;
	}
	.culture_list li{
		height: 180px;
	}
	.culture_left li:nth-child(1){
		height: 300px;
	}
	.culture_right li:nth-child(3){
		height: 300px;
	}
	.meiti_bg{
		padding: 18px 0 15px;
	}
	.foot_bg{
		padding-top: 40px;
	}
	.f_nav{
		padding-bottom: 80px;
	}
	.piao_box{
		right: 10px;
	}


	/* 学校概况-学院风采 */
	.school_w{
		width: 94%;
	}
	.school_type ul{
		gap: 0;
		margin-right: -1%;
	}
	.school_type li{
		width: 24%;
		margin-right: 1%; 
	}
	.school_type li.active .school_tt{
		font-size: 19px;
	}
	.school_tt{
		height: 50px;
		line-height: 24px;
		font-size: 18px;
	}
	.school_txt{
		width: 100%;
	}
	.school_list .pic{
		height: 190px;
	}


	/* 学校概况-联系我们 */
	.con_list ul{
		display: block;
	}
	.con_list li{
		float: left;
		width: 50%;
		margin-bottom: 60px;
	}
	.code_pic{
		width: 220px;
		height: 220px;
	}
	.code_pic img{
		width: 200px;
		height: 200px;
	}


	/* 学校概况-学校荣誉 */
	.honor_w{
		width: 94%;
	}
	.honor{
		width: 80%;
	}
	.honor_con{
		min-height: 350px;
	}
	.honor_pic{
		height: 168px;
	}


	/* 学校概况-领导信箱 */
	.mailbox_con{
		width: 94%;
	}


	/* 招生就业-在线留言 */
	.message_box .content{
		width: 94%;
	}


	/* 信息公开-人才招聘 */
	.rec_box .content{
		width: 94%;
	}


	/* 信息公开-人才招聘-详情 */
	.rec_grey .content{
		width: 94%;
	}
	.fanye_back{
		left: auto;
		transform: translateX(0);
		bottom: auto;
		top: 60%;
		transform: translateY(-60%);
		right: 0;
		z-index: 3;
	}
	.fanye_left,.fanye_right{
		float: none;
		width: 86%;
		padding: 0 0 0 36px !important;
		text-align: left !important;
		margin-bottom: 10px;
	}
	.fanye_right div{
		right: auto;
		left: 0;
	}


	/* 学生工作-学生资助 */
	.aid_pic{
		height: 220px;
	}


	/* 合作交流-产教融合 */
	.cjrh_text{
		width: 100%;
	}
	.cjrh_con{
		height: 330px;
	}
	.cjrh_pic{
		width: 120px;
		height: 120px;
	}


	/* 党建工作-党建动态-党建引领 */
	.djdt_pic{
		width: 32%;
	}
	.djdt_r{
		width: 64%;
	}
	.djdt_tt{
		width: 88%;
	}


	/* 人才培养-培养模式 */
	.con1314{
		width: 94%;
	}


	/* 人才培养-微专业 */
	.wei_pic{
		width: 32%;
	}
	.wei_r{
		width: 65%;
	}


	/* 教育教学-课程建设 */
	.ke_type .swiper-slide{
		height: 200px;
	}
	.ke_pic{
		width: 70%;
	}
	.ke_bg{
		width: 30%;
	}
	.su_con{
		width: 80%;
	}
	.si_list{
		width: 100%;
	}
	.si_list ul{
		margin-right: -3.33%;
	}
	.si_list li{
		width: 30%;
		margin-right: 3.33%;
	}


	/* 教育教学-专业建设 */
	.shizi li{
		padding: 30px 15px;
	}
	.fazhan_bg{
		padding: 80px 52px 5px 60px;
	}
	.tiaojian li{
		height: 210px;
	}
}


@media only screen and (max-width: 1023px) {
	body{
		font-size: 0.26rem;
	}
	img {
		width: 100%;
	}
	.pc {
		display: none;
	}
	.phone {
		display: block;
	}
	.content{
		width: 90%;
	}

	
	/* 首页 */
	.header .content{
		width: 90%;
		height: 1.2rem;
	}
	.logo{
		width: 3.8rem;
		top: 0.18rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.search_img{
		float: left;
	}
	.nav{
		display: none;
	}
	.head_menu {
		width: 0.5rem;
		height: 0.5rem;
		margin: 0.28rem 0 0 0.34rem;
	}
	.popup_close{
		width: 0.5rem;
		height: 0.5rem;
		top: 0.36rem;
		right: 0.2rem;
	}
	.popup_ss{
		width: 0.45rem;
		height: 0.47rem;
		top: 0.36rem;
		left: 0.3rem;
		right: auto;
	}
	.nav_list{
		width: 92%;
		padding-top: 1.5rem;
	}
	.nav_list ul{
		display: block;
		height: 72vh;
		overflow-y: scroll;
	}
	.nav_list ul::-webkit-scrollbar {
		display: none;
	}
	.nav_list li{
		width: 100%;
		text-align: left;
		line-height: 0.8rem;
		font-size: 0.3rem;
	}
	.nav_list i{
		display: none;
	}
	.nav_list h1{
		line-height: 0.8rem;
		font-size: 0.3rem;
		margin-bottom: 0;
		background: url(../images/arrow_01.png) no-repeat right center;
		background-size: 0.15rem 0.25rem;
	}
	.nav_list li.current h1 {
		background: url(../images/arrow_02.png) no-repeat right center;
		background-size: 0.25rem 0.15rem;
	}
	.nav_list li:hover h1{
		color: #222;
	}
	.subnav_list{
		display: none;
	}
	.subnav_list ul{
		height: auto;
	}
	.subnav_list li:hover{
		color: #222;
	}
	.search_img{
		width: 0.45rem;
		height: 0.47rem;
		margin-top: 0.36rem;
	}
	.search_logo{
		width: 3.8rem;
		top: 0.18rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.search_close{
		width: 0.5rem;
		height: 0.5rem;
		top: 0.36rem;
		right: 0.2rem;
	}
	.search_form{
		width: 90%;
		margin: 0 auto 2rem;
	}
	.search_form h1{
		font-size: 0.58rem;
		line-height: 0.66rem;
		margin-bottom: 0.66rem;
	}
	.ss_con{
		height: 1rem;
	}
	.ss_con img{
		width: 0.4rem;
		height: 0.38rem;
	}
	.ss_txt{
		height: 1rem;
		font-size: 0.3rem;
	}
	.ss_hot{
		font-size: 0.26rem;
		line-height: 0.48rem;
		margin: 0.48rem 0;
	}
	.ss_hot span{
		font-size: 0.3rem;
		display: block;
		margin-bottom: 0.1rem;
	}
	.ss_hot a{
		padding: 0 0.2rem 0 0;
	}
	.ss_bot{
		bottom: 0.2rem;
		flex-direction: column;
	}
	.ss_share{
		margin-bottom: 0.2rem;
	}
	.ss_share ul{
		margin-right: -0.4rem;
	}
	.ss_share li{
		width: 0.8rem;
		height: 0.8rem;
		margin-right: 0.4rem;
	}
	.ss_share img{
		width: 0.4rem;
		height: 0.4rem;
	}
	.ss_code{
		width: 2rem;
		height: 2rem;
		top: -2.2rem;
		left: -0.6rem;
	}
	.ss_code img{
		width: 1.9rem;
		height: 1.9rem;
	}
	.ss_tel{
		font-size: 0.26rem;
		margin-left: 0;
	}
	.ss_tel span{
		font-size: 0.4rem;
		padding-left: 0.2rem;
	}
	.banner{
		height: 95vh;
	}
	.banner .swiper-pagination{
		display: none;
	}
	.p80{
		padding-bottom: 0.8rem;
	}
	.list_box{
		padding-bottom: 0.45rem;
		margin-bottom: 0.35rem;
	}
	.news_bgt{
		height: 0.7rem;
		top: -0.68rem;
	}
	.news_bgb{
		height: 0.7rem;
	}
	.news_box{
		padding: 0 0.3rem;
	}
	.list_box .swiper-pagination{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.list_box .swiper-pagination-bullet{
		width: 0.2rem;
		height: 0.2rem;
		background: #cdcdcd;
		border-radius: 50%;
		margin: 0.08rem 0.15rem !important;
		opacity: 1;
	}
	.list_box .swiper-pagination-bullet-active{
		width: 0.36rem;
		height: 0.36rem;
		background: url(../images/ind_44.png) no-repeat;
		background-size: 100% 100%;
		margin: 0 0.07rem !important;
	}
	.list_box .swiper-pagination-bullet:only-child{
		display: block !important;
	}
	.list_box .swiper-button-next, .list_box .swiper-button-prev{
		display: none;
	}
	.list_pic{
		width: 1.1rem;
		height: 1.1rem;
		margin: 0 auto 0.2rem;
	}
	.list_pic img{
		width: 0.7rem;
		height: 0.7rem;
	}
	.list h1{
		line-height: 0.36rem;
		font-size: 0.26rem;
	}
	.news_left{
		float: none;
		width: 100%;
		padding-top: 0;
		margin-bottom: 0.6rem;
	}
	.news_carousel{
		margin-bottom: 0.25rem;
	}
	.news_pic{
		height: 4rem;
	}
	.news_picbg{
		height: 2rem;
		padding: 0.28rem 0.25rem;
	}
	.news_pic_tit{
		font-size: 0.28rem;
		line-height: 0.5rem;
		height: 0.5rem;
	}
	.news_pic_text{
		font-size: 0.24rem;
		line-height: 0.56rem;
		height: 0.56rem;
		margin: 0 0 0.12rem;
	}
	.news_pic_time{
		font-size: 0.24rem;
		line-height: 0.3rem;
	}
	.news_pic_time img{
		width: 0.3rem;
		height: 0.3rem;
		margin-right: 0.12rem;
	}
	.news_list li{
		height: 0.72rem;
		line-height: 0.72rem;
		padding-left: 0.28rem;
	}
	.news_list i{
		width: 0.1rem;
		height: 0.1rem;
		left: 0;
	}
	.news_list .text{
		width: 70%;
		height: 0.72rem;
		font-size: 0.26rem;
	}
	.news_list .time{
		width: 30%;
		padding-right: 0;
		height: 0.72rem;
		font-size: 0.26rem;
	}
	.news_right{
		float: none;
		width: 100%;
	}
	.ann_box{
		min-height: auto;
		padding-bottom: 0.6rem;
	}
	.ann_top{
		height: 0.52rem;
		line-height: 0.52rem;
		margin-bottom: 0.32rem;
	}
	.ann_top img{
		width: 0.52rem;
		height: 0.52rem;
		margin-right: 0.1rem;
	}
	.ann_tit{
		font-size: 0.4rem;
	}
	.ann_tit span{
		font-size: 0.22rem;
		line-height: 0.34rem;
		margin-left: 0.1rem;
	}
	.ann_more{
		width: 0.5rem;
		height: 0.5rem;
		font-size: 0.2rem;
		margin-top: 0;
	}
	.media_box .ann_top{
		margin-bottom: 0.4rem;
	}
	.media_pic{
		height: 1.9rem;
		margin-bottom: 0.1rem;
	}
	.media_video{
		width: 0.48rem;
		height: 0.48rem;
	}
	.video-a2{
		width:0.5rem;
		height:0.5rem;
		right: 0.2rem;
		top: 0.2rem;
	}
	.video-a3{
		width: 100%;
		height: auto;
	}
	.media_tit{
		font-size: 0.26rem;
		height: 0.58rem;
		line-height: 0.58rem;
	}
	.media_line{
		width: 0.26rem;
		height: 0.03rem;
	}
	.media_time{
		font-size: 0.26rem;
		height: 0.56rem;
		line-height: 0.56rem;
	}

	.adm_bg{
		min-height: 8rem;
		background-size: 260%;
		padding: 0.8rem 0 1.3rem;
	}
	.adm_box{
		float: none;
		width: 100%;
		margin-bottom: 0.68rem;
	}
	.adm_top{
		margin-bottom: 0.32rem;
	}
	.adm_title h1{
		line-height: 0.64rem;
		font-size: 0.48rem;
		margin-bottom: 0.15rem;
	}
	.adm_title h1 i{
		width: 2rem;
		height: 0.06rem;
		border-radius: 0.1rem;
		opacity: 1;
	}
	.adm_title div{
		font-size: 0.24rem;
		line-height: 0.3rem;
	}
	.adm_more{
		width: 0.64rem;
		height: 0.64rem;
		font-size: 0.2rem;
		margin: 0.24rem 0 0 0;
	}
	.adm_pic{
		height: 3.8rem;
		margin-bottom: 0.32rem;
	}
	.adm_con .text{
		font-size: 0.49rem;
		line-height: 0.68rem;
	}
	.adm_con .text div{
		font-size: 0.35rem;
		line-height: 0.46rem;
	}
	.adm_con_more{
		font-size: 0.2rem;
		height: 0.52rem;
	}
	.adm_con_more img{
		width: 0.26rem;
		height: 0.12rem;
		margin-right: 0.1rem;
	}
	.adm_list li{
		height: 1.12rem;
		font-size: 0.22rem;
	}
	.adm_list a{
		padding: 0;
	}
	.adm_list span{
		display: none;
	}
	.ind_box{
		float: none;
		width: 100%;
	}
	.ind_box .adm_more{
		margin: 0.2rem 0 0;
	}
	.ind_list li{
		float: none;
		width: 100%;
		margin: 0 0 0.22rem 0;
	}
	.ind_pic{
		width: 50%;
		height: 2rem;
	}
	.ind_con{
		float: none;
		height: auto;
		padding: 0.24rem 0.38rem;
	}
	.ind_tit{
		font-size: 0.3rem;
		line-height: 0.5rem;
		height: 0.5rem;
		margin-bottom: 0;
	}
	.ind_txt{
		display: none !important;
	}
	.ind_time{
		font-size: 0.26rem;
		height: 0.46rem;
		line-height: 0.46rem;
	}
	.ind_time i{
		width: 0.22rem;
		height: 0.06rem;
		left: -0.38rem;
	}
	.ind_list li:first-child{
		width: 100%;
		height: 2rem;
	}
	.ind_list li:first-child .ind_con{
		width: 50%;
		height: 2rem;
		padding: 0.2rem 0.28rem;
	}
	.ind_list li:first-child .ind_tit{
		margin-bottom: 0.1rem;
		line-height: 0.5rem;
		height: 1rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
	.ind_list li:first-child .ind_txt{
		display: none;
	}
	.program_box{
		padding-top: 0.94rem;
	}
	.program_top{
		margin: 0 auto 0.42rem;
	}
	.program_title h1{
		font-size: 0.48rem;
		line-height: 0.62rem;
		margin-bottom: 0.15rem;
	}
	.program_title h1 i{
		width: 2rem;
		height: 0.06rem;
		border-radius: 0.1rem;
	}
	.program_title div{
		font-size: 0.24rem;
		line-height: 0.3rem;
	}
	.program_more{
		width: 0.64rem;
		height: 0.64rem;
		font-size: 0.2rem;
		margin: 0.15rem 0 0;
	}
	.program_02{
		width: 100%;
		padding-left: 0.36rem;
	}
	.program_02 .swiper-slide-active .program_pic02{
		transform: scale(1);
	}
	.program_02 .swiper-slide-active .program_text02{
		opacity: 1;
	}
	.program_pic02{
		width: 100%;
		height: 9.9rem;
		overflow: hidden;
		margin-bottom: 0.34rem;
		transform: scale(0.9);
	}
	.program_pic02 img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.program_text02{
		width: 100%;
		text-align: center;
		line-height: 52px;
		color: #333;
		font-size: 0.36rem;
		opacity: 0;
	}
	.scenery_box{
		padding: 0.84rem 0 0.9rem;
	}
	.scenery_pic{
		height: 4.2rem;
		margin-bottom: 0.16rem;
	}
	.scenery_type ul{
		margin-right: -13px;
	}
	.scenery_type li{
		width: 48%;
		height: 1.9rem;
		margin: 0 2% 0.12rem 0;
	}
	.scenery_txt{
		top: 50%;
		transform: translateY(-50%);
	}
	.scenery_txt div{
		font-size: 0.4rem;
		line-height: 0.5rem;
		margin-bottom: 0.2rem;
	}
	.scenery_txt i{
		width: 0.7rem;
	}
	.culture_bg{
		min-height: 8rem;
		padding: 1rem 0;
	}
	.culture_top{
		width: 100%;
		height: auto;
		position: static;
		top: auto;
		left: auto;
		margin-bottom: 0.35rem;
	}
	.culture_title{
		float: left;
		width: 75%;
	}
	.culture_title h1{
		width: auto;
		line-height: 0.64rem;
		font-size: 0.48rem;
		margin-bottom: 0.15rem;
	}
	.culture_title h1 i{
		width: 2rem;
		height: 0.06rem;
		border-radius: 0.1rem;
		opacity: 1;
	}
	.culture_title div{
		font-size: 0.24rem;
		line-height: 0.3rem;
	}
	.culture_more{
		float: right;
		width: 0.64rem;
		height: 0.64rem;
		font-size: 0.2rem;
		margin: 0.24rem 0 0 0;
		position: relative;
		bottom: auto;
		left: auto;

	}
	.culture02{
		width: 100%;
		padding-bottom: 1.28rem;
		position: relative;
	}
	.culture02 .swiper-button-next, .culture02 .swiper-button-prev{
		width: 0.72rem;
		height: 0.72rem;
		background: rgba(255, 255, 255, 0.3);
		border-radius: 50%;
		top: auto;
		bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.culture02 .swiper-button-next{
		right: 37%;
	}
	.culture02 .swiper-button-prev{
		left: 37%;
	}
	.culture02 .swiper-button-next:after, .culture02 .swiper-button-prev:after{
		color: #fff;
		font-weight: bold;
		font-size: 0.2rem;
		text-align: center;
	}
	.culture02 .swiper-button-next:hover, .culture02 .swiper-button-prev:hover{
		background: #fff;
	}
	.culture02 .swiper-button-next:hover:after, .culture02 .swiper-button-prev:hover:after{
		color: #7caa17;
	}
	.culture_pic02{
		width: 100%;
		height: 4.4rem;
		margin-bottom: 0.35rem;
		overflow: hidden;
	}
	.culture_pic02 img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.culture_txt{
		width: 100%;
		text-align: center;
		line-height: 0.5rem;
		font-size: 0.32rem;
		color: #fff;
		font-weight: bold;
	}
	.dang_bg{
		min-height: auto;
		background: url(../images/ind_38s.jpg) no-repeat center top #f8f8f8;
		background-size: 100%;
		padding: 0.9rem 0 1.1rem;
	}
	.dang_bg .content{
		width: 100%;
	}
	.dang_bg .program_top{
		width: 90%;
		margin: 0 auto 0.44rem;
	}
	.dang{
		padding: 0 0 1.1rem 0.36rem;
	}
	.dang .swiper-slide{
		height: auto;
	}
	.dang .swiper-pagination-bullet{
		width: 0.2rem;
		height: 0.2rem;
		margin: 0.08rem 0.15rem !important;
	}
	.dang .swiper-pagination-bullet-active{
		width: 0.36rem;
		height: 0.36rem;
		margin: 0 0.07rem !important;
	}
	.dang_pic{
		height: 3.6rem;
		margin-bottom: 0.32rem;
	}
	.dang_txt{
		font-size: 0.28rem;
		height: 0.56rem;
		line-height: 0.56rem;
	}
	.dang_line{
		width: 0.27rem;
		height: 0.06rem;
		border-radius: 0.1rem;
		margin: 0.2rem 0 0.22rem;
	}
	.dang_time{
		font-size: 0.26rem;
		height: 0.46rem;
	}
	.dang_time img{
		width: 0.3rem;
		height: 0.3rem;
		margin-right: 0.2rem;
	}
	.school_box{
		padding: 0.94rem 0;
	}
	.school_box .program_title{
		margin-bottom: 0.4rem;
	}
	.school .swiper-slide{
		height: 3.1rem;
		border-radius: 0.1rem;
	}
	.school .swiper-slide a{
		padding: 0.4rem 0.3rem 0.2rem;
	}
	.school_img{
		width: 0.9rem;
		height: 0.9rem;
		margin-bottom: 0.5rem;
	}
	.school_tit{
		font-size: 0.3rem;
		line-height: 0.52rem;
		height: 0.52rem;
	}
	.school_text{
		font-size: 0.22rem;
		line-height: 0.46rem;
		height: 0.46rem;
	}
	.school_sz{
		font-size: 0.57rem;
		line-height: 0.6rem;
		top: 0.15rem;
		right: 0.24rem;
	}

	.meiti_bg{
		padding: 0.4rem 0;
	}
	.meiti_box{
		width: 100% !important;
	}
	.meiti_left{
		float: none;
		width: 100%;
	}
	.meiti_tit{
		width: 100%;
		text-align: center;
		font-size: 0.32rem;
		line-height: 0.46rem;
		margin-bottom: 0.3rem;
	}
	.share{
		width: 100%;
	}
	.share ul{
		margin-right: 0;
	}
	.share li{
		float: left;
		width: 33.33%;
		margin: 0 0 0.2rem;
	}
	.share_pic{
		width: 1.8rem;
		height: 1.8rem;
		margin: 0 auto 0.15rem;
	}
	.share_pic img{
		width: 1.6rem;
		height: 1.6rem;
	}
	.share h1{
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.tel{
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 0.6rem;
	}
	.tel h1{
		font-size: 0.32rem;
		line-height: 0.46rem;
		margin-bottom: 0.25rem;
	}
	.tel div{
		font-size: 0.7rem;
		line-height: 0.8rem;
	}
	.foot_bg{
		padding-top: 0.5rem;
	}
	.foot_bg .content{
		width: 100% !important;
	}
	.f_nav{
		padding: 0 0.1rem 0.5rem;
		display: block;
	}
	.f_nav:after{
		content:"";
		display: block;
		clear:both;
	}
	.f_nav em{
		display: none;
	}
	.f_nav dl{
		float: left;
		width: 25%;
		text-align: center;
		padding: 0;
	}
	.f_nav dl dt{
		font-size: 0.28rem;
		line-height: 0.8rem;
		height: 0.8rem;
	}
	.f_nav dl dt i{
		display: none;
	}
	.f_nav dl dd{
		display: none;
	}
	.copyright{
		text-align: center;
		line-height: 0.46rem;
		padding: 0.2rem 0;
		font-size: 0.22rem;
	}
	.copyright .fl,.copyright .fr{
		width: 100%;
		display: block;
	}
	.copyright .fl img{
		width: 0.2rem;
		height: 0.24rem;
		margin: 0.1rem 0.1rem 0 0.15rem;
	}
	.copyright a{
		display: block;
	}
	.piao_box{
		display: none !important;
	}
	

	/* 学校概况-现任领导 */
	.main_bn{
		height: 4.4rem;
		margin-top: 1.2rem;
	}
	.bn_bg{
		width: 80%;
	}
	.bn_bg_red{
		width: 80%;
	}
	.bn_text{
		font-size: 0.3rem;
	}
	.bn_text h1{
		font-size: 0.5rem;
		line-height: 0.56rem;
		margin-bottom: 0.15rem;
	}
	.type{
		width: 100% !important;
	}
	.type ul{
		height: 0.9rem;
		padding-left: 0.3rem;
	}
	.type li{
		font-size: 0.26rem;
		height: 0.9rem;
		line-height: 0.9rem;
		margin-right: 0.7rem;
	}
	.type i{
		width: 100%;
		height: 0.2rem;
	}
	.leader_box{
		min-height: 9rem;
		padding: 0.7rem 0 1.2rem;
	}
	.leader_tit{
		line-height: 0.64rem;
		font-size: 0.5rem;
		margin-bottom: 0.42rem;
	}
	.leader_tit i{
		width: 2rem;
		height: 0.06rem;
		border-radius: 0.1rem;
	}
	.leader_list li{
		min-height: 2rem;
		padding: 0.1rem 0.2rem 0.1rem 1rem;
		box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.04);
		margin-bottom: 0.3rem;
	}
	.leader_logo{
		width: 0.7rem;
		padding: 0.1rem 0.05rem;
	}
	.leader_tt{
		font-size: 0.34rem;
		line-height: 0.42rem;
		margin-bottom: 0.2rem;
	}
	.leader_text{
		font-size: 0.28rem;
		line-height: 0.4rem;
	}


	/* 学校概况-学院风采 */
	.school_box{
		min-height: 9rem;
		padding: 0.4rem 0 1.4rem;
	}
	.school_w{
		width: 100%;
	}
	.school_box .content{
		width: 100%;
	}
	.school_type{
		padding-bottom: 0;
	}
	.school_type ul{
		gap: 0 0.3rem;
		padding: 0 5%;
		height: 3rem;
		overflow-y: hidden;
		overflow-x: scroll;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.school_type ul::-webkit-scrollbar {
		display: none;
	}
	.school_type li{
		flex: 0 0 auto;
		float: none;
		user-select: none; 
    	-webkit-user-select: none;
		width: 48%;
		height: 3rem;
	}
	.school_num{
		line-height: 1.8rem;
		font-size: 2.2rem;
	}
	.school_tt{
		height: 0.8rem;
		line-height: 0.36rem;
		font-size: 0.28rem;
	}
	.school_type li.active .school_tt{
		font-size: 0.3rem;
	}
	.school_txt{
		width: 90%;
		text-align: justify;
		line-height: 0.46rem;
		font-size: 0.28rem;
		margin: 0 auto 0.64rem;
	}
	.school_list{
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	.school_list ul{
		margin-right: 0;
	}
	.school_list li{
		float: none;
		width: 100%;
		margin: 0 0 0.3rem 0;
	}
	.school_list .pic{
		height: 4rem;
	}
	.school_list .text{
		line-height: 0.42rem;
		font-size: 0.28rem;
		height: 0.84rem;
	}
	.page{
		padding-top: 0.5rem;
	}
	.page a{
		width: 0.66rem;
		height: 0.66rem;
		line-height: 0.66rem;
		font-size: 0.3rem;
		margin: 0 0.04rem;
	}
	.page a.fh{
		font-size: 0.24rem;
	}


	/* 招生就业-招生章程 */
	.zhao_box{
		min-height: 9rem;
		padding: 0.75rem 0 1rem;
	}
	.zhao_title{
		margin-bottom: 0.45rem;
	}
	.zhao_title h1{
		font-size: 0.45rem;
		line-height: 0.56rem;
		margin-bottom: 0.15rem;
	}
	.zhao_title h2{
		font-size: 0.26rem;
		line-height: 0.4rem;
		margin-bottom: 0.2rem;
	}
	.zhao_title i{
		width: 0.8rem;
		height: 0.06rem;
	}
	.zhao_tit{
		border-radius: 0.1rem 0.1rem 0 0;
		padding: 0.1rem 0.3rem;
		line-height: 0.44rem;
		font-size: 0.32rem;
	}
	.zhao_bg{
		padding: 0.3rem;
		margin-bottom: 0.5rem;
	}
	.zhao_txt{
		font-size: 0.28rem;
		line-height: 0.48rem;
	}


	/* 招生就业-新生指南 */
	.guide_box{
		min-height: 9rem;
		padding: 1.1rem 0 1.4rem;
	}
	.guide_bg{
		min-height: 2rem;
		border: solid 0.03rem #3d3d3d;
		padding: 0.7rem 0.4rem;
		margin: 0 auto 0.77rem;
	}
	.guide_title{
		width: 90%;
		text-align: center;
		font-size: 0.34rem;
		line-height: 0.5rem;
		padding: 0.1rem;
		top: -0.35rem;
	}
	.guide_line{
		width: 0.16rem;
		height: 0.96rem;
		border-top: solid 0.1rem #fff;
		border-bottom: solid 0.1rem #fff;
	}
	.line_left{
		left: -0.09rem;
	}
	.line_right{
		right: -0.09rem;
	}
	.guide_text{
		font-size: 0.26rem;
		line-height: 0.46rem;
	}
	.guide_con{
		padding: 0 0.3rem;
		margin-bottom: 0.46rem;
	}
	.guide_top{
		min-height: 0.84rem;
	}
	.guide_num{
		font-size: 0.6rem;
		line-height: 0.56rem;
		left: -0.45rem;
	}
	.guide_numbg{
		width: 0.6rem;
		height: 0.7rem;
		border-top: solid 2px #7caa17;
		transform: rotate(-52deg);
		top: 0.22rem;
		left: 0.24rem;
	}
	.guide_tt{
		font-size: 0.36rem;
		line-height: 0.84rem;
	}
	.guide_a{
		padding: 0.12rem 0.2rem;
		font-size: 0.26rem;
		line-height: 0.46rem;
	}
	.guide_a h1{
		font-size: 0.28rem;
	}
	.guide_b{
		font-size: 0.28rem;
		line-height: 0.48rem;
		padding: 0 0.56rem;
	}


	/* 招生就业-在线留言 */
	.message_box{
		padding: 0.7rem 0 1.4rem;
	}
	.message_box .content{
		width: 90%;
	}
	.message_bg{
		min-height: 5rem;
		padding: 0 0.4rem;
	}
	.message_tit{
		font-size: 0.26rem;
		line-height: 0.4rem;
		margin-bottom: 0.5rem;
	}
	.message_tit h1{
		font-size: 0.4rem;
		line-height: 0.66rem;
	}
	.message_con{
		display: block;
	}
	.p50{
		padding-bottom: 0;
	}
	.p67{
		padding-bottom: 0.67rem;
	}
	.mes_box{
		width: 100%;
		padding-bottom: 0.5rem;
	}
	.mes_text{
		font-size: 0.28rem;
		line-height: 0.44rem;
		margin-bottom: 0.15rem;
	}
	.mes_con{
		height: 0.9rem;
		padding-left: 0.65rem;
	}
	.mes_con input{
		height: 0.9rem;
		line-height: 0.9rem;
		font-size: 0.28rem;
	}
	.mes_con textarea{
		height: 3rem;
		line-height: 0.46rem;
		font-size: 0.28rem;
	}
	.mes_img{
		width: 0.32rem;
		height: 0.32rem;
		top: 0.3rem;
		left: 0.2rem;
	}
	.mes .mes_con{
		height: 2.9rem;
		padding: 0.2rem 0 0 0.65rem;
	}
	.btn_submit{
		width: 2.7rem;
		height: 0.7rem;
		font-size: 0.3rem;
	}
	

	/* 学校概况-联系我们 */
	.contact_box{
		min-height: 9rem;
		padding: 1rem 0;
		background-size: 100%;
	}
	.contact_box .content{
		width: 100%;
	}
	.contact_tit{
		line-height: 0.4rem;
		font-size: 0.3rem;
		margin-bottom: 0.6rem;
	}
	.contact_tit h1{
		font-size: 0.48rem;
		line-height: 0.6rem;
		margin-bottom: 0.2rem;
	}
	.con_list{
		padding: 0.2rem 0 0.7rem;
	}
	.con_list ul{
		display: block;
	}
	.con_list li{
		float: left;
		width: 56%;
		padding: 0 0.1rem;
		margin-bottom: 0.6rem;
	}
	.con_pic{
		width: 1.4rem;
		height: 1.4rem;
		margin: 0 auto 0.3rem;
	}
	.con_list h1{
		font-size: 0.28rem;
		line-height: 0.42rem;
		margin-bottom: 0.1rem;
	}
	.con_list li .text{
		font-size: 0.3rem;
		line-height: 0.44rem;
	}
	.con_list li:nth-child(odd){
		width: 44%;
	}
	.code_list ul{
		display: block;
	}
	.code_list li{
		float: left;
		width: 50%;
		padding: 0 0.2rem;
		margin-bottom: 0.35rem;
	}
	.code_pic{
		width: 3rem;
		height: 3rem;
		margin: 0 auto 0.3rem;
	}
	.code_pic img{
		width: 2.8rem;
		height: 2.8rem;
	}
	.code_list h1{
		font-size: 0.32rem;
		line-height: 0.42rem;
	}


	/* 学校概况-学校简介 */
	.com_box{
		min-height: 9rem;
		padding: 0.8rem 0 3rem;
		background-size: 200%;
	}
	.com_tit{
		margin-bottom: 0.52rem;
	}
	.com_tit img{
		width: 80%;
	}
	.com_text{
		line-height: 0.54rem;
		font-size: 0.3rem;
	}
	.com_text img{
		border-radius: 0.2rem;
	}
	

	/* 学校概况-办学理念 */
	.linian_box{
		min-height: 9rem;
		padding: 0.8rem 0 1rem;
	}
	.linian_t{
		padding-right: 0;
		margin-bottom: 0.6rem;
	}
	.linian_pic{
		float: none;
		width: 100%;
		height: 4.4rem;
		border-radius: 0.24rem;
		margin-bottom: 0.5rem;
	}
	.linian_r{
		float: none;
		width: 100%;
	}
	.linian_rt{
		margin: 0 0 0.3rem 0;
	}
	.linian_txt{
		font-size: 0.3rem;
		line-height: 0.5rem;
	}
	.linian_con{
		margin-bottom: 0.6rem;
	}
	.linian_tt{
		min-height: 0.76rem;
		line-height: 0.56rem;
		padding: 0.1rem 0 0.1rem 0.5rem;
		background-size: 100% 100%;
		font-size: 0.36rem;
		margin-bottom: 0.25rem;
	}
	.linian_p{
		padding: 0 0.5rem;
	}
	

	/* 学校概况-学校荣誉 */
	.honor_box{
		min-height: 9rem;
		padding: 0.8rem 0;
	}
	.honor_w{
		width: 95%;
		padding-bottom: 1rem;
	}
	.honor{
		width: 70%;
		padding: 0;
	}
	.honor .swiper-slide{
		border: solid 0.04rem #eaeaea;
		border-radius: 0.05rem;
		box-shadow: none;
	}
	.honor_con{
		min-height: 4rem;
		padding: 0.5rem 0.3rem;
	}
	.honor_pic{
		width: 90%;
		height: 2.4rem;
		margin: 0 auto 0.4rem;
	}
	.honor_line{
		margin-bottom: 0.28rem;
	}
	.honor_txt{
		line-height: 0.4rem;
		font-size: 0.3rem;
	}
	.honor_w .swiper-pagination{
		height: 0.38rem !important;
	}
	.honor_w .swiper-pagination-bullet{
		width: 0.18rem;
		height: 0.18rem;
		margin: 0.1rem 0.16rem !important;
	}
	.honor_w .swiper-pagination-bullet-active::after{
		display: none;
	}
	.honor_w .swiper-button-next, .honor_w .swiper-button-prev{
		width: 0.6rem;
		height: 0.6rem;
	}
	.img_modal_con{
		width: 100%;
	}
	.img_modal .img_modal_img{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.img_modal .img_modal_img img{
		width: 100%;
		height: auto;
	}
	.img_modal_header{
		top: -0.8rem;
		right: 0.3rem;
	}
	.img_modal_header img{
		width: 0.6rem;
		height: 0.6rem;
	}
	.img_modal_header img:nth-last-child(1){
		width: 0.6rem;
	}


	/* 学校概况-领导信箱 */
	.mailbox_box{
		min-height: 9rem;
		padding: 0.9rem 0 1.5rem;
		background-size: 100%;
	}
	.mailbox_con{
		width: 90%;
	}
	.mailbox_title{
		line-height: 0.42rem;
		font-size: 0.3rem;
		margin-bottom: 0.42rem;
	}
	.mailbox_title h1{
		font-size: 0.5rem;
		line-height: 0.7rem;
		margin-bottom: 0.3rem;
	}
	.mailbox_bg{
		padding: 0.4rem 0.3rem;
		margin-bottom: 0.5rem;
	}
	.mailbox_tit{
		font-size: 0.42rem;
		line-height: 0.6rem;
	}
	.mailbox_txt{
		font-size: 0.28rem;
		line-height: 0.46rem;
		padding: 0;
		margin-bottom: 0.4rem;
	}
	.mailbox_txt h4{
		font-size: 0.3rem;
		line-height: 0.46rem;
		margin: 0.25rem 0 0.2rem;
	}
	.mailbox_xz{
		padding-top: 0.32rem;
		line-height: 0.4rem;
		font-size: 0.28rem;
	}
	.mailbox_xz label {
		padding-left: 0.48rem;
	}
	.mailbox_xz label::before {
		width: 0.28rem;
		height: 0.28rem;
	}
	.mailbox_btn{
		width: 65%;
		height: 0.9rem;
		font-size: 0.36rem;
		margin: 0 auto 1rem;
	}
	.mailbox_btn img{
		width: 0.44rem;
		height: 0.46rem;
		margin-right: 0.3rem;
	}

	.letter_con{
		display: block;
		margin-bottom: 0;
	}
	.letter_bk{
		width: 100%;
		height: 0.92rem;
		margin-bottom: 0.3rem;
	}
	.letter_bk input{
		height: 0.9rem;
		line-height: 0.9rem;
		font-size: 0.26rem;
		padding-left: 0.2rem;
	}
	.shenfen{
		height: 0.9rem;
		background-size: 0.2rem 0.14rem;
		font-size: 0.26rem;
		padding-left: 0.2rem;
	}
	.zhengwen{
		height: 2.8rem;
		padding: 0.1rem 0 0 0.2rem;
		font-size: 0.26rem;
		line-height: 0.4rem;
		margin-bottom: 0.3rem;
	}
	.letter_btn{
		padding-top: 0.6rem;
	}
	.letter_btn button{
		width: 60%;
		height: 0.9rem;
		font-size: 0.28rem;
	}
	.yzm:after{
		content:"";
		display: block;
		clear:both;
	}
	.yzm .letter_bk{
		float: left;
		width: 66%;
	}
	.yzm .letter_yzmbox{
		float: right;
		width: 30%;
	}
	.letter_yzm{
		width: 100%;
		height: 0.9rem;
	}
	

	/* 信息公开-学校公告 */
	.xxgg_box{
		min-height: 9rem;
		padding: 0.5rem 0 0.94rem;
	}
	.xxgg_list{
		padding-bottom: 0.7rem;
	}
	.xxgg_con{
		padding: 0.4rem 0;
	}
	.xxgg_arrow{
		width: 0.5rem;
		height: 0.5rem;
		top: 0.56rem;
		right: 0;
	}
	.xxgg_tt{
		font-size: 0.3rem;
		line-height: 0.68rem;
		height: 0.68rem;
	}
	.xxgg_time{
		font-size: 0.26rem;
		line-height: 0.4rem;
		height: 0.4rem;
		margin-bottom: 0.15rem;
	}
	.xxgg_txt{
		font-size: 0.26rem;
		line-height: 0.4rem;
		height: 0.8rem;
	}


	/* 信息公开-人才招聘 */
	.rec_box{
		min-height: 9rem;
		padding: 0.8rem 0 1.1rem;
	}
	.rec_box .content{
		width: 90%;
	}
	.rec_tit{
		line-height: 0.58rem;
		font-size: 0.42rem;
		margin-bottom: 0.7rem;
	}
	.rec_ssbox{
		display: block;
		margin-bottom: 0.5rem;
	}
	.rec_ssbg{
		float: left;
		width: 100%;
		height: 0.94rem;
		padding: 0 0.28rem 0 0.22rem;
		margin-bottom: 0.2rem;
	}
	.rec_ss{
		height: 0.94rem;
		font-size: 0.26rem;
	}
	.rec_ssimg{
		width: 0.34rem;
		height: 0.34rem;
		margin-top: 0.3rem;
	}
	.xueli_bg{
		float: left;
		width: 36%;
		height: 0.94rem;
		margin-right: 3%;
	}
	.xueli{
		height: 0.84rem;
		background-size: 0.15rem 0.12rem;
		font-size: 0.26rem;
		padding-left: 0.24rem;
	}
	.rec_submit{
		width: 22%;
		height: 0.94rem;
		font-size: 0.26rem;
	}
	.zhiwei li{
		font-size: 0.26rem;
		line-height: 0.4rem;
		padding: 0.15rem 0.3rem 0.5rem 0.3rem;
		margin-bottom: 0.5rem;
	}
	.zw_tt{
		font-size: 0.32rem;
		line-height: 1rem;
		height: 1rem;
		padding-left: 0.7rem;
		margin-bottom: 0.3rem;
	}
	.zw_tt img{
		width: 0.34rem;
		height: 0.34rem;
		left: 0.1rem;
	}
	.zw01{
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 0.1rem;
	}
	.zw02{
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 0.1rem;
	}
	.zw03{
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 0.3rem;
	}
	.zw_more{
		width: 2.6rem;
		height: 0.7rem;
		border-radius: 0.7rem;
		font-size: 0.24rem;
		position: relative;
		top: auto;
		transform: translateY(0);
		right: auto;
	}
	.zw_more div{
		width: 0.19rem;
		height: 0.24rem;
		margin-left: 0.2rem;
	}


	/* 信息公开-人才招聘-详情 */
	.rec_grey{
		padding: 0.95rem 0 1.1rem;
	}
	.rec_grey .content{
		width: 90%;
	}
	.show_bg{
		padding: 0.6rem 0.4rem 0.9rem;
		min-height: 6rem;
	}
	.show_tit{
		font-size: 0.34rem;
		line-height: 0.46rem;
		padding: 0;
		margin-bottom: 0.4rem;
	}
	.zxsq{
		width: 2.2rem;
		height: 0.68rem;
		border-radius: 0.05rem;
		font-size: 16px;
		position: static;
		top: auto;
		right: auto;
		margin-top: 0.3rem;
	}
	.zxsq img{
		width: 0.19rem;
		height: 0.24rem;
		margin-left: 0.2rem;
	}
	.show_top{
		padding: 0.3rem 0;
		font-size: 0.26rem;
		line-height: 0.42rem;
		margin-bottom: 0.6rem;
		display: block;
	}
	.show_t01,.show_t02,.show_t03{
		width: 100%;
		padding: 0.06rem 0;
	}
	.show_tt{
		font-size: 0.28rem;
		padding: 0 0.4rem;
		height: 0.6rem;
		line-height: 0.6rem;
		border-radius: 0.6rem;
		margin-bottom: 0.3rem;
	}
	.show_text{
		font-size: 0.26rem;
		line-height: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.fanye_box{
		padding-top: 0.35rem;
	}
	.fanye_back{
		width: 0.4rem;
		height: 0.4rem;
		left: auto;
		transform: translateX(0);
		bottom: auto;
		top: 60%;
		transform: translateY(-60%);
		right: 0;
		z-index: 3;
	}
	.fanye_left,.fanye_right{
		float: none;
		width: 86%;
		padding: 0 0 0 0.4rem !important;
		text-align: left !important;
		font-size: 0.28rem;
		line-height: 0.4rem;
		margin-bottom: 0.2rem;
	}
	.fanye_left div{
		width: 0.2rem;
		height: 0.28rem;
		top: 0.1rem;
		transform: translateY(0);
	}
	.fanye_right div{
		width: 0.2rem;
		height: 0.28rem;
		right: auto;
		left: 0;
		top: 0.1rem;
		transform: translateY(0);
	}


	/* 学生工作-学生资助 */
	.aid_box{
		min-height: 9rem;
		padding: 0.75rem 0;
	}
	.aid_list li{
		width: 47%;
		margin: 0 3% 0.5rem 0;
	}
	.aid_time{
		line-height: 0.52rem;
		font-size: 0.4rem;
	}
	.aid_time span{
		font-size: 0.28rem;
	}
	.aid_text{
		font-size: 0.26rem;
		line-height: 0.48rem;
		height: 0.48rem;
		margin-bottom: 0.2rem;
	}
	.aid_pic{
		height: 2.2rem;
	}


	/* 合作交流-产教融合 */
	.cjrh_box{
		min-height: 9rem;
		padding: 0.9rem 0 1.1rem;
	}
	.cjrh_tit{
		line-height: 0.5rem;
		font-size: 0.4rem;
		margin-bottom: 0.4rem;
	}
	.cjrh_text{
		width: 100%;
		text-align: justify;
		line-height: 0.46rem;
		font-size: 0.28rem;
		margin: 0 auto 0.4rem;
	}
	.cjrh_more{
		width: 0.64rem;
		height: 0.64rem;
		font-size: 0.2rem;
		margin: 0 auto 0.66rem;
	}
	.cjrh_con{
		height: 4.4rem;
		border-radius: 0.2rem;
		padding: 0.3rem;
	}
	.cjrh_num{
		font-size: 0.46rem;
		line-height: 0.8rem;
		height: 0.8rem;
	}
	.cjrh_txt{
		font-size: 0.28rem;
		line-height: 0.4rem;
		height: 0.8rem;
		margin-bottom: 0.2rem;
	}
	.cjrh_pic{
		width: 1.9rem;
		height: 1.9rem;
		margin-left: 0;
	}


	/* 合作交流-产教融合-政策文件 */
	.zcwj_box{
		min-height: 9rem;
		padding: 0.7rem 0 1.5rem;
	}
	.zcwj_box .content{
		width: 100%;
	}


	/* 党建工作-党建动态-党建引领 */
	.djdt_box{
		min-height: 9rem;
		padding: 0.8rem 0 1.2rem;
	}
	.djdt_list li{
		background-size: 100%;
		height: auto;
		padding: 0.4rem 0.3rem 0.6rem;
		margin-bottom: 0.4rem;
	}
	.djdt_pic{
		float: none;
		width: 100%;
		height: 3.6rem;
	}
	.djdt_r{
		float: none;
		width: 100%;
	}
	.djdt_rt{
		padding: 0.3rem 0;
	}
	.djdt_time{
		display: none;
	}
	.djdt_tt{
		float: none;
		width: 100%;
		font-size: 0.35rem;
		line-height: 0.5rem;
		text-align: justify;
		height: auto;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}
	.djdt_txt{
		font-size: 0.26rem;
		line-height: 0.46rem;
		height: 1.38rem;
		-webkit-line-clamp: 3;
	}


	/* 机构设置-组织机构 */
	.group_bg{
		min-height: 10rem;
		padding: 0.8rem 0 1rem;
	}
	.group_bg .content{
		width: 98%;
	}
	.group_title{
		margin-bottom: 0.5rem;
	}
	.group_title div{
		padding: 0.2rem 0.4rem;
		border-radius: 0.1rem;
		line-height: 0.5rem;
		font-size: 0.36rem;
	}
	.group_top{
		display: none;
	}
	.group dl{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
	.group dl dt{
		height: 1rem;
		line-height: 1rem;
		font-size: 0.36rem;
		border-radius: 0.1rem;
		margin-bottom: 0.1rem;
	}
	.group ul{
		padding-top: 0;
		margin-right: -2%;
	}
	.group ul:after{
		content:"";
		display: block;
		clear:both;
	}
	.group li{
		float: left;
		width: 48%;
		min-height: 1.2rem;
		padding: 0.05rem;
		line-height: 0.3rem;
		font-size: 0.28rem;
		border-radius: 0.1rem;
		margin: 0 2% 0.1rem 0;
	}


	/* 人才培养-培养模式 */
	.pyms_box{
		min-height: 9rem;
		padding: 0.6rem 0 1.5rem;
	}
	.rencai_type{
		padding-bottom: 0.8rem;
	}
	.rencai_type ul{
		padding-left: 0.3rem;
		height: 1.7rem;
		margin-right: 0;
	}
	.rencai_type li{
		width: 3.6rem;
		height: 1.7rem;
		margin-right: 0.3rem;
	}
	.rencai_type .school_num{
		font-size: 2.2rem;
		line-height: 1.8rem;
	}
	.rencai_type .school_tt{
		font-size: 0.28rem;
		margin-top: 0.2rem;
	}
	.rencai_type li.active .school_tt{
		font-size: 0.3rem;
	}
	.zhihui_bg{
		min-height: 3rem;
		padding: 1rem 0.4rem;
		margin: 0.3rem auto 0.8rem;
	}
	.zhihui_yh{
		width: 0.96rem;
		height: 0.84rem;
		right: 0.2rem;
		bottom: 0.2rem;
	}
	.zhihui_top{
		top: -0.55rem;
	}
	.zhihui_tit{
		width: 75%;
		min-height: 1.2rem;
		text-align: center;
		line-height: 0.5rem;
		padding: 0.1rem 0.2rem;
		font-size: 0.34rem;
		display: block;
		margin: 0 auto;
	}
	.zhihui_tl{
		width: 0.3rem;
		height: 100%;
		left: -0.3rem;
	}
	.zhihui_tr{
		width: 0.3rem;
		height: 100%;
		right: -0.29rem;
	}
	.zhihui_txt{
		line-height: 0.46rem;
		font-size: 0.28rem;
	}
	.con1314{
		width: 90%;
	}
	.rencai_tit{
		line-height: 0.54rem;
		margin-bottom: 0.4rem;
	}
	.rencai_tit i{
		width: 2.8rem;
		height: 0.1rem;
	}
	.rencai_tit h1{
		font-size: 0.44rem;
	}
	.rencai_txt{
		font-size: 0.28rem;
		line-height: 0.46rem;
		margin-bottom: 1rem;
	}
	.zyts_title{
		line-height: 0.54rem;
		margin-bottom: 0.4rem;
	}
	.zyts_title i{
		width: 1.9rem;
		height: 0.1rem;
	}
	.zyts_title h1{
		font-size: 0.44rem;
	}
	.zyts{
		padding-bottom: 0.5rem;
	}
	.zyts ul{
		margin-right: 0;
		display: block;
	}
	.zyts li{
		width: 100%;
		min-height: 2rem;
		padding: 0.9rem 0.4rem 0.6rem;
		margin: 0 0 0.4rem 0;
	}
	.zyts_num{
		width: 1.5rem;
		height: 1.5rem;
		top: 0.1rem;
		left: auto;
		right: 0.2rem;
	}
	.zyts_tit{
		font-size: 0.34rem;
		line-height: 0.46rem;
		margin-bottom: 0.2rem;
	}
	.zyts_txt{
		font-size: 0.28rem;
		line-height: 0.46rem;
	}
	.kecheng_txt{
		width: 100%;
		text-align: justify;
		line-height: 0.44rem;
		font-size: 0.26rem;
		margin: 0 auto 0.4rem;
	}
	.kecheng th{
		font-size: 0.26rem;
		line-height: 0.44rem;
		padding: 0.2rem 0.1rem;
	}
	.kecheng td{
		padding: 0.2rem 0.1rem;
		font-size: 0.28rem;
		line-height: 0.46rem;
	}
	.kecheng tbody td:nth-child(1){
		padding: 0.2rem 0.1rem;
	}
	.kc01{
		width: 16%;
	}
	.kc02{
		width: 42%;
	}


	/* 人才培养-微专业 */
	.wei_box{
		min-height: 9rem;
		padding: 0.8rem 0 1.5rem;
	}
	.wei_txtbg{
		border-radius: 0.2rem;
		padding: 0.3rem;
		font-size: 0.26rem;
		line-height: 0.4rem;
		margin-bottom: 0.35rem;
	}
	.wei_txt{
		width: 100%;
		text-align: justify;
		line-height: 0.46rem;
		font-size: 0.28rem;
		margin: 0 auto 0.5rem;
	}
	.wei_list li{
		border-bottom: dotted 0.02rem #ddd;
		padding: 0.5rem 0;
	}
	.wei_pic{
		float: none;
		width: 100%;
		height: 3.9rem;
		margin-bottom: 0.5rem;
	}
	.wei_r{
		float: none;
		width: 100%;
	}
	.wei_tit{
		font-size: 0.34rem;
		line-height: 0.5rem;
		height: 0.5rem;
		margin-bottom: 0.2rem;
	}
	.wei_text{
		font-size: 0.26rem;
		line-height: 0.4rem;
		height: 1.2rem;
		-webkit-line-clamp: 3;
		margin-bottom: 0.35rem;
	}
	.wei_more{
		width: 2rem;
		font-size: 0.28rem;
	}
	.wei_more a{
		height: 0.6rem;
	}
	.wei_more div{
		width: 0.58rem;
		height: 0.58rem;
		font-size: 0.25rem;
	}
	.wei_logo{
		width: 3.6rem;
		height: 1.82rem;
	}
	.wei_list li:hover{
		padding: 0.5rem 0.4rem;
	}


	/* 教育教学-5大专业 */
	.jiaoyu_con{
		padding-bottom: 0.5rem;
	}


	/* 教育教学-详情 */
	.show_bg02{
		padding: 0.5rem 0.4rem;
		border-radius: 0.1rem;
		min-height: 6rem;
	}
	.show_title{
		line-height: 0.5rem;
		font-size: 0.34rem;
		margin-bottom: 0.5rem;
	}
	.show_top02{
		padding: 0.3rem 0;
		font-size: 0.26rem;
		line-height: 0.42rem;
		text-align: center;
		margin-bottom: 0.6rem;
		display: block;
	}
	.show_top02 div{
		width: 100%;
		padding: 0.06rem 0;
	}


	/* 教育教学-课程建设 */
	.ke_t{
		padding: 0.7rem 0 1rem;
	}
	.ke_t .content{
		width: 100%;
	}
	.zong{
		width: 90%;
		font-size: 0.28rem;
		line-height: 0.46rem;
		margin: 0 auto 1.3rem;
	}
	.zong span{
		font-size: 0.38rem;
		padding-right: 0.1rem;
	}
	.ke_top{
		height: 1.2rem;
		margin-bottom: 0.5rem;
	}
	.ke_num{
		line-height: 1rem;
		font-size: 1.2rem;
	}
	.ke_tit{
		width: 100%;
		display: block;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.52rem;
	}
	.y01{
		width: 0.27rem;
		height: 0.27rem;
		top: -0.1rem;
		left: 0.58rem;
	}
	.y02{
		width: 0.35rem;
		height: 0.35rem;
		right: 0.65rem;
	}
	.ke_type{
		margin-bottom: 0.34rem;
	}
	.ke_type .swiper-slide{
		height: 2.4rem;
	}
	.ke_type i{
		width: 0.7rem;
	}
	.ke_type img{
		width: 1rem;
		height: 1rem;
		margin: 0 auto 0.44rem;
	}
	.ke_type h1{
		font-size: 0.3rem;
		line-height: 0.4rem;
	}
	.ke_box .swiper-slide{
		height: auto;
	}
	.ke_pic{
		float: none;
		width: 100%;
		height: 5rem;
	}
	.ke_bg{
		float: none;
		width: 100%;
		height: auto;
		min-height: 5rem;
		padding: 0.6rem 0 0.2rem;
	}
	.ke_logo{
		width: 1.3rem;
		height: 1.3rem;
		right: 0.14rem;
		bottom: 0.1rem;
	}
	.ke_list li{
		font-size: 0.32rem;
		line-height: 0.42rem;
		height: 1.3rem;
		padding: 0 0.1rem 0 0.88rem;
		margin-bottom: 0.2rem;
	}
	.ke_list i{
		width: 0.22rem;
		height: 0.04rem;
		left: 0.45rem;
	}
	.ke_list li.active i{
		width: 0.4rem;
		left: 0.27rem;
	}
	.su_bg{
		height: auto;
		padding: 0.9rem 0 1rem;
	}
	.su_box{
		padding-bottom: 0.42rem;
	}
	.su_box .swiper-button-next, .su_box .swiper-button-prev{
		width: 0.6rem;
		height: 0.6rem;
		display: none;
	}
	.su_box .swiper-button-next:after, .su_box .swiper-button-prev:after{
		font-size: 0.2rem;
	}
	.su_box .swiper-pagination{
		height: 0.06rem;
	}
	.su_box .swiper-pagination-bullet{
		width: 0.26rem;
		height: 0.06rem;
		margin: 0 0.06rem !important;
	}
	.su_box .swiper-pagination-bullet-active{
		width: 0.66rem;
	}
	.su_con{
		width: 100%;
	}
	.su_con .swiper-slide{
		height: auto;
		min-height: 6rem;
		border-radius: 0.2rem;
		padding: 0.5rem 0.4rem;
	}
	.su_tit{
		font-size: 0.38rem;
		line-height: 0.48rem;
		height: 0.48rem;
		margin-bottom: 0.3rem;
	}
	.su_text{
		font-size: 0.26rem;
		line-height: 0.42rem;
		height: auto;
		overflow: visible; 
		display: block; 
		-webkit-line-clamp: unset;
		white-space: normal; 
		margin-bottom: 0.3rem;
	}
	.su_more{
		font-size: 0.26rem;
		line-height: 0.4rem;
	}
	.si_box{
		padding: 1rem 0 1.4rem;
	}
	.si_text{
		text-align: justify;
		line-height: 0.48rem;
		font-size: 0.28rem;
		margin-bottom: 0.6rem;
	}
	.si_list{
		width: 98%;

	}
	.si_list ul{
		margin-right: 0;
	}
	.si_list li{
		float: none;
		width: 100%;
		box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
		border-radius: 0.1rem;
		margin-right: 0;
		margin-bottom: 0.4rem;
	}
	.si_top{
		height: 2.3rem;
		padding-top: 0.4rem;
	}
	.si_top img{
		width: 1rem;
		height: 1rem;
		margin: 0 auto 0.1rem;
	}
	.si_top h1{
		font-size: 0.3rem;
		line-height: 0.48rem;
	}
	.si_di{
		min-height: 2.2rem;
		padding: 0.4rem 0.3rem;
	}
	.si_txt{
		line-height: 0.46rem;
		min-height: 1.8rem;
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}
	.si_more{
		line-height: 0.46rem;
		font-size: 0.28rem;
	}


	/* 教育教学-专业建设 */
	.fazhan_box{
		padding: 0.9rem 0 0.6rem;
	}
	.fazhan_box .content{
		width: 100%;
	}
	.fazhan_tit{
		line-height: 0.68rem;
		margin-bottom: 0.55rem;
	}
	.fazhan_tit i{
		width: 2.9rem;
		height: 0.1rem;
	}
	.fazhan_tit h1{
		font-size: 0.52rem;
	}
	.fazhan_type{
		padding-left: 0.3rem;
	}
	.fazhan_type .swiper-slide{
		height: 2rem;
		padding-top: 0.82rem;
	}
	.fazhan_line{
		top: 0.22rem;
		left: 0.1rem;
	}
	.fazhan_y{
		width: 0.12rem;
		height: 0.12rem;
		top: 0.17rem;
	}
	.fazhan_num{
		width: 0.52rem;
		height: 0.52rem;
		line-height: 0.56rem;
		font-size: 0.28rem;
	}
	.fazhan_text{
		line-height: 0.48rem;
		font-size: 0.28rem;
	}
	.fazhan_text img{
		width: 0.5rem;
		height: 0.5rem;
		margin-right: 0.2rem;
	}
	.fazhan_con .swiper-pagination{
		height: 0.34rem;
		font-size: 0.3rem;
	}
	.fz_linebox{
		width: 3rem;
		height: 0.34rem;
		top: 0.4rem;
		right: 0.3rem;
	}
	.fz_line{
		width: 60%;
	}
	.fazhan_bg{
		min-height: 6rem;
		padding: 1rem 0.3rem 0.3rem;
	}
	.fz_tit{
		font-size: 0.32rem;
		line-height: 0.48rem;
		margin-bottom: 0.4rem;
	}
	.fz_text{
		min-height: 3rem;
		font-size: 0.28rem;
		line-height: 0.46rem;
		margin-bottom: 0.4rem;
	}
	.fz_more{
		height: 1rem;
	}
	.fz_ml{
		width: 1.8rem;
	}
	.fz_arrow{
		width: 0.2rem;
	}
	.biaozhun_box{
		padding-top: 0.4rem;
	}
	.biaozhun_tit{
		line-height: 0.68rem;
		margin-bottom: 0.55rem;
	}
	.biaozhun_tit i{
		width: 2rem;
		height: 0.1rem;
	}
	.biaozhun_tit h1{
		font-size: 0.52rem;
	}
	.biaozhun_bg{
		padding: 0.86rem 0;
	}
	.biaozhun li{
		margin-bottom: 0.8rem;
	}
	.biaozhun li:nth-child(even) .bz_pic{
		float: none;
	}
	.biaozhun li:nth-child(even) .bz_right{
		float: none;
		text-align: left !important;
	}
	.biaozhun li:nth-child(even) .program_more{
		float: none;
	}
	.bz_pic{
		float: none;
		width: 100%;
		height: 4rem;
		border-radius: 0.1rem;
	}
	.bz_right{
		float: none;
		width: 100%;
		margin: 0.6rem 0 0 0;
	}
	.bz_tit{
		font-size: 0.3rem;
		line-height: 0.48rem;
		height: 0.48rem;
		margin-bottom: 0.3rem;
	}
	.bz_text{
		font-size: 0.26rem;
		line-height: 0.44rem;
		min-height: 1.32rem;
		margin-bottom: 0.34rem;
	}
	.shizi_bg{
		min-height: 10rem;
		padding: 0.9rem 0;
	}
	.shizi_tit{
		line-height: 0.78rem;
		margin-bottom: 0.55rem;
	}
	.shizi_tit i{
		width: 3rem;
		height: 0.1rem;
	}
	.shizi_tit h1{
		font-size: 0.52rem;
	}
	.shizi_m{
		margin-bottom: 0.8rem;
	}
	.shizi_text{
		text-align: justify;
		line-height: 0.46rem;
		font-size: 0.28rem;
		margin-bottom: 0.6rem;
	}
	.shizi_more{
		width: 0.78rem;
		height: 0.78rem;
		font-size: 0.34rem;
	}
	.shizi ul{
		margin-right: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem 4%;
	}
	.shizi li{
		width: auto;
		min-height: 4rem;
		padding: 0.5rem 0.3rem;
		margin: 0;
		border-radius: 0.1rem;
	}
	.shizi_tt{
		line-height: 0.5rem;
		font-size: 0.42rem;
		margin-bottom: 0.3rem;
	}
	.shizi_txt{
		text-align: justify;
		line-height: 0.42rem;
		font-size: 0.26rem;
	}
	.tiaojian_box{
		padding: 0.9rem 0 1.2rem;
	}
	.tiaojian_top{
		margin-bottom: 0.6rem;
	}
	.tiaojian_tit{
		float: none;
		width: 100%;
		text-align: center;
		line-height: 0.78rem;
		margin-bottom: 0.5rem;
	}
	.tiaojian_tit i{
		width: 3.1rem;
		height: 0.1rem;
	}
	.tiaojian_tit h1{
		font-size: 0.52rem;
	}
	.tiaojian_type{
		float: none;
		width: 100%;
	}
	.tiaojian_type ul{
		margin-right: -2%;
	}
	.tiaojian_type li{
		width: 48%;
		height: 0.8rem;
		line-height: 0.8rem;
		border-radius: 0.1rem;
		font-size: 0.28rem;
		margin-right: 2%;
	}
	.tiaojian_text{
		font-size: 0.28rem;
		line-height: 0.46rem;
		margin-bottom: 0.6rem;
	}
	.tiaojian ul{
		margin-right: 0;
	}
	.tiaojian li{
		float: none;
		width: 100%;
		height: 4.4rem;
		border-radius: 0.1rem;
		margin: 0 0 0.4rem;
	}


	/* 教育教学-教学成果 */
	.chengguo_box{
		min-height: 9rem;
		padding: 0.9rem 0;
	}
	.chengguo th{
		font-size: 0.28rem;
		line-height: 0.4rem;
		padding: 0.2rem 0.05rem;
	}
	.chengguo td{
		padding: 0.2rem 0.1rem;
		font-size: 0.28rem;
		line-height: 0.4rem;
		text-align: justify;
	}
	.chengguo tbody td:nth-child(odd){
		padding: 0.2rem 0;
		text-align: center;
	}
	.cg01{
		width: 11%;
	}
	.cg02{
		width: 30%;
	}
	.cg03{
		width: 17%;
	}
}
