/* 轮播 */
.home_banner{
	width: 100%;
}
.home_banner>img{
	width: 100%;
}
.home_recommend{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.recommend_swiper{
	position: relative;
	height: 500px;
	width: 792px;
	min-width: 792px;
	background-color: #ededed;
}
.recommend_swiper img{
	height: 100%;
	width: 100%;
}

.slide_title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 60px;
	line-height: 60px;
	padding: 0 160px 0 20px;
	background-color: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 20px;
}
.recommend_pagination{
	position: absolute !important;
	width: 150px !important;
	bottom: 0 !important;
	right: 0 !important;
	z-index: 100 !important;
	height: 60px;
	left: auto !important;
	line-height: 60px;
	padding-right:20px;
}
.recommend_pagination .swiper-pagination-bullet{
	height: 10px;
	width: 10px;
	border-radius: 10px!important;
	background-color: #fff;
	transition: all .3s;
}
.recommend_pagination .swiper-pagination-bullet-active{
	width: 40px !important;
}
.recommend_list{
	width:386px;
	margin-left: 23px;
	flex: 1;
}
.list_item1{
	margin-top: 16px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 10px;
}
.list_item1:last-child{
	 border: none;
}
.list_item1:hover{
	border-bottom:2px solid;
	border-image: linear-gradient(90deg, #AC050C -5%, #FF4E55 100%) 1;
}
.list_title1{
	width: 100%;
	display: flex;
	align-items: center;
	font-size:20px;
	color: #333;
}
.list_title1>span{
	height: 8px;
	width: 8px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #D5D5D5;
}
.list_content1{
	color: #999;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
}
/* 本校风采 */
.bxfc{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.bxfc_box{
	width: 384px;
	margin-top: 24px;
	margin-right: 24px;
}
.bxfc_box:nth-child(3n){
	margin-right: 0 !important;
}
.bxfc_box__img{
	width: 100%;
	/*height: 240px;*/
	background-color: #ededed;
}
.bxfc_box__img>img{
	height: 100%;
	width: 100%;
}
.bxfc_box__list{
	width: 100%;
	margin-top: 24px;
}
.bxfc_box__list--title{
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.bxfc_box__list--title>div:nth-child(1){
	position: relative;
	width: 150px;
	height: 100%;
	color: #000;
	letter-spacing: 1px;
	font-size: 20px;
	padding-bottom: 16px;
	font-weight: bold;
	background: url(../home/title_bg2.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.bxfc_box__list--title>div:nth-child(2){
	flex: 1;
	margin-bottom: 3.3px;
	border-bottom:2px solid;
	border-image: linear-gradient(90deg, #AC050C -5%, #FF4E55 100%) 1;
}
.bxfc_list__item{
	cursor: pointer;
	/*rgin-top: 15px;*/
	display: flex;
	align-items: center;
	color: #000;
	font-size: 18px;
	line-height: 50px;
} 
.bxfc_list__item:hover{
	background-color: #FFF9F9;
	color: #B80000;
	font-weight: bold;
}
.bxfc_list__item>span{
	height: 8px;
	width: 8px;
	background-color:#E44100 ;
	border-radius: 50%;
	margin-right: 16px;
}
/* 红色全景 */
.hsqj{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 24px;
}
.hsqj_item__left{
	display: flex;
	flex-wrap: wrap;
	width: 592px;
	min-width: 592px;
}
.hsqj_item__right{
	overflow: hidden;
	margin-left: 16px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.hsqj_item__right .hsqj_item:nth-child(2n){
	margin-right: 0 !important;
}
.hsqj_item__left .hsqj_item:last-child{
	margin-right: 0 !important;
}
.hsqj_item__left .hsqj_item:first-child{
	width: 100%;
	height: 334px;
	margin-right: 0 !important;
}
.hsqj_item{
	margin-right: 16px;
	height: 163px;
	width: 288px;
	background-color: #ededed;
	margin-bottom: 8px;
}
.hsqj_item>img{
	width: 100%;
	height: 100%;
}
