/*banner*/
.news-banner {
	height:284px;
	background: url(img/news_bg.jpg) repeat 0 0;
}
.module-banner-bg {
	height:284px;
	background: url(img/news_banner.jpg) no-repeat center;
}
h1.day,
span.date{
	color:#999;
	text-align: center;
}

h1.day{
	margin-top:10px;
	font-size:30px;
}

span.date{
	display:block;
	font-size: 14px;
}

.news-piece:hover {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	color:#FFF;

}

.news-piece:hover .news-time-box{
	background: none;
}

/*.news-piece:hover a,
.news-piece:hover em,
.news-piece:hover span,
.news-piece:hover a.tit,
.news-piece:hover h1.day,
.news-piece:hover a.news-hot{
	color:#FFF;
}*/
.news-piece a:hover {
	/* color: #009ed6; */
	text-decoration: underline;
}

.news-info a.cont-tails:hover{
	text-decoration: none;
}

.news-top {
	position:relative;
	top:2px;
	*top:0;
	display: inline-block;
	width: 45px;
	height: 18px;
	text-align: right;
	padding-right: 5px;
	margin-left: 1%;
	font-size: 12px;
	color: #fff;
	background: url(img/news_top.png) no-repeat 0 0;
}
@-webkit-keyframes mark-shake {
	0%{left:1px}
	25%{left:3px}
	50%{left:5px}
	75%{left:3px}
	100%{left:1px}
}

/*新闻 内容页面*/
/*news-crumbs*/
.news-content-main {
	padding-bottom: 70px;
}
.news-content-title {
	width: 100%;
	height:48px;
	line-height: 48px;
	border-bottom: 1px solid #E9E9E9;
}
.news-crumbs {
}
.news-crumbs li {
	float: left;
	font-size: 12px;
	color: #666;
}
.news-crumbs-link {
	color: #666;
	text-decoration: none;
}
.news-crumbs-home {
	background: url(img/news_home.png) no-repeat 0 -1px;
	padding-left: 20px;
}
.news-crumbs-arrow {
	margin: 0 5px;
}
.news-title-abbr {
	vertical-align: top;
}
/*news-article*/
.news-article {
	width: 100%;
	padding-top: 40px;
}
.news-article-title {
	text-align: center;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
}
.news-article-subtitle {
	position: relative;
	width: 100%;
	padding-top: 20px;
}
.news-article-time {
	text-align: center;
	color: #999;
	font-size:14px;
}
.news-article-time a {
	font-size: 14px;
	color: #00aaff;
}
.news-article-share {
	position: absolute;
	right: 0;
	top: 6px;
}
.news-article-share div{
	display: inline-block;
	box-sizing: content-box;
}

.news-article-main {
	margin-top:35px;
	color: #666;
	line-height: 24px;
}
.news-article-main p {
	font-size: 15px;
	text-indent: 2em;
	line-height: 2em;
	margin-bottom: 15px;
}
.news-article-main p img{
	max-width: 1000px;
}
.news-article-main a {
	color: #666;
	text-decoration: none;
}
.news-article-main .link {
	color: #666;
	text-decoration: none;
}
/* 恢复 编辑内容 的strong样式，并去掉 SEO目的的 strong标签样式 */
.news-article-main strong {
	font-weight: bold;
}
.news-article-main .link strong {
	font-weight: normal;
}
/*media-link*/
.media-link {
	position:relative;
	margin-top: 33px;
	color: #666;
	font-size: 14px;
	width: 100%;
	height:40px;
	line-height:40px;
}
.link-box{
	position:absolute;
	top:0;
	left: 80px;
	padding-left:10px;
}
.link-box .link-url {
	display: inline-block;
	height: 100%;
	padding: 0 30px 0 10px;
	margin-right: 20px;
	background-color: #f5f6f7;
}
.copy-url-btn {
	padding: 8px 16px;
	background:#fff;
	font-size: 14px;
	color: #00aaff;
	border: 1px solid #00aaff;
	cursor: pointer;
}
.copy-url-btn:hover {
	color: #fff;
	background: #00aaff;
}
.media-link i{
	display: none;
	color: #1961b3;
	font-style: normal;
}

.l-tips{
	height:40px;
	line-height: 40px;
	padding:0 10px;
}

.b-line{
	padding-bottom:28px;
	/*border-bottom:#e2e2e2 dashed 1px;*/
}
.news-content-space {
	margin: 20px 0;
	height: 2px;
	background: #e6e6e6;
}
.news-recommend {
	padding-left: 18px;
	padding-bottom: 10px;
	border: 1px dotted #ff8800;
	background-color: #fff8f0;
}
.news-recommend h4 {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #ff8800;
}
.news-recommend p {
	margin-bottom: 15px;
	font-size: 14px;
	color: #666;
}
.news-recommend p a {
	margin-left: 15px;
	font-size: 14px;
	color: #00aaff;
}
.page-link,
.page-link a,
.page-link span{
	font-size:16px;
	color:#00aaff;
}

.page-link{
	margin:10px auto 15px auto;
	max-width:1200px;
	color:#333333;
}

.page-link span{
	margin-left:10px;
}

.page-link a:hover{
	text-decoration: underline;
}




/*****3.0版本*****/

/*new tab*/
.news-main {
	padding-top: 35px;
	margin-bottom: 100px;
}
.new-tabs {
	float: left;
	width: 160px;
}
.new-tabs ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	margin-top: -1px;
	border-top: 1px dashed #e6e6e6;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #666;
}
.new-tabs ul li:first-child a {
	border-top: none;
}
.new-tabs ul li.active a,
.new-tabs ul li:hover a {
	position: relative;
	top: 1px;
	background-color: #00aaff;
	border-color: #00aaff;
	color: #fff;
}
.news-main-content {
	float: right;
	width: 980px;
}
.news-main-content ul li {
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	padding: 18px 20px;
}
.news-main-content ul li:hover {
	-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);  
	-moz-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);  
	box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
}
.news-main-content ul li a {
	display: block;
	
	
}
.news-text a{
	overflow: hidden;
}
.news-title-img {
	float: left;
	width: 160px;
	line-height: 180px;
}
.news-title-img img {
	/*margin-left: 20px;*/
	width: 100%;
    height: auto;
 max-height: 120px;
}
.news-space {
	float: left;
	width: 1px;
	height: 180px;
	margin: 0 20px;
	background-color: #e6e6e6;
}
.news-text h2 {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}
.news-text h2.active {
	color: #00aaff;
}
.news-text h2.active i {
	display: inline-block;
	width: 56px;
	height: 20px;
	margin-left: 20px;
	margin-bottom: 2px;
	vertical-align: middle;
	background: url(img/news_top.png) no-repeat 0 center;
}
.news-text p {
	height: 82px;
	line-height: 1.5;
	margin: 15px 0;
	font-size: 14px;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news-text .time {
	padding-left: 24px;
	font-size: 12px;
	color: #999;
	background: url(img/time-icon.png) no-repeat left center;
}
.news-text .eye {
	padding-left: 24px;
	font-size: 12px;
	color: #999;
	background: url(img/eye.png) no-repeat left center;
	margin-left:10px;
}
.news-text .links {
	float: right;
	font-size: 12px;
	color: #00aaff;
}
.news-text .links:hover {
	color: #55afe8;
}
.go-back {
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	color: #00aaff;
}