main .contaier{
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}

/*大图*/
.slider {
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 11% 0;
}

.slidess {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
	-ms-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
	-o-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
	transition: all 500ms cubic-bezier(.165, .84, .44, 1)
}

.slide {
	height: 100%;
	float: left;
	clear: none;

}

.slide .box {
	height: 100%;
}

.slider-arrows {}

.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	background-color: #333;
	background-color: rgba(50, 50, 50, .3);
	border-radius: 50%;
		font-family: "宋体";
}

.slider-arrow--right {
	bottom: 50%;
	right: 30px
}

.slider-arrow--left {
	bottom: 50%;
	left: 30px
}

.slider-nav {
	position: absolute;
	bottom: 30px
}

.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: rgba(0, 0, 0, .5);
	border-radius: 100%;
	transition: .5s;
}

.slider-nav__item:hover {
	background: rgba(255, 255, 255, .5)
}

.slider-nav__item--current {
	background: rgba(255, 255, 255, .5)
}

/*新闻焦点图*/
.first_modular {
	margin-bottom: 20px;
}

.first_modular .left {
	width: 49%;
	position: relative;
	float: left;
	margin-right: 2%;
}

.first_modular .left #box{ position:relative; width:100%; padding:31.7% 0;}
.first_modular .left #box .bigUl{position: absolute;display: block;width: 100%;height: 100%;top: 0;overflow: hidden;}
.first_modular .left .bigUl li { position:absolute;width: 100%;height: 100%;}
.first_modular .left .numberUl { position:absolute; right:20px; bottom:10px; z-index:400}
.first_modular .left .numberUl li{width:20px; height:20px;  float:left; background:#666; opacity:0.7; margin-left:4px;}
.first_modular .left .numberUl li a{ display:block ;width:20px; height:20px; color:#fff; font-size:12px; text-align:center; line-height:20px;}
.first_modular .left #box .textUl{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	line-height: 40px;
	background: rgba(0,0,0,.5);
	z-index:99;
}
.first_modular .left #box .textUl li{ display:none;}
.first_modular .left #box .textUl li a{ font-size:14px; color:#fff; font-weight:400;padding-left: 15px;}
.first_modular .left .numberUl li.night a{ background:#db7437; color:#fff; }

.first_modular .right {
	width: 49%;
	float: left;
}

.first_modular .right .slideTxtBox {
	width: 100%;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, .05);
}

.first_modular .right .slideTxtBox .hd {
	height: 40px;
	line-height: 40px;
	background: #f4f4f4;
	padding: 0;
	position: relative;
}
/* 修改轮播图右边tab的样式(2020.09.03 by ermao) */
.first_modular .right .slideTxtBox .hd ul {
	float: left;
	position: absolute;
	top: -1px;
	height: 52px;
	width: 80%;
}
.first_modular_more {
	float: right;
	font-size: 12px;
	color: #444;
	margin-right: 10px;
	cursor: pointer;
}
.first_modular_more:hover {
	color: #C2272D;
}

.first_modular .right .slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	width: 25%;
	text-align: center;
}

.first_modular .right .slideTxtBox .hd ul li.on {
	
	background: #C2272D;
	color: #fff;
}

.first_modular .right .slideTxtBox .bd {
	padding: 10px 24px;
	height: 310px;
}

.first_modular .right .slideTxtBox .bd ul {
	zoom: 1;
	width: 100%;
}

.first_modular .right .slideTxtBox .bd li {
	padding: 1.6% 0;
	border-bottom: 1px dashed rgba(0, 0, 0, .05);
}

.first_modular .right .slideTxtBox .bd li:last-child {
	border-bottom: none;
}

.first_modular .right .slideTxtBox .bd li a .time {
	width: 15.4%;
	float: left;
	color: #888888;
	font-size: 12px;
}

