@charset "utf-8";

/*滚动新闻 start*/
.swiper_wrap_bg {
	background: url(../../images/ico_03.png) no-repeat 15px center #f0f0f0;
	padding: 10px 10px 10px 25px;
	margin-bottom: 20px;
}

.swiper_wrap {
	position: relative;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
}

.swiper_wrap ul {
	position: relative;
	top: 0;
	left: 0;
	font-size: 14px;
	margin-top: 1px;
}

.swiper_wrap ul li {
	list-style: none;
	line-height: 30px;
}

.swiper_wrap .lt {
	background: url(../../images/ico_02.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 3px;
	display: block;
	width: 14px;
	height: 7px;
}

.swiper_wrap .lt:hover {
	background-position: right 0;
}

.swiper_wrap .gt {
	background: url(../../images/ico_02.png) no-repeat 0 bottom;
	position: absolute;
	right: 10px;
	top: 22px;
	display: block;
	width: 14px;
	height: 7px;
}

.swiper_wrap .gt:hover {
	background-position: right bottom;
}

/*滚动新闻 end*/

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

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

#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*/
.hot-list {
	padding: 0;
	margin: 0;
}

.hot-list li {
	list-style: none;
}

.hot-list .hot-list-title {
	font-size: 2.2rem;
	font-weight: normal;
	margin: 0;
}

.hot-list .hot-list-title a {
	color: #E94040;
}

.hot-list .hot-list-abstract {
	color: #666;
	height: 120px;
	line-height: 30px;
	overflow: hidden;
	margin-top: .5rem;
}

/*热点新闻 end*/

/*列表 start*/
.am-list-news-hd {
	padding-top: 0;
}

.am-list-news-hd h2 {
	font-size: 2.2rem;
	color: #E94040;
	line-height: 20px;
	font-weight: normal;
	padding-left: 13px;
	background: url(../../images/column_01.png) no-repeat left center;
}

.am-list .am-list-item-dated a {
	font-size: 1.4rem;
	padding-right: 0;
}

.am-list .am-list-item-dated img {
	width: 100%;
	height: 160px;
}

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

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

.am-list-date {
	left: 0;
	right: auto;
	top: 0.5rem;
	font-size: 1.5rem;
}

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


/*列表 end*/

/*右侧二维码 start*/
.code-ewm {
	position: fixed;
	left: 50%;
	margin-left: 620px;
	top: 45%;
	z-index: 999;
}

/*右侧二维码 end*/

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

/*手机*/

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

	/*轮播图 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*/

