@charset "utf-8";

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

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

#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 h2 {
	font-size: 2.4rem;
	color: #a40000;
	height: 31px;
	line-height: 31px;
	font-weight: normal;
	padding-left: 16px;
	background: url(../../images/column_01.png) no-repeat left center;
}

.am-list-news-hd .am-list-news-more {
	height: 31px;
	line-height: 31px;
	font-size: 1.4rem;
}

.am-list .am-list-item-dated a {
	padding-right: 50px;
	padding-left: 15px;
	background: url(../../images/list_01.png) no-repeat left;
}

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

.am-list>li>a {
	padding: .417rem 0;
}

.am-list-date {
	right: 0;
	top: 0.4rem;
	font-size: 1.6rem;
}

.am-list-news-default .am-list-date {
	color: #a40000;
}


/*列表 end*/

/*团情快讯 start*/
.list {
	padding: 0;
	margin: 0;
}

.list li {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*white-space: normal;
}

.list li .time {
	color: #A40000;
	padding-left: 15px;
	float: right;
}

.list .sort {
	color: #666;
	font-size: 1.4rem;
	padding-right: 5px;
}

.list .sort a {
	color: #666;
}

.list .sort a:hover {
	color: #FF6600;
}

/*团情快讯 end*/

/*学子风采 start*/
.am-gallery-default .am-gallery-item img {
	height: 180px;
}

.am-gallery-default>li {
	padding-right: 16px;
}

.am-gallery-default>li:first-child {
	padding-left: 0;
}

.am-gallery-default>li:last-child {
	padding-right: 0;
}

.am-gallery-default .am-gallery-title {
	margin-top: 8px;
	color: #333;
}

.am-gallery-default .am-gallery-item:hover .am-gallery-title {
	color: #FF6600;
}

/*学子风采 end*/

/*常用服务 start*/
.bottom-bg {
	padding: 75px 0 29px 0;
	background: url(../../images/bg2.jpg) no-repeat;
}

.bottom-bg ul {
	padding: 0;
	margin: 0;
}

.bottom-bg ul li {
	text-align: center;
}

.bottom-bg ul li h1 {
	color: #fff;
}

.bottom-bg ul li:hover h1 {
	color: #FFFF66;
}

#cyfw ul li h1 {
	background: url(../../images/pic_01.png) no-repeat center 0;
	padding-top: 75px;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
}

#cyfw ul li.a2 h1 {
	background-position: center -160px;
}

#cyfw ul li.a3 h1 {
	background-position: center -320px;
}

#cyfw ul li.a4 h1 {
	background-position: center -475px;
}

#cyfw ul li.a5 h1 {
	background-position: center -630px;
}

#cyfw ul li.a6 h1 {
	background-position: center -785px;
}

#xmt {
	position: relative;
}

#xmt ul li h1 {
	background: url(../../images/pic_02.png) no-repeat center 10px;
	padding-top: 75px;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
}

#xmt ul li.a2 h1 {
	background-position: center -190px;
}

#xmt ul li.a3 h1 {
	background-position: center -390px;
}

#xmt img {
	position: absolute;
	display: none;
	top: -100px;
	left: 15px;
	box-shadow: 0 0 3px #AAAAAA;
}

/*常用服务 end*/

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

/*手机*/

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

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

	/*轮播图 end*/

	/*学子风采 start*/
	.am-gallery-default>li {
		padding-right: 0;
		padding-left: 0;
	}

	.am-gallery-default .am-gallery-item img {
		height: auto;
	}

	/*学子风采 end*/

	/*常用服务 start*/
	.bottom-bg {
		padding: 10px 0;
		background: none;
		background-color: #a40000;
	}

	/*常用服务 end*/

}

/*电脑*/

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

/*平板和电脑*/

@media only screen and (min-width: 641px) {
 .am-u-md-8{
    width:64.666667%;
 }
}

/*手机和平板*/

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

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