.first_modular .right .slideTxtBox .bd li a .time b {
	color: #C2272D;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}

.first_modular .right .slideTxtBox .bd li a .text {
	width: 84.6%;
	float: left;
}

.first_modular .right .slideTxtBox .bd li a .text h3 {
	font-size: 14px;
	color: #333;

	font-weight: 400;
}

.first_modular .right .slideTxtBox .bd li a .text p {
	color: #666;
	font-size: 12px;
	height: 16px;
	overflow: hidden;
}

@media (max-width:1500px) {
	.first_modular .right .slideTxtBox .bd li a .time b {
		margin-bottom: 0;
	}

	.first_modular .right .slideTxtBox .bd li a .text h3 {
		font-size: 14px;
		margin-bottom: 5px;
		height: 20px;
		overflow: hidden;
	}

	.first_modular .right .slideTxtBox .bd li {
		padding: 1.35% 0;
	}
	.first_modular .right .slideTxtBox .bd{
		height: 310px;
	}
}
@media (max-width:1200px) {
	.first_modular .right .slideTxtBox .bd li a .time {
		width: 16.4%;}
	.first_modular .right .slideTxtBox .bd li a .text{
	width:83.6%
	}
	.first_modular .right .slideTxtBox .bd li:last-child{
	display:none;
	}
}

/******second_modular*******/
.second_modular {
	
}

.new_box {
	width: 38.6666666%;
	float: left;
	margin-right: 2%;
}

.new_box_two {
	width: 18.6666666%;
	float: left;
}

/*title*/
.new_title {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 20px;
}

.new_title:after {
	content: "";
	display: block;
	width: 99px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: #C2272D;
}

.new_title a {
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #444;
}

.new_title a:hover {
	color: #C2272D;
}

.new_title img {
	margin-right: 8px;
}

.new_title h3 {
	font-size: 16px;
	color: #333;
	font-weight: 400;
}

.xx_pic_title {
	padding: 8px 10px;
}
.xx_pic_title:after {
	left: 10px;
}
.xx_pic_title div {
	position: absolute;
	font-size: 12px;
	color: #444;
	right: 10px;
	cursor: pointer;
}
.xx_pic_title div:hover {
	color: #C2272D;
}

/*main*/
.new_main ul {
	padding-right: 10px;
}

.new_main ul li:first-child a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.new_main ul li:first-child a .img {
	width: 25%;
	padding: 8.65% 0;
	position: relative;
	overflow: hidden;
	margin-right: 3%;
}

.new_main ul li:first-child a .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.new_main ul li:first-child a .text {
	width: 72%;
}

.new_main ul li:first-child a .text h4 {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	margin-bottom: 4%;
}

.new_main ul li:first-child a .text p {
	font-size: 12px;
	color: #666;
	line-height: 1.6;
}

.new_main ul li:first-child a .text p span {
	color: #C2272D !important;
	font-size: 12px !important;
}

.new_main ul li:first-child a {
	padding: 0 0 12px 0;

}

.new_main ul li a {
	display: block;
	position: relative;
	padding: 10px 0 10px 25px;
	border-bottom: 1px dashed rgba(0, 0, 0, .05);
}

.new_main ul li a:after {
	content: "";
	display: block;
	width: 17px;
	height: 15px;
	background: url(../images/new_tb_12.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 12px;
}



.new_main ul li a:hover h4 {
	color: #C2272D;
}

.new_main ul li a h4 {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	height: 19px;
	overflow: hidden;
}

.new_main ul li a span.time {
	font-size: 14px;
	color: #888;
	font-weight: 400;
	float: right;
}

/*new_main_two*/
.new_main_two ul li {
	width: 46%;
	margin-right: 8%;
	float: left;
	margin-bottom: 12px;
}

.new_main_two ul li:nth-child(2n) {
	margin-right: 0;
}

.new_main_two ul li a {
	text-align: center;
	color: #333;
	background: #f4f4f4;
	display: block;
	padding: 10px 0;
	font-size: 16px;
}

.new_main_two ul li a:hover {
	color: #fff;
	background: #C2272D;
	border-radius: 3px;
}

.new_main_two .xzxx {
	width: 100%;
	margin-top: 5px;
}

.new_main_two .xzxx a {
	display: block;
	background: url(../images/xzxx_09.jpg) no-repeat;
	color: #fff;
	font-size: 18px;
	padding: 42px 0 35px 104px;
}

.new_main_two .xzxx a span {
	color: rgba(255, 255, 255, .7);
	font-size: 12px;

}
@media (max-width:1500px){
.new_main_two .xzxx {
	margin-top: 0;
	
}
.new_main_two .xzxx a{
	padding: 38px 0 35px 104px;
}
}

/*专题*/
.jq22-container {
	margin-bottom: 10px;
}

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

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	padding: 6.05% 0;
	background-size: contain !important;
}
.slides li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 25px;
	height: 5px;
	margin: 0 5px;
	zoom: 1;
	background: rgba(255, 255, 255, .5);
	border-radius: 4px;
	position: relative;
}

