.banner_wrap {
	max-width: 192rem;
	max-height: 60rem;
	margin: 0 auto;
	/* background: #b22923; */
	/* background-size: 100% 100%; */
}

.banner_wrap img {
	width: 100%;
	height: auto;
}

.col_dep_news {
	width: 90rem;
}

.col_notice {
	width: 55rem;
}

.focus {
	background-color: #b22923;
	position: relative;
}

.focus_nav {
	position: absolute;
	z-index: 100;
	right: 1rem;
	bottom: 1rem;
	display: flex;
}

.focus_nav_item {
	cursor: pointer;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	margin: 0 0.5rem;
	background-color: rgba(255, 255, 255, 0.3);
}

.focus_nav_item_cur {
	background-color: #fff;
}

.focus_item a,
.n_item a,
.focus_news,
.col_li a,
.pic_ul {
	display: flex;
	justify-content: space-between;
}

.focus {
	box-shadow: 0.8rem 0.8rem 0.5rem #aaa;
}

.focus,
.focus_item {
	width: 100%;
	height: 33rem;
}

.focus_item{
	display: none;
}

.focus_item:first-child{
	display: block;
}

.focus_img {
	width: 45rem;
	height: 33rem;
}

.focus_img img {
	width: 100%;
	height: 100%;
}

.focus_cnt {
	width: 41rem;
	padding: 2rem;
}

.focus_tit,
.focus_abs,
.n_tit,
.focus_news_tit,
.col_li_tit,
.pic_li_tit,
.pic2_li_tit,
.pic2_li_abs {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}


.focus_tit,
.focus_abs {
	text-align: center;
	color: #fff;
}

.focus_tit {
	font-size: 1.8rem;
	line-height: 2.5rem;
	-webkit-line-clamp: 2;
}

.focus_abs {
	margin-top: 3rem;
	font-size: 1.2rem;
	-webkit-line-clamp: 5;
	text-indent: 2em;
	line-height: 2.4rem;
}

.focus_news {
	margin-top: 1.8rem;
}

.focus_news_item {
	width: calc((100% - 6rem)/2);
	padding: 1rem;
	border-top: 0.2rem solid #d8d8d8;
	border-left: 0.2rem solid #d8d8d8;
	border-right: 0.2rem solid #d8d8d8;
	border-bottom: 0.2rem solid #b22923;
	box-shadow: 0.8rem 0.8rem 0.5rem #aaa;
}

.focus_news_dt {
	padding: 0 0 0 3rem;
	background: url(../images/icon_rl.png) no-repeat 0 0.4rem;
	background-size: 2rem 2rem;
	font-size: 1.4rem;
	line-height: 3rem;
	color: #b22923;
}

.focus_news_tit {
	font-size: 1.6rem;
	line-height: 2.6rem;
	-webkit-line-clamp: 2;
}

.n_item {
	padding: 0 0 0.7rem 0;
	margin-bottom: 0.7rem;
	border-bottom: 1px dashed #d8d8d8;
}

.n_dt {
	width: 6rem;
	height: 6rem;
	border: 0.1rem solid #b22923;
}

.day {
	display: block;
	line-height: 3rem;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	background-color: #b22923;
}

.year_month {
	font-size: 1.2rem;
	line-height: 2.9rem;
	color: #333;
	text-align: center;
	background-color: #fff;
	display: block;
}

.n_tit {
	display: block;
	width: calc(100% - 7rem);
	padding: 0 0 0 1rem;
	font-size: 1.6rem;
	line-height: 3rem;
	-webkit-line-clamp: 2;
}

.col_box {
	width: 48rem;
}

.col_li {
	margin: 1.2rem 0;
}

.col_li_date {
	width: 10rem;
	font-size: 1.4rem;
	line-height: 2rem;
	height: 2rem;
	border-right: 1px solid #ccc;
	margin: 0 1rem 0 0;
}

.col_li_tit {
	width: calc(100% - 11rem);
	line-height: 2rem;
	height: 2rem;
	font-size: 1.6rem;
	-webkit-line-clamp: 1;
}

.pic_wrap {
	overflow: hidden;
	width: 100%;
}

.pic_ul {
	width: 100%;
	flex-wrap: nowrap;
}

#college_list{
	animation: scroll 20s linear infinite;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.pic_li {
	flex: 0 0 auto;
	margin: 0 0 0 2.5rem;
	width: 27rem;
	height: 20rem;
	position: relative;
	box-shadow: 0.8rem 0.8rem 0.5rem #aaa;
	transition: transform 0.3s, box-shadow 0.3s;
}

