.head_content .fontBanner-box .font-banner-img{
	height: auto;
	/*max-height: 160px;*/
}
.banner {
	height: 600px;
}
.banner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide .b-img {
	position: absolute;
	width: 1920px;
	height: 600px;
	left: 50%;
	margin: 0 0 0 -960px;
}
.banner .pagination{
	bottom: 20px;
    position: absolute;
    z-index: 100;
    text-align: center;
}
.banner .pagination .swiper-pagination-bullet {
	width: 25px;
	background: #fff;
	border-radius: 4px;
	opacity: 1
}
.banner .pagination .swiper-pagination-bullet-active {
	background: #007aff
}
.text-box {
	position: absolute;
	right: 10%;
	top: 220px;
	z-index: 99;
	font-size: 45px;
	color: #f50000;
	/*font-weight: bold;*/
}
.text-box .text {
	padding-left: 90px;
	font-weight: normal;
}
.headline-news {
	margin: 20px auto;
	background: #e9eaee;
	border-radius: 5px;
}
.headline-news .label-title {
	float: left;
	background: #ff4e00;
	padding: 10px;
}

.headline-news .label-title img {
	width: 50px;
	vertical-align: top;
}
.headline-news .main-content {
	margin:0 85px;
	padding-top: 16px;
}
.headline-news .main-content .news-swiper {
	height: 40px;

}
.headline-news .news-title {
	font-size: 24px;
	color: #666;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}
.headline-news .news-title:hover {
	color: #3564b1;
	font-weight: bold;
}
.headline-news .more-line-btn {
	/*font-size: 18px;*/
	float: right;
	line-height: 70px;
}
.headline-news .more-line-btn .more-icon {
	width: 18px;
}

.notice-box {
	margin: 20px auto;
	background: #e9eaee;
	border-radius: 5px;
	height: 40px;
}
.notice-box  .label-title {
	float: left;
	background: url(../../images/hhmd/notice-bg1.png) no-repeat ;
	background-size: 100% 100%;
	font-size: 20px;
	color: #fff;
	padding: 0 20px 0 10px;
	line-height: 40px;
}
.notice-box .more-line-btn {
	line-height: 40px;
}
.notice-title-box {
	margin: 0 90px 0 120px;
}
.notice-title-box  .notice-item-title {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	margin-right: 20px;
	vertical-align: top;
	color: #333;
}
.notice-title-box  .notice-item-title:hover {
	color: #3564b1;
	font-weight: bold;
}
/*图片新闻*/
.img-news-box {
	width: 630px;
}
.img-news-box .img-news-banner {
	height: 350px;
}
.img-news-box .img-news-banner .news-img {
	height: 350px;
	width: 100%;
}
.img-news-box .img-news-banner .news-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	line-height: 20px;
	padding: 8px 0;
	text-align: center
}
.img-news-box .img-news-banner .news-title span {
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	display: block;
}
.important-news {
	width: 630px;
}
.important-news .more-line-btn {
	line-height: 40px;
}

.photography-list {
	width: 100%;
	height: auto;
	list-style: none;
}
.photography-list  .common-news-list-img {
	height: auto;
}

.photography-list  .common-news-list-img .img-box {
	height: 180px;
}
.photography-list  .common-news-list-img .img-box img {
	height: 180px;
}

.set-width {
	width: 630px;
}