.flex-control-nav a {
	display: inline-block;
	width: 25px;
	height: 5px;
	line-height: 40px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
}

.flex-control-nav .flex-active {
	background: #C2272D;
}

/*third_modular*/
.third_modular{
	margin-bottom: 10px;
}
.new_main_there ul li{
	margin-right: 6%;
	width: 47%;
	float: left;
	margin-bottom: 15px;
}
.new_main_there ul li:nth-child(2n){
	margin-right: 0;
}
.new_main_there ul li:last-child,.new_main_there ul li:nth-last-child(2){
	margin-bottom: 0;
}
.new_main_there ul li a .img{
	overflow: hidden;
	height: 85px;
}
.new_main_there ul li a h4{
	text-align: center;
	color: #333;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
	height: 16px;
	overflow: hidden;
}
.new_main_there ul li a:hover img{
	transform: scale(1.1);
}
.new_main_there ul li a:hover h4{
	color: #C2272D;
	
}
@media (max-width:1500px){
.new_main_there ul li a .img {
	height: 90px;
}
}

/*zhxy*/
.zhxy{
	border: 1px solid rgba(0,0,0,.05);
	padding: 15px 20px;
	margin-bottom: 15px;
}
.zhxy .title{
	background: url(../images/zhxy_bt_09.jpg) repeat-x center;
	text-align: center;
	margin-bottom: 10px;
}
.zhxy .title h3{
	display: inline-block;
	font-size: 20px;
	color: #C2272D;
	letter-spacing: 2px;
	background: #fff;
	padding: 0 15px;
}
.zhxy_main ul{
	padding: 0 2%;
}
.zhxy_main ul li{
	width: 10.4%;
	margin-right: 4.53333333%;
	float: left;
	margin-bottom:15px;
}
.zhxy_main ul li:nth-child(7n){
	margin-right: 0;
}
.zhxy_main ul li a{
	display: table;
	height: 95px;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #C2272D;
	border-radius: 8px;
	transition: .2s;
}
.zhxy_main ul li a .box{
	display: table-cell;
	vertical-align:middle;
}
.zhxy_main ul li a .box h4{
	font-size: 15px;
	font-weight: 400;
}
.zhxy_main ul li a img{
	transition: .2s;
	width:40px;
}
.zhxy_main ul li a:hover img{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
	-o-transform:rotate(360deg); 
}
.zhxy_main ul li a:hover{
	transform: scale(1.02);
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}

/*校园相册*/
.xyxc{
	border: 1px solid rgba(0,0,0,.05);
	margin-bottom: 30px;
}

.mt10 {
	margin-top: 10px
}

.lanrenzhijia {
	width: 100%;
	display: flex;
	background: #fff;
}
.lanrenzhijia .product-wrap{
	height: 245px;
	width: 91.3%;
}
.lanrenzhijia .title{
	width: 7.2%;
	margin-right: 1.5%;
}
.lanrenzhijia .title-list {
	
	position: relative;
	
	
}

.lanrenzhijia .title-list li {
	width: 100%;
	text-align: center;
	background: #e7e7e7;
	padding:32% 0 32% 0;
}
.lanrenzhijia .title-list li .img{
	width: 48px;
	margin: 0 auto;
	overflow: hidden;
}
.lanrenzhijia .title-list li .img .box{
	display: flex;
	width: 96px;
}
.lanrenzhijia .title-list li.on {
	color: #C2272D;
	font-weight: 400;
	background: #fff;
}
.lanrenzhijia .title-list li.on .img .box{
	transform: translateX(-48px);
}


.product {
	position: relative;
	overflow: hidden;
	display: none;
	padding: 0 20px 10px 0;
}

.product ul {
	
}

.product-wrap .product:first-child {
	display: block
}

