@charset "utf-8";

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

#banner-slider ul li img {
	height: 400px;
}

#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*/
.swiper_wrap_bg {
	background: url(../../images/ico_03.png) no-repeat 15px center #FFF;
	padding: 10px 10px 10px 25px;
	margin-bottom: 20px;
}

.swiper_wrap_title {
	float: left;
	font-size: 1.8rem;
	color: #333333;
	padding: 0 0 0 20px;
}

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

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

.swiper_wrap ul li {
	list-style: none;
}

.swiper_wrap ul li a {
	display: inline-block;
	max-width: 80%;
}

.swiper_wrap .time {
	padding-left: 40px;
	color: #666666;
	vertical-align: top;
}

.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*/
.am-list-news-default {
	margin: 0;
}

.am-list-news-hd {
	padding: 0 20px;
	border-bottom: 1px solid #E5E5E4;
}

.am-list-news-hd h2 {
	font-size: 1.8rem;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
	padding-left: 15px;
	background: url(../../images/column_01.png) no-repeat left center;
}

.am-list-news-hd .am-list-news-more {
	height: 60px;
	line-height: 60px;
	font-size: 1.4rem;
	color: #999;
	padding-right: 25px;
	background: url(../../images/column_more.png) no-repeat right center;
}

.am-list .am-list-item-dated a {
	background: url(../../images/ico_01.png) no-repeat 0 16px;
	padding-left: 16px;
	padding-right: 100px;
}

.no-time .am-list-item-dated a {
	padding-right: 0;
}

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

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

.am-list-date {
	top: 0.5rem;
	font-size: 1.6rem;
}

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


/*列表 end*/

/*列表热点文章 start*/
.list-news-hotnews img {
	width: 380px;
    height: 236px;
}

.list-news-hotnews h1 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
}

.list-news-hotnews h1 a {
	color: #333;
}

.list-news-hotnews h1 a:hover {
	color: #ff6600;
}

.list-news-hotnews .hotnews-time {
	color: #666;
	display: block;
	padding: 10px 0;
	font-family: "Arial, Helvetica, sans-serif";
}

.list-news-hotnews p {
	margin: 0;
	padding: 0;
	height: 150px;
	line-height: 30px;
	overflow: hidden;
	color: #999;
}

/*列表热点文章 end*/

/*部门概况 start*/
#bmgk img {
	width: 360px;
	height: 200px;
}

#bmgk p {
	color: #999;
	height: 197.5px;
	line-height: 33px;
	overflow: hidden;
}

/*部门概况 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*/

	/*滚动新闻 start*/
	.swiper_wrap .time {
		display: none;
	}

	/*滚动新闻 end*/

	/*列表热点文章 start*/
	.list-news-hotnews img {
		width: 100%;
		height: auto;
	}

	/*列表热点文章 end*/

	/*部门概况 start*/
	#bmgk img {
		width: 100%;
		height: auto;
	}

	/*部门概况 end*/

	/*通用 start*/
	.margin-bottom-sm {
		margin-bottom: 1.6rem;
	}

	/*通用 end*/
}

/*电脑*/

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

/*平板和电脑*/

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

/*手机和平板*/

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

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