﻿/*新闻详细*/
.newconts{
	padding: 40px 0;
}
.news_xx01 {
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-weight: 700;
}
.news_xx02 {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 35px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.news_xx03 {
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.news_xx03 .lishipic {
	padding: 5px;
	border: 1px solid #eee;
}
.news_xx03 p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.news_xx03 img {
	display: block;
	margin: 20px auto;
}
.news_xx03 table {
	width: 100% !important;
	border: 1px solid #ddd !important;
	border-collapse: collapse !important;
	font-size: 12PX !important;
	word-break: break-all;
	word-wrap: break-word;
}
.news_xx03 table td {
	border: 1px solid #ddd !important;
	padding: 5px !important;
}
.news_sx {
	padding: 0 20px;
	height: 40px;
	border: 1px solid #e1e1e1;
	line-height: 40px;
	color: #555;
	margin-top: 35px;
	font-size: 14px;
	background: #f5f5f5;
}
.news_sx a {
	color: #006d47;
}
.n_s {
	width: 48%;
	float: left;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 48%;
	float: right;
	text-align: right;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 769px) {
	.news_xx01{
		font-size: 17px;
	}
	.news_xx02{
	font-size: 13px;
    color: #999;
    line-height: 24px;
	}
	.news_xx03 {
		padding: 20px 2px;
	}
	.news_xx03 p{
		line-height: 25px;
	}
	.news_sx {
		margin-top: 20px;
	}
	
}
