@charset "utf-8";
/* ===================新闻中心样式========================== */


/* 新闻列表 start */
.newlist_container .new_con{
	padding-bottom: 1.2rem;
}
.newlist_container .new_con ul li{
	margin-bottom: 0.8rem;
}

/* 新闻列表 end */


/* 新闻详情 start */
.new_main{
	padding-top: 1rem;
}
.new_main .box_t{}
.new_main .box_t .tit{
	font-size: 28px;
	color: #000000;
	text-align: center;
	margin-bottom: 0.3rem;
}
.new_main .box_t .data{
	font-size: 14px;
	color: #aaa;
	text-align: center;
	margin-bottom: 0.25rem;
}
.new_main .box_t .data span{
	margin: 0 0.4rem;
}
.new_main .con{
	padding: 0.6rem 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 20px;
}
.new_main .con img{
	width: auto !important;
	max-width: 100% !important;
	display:inline-block;
}
.new_main .con.video{
	text-align: center;
}
.new_main .con.video iframe{
	max-width: 100%;
	margin: 0 auto;
	width: 10rem;
	height: 6rem;
}
.new_main .box_m{
	padding: 0.6rem 0 0.8rem;
}	
.new_main .box_m .left{
	float: left;
}
.new_main .box_m .left a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0.25rem;
}
.new_main .box_m .right{
	float: right;
}
.new_main .box_m .right a{
	width: 160px;
	height: 42px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	font-family: 'JH';
	color: rgb(255,255,255);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	background-image: linear-gradient(to right, #05675c , #098b7f);
}
.new_main .box_m .right:hover a{
	opacity: 0.9;
	color: rgb(255,255,255);
}

/* 新闻详情 end */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.new_main .box_t .tit{
		font-size: 22px;
	}
	.new_main .box_m .left{
		width: 100%;
	}
	.new_main .box_m .right{
		margin-top: 0.2rem;
	}
	.new_main .box_m .right a{
		width: 2rem;
		height: 0.62rem;
		line-height: 0.62rem;
	}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

