@charset "UTF-8";

#slide_container {
	position: relative;
	height: 390px;
	padding-bottom: 20px;
}
#slide_mes {
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -500px;
	z-index: 1;
}
#dx {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -470px;
	z-index: 1;
}
#dx img {
	width: 140px;
	height: auto;
}
.wideslider {
	width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline-block;
    overflow: hidden;
	position:relative;
}
 
.wideslider ul li img {
	display: none;
    width: 100%;
	height: auto;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff;}
.slider_next {background: #fff;}


#news {
	position: relative;
	overflow: hidden;
	width: 600px;
	padding: 30px;
	float: left;
	background-color: #faf0e6;
}
#news > a {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	background-color: #800000;
	color: #FFF;
	width: 88px;
	font-size: 14px;
	line-height: 33px;
}
#news h2 {
	font-size: 0;
}
#news h2 img {
	width: 119px;
	height: auto;
}
#news_cate {
	padding: 20px 0 25px 0;
}
#news_cate ul {
	display: flex;
	lex-direction: row;flex-wrap: nowrap;
	justify-content: flex-start;
	background-image: url("../img/top_newsline.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}
#news_cate a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 16px;
	margin-right: 20px;
}
#news_cate a.slt {
	background-image: url("../img/top_newsline_on.png");
	background-position: left bottom;
	background-repeat: repeat-x;
}
#news_blk {
	overflow: hidden;
}
#news_img {
	display: block;
	width: 158px;
	float: right;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #000;
}
#news_img img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#news_blk dl {
	display: none;
	width: 442px;
	float: left;
}
#news_blk dl.slt {
	display: block;
}
#news_blk dt {
	width: 148px;
	float: left;
	clear: left;
	box-sizing: border-box;
	padding: 0 0 8px 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
#news_blk dt span {
	display: block;
	float: right;
	width: 60px;
	box-sizing: border-box;
	border: 1px solid #000;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	margin: 4px 0;
	font-weight: normal;
}
#news_blk dt span.n1 {
	color: #2E8B57;
	border-color: #2E8B57;
}
#news_blk dt span.n2 {
	color: #D2691E;
	border-color: #D2691E;
}
#news_blk dt span.n3 {
	color: #4682B4;
	border-color: #4682B4;
}
#news_blk dt span.n4 {
	color: #191970;
	border-color: #191970;
}
#news_blk dd {
	float: left;
	width: 285px;
	box-sizing: border-box;
	padding: 0 0 8px 15px;
	font-size: 16px;
	line-height: 30px;
}
#news_blk dd a {
	text-decoration: none;
	color: #000;
}


#banner {
	width: 320px;
	float: right;
	overflow: hidden;
}
#banner a {
	display: block;
	font-size: 0;
}
#banner img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
#banner a:first-child img {
	margin-top: 0;
}


#linkbtns {
	clear: both;
	display: flex;
	flex-direction: row;flex-wrap: nowrap;
	justify-content: space-between;
	font-size: 0;
	padding: 20px 0;
}
#linkbtns img {
	width: auto;
	height: 200px;
}


#campuslife {
	padding: 30px;
	background-color: #faf0e6;
}
#campuslife h2 {
	font-size: 0;
}
#campuslife h2 img {
	width: auto;
	height: 29px;
	margin-bottom: 30px;
}
#campuslife ul {
	display: flex;
	flex-direction: row;flex-wrap: nowrap;
	justify-content: space-between;
	font-size: 0;
}
#campuslife li img {
	width: auto;
	height: 90px;
}



@media screen and (max-width: 999px) {
	#slide_container {
		height: 320px;
	}
	#dx {
		top: auto;
		left: auto;
		margin-left: auto;
		right: 20px;
		bottom: 20px;
	}
	#dx img {
		width: 90px;
		height: auto;
	}
	#news {
		width: 100%;
		box-sizing: border-box;
		padding: 28px 20px 50px;
		float: none;
	}
	#news h2 img {
		width: auto;
		height: 23px;
	}
	#news_cate {
		padding-bottom: 6px;
	}
	#news_cate li:last-child {
		display: none;
	}
	#news_cate a {
		font-size: 14px;
		padding-bottom: 10px;
		margin-right: 14px;
	}
	#news_img {
		display: none;
	}
	#news_blk dl {
		width: 100%;
		float: none;
	}
	#news_blk dt {
		width: 150px;
		float: none;
		padding: 8px 0 0 0;
	}
	#news_blk dd {
		clear: both;
		width: auto;
		float: none;
		padding: 0 0 8px 0;
		border-bottom: 1px solid #d8d9db;
	}
	#news_blk dd:last-child {
		border-bottom: none;
	}
	#news > a {
		right: 20px;
		bottom: 20px;
	}
	#banner {
		width: auto;
		float: none;
		padding: 20px;
		display: flex;
        flex-direction: row;flex-wrap: wrap;
        justify-content: space-between;
	}
	#banner img {
		width: auto;
		height: 50px;
		margin-top: 10px;
	}
	#banner a:first-child img,#banner a:nth-child(2) img {
		margin-top: 0;
	}
	#linkbtns {
		padding: 0 20px 20px;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#linkbtns img {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	#linkbtns a:first-child img {
		margin-top: 0;
	}
	#campuslife {
		padding: 27px 20px 30px;
	}
	#campuslife h2 img {
		width: auto;
		height: 22px;
		margin-bottom: 10px;
	}
	#campuslife ul {
		flex-wrap: wrap;
	}
	#campuslife li img {
		width: auto;
		height: 66px;
		margin-top: 10px;
	}
}
