@charset "utf-8";

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

#banner-slider ul li img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	height: 500px;
}

#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*/
.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: #4284C8;
	height: 41px;
	line-height: 41px;
	font-weight: normal;
	border-bottom: #4284C8 solid 1px;
}

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

.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.6rem;
}

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

.am-list-date {
	right: 0;
	top: 1rem;
	font-size: 1.2rem;
}

/*列表 end*/

/*安全通告 start*/
#aqtg .am-list-news-hd-in {
	height: 40px;
	padding: 0 15px 0 20px;
	background-color: #4284C8;
	border: none;
}

#aqtg .am-list-news-hd {
	padding-bottom: 4px;
}

#aqtg .am-list-news-hd h2 {
	color: #fff;
	height: 40px;
	line-height: 40px;
	border: none;
}

#aqtg .am-list-news-hd .am-list-news-more {
	height: 40px;
	line-height: 40px;
}

#aqtg .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;
}

#aqtg .am-list>li>span.time span {
	display: block;
	line-height: 32px;
}

#aqtg .am-list>li>span.time b {
	display: block;
	line-height: 34px;
	padding-top: 2px;
	font-weight: normal;
}

#aqtg .am-list>li>a {
	padding: 0;
	line-height: 22px;
	height: 66px;
	display: block;
	overflow: hidden;
	padding-left: 15px;
}

#aqtg .am-list>li {
	border-bottom: 1px solid #CCCCCC;
	padding: 15.7px 0;
}

#aqtg .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*/

/*不同分辨率适配 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*/

}

/*电脑*/

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

/*平板和电脑*/

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

/*手机和平板*/

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

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