﻿.main{
	width: 1100px;
	margin: 0 auto;
}
.info{
	padding: 20px 0 0 0;
	height: 470px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flexbox;	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* background-color: red; */
}
.box{
	width: 300px;
	height: 400px;
	
	float: left;
}
.sbox{
	width: 300px;
	height: 200px;
	background-color: #5fec97;
	position: relative;
	overflow: hidden;
}
.sbox ul li{
	width: 300px;
	height: 200px;
	position: relative;
	float:left;
	list-style:none;
}
.sbox ul{
	width: 900px;/*比图片宽度*图片数量大即可*/
	transition: all 0.5s;/*在一定的时间区间内平滑地过渡*/
}
.clears{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.sbox_content img {
	width: 300px;
	height: 200px;
}
.sbox ul li p{
    height: 30px;
	width: 290px;
	background: #535954;
	position: absolute; /*绝对定位，盖住其他标签*/
	left: 0px;
	text-align:center;
	bottom: 0;
	line-height: 30px;
	padding-left: 10px;
	font-size: 14px;
	color: #FDFDFD;
	opacity:0.8 ;  /*透明度，0-1*/
	filter:alpha(opacity=80); /*IE8- , 0-100*/
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.sbox2{
	position: absolute; 
	height: 30px;
	right: 20px;
	bottom: 25px;
	left: 40%;
	line-height: 30px;
	z-index:4;
}
.sbox2 a{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	background-color: #FDFDFD;
}
.sbox2 .first{
	background-color: #FD0004;
}
.mbox{
	width: 300px;
	height: 180px;
	margin-top: 20px;
	background-color: #00669D;
	position: relative;
	overflow: hidden;
}
.mbox ul,li{
	list-style:none;
}
.mbox ul li{
	width: 300px;
	height: 180px;
	position: relative;
	float:left;
}
.mbox ul{
	width: 900px;/*比图片宽度*图片数量大即可*/
	transition: all 0.5s;/*在一定的时间区间内平滑地过渡*/
}
.clears{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.mbox_content img {
	width: 300px;
	height: 180px;
}
.mbox ul li p{
    height: 30px;
	width: 275px;
	background: #535954;
	position: absolute; /*绝对定位，盖住其他标签*/
	left: 0px;
	text-align:left;
	bottom: 0;
	line-height: 30px;
	padding-left: 25px;
	font-size: 14px;
	color: #FDFDFD;
	opacity:0.8 ;  /*透明度，0-1*/
	filter:alpha(opacity=80); /*IE8- , 0-100*/
}
.mbox2{
	position: absolute; 
	height: 30px;
	right: 10px;
	bottom: 1px;
	line-height: 30px;
	z-index:4;
}
.mbox2 a{
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
	background-color: #FDFDFD;
}
.mbox2 .first{
	background-color: #FD0004;
}
.notice,.guide{
	width: 380px;
	height: 200px;
	border: 1px solid #6eb4f5;
	/* padding: 0 10px; */
	overflow: hidden;
	float: left;
}
.notice,.major{
	margin: 0 18px;
}
.title{
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #6eb4f5;
	background-color: #e9eaed;
}
.title a .title_font {
	display: inline-block;
	padding-left: 10px;
	width: 140px;
	line-height: 36px;
	color: white;
	background-color: #4bb7f5;
	/* text-align: center; */
}
.title a .title_font img{
	width: 24px;
	height: 24px;
	line-height: 36px;
	margin-right: 20px;
	vertical-align: middle;
}
.title a .title_font font{
	vertical-align: top;
}
.title a .title_more{
	display: inline-block;
	float: right;
	color: #999999;
	font-size: 14px;
}
.info_content{
	margin-top: 10px;
	padding: 0 10px;
}
.info_content ul li{
	width: 100%;
	list-style: none;
	white-space:nowrap;/*规定段落中的文本不进行换行*/
	line-height: 30px;
	font-size: 14px;
}
.info_content ul li a{
	width: 74%;
        float:left;
	display:inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	
}
.info_content ul li a:hover{
	color: #355bf4;
}
.info_content ul li span{
	float: right;
	color: #a5a5a5;
}
.guide{
	/* background-color: #aef57c; */
}
.query{
	width: 300px;
	height: 230px;	
	margin-top: 20px;
	float: left;
	
}
.query ul li{
	list-style: none;
	display: inline-block;
}
.query a img{
	width: 90px;
	height: 115px;
	margin: 0 28px;
	display: inline-block;
}
.major,.enrollment{
	width: 380px;
	height: 230px;	
	margin-top: -180px;
	border: 1px solid #6eb4f5;
	/* padding: 0 10px; */
	overflow: hidden;
	float: left;
}
.major .major_content{
	padding: 0 10px;
	text-align: center;
}
.major .major_content ul{
	margin: 0 auto;
	text-align: left;
}
.major .major_content ul li{
	list-style: none;
	width:166px;
       margin:0 5px;
	font-size: 12px;
	display: inline-block;
	line-height: 45px;
        vertical-align: top;
}
.major .major_content ul li ul li{
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 30px;
        padding:0;
       text-align:left;
}
.major .major_content ul li ul li a{
	line-height: 28px;
	float: left;
	display: inline;
        padding: 0;
}
.major .major_content ul li ul li a span{
        line-height: 28px;
	float: left;
	display: inline;
        padding: 0;
}
/* 学习环境 */
.study_environment{
	margin: 20px auto;
	width: 100%;
margin-top:50px;
	/* height: 280px; */
}
.study_environment .en_font{
	width: 180px;
	height: 45px;
	background-color: #d1dae0;
	font-size: 18px;
	color: white;
	line-height: 45px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.study_environment .en_font img{
	width: 24px;
	height: 20px;
	line-height: 45px;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: text-top;
}
.study_environment .en_font font{
	vertical-align: top;
	line-height: 45px;
}
.en_content{
	
	margin-bottom: 20px;
}
/* .en_content .arrow{
	width: 25px;
	height: 60px;
	line-height: 180px;
	display: inline-block;
	margin-top: 50px;
	
} */
/* #scroll_div,#scroll_end{
	display: inline-block;
	width: 930px;
	overflow: hidden;
} */
.en_content #scroll_div{
	width: 100%;
	font-size: 0; /* 去除li标签空白 */
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	/* background-color: #004F92; */
}
#scroll_begin,#scroll_end{
	display: inline-block;
}
.en_content .en_picture ul,#scroll_end ul{
	display: inline-block;
	white-space: nowrap;
}
.en_content .en_picture ul li,#scroll_end ul li{
	list-style: none;
	display: inline-block;
}
.en_content .en_picture a,#scroll_end a{
	width: 240px;
	height: 200px;
	display: inline-block;
	padding: 0 10px;
}
.en_content .en_picture a img,#scroll_end a img{
	width: 100%;
	height: 160px;
	display: block;
}
.en_content .en_picture a font,#scroll_end a font{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wp_nav .nav-item a span {
    padding:0 !important  ;
    line-height: 30px !important;
}


.location{
	display:inline-block;
	width: 1100px;
	height: 40px;
	line-height: 40px;
	background-color: #efefef;
	margin-top: 20px;
	padding-left: 10px;
	border-radius: 5px;
}
.location a{
	color: #7F7F7F;
	font-size: 15px;
}
.location a:hover{color:#ff5500;}
.location span{
	color: #7F7F7F;
	font-size: 20px;
}

