.clear {
	clear: both
}

.news_banner {
	background: url(../images/news_banner.png) no-repeat center;
	position: relative;
	min-height: 400px;
	border-bottom: 5px solid #65a2ff
}

.news_title {
	max-width: 1200px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px
}

.news_title>.title {
	float: left;
	padding: 22px 70px 0 25px;
	background: rgba(101,162,255,.5)
}

.news_title>.title h2 {
	font-size: 38px;
	color: #fff;
	font-weight: 400
}

.news_title>.title span {
	font-size: 13px;
	color: #fff
}

.news_title>.title p {
	width: 1px;
	height: 36px;
	background: #fff;
	margin-top: 14px;
	margin-bottom: 0
}

.news_title>.subnav {
	padding-left: 25px;
	float: left
}

.news_title>.subnav ul {
	margin-top: 90px
}

.news_title>.subnav ul li {
	padding: 3px 25px;
	color: #fff;
	float: left
}

.news_title>.subnav ul li a {
	color: #fff
}

.news_title>.subnav ul li:nth-child(8) {
	border-right: 0
}

.main {
	width: 1200px;
    margin: 0 auto;
    margin-bottom: 140px;
}

.main .title {
	padding: 20px 0;
	border-bottom: 1px solid #c8c8c8
}

.main .title p {
	font-size: 14px;
	color: #333;
	margin-bottom: 0
}

.main .title span {
	color: #65a2ff
}

.main .title a {
	color: #333
}

.main .title .z-add-last a {
	color: #65a2ff
}

.main .content {
	margin-top: 10px
}

.main .content::after {
	content: '';
	clear: both;
	display: block;
	height: 0
}

.main .content .content_left {
	float: left;
	width: 75%
}

.main .content .content_left p {
	font-size: 14px
}

.main .content .content_left li {
	margin-top: 20px;
	background: #f7f7f7;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb
}

.main .content .content_left .img {
	float: left;
	position: relative;
	width: 43%;
	max-height: 210px;
	overflow: hidden;
	margin-top: 24px
}

.main .content .content_left .img i {
	position: absolute;
	background: url(../images/news.png) no-repeat center;
	top: 0;
	left: 0;
	display: inline-block;
	width: 39px;
	height: 39px
}

.main .content .content_left .img img {
	width: 100%
}

.main .content .content_left .text {
	float: right;
	width: 53%;
	padding-right: 10px
}

.main .content .content_left .text h3 {
	padding-top: 20px
}

.main .content .content_left .text h3 a {
	font-size: 22px;
	color: #333;
	transition: all .3s
}

.main .content .content_left .text h3 a:hover {
	color: #65a2ff
}

.main .content .content_left .text p:nth-child(2) {
	font-size: 13px;
	color: #666;
	margin-top: 28px;
	line-height: 25px
}
.main .content .content_left .text p a {
	color: #333;
}
.main .content .content_left .text p a:hover {
	color: #65a2ff;
}
.main .content .content_left .text p:nth-child(3) {
	font-size: 13px;
	color: #999;
	margin-top: 55px
}

.main .content .content_left .text p:nth-child(3) span {
	padding-right: 20px
}

.main .content .content_left .content_left_title h2 {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-top: 60px
}

.main .content .content_left .content_left_title p {
	margin-top: 20px;
	text-align: center
}

.main .content .content_left .content_left_title .z-add-source {
	padding-top: 20px;
	text-align: center
}

.main .content .content_left .content_left_title .z-add-source span {
	padding-right: 20px;
	font-size: 13px;
	color: #999
}

.main .content .content_left .content_left_title .z-add-content {
	text-align: left;
	margin-top: 20px;
	font-size: 14px;
	color: #000
}

.main .content .content_left .content_left_title .z-add-content p,.main .content .content_left .content_left_title .z-add-content span {
	text-align: left;
	font-size: 14px;
	color: #333;
	text-indent: 2em;
}

.main .content .content_right {
	width: 23%;
	float: right
}

.main .content .content_right .article {
	background: #f7f7f7;
	padding-bottom: 20px;
	margin-top: 20px
}

.main .content .content_right .article .title {
	padding: 0 20px;
	border: 0
}

.main .content .content_right .article .title h3 {
	font-size: 16px;
	color: #737373;
	padding: 20px 0;
	border-bottom: 1px solid #c8c8c8
}

.main .content .content_right .article .title h3 span {
	color: #a5050e;
	border-bottom: 1px solid #a5050e;
	padding-bottom: 20px
}

.main .content .content_right .article .title h3 span:nth-child(2) {
    color: #737373;
    margin-left: -5px;
}

.main .content .content_right .article .news_list li {
	font-size: 13px;
	transition: all .3s;
	padding: 10px 20px;
	line-height: 20px;
	margin-top: 10px
}

.main .content .content_right .article .news_list li a {
	color: #666;
	transition: all .3s;
	padding-left: 5px
}

.main .content .content_right .article .news_list li a:hover {
	color: #fff
}

.main .content .content_right .article .news_list li span {
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 100%;
	background: #65a2ff;
	position: relative;
	top: -2px;
	transition: all .3s
}

.main .content .content_right .article .news_list li:hover {
	background: #65a2ff
}

.main .content .content_right .article .news_list li:hover a {
	color: #fff
}

.main .content .content_right .article .news_list li:hover span {
	background: #fff
}

.main .content .content_right .recommend .title {
	padding: 0;
	border: 0
}

.main .content .content_right .recommend .title h3 {
	font-size: 16px;
	color: #737373;
	padding: 20px;
	border-bottom: 1px solid #e9e9e9
}

