a {
	text-decoration: none;
}

.navs {
	width: 100%;
	background-color: #f0f0f0;
	margin-top: 90px;
}

.navBox {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav-left a {
	line-height: 40px;
	margin-right: 50px;
	color: #666;
	font-size: 14px;
}

.nav-left a.on {
	color: #155ac2
}

.nav-left a:hover {
	color: #155ac2
}

.nav-left {
	float: left;
}

.nav-right {
	float: right;
	line-height: 42px;
	color: #b8b8b8;
}

.nav-right img {
	width: 25px;
	vertical-align: middle;
}

.nav-right span,
.nav-right a {
	color: #b8b8b8;
	font-size: 14px;
}

.newsDetail {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 100px;
	box-sizing: border-box;
}

.newsLeft {
	width: 75%;
	padding: 0 5.7%;
	box-sizing: border-box;
	float: left;
}

.newsLeft .newsHead .newsTitle {
	font-size: 30px;
	color: #000;
	line-height: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f2f2f2;
	padding-right: 85px;
	position: relative;
	margin-bottom: 30px;
	font-weight: 500;
}

.newsLeft .newsHead .newsTime {
	font-size: 14px;
	color: rgba(51, 51, 51, .5);
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}

.newsLeft .newsContent {
	line-height: 30px;
	font-size: 14px;
}

.newsLeft .newsContent img {
	max-width: 100%;
	height: auto !important
}

.newsLeft .newsContent .newsText {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 30px;
}

.newsLeft .newsContent .newsImg {
	text-align: center;
}

.newsLeft .newsContent .newsImg img {
	margin-bottom: 55px;
	height: auto !important;
}

.newsLeft .newsContent .newsImg .imgDescribe {
	color: rgb(89, 89, 89);
	font-size: 14px;
	margin-bottom: 30px;
}

.newsRight {
	width: 18.8%;
	float: right;
	/*padding-right: 2%;*/
}

.newsRight h2 {
	font-size: 22px;
	color: #155ac2;
	line-height: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}

.newsRight>div {
	margin-bottom: 30px;
}

.newsRight>div a {
	display: block;
	width: 88%;
	font-size: 12px;
	color: #666;
	line-height: 30px;
	padding: 7px 0 7px 12%;
	background: url(../img/icon/news-yuandian2.png) no-repeat left 6px;
	transition: background .3s, color .3s;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}


.newsRight>div a:hover {
	color: #005dde;
	background: url(../img/icon/news-yuandian-red2.png) no-repeat left 6px;
}

.newsRight a.link {
	display: block;
	width: 100%;
	/*height: 55px;*/
	line-height: 55px;
	background: #1d56a5 url(../img/icon/news-jiantou.png) no-repeat 60% center;
	color: #fff;
	font-size: 18px;
	padding: 5px 21%;
	transition: background .3s, color .3s, padding .3s;
	margin-top: 30px;
}

.newsRight a.link:hover {
	background: #1d56a5 url(../img/icon/news-jiantou.png) no-repeat 60% center;
	color: #fff;
	padding: 5px 15%;
}

.news_fanyecon {
	font-size: 14px;
	color: #666;
	line-height: 35px;
}

.news_fanye {
	margin-top: 50px;
}

.news_fanyecon a {
	color: #666;
}

.news_fanyecon a:hover {
	color: #155ac2
}
@media (max-width: 768px){
	.newsDetail{
		width: 80%;
	}
	.newsLeft{
		width: 100%;
	}
	.newsRight{
		display: none;
	}
	.newsDetail {
	    padding-bottom: 50px;
	}
}
