@charset "utf-8";

/*banner切换 start*/
#banner-slider {
	margin-bottom: 10px;
	box-shadow: none;
}

#banner-slider ul li img {
	height: 360px;
}

#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: 30px;
	z-index: 9;
}

/*banner切换 end*/

/*轮播图 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-in {
	height: 41px;
	border-bottom: 1px solid #AFAFAF;
}

.am-list-news-hd {
	padding-top: 0;
}

.am-list-news-hd h2 {
	font-size: 1.8rem;
	color: #C84644;
	height: 41px;
	line-height: 41px;
	font-weight: normal;
	border-bottom: #9C2124 solid 1px;
}

.am-list-news-hd .am-list-news-more {
	padding-top: 5px;
	font-size: 1.4rem;
	color: #999;
}

.am-list-news-hd .am-list-news-more:hover {
	color: #ff6600;
}

.am-list .am-list-item-dated a {
	padding-right: 35px;
}

.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>i {
	position: absolute;
	left: 0;
	top: 0.3rem;
}

.am-list>li>a {
	padding: .459rem 0 .459rem 1.5rem;
}

.am-list-date {
	right: 0;
	top: 0.6rem;
	font-size: 1.2rem;
}

/*列表 end*/

/*新闻动态 start*/
#xwdt .am-list {
	margin-bottom: 0;
}

#xwdt .am-list-news-hd-in {
	height: 35px;
	border-bottom: 2px solid #AFAFAF;
}

#xwdt .am-list-news-hd {
	padding-bottom: 20px;
}

#xwdt .am-list-news-hd h2 {
	height: 35px;
	line-height: 26px;
	font-size: 2rem;
	border-bottom: #9C2124 solid 2px;
}

#xwdt .am-list>li {
	height: 44px;
	margin-bottom: 12px;
	line-height: 22px;
	overflow: hidden;
}

#xwdt .am-list>li:last-child {
	margin-bottom: 0;
}

#xwdt .am-list>li>img {
	padding-left: 8px;
}

#xwdt .am-list>li>a {
	display: inline;
	vertical-align: text-top;
}

#xwdt .am-list>li>i {
	top: 0;
}

#xwdt .am-list-date {
	position: static;
	color: #8e0404;
	font-size: 1.4rem;
	padding-left: 12px;
}

/*新闻动态 end*/

/*通知公告 start*/
#tzgg .am-list-news-hd-in {
	height: 40px;
	padding: 0 15px 0 20px;
	background: url(../../images/column_01.png);
	border: none;
}

#tzgg .am-list-news-hd {
	padding-bottom: 4px;
}

#tzgg .am-list-news-hd h2 {
	color: #fff;
	height: 40px;
	line-height: 40px;
	border: none;
}

#tzgg .am-list>li>span.time {
	background: url(../../images/time.png) no-repeat;
	float: left;
	width: 58px;
	height: 68px;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
}

#tzgg .am-list>li>span.time span {
	display: block;
	line-height: 32px;
}

#tzgg .am-list>li>span.time b {
	display: block;
	line-height: 34px;
	padding-top: 2px;
	font-weight: normal;
}

#tzgg .am-list>li>a {
	padding: 0;
	line-height: 22px;
	height: 66px;
	display: block;
	overflow: hidden;
	padding-left: 15px;
}

#tzgg .am-list>li {
	border-bottom: 1px solid #CCCCCC;
	padding: 10.7px 0;
}

#tzgg .am-list-news-bd {
	background: #F6F6F6;
	background-image: linear-gradient(to bottom, #F6F6F6, #FDFDFD);
	border: 1px solid #CCCCCC;
	padding: 10px 20px 0;
}

/*通知公告 end*/

/*列表外框 start*/
.border-box {
	border: 1px solid #CECECE;
	background: #FBFBFB;
	background-image: linear-gradient(to bottom, #FBFBFB, #FFF);
}

/*列表外框 end*/

/*banner start*/
.banner {
	padding-bottom: 30px;
}

.banner img {
	width: 100%;
}

/*banner 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*/
	#news-slider ul li img {
		height: 18rem;
	}

	/*轮播图 end*/

}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
