@charset "utf-8";

/*banner切换 start*/
#banner-slider {
	padding: 9px 12.5px;
	background-color: #fff;
	margin: 20px 0;
	border-radius: 5px;
	box-shadow: 5px 5px 8px -5px #000;
}

#banner-slider ul li img {
	height: 307px;
}

#banner-slider .am-control-nav li {
	margin: 0 3px;
}

#banner-slider .am-control-nav li a {
	width: 13px;
	height: 13px;
	background-color: #fff;
	box-shadow: none;
}

#banner-slider .am-control-nav li a.am-active,
#banner-slider .am-control-nav li a:hover {
	background-color: #ea5e19;
}

#banner-slider .am-control-nav {
	bottom: 20px;
	z-index: 9;
}

/*banner切换 end*/

/*轮播图 start*/
#news-slider {
	box-shadow: none;
}

#news-slider ul li img {
	height: 304px;
}

#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: #cb0f0e;
}

#news-slider .am-control-nav li a {
	background-color: #fff;
}

/*轮播图 end*/

/*列表 start*/
.am-list-news-hd {
	padding: 0;
	border-bottom: 1px solid #cb0f0e;
}

.am-list-news-hd h2 {
	font-size: 2.3rem;
	color: #cb0f0e;
	height: 55px;
	line-height: 55px;
	padding-left: 10px;
}

.am-list-news-hd .am-list-news-more {
	padding-right: 5px;
	height: 55px;
	line-height: 55px;
}

.am-list .am-list-item-dated a {
	padding-right: 0;
	font-size: 1.4rem;
	padding-left: 25px;
	padding-right: 45px;
	background: url(../../images/ic2.png) no-repeat 5px 12px;
}

.am-list {
	padding-top: 15px;
}

.am-list>li {
	border: none;
	background-color: transparent;
}

.am-list>li>a {
	padding: .584rem 0;
}

.am-list-news-default {
	margin: 10px 0;
	padding: 0 15px;
}

.am-list-news-default .am-list-date {
	top: 0.7rem;
	font-size: 1.4rem;
	color: #999;
	font-family: "Arial, Helvetica, sans-serif";
}

.arow-list .am-list>li {
	background: url(../../images/ico_03.png) no-repeat left;
}

.arow-list .am-list .am-list-item-dated a {
	padding-left: 18px;
}

/*列表 end*/

/*工作动态 start*/
#gzdt {
	padding: 0;
}

#gzdt .am-list-news-hd h2 {
	color: #828282;
	cursor: pointer;
	padding: 0 10px;
}

#gzdt .am-list-news-hd h2:first-child {
	margin-right: 10px;
}

#gzdt .am-list-news-hd h2.hover {
	border-bottom: 3px solid #036;
	color: #036;
}

#gzdt .am-list-news-hd {
	border-bottom: 1px solid #d3d3d3;
}

#gzdt .am-list .am-list-item-dated a {
	padding-left: 40px;
	padding-right: 70px;
	background: url(../../images/ic1.png) no-repeat 15px 12px;
}

#gzdt .am-list {
	padding-top: 13px;
}

#gzdt .am-list>li {
	border-bottom: 1px dotted #ccc;
}

#gzdt .am-list-date {
	right: 25px;
}

#gzdt .am-list-news-hd .am-list-news-more {
	padding-right: 10px;
}

/*工作动态 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*logo start*/
	.logobox {
		padding: 20px 0 20px 0;
	}

	/*logo end*/

	/*banner切换 start*/
	#banner-slider ul li img {
		height: auto;
	}

	#banner-slider .am-control-nav {
		bottom: 15px;
	}

	/*banner切换 end*/

	/*轮播图 start*/
	#news-slider {
		margin-bottom: 10px;
	}

	#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*/

