@charset "gb2312";
.homeHeader .mottoImg {
	margin-top: 20px;
}
.homeHeader .collegeCode p {
	margin: -10px 0 0;
}

.content {
	padding: 15px 0;
	background-color: #ffffff;
}
.banner {
	margin-top: 20px;
}
.student {
	padding: 20px 15px;
	margin-bottom: 40px;
}
.student-pic {
	width: 145px;
	margin-right: 20px;
	float: left;
}
.student-list a {
	display: block;
	padding-right: 18px;
	line-height: 2;
	font-size: 14px;
	color: #7a7a7a;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(/newcopywl/images/H5zIcon/arrow_icon02.png) right center no-repeat;
	background-size: 6px;
}

.campus {
	padding: 20px 15px;
        
}

.news {
	padding: 20px 15px 0;
	margin-bottom: 50px;
}
/*
.news-content a {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #ff9900;
	border-bottom: 1px solid #b4b3b3;
	text-align: center;
}
.news-content a div {
	margin: 15px 0 5px;
}
.news-content p {
	margin: 0;
	font-size: 12px;
	color: #7a7a7a;
}
*/
.i-str .i-str-tit a {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #f90;
	text-align: center;
	font-weight:bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.i-str .i-str-img{
	margin-bottom: 35px;
	text-align: center;
}
.i-str .i-str-img img {
	margin:auto;
}
.i-str .i-str-info {
	display: none;
}
.news, .moreNews {
	padding: 20px 15px;
}
.news li, .moreNews li {
	padding-left: 20px;
	background: url(/newcopywl/images/H5zIcon/arrow_icon03.png) 0 center no-repeat;
	background-size: 10px;
}
.news li a, .moreNews li a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	color: #7a7a7a;
	border-bottom: 1px solid #b4b3b3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news li img, .moreNews li img {
	display: none;
}
.news li span, .moreNews li span {
	display: none;
}

.album {
	padding: 20px 15px;
	margin-bottom: 7px;
}
.album-content + .album-content {
	margin-top: 15px;
}
.album-content {
	margin: 0 -5px;
}
.album-content p {
	margin: 5px 0 0;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.album-left {
	width: 50%;
	padding: 0 5px;
	float: left;
}
.album-right {
	width: 50%;
	padding: 0 5px;
	float: right;
}

.video {
	padding: 20px 15px;
}
.video iframe{
	width:100%;
	height:220px;
}

.footer-top {
	padding: 35px 0;
	background-color: #f0efed;
}
.link-left a {
	width: 49%;
	float: left;
}
.link-left a + a {
	float: right;
}
.link-right {
	margin: -8px -7px 0 -7px;
}
.link-right li {
	width: 33.33%;
	float: left;
	padding: 8px 7px;
	text-align: center;
	box-sizing: border-box;
}
.link-right li a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #9494a4;
}

.footer-middle {
	padding: 15px 0 35px;
	background-color: #e0e0e0;
}
.department-name {
	position:relative;
}
.department-name h4 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.department-name > div {
	position: relative;
}
.department-name a {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #366293;
}
.department-name .ewm {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 250px;
}

.footer-bottom {
	margin-bottom:55px;
	padding: 35px 0;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	background-color: #122848;
	text-align: center;
}
.footer-bottom p {
	margin: 0;
}
.footer-bottom a {
	font-size: 14px;
	color: #ffffff;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.student {
	    margin-bottom: 30px;
	}
	.album {
	    margin-bottom: 31px;
	}
}

/*平板和手机尺寸*/
@media only screen and (max-width:992px) {
	.banner.container {
		padding: 0;
	}
	
	.content {
		padding-top: 0;
	}
	.content .student,
	.content .campus,
	.content .news,
	.content .moreNews,
	.content .album,
	.content .video {
		margin: 0 -15px;
	}
	
	.student{
		margin-bottom: 0;
		background-color: #ffffff;
	}
	.news {
		padding: 20px 15px;
		margin-bottom: 0;
		background-color: #ffffff;
	}
	.album{
		background-color: #ffffff;
	}
	
	.link-right {
	     margin: 20px -7px 0; 
	}
	.link-right li {
		width: 50%;
	}
	
	.department-name a {
		width: 50%;
		float: left;
	}
	.department-name .ewm {
		position: relative;
		width: 100%;
		margin-top: 60px;
		text-align: center;
	}
}
/*平板尺寸*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.homeHeader .collegeCode p {
		position: absolute;
		top: -8px;
		right: 0;
	}
}
/*手机尺寸*/
@media only screen and (max-width:768px) {
	.homeHeader .collegeCode {
		position: absolute;
		top: 0;
	    right: 0;
	    height: 60px;
	    margin: 0;
	    padding: 0;
	    width: 100%;
	}
	.homeHeader .collegeCode p {
		display: none;
	}
	.homeHeader .mottoImg {
		display: none;
	}
	.homeHeader .slicknav_btn {
		position: absolute;
		top: 18px;
		right: 15px;
	}
}