@charset "utf-8";

/*轮播图 start*/
#news-slider {
	box-shadow: none;
}

#news-slider ul li img {
	height: 260px;
}

#news-slider .slider-content {
	padding: 10px 0;
}

#news-slider .slider-content h1 {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 10px;
}

#news-slider .am-control-nav {
	top: 235px;
	z-index: 9;
	right: 50%;
	margin-right: -20px;
}

#news-slider .am-control-nav li a {
	width: 10px;
	height: 10px;
	border-radius: 10px;
}

#news-slider .am-control-nav li a.am-active {
	background-color: #a9322c;
}

#news-slider .am-control-nav li a {
	background-color: #fff;
}

/*轮播图 end*/

/*首页列表 start*/
.am-list-news-hd-in {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ab312c;
}

.am-list-news-hd {
	padding-top: 0;
}

.am-list-news-hd h2 {
	font-size: 1.8rem;
	font-weight: normal;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	background-color: #ab312c;
	color: #fff;
}

.am-list-news-hd .am-list-news-more {
	color: #666;
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	margin-right: 8px;
}

.am-list .am-list-item-dated a {
	background: url(../../images/list2.png) no-repeat 0 18px;
	padding-right: 75px;
}

.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*/
#zdxw .am-list>li {
	border-bottom: 1px solid #eee;
}

#zdxw .am-list>li>a {
	padding: .85rem 0 .85rem 16px;
}

#zdxw .am-list-date {
	top: 1.1rem;
}

#zdxw .am-list .am-list-item-dated a {
	padding-right: 75px;
	background: url(../../images/list0.png) no-repeat 0 20px;
}

/*重点新闻 end*/

/*通知公告 start*/

#tzgg .am-list>li>span.time {
	float: left;
	width: 57px;
	text-align: center;
}

#tzgg .am-list>li>span.time span {
	display: block;
	line-height: 24px;
	color: #fff;
	background-color: #a9322c;
	font-size: 1.5rem;
	font-weight: bold;
}

#tzgg .am-list>li>span.time b {
	display: block;
	line-height: 26px;
	font-weight: normal;
	color: #a9322c;
	background-color: #eee;
	font-size: 1.2rem;
}

#tzgg .am-list>li>a {
	padding: 0;
	line-height: 1.6;
	height: 50px;
	display: block;
	overflow: hidden;
	padding-left: 15px;
}

#tzgg .am-list>li {
	padding: 8px 0;
}

/*通知公告 end*/

/*后勤快报 start*/
#hqkb ul {
	margin: 0;
	padding: 0;
}

#hqkb ul li {
	list-style: none;
}

#hqkb ul li img {
	width: 100%;
	height: 120px;
}

#hqkb ul li h1 {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 0;
}

#hqkb ul li span {
	font-size: 1.4rem;
	color: #999;
}

#hqkb ul li p {
	font-size: 1.2rem;
	margin: 0;
	max-height: 60px;
	overflow: hidden;
}
#hqkb ul li{
	margin-top: 12px;
}
/*后勤快报 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*/
