

.gray,.gray:hover,.gray:focus{
	color: gray;
	text-decoration: none;
}

.home-content{
	margin-top: 60px;
	min-height: 100%;
}
.news-page{
	text-align: center;
}
.news-posit{
	margin: 0 auto;
	height: 40px;
	padding: 20px 0;
	margin-bottom: 15px;
	color: #666;
}
.title-top{
	margin: 0 auto;
    overflow: hidden;
    border-bottom: 2px solid #ebebeb;
    background: #fff;
}
.title-top h2{
	line-height: 50px;
	text-align: center;
	float: left;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.title-top h2 a{
	color: #333;
}
.title-top h2 a:focus{
	color: #dd2726;
}
.title-top h2 a:hover, .title-top h2 a:focus{
	text-decoration: none;
}
.news-body{
	padding-bottom: 50px;
}
.news-time{
	width: 100px;
    height: 100px;
    margin-right: 36px;
    padding: 0 10px;
    text-align: center;
    background-color: #f4f4f4;
    margin-top: 20px;
}
.time-top{
    font-size: 40px;
    color: #666;
    margin-top: 5px;
    border-bottom: solid 2px #999;
}
.time-bottom{
	margin-top: 2px;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}
.new-title{
    color: #666;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.new-title a{
	color: #666;
}
.new-title a:hover,.new-title a:focus{
	color: #4095ff;
}
.new-detail{
    font-size: 14px;
    color: #888;
}
.news-list{
	overflow: hidden;
    padding-bottom: 26px;
    border-bottom: dashed 1px #e6e6e6;
}
.new-detail-content{
	margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
}
.new-detail-title{
	color: #434a54;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.new-info{
	color: #8d9ca6;
    font-size: 16px;
    text-align: center;
    padding-bottom: 28px;
    border-bottom: dashed 1px #e6e6e6;
}


/*新闻详情*/
.title-act{
	color: #4095ff;
}
.new-cont{
	padding-top: 15px;
}

@media only screen and (max-width:768px ) {
	.service-bar{
		display: none;
	}
	.news-posit{
		padding-left: 15px;
		padding-right: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.index-banner-m{
		width: 100%;
	}
	.news-banner-m{
		width: 100%;
	}
	.new-content{
		height: auto;
	}
	.new-title{
		font-size: 14px;
	}
	.new-title p{
		width: 95%;
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.news-time{
		margin: 15px 0 20px 0;
		float: right;
	    text-align: right;
	    height: auto;
	}
	.new-detail-title{
		font-size: 18px;
	}
	.title-top h2 a{
		font-size: 16px;
	}
	.news-list{
		padding-bottom: 0;
	}
	.new-info{
		font-size: 12px;
	}

	.new-cont img{
		width: 100% !important;
	}
}
