@charset "utf-8";

/*底部背景 start*/
.list-bottom-bg {
	padding: 40px 0 20px 0;
	background: url(../../images/main2.jpg) no-repeat center right;
	background-size: cover;
}

/*底部背景 end*/

/*轮播图 start*/
#news-slider {
	box-shadow: none;
}

#news-slider ul li img {
	height: 250px;
}

#news-slider .slider-content {
	background-color: #f4f4f4;
	padding: 22px 15px 28px;
}

#news-slider .slider-content h1 {
	font-size: 1.6rem;
	color: #047a60;
	font-weight: normal;
	margin-bottom: 10px;
}

#news-slider .slider-content p {
	margin: 0;
	height: 50px;
	font-size: 1.4rem;
	color: #666;
	overflow: hidden;
	line-height: 1.8;
}

#news-slider .slider-content span {
	font-size: 1.2rem;
	color: #047a60;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 15px;
}

#news-slider .am-control-nav {
	top: 225px;
	z-index: 9;
	right: 50%;
	margin-right: -20px;
}

#news-slider .am-control-nav li a {
	width: 8px;
	height: 8px;
	border-radius: 10px;
}

#news-slider .am-control-nav li a.am-active {
	background-color: #047a60;
}

#news-slider .am-control-nav li a {
	background-color: #fff;
}

/*轮播图 end*/

/*首页列表 start*/
.am-list-news-hd-in {
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
	position: relative;
}

.am-list-news-hd-in i {
	position: absolute;
	width: 84px;
	height: 2px;
	background-color: #047a60;
	left: 0;
	bottom: -2px;
}

.am-list-news-hd {
	padding-top: 0;
}

.am-list-news-hd h2 {
	font-size: 2.2rem;
	float: none;
	font-weight: normal;
}

.am-list-news-hd b {
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 7px;
	font-family: "Arial, Helvetica, sans-serif";
	color: #979797;
}

.am-list-news-hd .am-list-news-more {
	color: #999;
}

.am-list-news-default .am-list-date {
	color: #666;
}

.am-list .am-list-item-dated a {
	background: url(../../images/list.png) no-repeat 0 18px;
	padding-right: 40px;
}

.am-list .am-list-item-dated a:hover {
	color: #047a60;
}

.am-list>li {
	border: none;
	background-color: transparent;
	font-size: 1.6rem;
}

.am-list>li>a {
	padding: .65rem 0 .65rem 16px;
}

.am-list-date {
	font-size: 1.4rem;
	right: 0;
	top: 0.8rem;
}

/*首页列表 end*/

/*新闻动态 start*/
#xydt .am-list>li {
	border-bottom: 1px solid #eee;
}

#xydt .am-list>li>a {
	padding: .85rem 0 .85rem 16px;
	padding-right: 75px;
}

#xydt .am-list-date {
	top: 1.1rem;
}

#xydt .am-list .am-list-item-dated a {
	background: url(../../images/list0.png) no-repeat 0 20px;
}

/*新闻动态 end*/

/*通知公告 start*/

#tzgg .am-list>li>span.time {
	float: left;
	width: 62px;
	text-align: center;
}

#tzgg .am-list>li>span.time span {
	display: block;
	line-height: 32px;
	color: #fff;
	background-color: #c0c0c0;
}

#tzgg .am-list>li>span.time b {
	display: block;
	line-height: 34px;
	padding-top: 2px;
	font-weight: normal;
	color: #666;
	background-color: #f4f4f4;
}

#tzgg .am-list>li>a {
	padding: 0;
	line-height: 30px;
	height: 66px;
	display: block;
	overflow: hidden;
	padding-left: 15px;
}

#tzgg .am-list>li {
	padding: 10px 0;
}

#tzgg #marquee {
	height: 410px;
	overflow: hidden;
}

/*通知公告 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*轮播图 start*/
	#news-slider ul li img {
		height: 18rem;
	}

	#news-slider .am-control-nav {
		top: 195px;
	}

	/*轮播图 end*/

}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
