@charset "utf-8";

/*banner切换 start*/
#banner-slider {
	box-shadow: none;
}

#banner-slider ul li img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	height: 480px;
}

#banner-slider .am-control-nav li {
	margin: 0 3px;
}

#banner-slider .am-control-nav li a {
	width: 42px;
	height: 11px;
	background-color: #000;
	border-radius: 0;
	box-shadow: none;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#banner-slider .am-control-nav li a.am-active,
#banner-slider .am-control-nav li a:hover {
	background-color: #f00;
}

#banner-slider .am-control-nav {
	bottom: 10px;
	z-index: 9;
}

/*banner切换 end*/

/*轮播图 start*/
#news-slider {
	box-shadow: none;
	margin-top: 10px;
}

#news-slider ul li img {
	height: 360px;
}

#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-bd img {
	margin-top: 20px;
	height: 120px;
}

.am-list-news-hd-in {
	border-top: #f70404 3px solid;
	border-bottom: 1px solid #ececec;
	margin-top: -1px;
}

.am-list-news-hd {
	padding-top: 0;
}

.am-list-news-hd h2 {
	font-size: 1.8rem;
	color: #f70404;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	padding-left: 19px;
	font-family: "宋体";
}

.am-list-news-hd .am-list-news-more {
	font-size: 1.4rem;
	color: #333;
	height: 41px;
	font-weight: bold;
	line-height: 41px;
	padding-right: 10px;
}

.am-list .am-list-item-dated a {
	font-size: 1.2rem;
	padding-right: 65px;
	font-family: "宋体";
}

.am-list .am-list-item-dated a:hover {
	color: #FF6600;
}

.am-list>li {
	border: none;
	background-color: transparent;
	font-size: 1.4rem;
}

.am-list>li>a {
	padding: .38rem 0 .38rem 1.5rem;
	background: url(../../images/article_arrow1.gif) no-repeat left;
}

.am-list-date {
	right: 0;
	top: .4rem;
	font-size: 1.2rem;
	font-family: "宋体";
}

/*列表 end*/

/*左侧时间列表 start*/
.am-list.left-time .am-list-item-dated a {
	font-size: 1.6rem;
	background: none;
	padding-left: 55px;
	padding-right: 0;
}

.am-list.left-time .am-list-date {
	color: #FF6600;
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
	right: auto;
	left: 0;
}

.am-list.left-time>li>a {
	padding: .543rem 0;
}

/*左侧时间列表 end*/

/*列表外框 start*/
.border-box {
	border: 1px solid #ececec;
}

/*列表外框 end*/


/*院校新闻 start*/
#xwdt .am-list-news-hd-in {
	height: 41px;
	border-bottom: none;
}

#xwdt .am-list-news-hd h2 {
	position: absolute;
	top: 0px;
	left: 30px;
	padding: 0;
	width: 100px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: url(../../images/bg-tit1.png) no-repeat;
}

#xwdt .am-list .am-list-item-dated a {
	padding-right: 65px;
	font-size: 1.4rem;
}

#xwdt .am-list>li>a {
	padding: .32rem 0 .32rem 1.5rem;
}

.xwdt-top {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #d5d5d5;
}

.xwdt-top h1 {
	color: #ff4e00;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
	font-family: "宋体";
}

.xwdt-top p {
	color: #666;
	font-size: 1.4rem;
	line-height: 22px;
	height: 90px;
	overflow: hidden;
	margin: 0;
	font-family: "宋体";
}

#xwdt .am-list {
	margin: 10px 0;
}

/*院校新闻 end*/

/*简介 start*/
.introduction {
	margin-top: 10px;
	padding: 20px;
	background-color: #e5f0f9;
}

.introduction img {
	width: 100%;
	height: 148px;
}

.introduction p {
	font-size: 1.4rem;
	font-family: "宋体";
	color: #666;
	text-indent: 2em;
	margin-bottom: 0;
}

/*简介 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*banner切换 start*/
	#banner-slider ul li img {
		height: 18rem;
	}

	#banner-slider .am-control-nav {
		bottom: 5px;
	}

	/*banner切换 end*/

	/*轮播图 start*/
	#news-slider {
		margin-bottom: 10px;
	}

	#news-slider ul li img {
		height: 18rem;
	}

	/*轮播图 end*/

	/*列表 start*/
	.am-list-news-bd img {
		width: 100%;
	}

	/*列表 end*/
}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {

	/*列表外框 start*/
	.no-border-right {
		border-right: none;
	}

	/*列表外框 end*/
}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