.pic_li img {
	width: 100%;
	height: 100%;
}

.pic_li_tit {
	position: absolute;
	bottom: 0;
	width: calc(100% - 2rem);
	padding: 0 1rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.6rem;
	-webkit-line-clamp: 1;
	text-align: center;
	color: #fff;
	background-color: rgba(5, 5, 5, 0.5);
}


.pic2_li {
	width: 27rem;
	background-color: #fff;
	padding: 0.5rem;
	border-bottom: 2px solid #b22923;
	box-shadow: 0.8rem 0.8rem 0.5rem #aaa;
}

.pic2_li_t {
	display: flex;
}

.pic2_li_t img {
	width: 12rem;
	height: 9rem;
}

.pic2_li_tit {
	padding: 0 0.5rem;
	line-height: 3rem;
	font-size: 1.6rem;
	-webkit-line-clamp: 3;
	text-align: center;
}

.pic2_li_abs {
	margin: 1rem 0 0;
	line-height: 2rem;
	height: 10rem;
	overflow: hidden;
	font-size: 1.4rem;
	-webkit-line-clamp: 5;
}

.sub_banner {
	max-width: 192rem;
	height: 36rem;
	margin: 0 auto;
	background: url(../images/sub_banner.jpg) no-repeat;
	background-size: 100% 100%;
}

.sub_page {
	/* margin-top: 2rem; */
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.subpage_bg {
	background: url(../images/subpage_top_bg.jpg) repeat-x;
}


.aside {
	width: 33rem;
	box-shadow: 0px 1px 9px 0px rgba(48, 55, 102, 0.8);
}

.sub_col {
	/* background: url(../images/col.jpg); */
	background: #b22923;
	height: 9rem;
	line-height: 9rem;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

.sub_aside_ul {}

.sub_aside_li {
	background: #f6f6f6;
	height: 6rem;
	line-height: 6rem;
	text-align: center;
	border-bottom: 1px dotted #e6e6e6;
}

.sub_aside_li a {
	display: block;
	font-size: 1.6rem;
}


.sub_aside_li a:hover {
	/* color: #fff; */
	font-weight: bold;
	background-color: rgba(178, 41, 35, 0.2);
}


.sub_main {
	width: calc(100% - 40rem);
	padding: 2rem;
	background: #fff;
}

.sub_extra {
	display: flex;
	justify-content: space-between;
	border-bottom: 0.1rem solid #b22923;
}

.sub_extra_col::before {
	content: "●";
	color: #b22923;
	padding: 0 1rem 0 0;
}

.sub_extra_col {
	height: 6rem;
	line-height: 6rem;
	font-size: 2.2rem;
	color: #b22923;
}

.sub_extra_bread,
.sub_extra_bread a {
	color: #888;
	font-size: 1.4rem;
	line-height: 6rem;
}

.sub_extra_bread a::after{
	content: " > ";
}

.sub_extra_bread a:last-child::after{
	content: "";
}


.sub_item {
	width: 100%;
	font-size: 1.6rem;
	height: 5.5rem;
	line-height: 5.5rem;
	border-bottom: 1px dashed #ccc;
}

.sub_item a {
	display: flex;
	justify-content: space-between;
}

.item_tit {
	width: calc(100% - 16rem);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	padding: 0 0 0 2rem;
	background: url(../images/icon_t0.png) no-repeat left center;
}

.item_dt {
	width: 14rem;
}




.sub_contents {
	width: 96%;
	margin: 0.5rem auto;
}

h1.sub_tit {
	font-size: 2rem;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
}

.sub_cnt_extra {
	text-align: center;
	color: #888;
	font-size: 1.4rem;
	padding-bottom: 1.2rem;
	border-bottom: 0.1rem solid #cbbda6;
	margin-bottom: 1.5rem;
}

.cnt {
	font-size: 1.4rem;
	line-height: 2.6rem;
	word-break: break-word;
	white-space: normal;
	word-wrap: break-word;
}

.cnt img,
.cnt table,
.cnt video,
.cnt audio,
.cnt embed {
	max-width: 100% !important;
	height: auto !important;
}

.cnt,
.cnt div,
.cnt p,
.cnt span,
.cnt table,
.cnt tr,
.cnt td {
	font-family: "宋体", SimSun !important;
}


@media screen and (min-width:300px) and (max-width:1199px) {}

@media screen and (min-width:1200px) and (max-width:1599px) {}