@charset "utf-8";

/*面包屑导航 start*/
.am-breadcrumb {
	margin: 10px 0;
	height: 47px;
	line-height: 47px;
	padding: 0;
	background: url(../../images/Titlebg.jpg) left center repeat-x;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.am-breadcrumb li:nth-child(2):before {
	display: none;
}

.am-breadcrumb li {
	font-size: 1.2rem;
}

.am-breadcrumb li a,
.am-breadcrumb>.am-active,
.am-breadcrumb>li+li:before {
	color: #1d1d1d;
}

.am-icon-home:before {
	font-size: 3rem;
	color: #666;
	vertical-align: middle;
	padding: 0 15px;
}

/*面包屑导航 end*/

/*列表 start*/
.list-title {
	margin-top: 25px;
	color: #8B1416;
	height: 75px;
	line-height: 75px;
	font-size: 2.5rem;
	margin-bottom: 0;
	margin-left: 20px;
	padding-left: 80px;
	background: url(../../images/JTT.png) left center no-repeat;
}

.list-line {
	background: url(../../images/xian.jpg) center bottom repeat-x;
	height: 17px;
}

.list-box .am-list {
	margin: 35px 50px;
}

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

.list-box .am-list .am-list-item-dated a {
	font-size: 1.4rem;
	color: #666;
	padding-right: 110px;
	padding-left: 15px;
}

.list-box .am-list .am-list-item-dated a:hover {
	color: #FF6600;
}

.list-box .am-list>li {
	border: none;
	margin-bottom: 0;
	border-bottom: 1px dashed #999999;
	background: url(../../images/dian.png) left center no-repeat;
}

.list-box .am-list>li .am-list-date {
	font-size: 1.4rem;
	color: #666;
	top: .4rem;
}

/*列表 end*/

/*图片列表 start*/
.pic-list .am-gallery-item img {
	height: 200px;
	padding: 4px;
	border: 1px solid #e6e6e6;
}

.pic-list .am-gallery-item .am-gallery-title {
	text-align: center;
	font-size: 1.2rem;
}

/*图片列表 end*/

/*内容页 start*/
.content-box .content-title {
	font-size: 3rem;
	color: #8B1416;
	text-align: center;
	margin: 15px 0;
}

.content-box .content-source {
	background-color: #EAEAEA;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 6px 0;
}

.content-box .content-source ul {
	padding: 0;
	margin: 0;
}

.content-box .content-source li {
	display: inline-block;
	color: #666;
	font-size: 1.3rem;
	padding: 0 10px;
}

.content-box .content-news {
	padding: 20px 30px 40px 30px;
	margin: 0;
}

.content-box .content-news img {
	max-width: 100%;
}

/*内容页 end*/

/*地图 start*/
.ditu-box #dituContent{
	width: 100%;
	height: 500px;
}
/*地图 end*/

/*组图内容页 start*/
.pic-slider {
	padding: 0 30px;
}

.pic-slider .am-slides img {
	height: 496px;
}

.pic-slider .am-control-thumbs img {
	height: 10rem;
}

/*组图内容页 end*/

/*视频内容页 start*/
#my-video {
	width: 100%;
	height: 484px;
}

/*视频内容页 end*/

/*文章分页 start*/
.content-page {
	color: #999;
	padding: 30px;
}

.content-page .page-list {
	width: 70%;
}

.content-page p {
	overflow: hidden;
	font-size: 1.4rem;
	margin: 0;
	line-height: 25px;
}

.content-page .share {
	font-size: 1.2rem;
	color: #000;
}

/*文章分页 end*/

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

/*手机*/

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

	/*面包屑导航 start*/
	.am-breadcrumb {
		white-space: nowrap;
		overflow-x: scroll;
	}

	/*面包屑导航 end*/

	/*列表 start*/
	.list-box {
		margin-top: 10px;
	}

	.list-box .am-list {
		margin: 10px;
	}

	/*列表 end*/

	/*通用内容页 start*/
	.content-box .content-title {
		font-size: 1.5em;
	}

	.content-box .content-source {
		width: 95%;
	}

	.content-box .content-news {
		padding: 20px 1.6rem;
	}

	/*通用内容页 end*/

	/*地图 start*/
	.ditu-box #dituContent {
		height: 20rem;
	}

	/*地图 end*/

	/*文章分页 start*/
	.content-page {
		padding: 1.6rem;
	}

	.content-page .page-list {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.content-page .share {
		float: none;
	}

	/*文章分页 end*/

	/*图片列表 start*/
	.pic-list .am-gallery-item img {
		height: 10rem;
	}

	/*图片列表 end*/

	/*组图内容页 start*/
	.pic-slider .am-slides img {
		height: 196px;
	}

	.pic-slider .am-control-thumbs img {
		height: 4rem;
	}

	/*组图内容页 end*/

	/*视频内容页 start*/
	#my-video {
		width: 100%;
		height: 13.6rem;
	}

	/*视频内容页 end*/

}

/*电脑*/

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

/*平板和电脑*/

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

/*手机和平板*/

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

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