@charset "utf-8";

/*banner切换 start*/
#banner-slider {
	margin-bottom: 10px;
	box-shadow: none;
}

#banner-slider ul li img {
	height: 550px;
}

#banner-slider .am-control-nav li {
	margin: 0 3px;
}

#banner-slider .am-control-nav li a {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: #fff solid 1px;
}

#banner-slider .am-control-nav li a.am-active,
#banner-slider .am-control-nav li a:hover {
	background-color: #ff9900;
}

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

/*banner切换 end*/

/*首页列表 start*/
.am-list-news-hd-in {
	height: 40px;
	padding: 0 15px 0 20px;
	background: url(/images/column_02.png);
}

.am-list-news-hd {
	padding-top: 0;
}

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

.am-list-news-hd b {
	font-size: 1.4rem;
	font-weight: normal;
	font-family: "Arial, Helvetica, sans-serif";
	color: #979797;
	padding: 10px 0 0 10px;
}

.am-list-news-hd .am-list-news-more {
	margin-top: 8px;
}

.am-list .am-list-item-dated a {
	background: url(/images/ico_01.png) no-repeat 0 16px;
	padding-right: 70px;
}

.am-list .am-list-item-dated a:hover {
	color: #FF6600;
}

.am-list>li {
	border: none;
	background-color: transparent;
	font-size: 1.5rem;
}

.am-list>li>a {
	padding: .5rem 0 .5rem 16px;
}

.am-list-date {
	right: 0;
	top: 0.7rem;
}

/*首页列表 end*/

/*学院新闻 start*/
#xyxw .news-pic {
	width: 100%;
	height: 240px;
}

#xyxw .am-list {
	margin-top: 10px;
	margin-bottom: 0;
}

#xyxw .am-list-news-hd-in {
	height: 44px;
	background: none;
	padding: 0;
	border-bottom: 2px solid #ccc;
}

#xyxw .am-list-news-hd {
	padding-bottom: 20px;
}

#xyxw .am-list-news-hd h2 {
	height: 44px;
	line-height: 30px;
	font-size: 2.4rem;
	color: #333;
	border-bottom: #AE1D1D solid 2px;
}

#xyxw .am-list-news-hd .am-list-news-more {
	font-size: 1.6rem;
	color: #666;
	background: url(/images/column_more.png) no-repeat right center;
	padding-right: 28px;
}

#xyxw .am-list-news-hd .am-list-news-more:hover {
	color: #ff6600;
}

#xyxw h1 {
	color: #035496;
	font-weight: normal;
	max-height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 1.8rem;
	padding-top: 3px;
}

#xyxw h1:hover {
	color: #FF6600;
}

#xyxw .time {
	display: block;
	padding-top: 15px;
	font-size: 1.4rem;
	color: #990000;
	border-top: 1px solid #666666;
}

#xyxw p {
	font-size: 1.4rem;
	height: 132px;
	line-height: 24px;
	overflow: hidden;
	padding: 12px 0 0 0;
	margin: 0;
	color: #666;
}

/*学院新闻 end*/

/*通知公告 start*/
#tzgg .am-list-news-hd-in {
	background: url(/images/column_01.png);
}

#tzgg .am-list-news-bd {
	background: url(/images/column_bg.png) no-repeat 0 bottom #ddeaff;
	padding: 0 20px;
}

#tzgg .am-list .am-list-item-dated a {
	white-space: normal;
	background: url(/images/ico_01.png) no-repeat 0 24px;
	border-bottom: 1px solid #ccc;
}

#tzgg .am-list>li>a {
	padding: 1rem 0 1rem 16px;
}

#tzgg .am-list-date {
	position: static;
	color: #C00;
	padding-left: 10px;
}

/*通知公告 end*/

/*中部背景 start*/
.index-bg {
	background: url(/images/bg.jpg) no-repeat center 0 #F6F6F6;
	padding-top: 15px;
}

/*中部背景 end*/

/*专题报道 start*/
#xyxw .ztbd-ul {
	padding: 0;
}

#xyxw .ztbd-ul li {
	display: inline-block;
	padding-right: 58px;
}

#xyxw .ztbd-ul li:last-child {
	padding: 0;
}

#xyxw .ztbd-ul li img {
	width: 253px;
	height: 91px;
}

/*专题报道 end*/

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

/*手机*/

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

	/*banner切换 start*/
	#banner-slider ul li img {
		height: auto;
	}

	#banner-slider .am-control-nav {
		bottom: 5px;
	}

	/*banner切换 end*/


	/*专题报道 start*/
	#xyxw .ztbd-ul li img {
		width: 100%;
		height: auto;
	}

	#xyxw .ztbd-ul li {
		width: 100%;
		padding-right: 0;
		padding-bottom: 10px;
	}

	/*专题报道 end*/
}

/*电脑*/

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

/*平板和电脑*/

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

/*手机和平板*/

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

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