.main .content .content_right .recommend .title h3 span {
	color: #a5050e
}

.main .content .content_right .recommend .title h3 span:nth-child(2) {
	color: #737373
}

.main .content .content_right .recommend .recommend_list {
	position: relative
}

.main .content .content_right .recommend .recommend_list i {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #e9e9e9;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: -20px;
	background: #fff url(../images/news_zan.png) no-repeat center
}

.main .content .content_right .recommend .recommend_list ul {
	border-left: 1px solid #e9e9e9;
	padding-left: 12px
}

.main .content .content_right .recommend .recommend_list li {
	padding-top: 30px;
	transition: all .3s
}

.main .content .content_right .recommend .recommend_list li span {
	font-size: 13px;
	color: #666;
	position: relative
}

.main .content .content_right .recommend .recommend_list li span:before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(../images/news_quan1.png) no-repeat center;
	position: absolute;
	left: -22px;
	top: -1px
}

.main .content .content_right .recommend .recommend_list li p {
	font-size: 13px;
	line-height: 20px;
	padding-top: 20px
}

.main .content .content_right .recommend .recommend_list li p a {
	color: #666;
	transition: all .3s
}

.main .content .content_right .recommend .recommend_list li:hover {
	background: #f7f7f7
}

.main .content .content_right .recommend .recommend_list li:hover a {
	color: #65a2ff
}

.main .content .content_right .recommend .recommend_list li:hover span:before {
	background: url(../images/news_quan2.png) no-repeat center
}

@media(min-width:1024px) and (max-width:1200px) {
	.news_title {
		width: 100%
	}

	.news_title>.title {
		padding: 20px 25px
	}

	.news_title>.subnav ul li {
		padding: 3px 23px
	}

	.main .title {
		padding: 20px 30px
	}

	.main {
		width: 100%
	}

	.content_right {
		display: none
	}

	.main .content .content_left {
		width: 100%
	}

	.main .content {
		padding: 0 30px
	}
}

@media(min-width:992px) and (max-width:1024px) {
	.news_title {
		width: 100%
	}

	.news_title>.title {
		padding: 20px 25px;
		float: none
	}

	.news_title>.subnav ul {
		margin-top: 30px;
		padding-bottom: 20px
	}

	.news_title>.subnav ul li {
		padding: 3px 23px;
		display: inline-block;
		float: none
	}

	.main .title {
		padding: 20px 30px
	}

	.news_title>.subnav {
		float: none;
		padding-left: 0;
		text-align: center
	}

	.main {
		width: 100%
	}

	.content_right {
		display: none
	}

	.main .content .content_left {
		width: 100%
	}

	.main .content {
		padding: 0 30px
	}
}

@media(min-width:768px) and (max-width:992px) {
	.news_title {
		width: 100%
	}

	.news_title>.title {
		padding: 20px 25px;
		float: none
	}

	.news_title>.subnav ul {
		margin-top: 30px;
		padding-bottom: 20px
	}

	.news_title>.subnav ul li {
		padding: 3px 19px;
		display: inline-block;
		float: none
	}

	.main .title {
		padding: 20px 30px
	}

	.news_title>.subnav {
		float: none;
		padding-left: 0;
		text-align: center
	}

	.main {
		width: 100%
	}

	.content_right {
		display: none
	}

	.main .content .content_left {
		width: 100%
	}

	.main .content {
		padding: 0 30px
	}

	.main .content .content_left .content_left_title h2 {
		margin-top: 20px
	}
}

@media(min-width:320px) and (max-width:768px) {
	.news_banner {
		overflow: hidden
	}

	.news_title {
		width: 100%
	}

	.news_title>.title {
		padding: 20px 25px;
		float: none
	}

	.news_title>.subnav ul {
		margin-top: 30px;
		padding-bottom: 30px;
		width: 1000px
	}

	.news_title>.subnav ul li {
		padding: 3px 23px;
		display: inline-block;
		float: none
	}

	.news_title>.subnav ul li:nth-child(1) {
		display: block;
		padding: 3px 23px;
		display: inline-block;
		float: none
	}

	.main .title {
		padding: 20px 30px
	}

	.news_title>.subnav {
		float: none;
		padding-left: 0;
		overflow-x: auto;
		overflow-y: hidden;
		position: relative;
		top: 20px;
		text-align: left
	}

	.main {
		width: 100%
	}

	.content_right {
		display: none
	}

	.main .content .content_left {
		width: 100%
	}

	.main .content {
		padding: 0 30px;
		overflow: hidden
	}

	.main .content .content_left .img {
		float: none;
		width: 100%
	}

	.main .content .content_left .text {
		float: none;
		width: 100%;
		padding-right: 0
	}

	.main .content .content_left .text h3 a {
		font-size: 18px
	}

	.main .content .content_left .text p:nth-child(2) {
		margin-top: 10px
	}

	.main .content .content_left .text p:nth-child(3) {
		margin-top: 20px
	}

	.main .content .content_left .content_left_title h2 {
		margin-top: 0;
		font-size: 18px
	}
}

.content .content_left {
	margin-bottom: 70px
}

.content .news-page {
	margin-top: 30px;
	margin-bottom: 20px;
}

.content .news-page a {
	display: block;
	margin-bottom: 15px;
	color: #404040;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .news-page a:hover {
	color: #65a2ff
}

.content .news-page a span {
	color: #404040;
}

.content .news-share {
	float: left
}

.content .news-share .share {
	margin-top: 0
}

.nav_color>a {
	color: #2abbc3!important
}