.product-wrap .product li {
	float: left;
	width: 18.9%;
	margin-right: 1.375%;
	height: 198px;
	margin-bottom: 1.375%;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s
}
.product-wrap .product li:nth-child(5n){
	margin-right: 0;
}
.product-wrap .product li a{
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	position: relative;
	border: 2px solid #f5f5f5;
	overflow: hidden;
}
.product-wrap .product li a p{
	background: rgba(0,0,0,.5);
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}

.product-wrap .product li a:hover {
	border: 2px solid #C2272D;
}
.product-wrap .product li a:hover img{
	transform: scale(1.1);
}
@media (max-width:1500px){
	.lanrenzhijia .product-wrap{
		height: 200px;
	}
	.lanrenzhijia .title-list li{
	    padding: 20.5% 0 20.5% 0;
	}
.product-wrap .product li{
	height: 166px;
}
}

/*yqlj*/
.yqlj{
	border: 1px solid rgba(0,0,0,.05);
	padding: 20px;
}
.yqlj h2{
	font-size: 16px;
	color: #C2272D;
	margin-bottom: 15px;
}
.footer-select{
	display: flex;
}
.footer-select .footer_sel{
	width: 15%;
	margin-right: 2%;
	height: 36px;
	background: #f7f5f6;
	border: 1px solid #c7d5de;
	text-align: center;
}
.footer-select .footer_sel:last-child{
	margin-right: 0;
}
.footer-select .footer_sel .fist{
	text-align: center;
	display: block;
	width: 100%;
}
.footer-select .footer_sel option{
	
}
@media (max-width: 1200px){

.first_modular .right .slideTxtBox .bd{
	height: 254px;
}
}

@media (max-width: 990px){
	.first_modular .right .slideTxtBox .bd li a .time{
		width: 18.4%;
		display:none;
	}
	.first_modular .right .slideTxtBox .bd li a .text{
		width: 81.6%;
	}
	.first_modular .right .slideTxtBox .bd{
		height: 213px !important;
	}
	.first_modular .right .slideTxtBox .bd li a .time b{
		font-size: 14px;
		font-weight: 400;
	}
	.first_modular .right .slideTxtBox .bd li a .text h3{
		font-size: 14px;
		margin-bottom: 2px;
	}
	.first_modular .right .slideTxtBox .hd ul li{
		font-size: 15px;
	}
	.zhxy_main ul li a img{
		width: 30px;
	}
	.zhxy_main ul li a{
		height: 70px;
	}
	.zhxy_main ul li a .box h4{
		font-size: 14px;
	}
	.product-wrap .product li{
		height: 145px;
	}
	
}
@media (max-width: 640px){
	.first_modular .left{
		display: none;
	}
	.first_modular .right{
		width: 100%;
	}
	.new_box{
		width: 100%;
		margin-bottom: 15px;
	}
	.new_box_two{
		width: 100%;
	}
	.new_main_two .xzxx{
		display: none;
	}
	.slides li{
		background-size:160% !important ;
		padding: 13% 0;
	}
	.new_main_there ul li{
		width: 32%;
		margin-right: 1.5%;
	}
	.new_main_there ul li:nth-child(2n){
		margin-right: 1.5%;
	}
	.new_main_there ul li:nth-child(3n){
		margin-right: 0;
	}
	.third_modular{
		margin-bottom: 8px;
	}
	.zhxy_main ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	}
	.zhxy_main ul li{
		width: 21%;
		margin-bottom: 10px;
	}
	.zhxy_main ul li:nth-child(4n){
		margin-right: 0;
	}
	.xyxc{
		display: none;
	}
	.yqlj{
		display: none;
	}
}


.gaokaozhongkao a{
	padding: 9px 0 9px 25px !important;
}
.gaokaozhongkao a h4{
	display:block;
	width:100%;
}
.gaokaozhongkao a span.time{
	float:right !important;
}
.gaokaozhongkao a:after {
	content: "";
	display: block;
	width: 17px;
	height: 15px;
	background: url(../images/new_tb_12.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 12px;
}
.new_main ul li.gaokaozhongkao:first-child a:after{
	display:block !important;
	content: "" !important;
	width: 17px;
	height: 15px;
	background: url(../images/new_tb_12.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 12px
}