#pc-banner{
	max-height:3.6rem;overflow:hidden
}

.news-det{
	max-width: 14.9rem;
	margin:0.5rem auto;
}

.news-det img{
	max-width: 100%!important
}

.news-title .color-gray{
	font-size: 12px;
	color:#999;
	border-bottom: 1px solid #ccc;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0.2rem 0;
	margin-bottom: 0.2rem;
}

.news-title .color-gray span{
	padding:0 0.1rem;
	position: relative;
}

.news-title .color-gray span:after{
	width:1px;
	height: 10px;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -5px;
	content:"";
	background: #ccc;
}

.news-title .text-big-lable{
	font-weight: bold;
	font-size: .24rem;
}

.about-news-det-np{
	border-top: 1px solid #ccc;
	margin-top: 0.5rem;
	padding-top: 0.3rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.about-news-det-np a{
	display: block;
	border-radius: 0.5rem;
	padding:0.1rem 0.2rem;
	border: 1px solid #ddd;
	background: #f7f7f7;
	line-height: 1;
	color:#444;
	margin-bottom: 0.2rem;
	font-size: 14px;
	transition: all 0.5s;
}

.about-news-det-np .nextprev{
	width:70%;
}

.about-news-det-np .goback a{
	border-color:#014099;
	color:#014099;
	background: #fff;
	opacity: 0.7
}

.about-news-det-np .nextprev a:hover,.about-news-det-np .goback a:hover{
	border-color:#3eb135;
	color:#3eb135;
	background: #e8fee6
}

.news-det .am-titlebar-default .am-titlebar-title{
	font-size: 16px;
	border:none;
}

.news-det .small-news-li{
	font-size: 14px;
	color:#444;
	transition: all 0.5s;
	margin: 0.2rem 0.1rem;
	display: block;
	border-bottom:1px dotted #ccc;
	padding-bottom: 0.2rem;
}

.subnews .bg-a{
	background: #f7f7f7;
	border-radius: 10px;
	padding-bottom: 0.1rem;
	margin-top: 0.5rem;
}

.subnews .am-titlebar-default .am-titlebar-title::before{
	height: 20px;
	display: inline-block;
	background-color: #3eb135;
	width:2px;
	top:50%;
	margin-top: -8px;
	left:-10px;
}

.subnews .shiping{
	font-size: 14px;
	color:#444;
	line-height: 1;
	margin:0.2rem 0;
}

.subnews .shiping img{
	margin:0.2rem 0;
}