@charset "utf-8";
.am-news-box {
	padding: 20px 80px;
}

.am-news-box .am-news-title h1 {
	margin: 0;
	font-size: 3.6rem;
	text-align: center;
	font-weight: normal;
}

.am-news-box .am-news-title h2.top-title {
	margin: 0;
	text-align: center;
	font-size: 2rem;
	font-weight: normal;
}

.am-news-box .am-news-title h3.sub-title {
	margin: 0;
	text-align: center;
	font-size: 2rem;
	font-weight: normal;
}

.am-news-box .am-news-introduction {
	height: 37px;
	line-height: 37px;
	background: #f2f0f0;
	margin-top: 1.6rem;
}

.am-news-box .am-news-introduction .am-news-fontsize span {
	margin: 0 5px;
	cursor: pointer;
}

.am-news-box .am-news-introduction .am-news-source,
.am-news-box .am-news-introduction .am-news-releasetime,
.am-news-box .am-news-introduction .am-news-reading,
.am-news-box .am-news-introduction .am-news-fontsize {
	font-size: 1.4rem;
}

.am-news-box .am-news-content {
	padding-top: 50px;
	padding-bottom: 30px;
}

.am-news-box .am-news-content p {
	line-height: 200% !important;
}

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

/*视频页 start*/

#my-video {
	width: 100%;
	height: 530px;
}

.am-news-content-text {
	margin-top: 20px;
}

/*视频页 end*/

/*组图内容页 start*/

.am-swiper-box {
	margin-top: 2rem;
	height: 600px;
}

.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.swiper-wrapper{
	position: relative;
}

.swiper-slide-text a{
	position: absolute;
	text-align: center;
	bottom: 0;
	color: #FFFFFF;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

/*组图内容页 end*/


/*分享 start*/

.bdsharebuttonbox {
	padding-left: 25px;
	background: url(../../images/index/share_bg.png) left no-repeat;
}


/*分享 end*/


/*相关稿件 start*/

.am-news-relevant {
	margin-top: 35px;
	border-top: #ccc solid 1px;
	padding: 35px 45px 0 45px;
}

.am-news-relevant h1 {
	margin: 0;
	padding-left: 10px;
	font-family: "宋体";
	font-size: 2.2rem;
	color: #015193;
	background: url(../../images/index/relevant_bg.png) left no-repeat;
}

.am-news-relevant .news-tab .am-tab-panel ul.am-list>li>a {
	color: #015193;
	font-size: 1.6rem;
}

.am-news-relevant .news-tab .am-tab-panel {
	padding: .5rem 0;
}


/*相关稿件 end*/


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


/*电脑*/

@media only screen and (min-width: 1025px) {
	.am-news-releasetime {
		white-space: nowrap;
		text-align: right;
	}
	.am-news-releasetime,
	.am-news-source,
	.am-news-reading,
	.am-news-fontsize {
		text-align: center;
	}
}


/*手机*/

@media only screen and (max-width: 640px) {
	.am-news-box {
		padding: 0;
	}
	.am-news-box .am-news-introduction {
		height: auto;
		line-height: 32px;
	}
	.am-news-box .am-news-content {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.am-news-relevant {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.am-news-box .am-news-title h1 {
		font-size: 1.5em;
	}
	.am-swiper-box {
		height: 24rem;
	}
}


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