﻿.contentNews{
	width: 1200px;
	min-height: 750px;
	padding: 0;
	margin: auto;
}
/*头部*/
.titleNews{
	width: 100%;
	height: 84px;
	background-color: #39a7f8;
	padding: 0;
	margin: 0;
}
.titleLeft{
	width: 23%;
	height: 84px;
	text-align: right;
	padding-right: 25px;
	background-color: #1891db;
	color: #fff;
	font-size: 16px;
	position: relative;
	float: left;
}
.titleLeft p{
	padding: 0;
	margin: 0;
	line-height: 84px;
}
.titleLeft span{
	width: 20px;
	height: 50%;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 4;
	border-bottom-right-radius: 20px;
	background-color: #1891db;
}
.titleLeft .titleArrow02{
	top: 50%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0px;
}
.titleRight{
	height: 84px;
	line-height: 84px;
}
.titleRight span{
	font-size: 14px;
	color: #333;
	padding-left: 50px;
	cursor: pointer;
}
 .titleRight a {
        text-decoration: none;
    }
.titleRight .paddingLeft30{
	padding-left: 30px;
}
.titleRight .fontWithe{
	color: #fff;
}
/*内容部分*/
.articles{
	width: 940px;
	margin: auto;
	padding-bottom: 30px;
	border-bottom: 3px solid #ededed;
}
.articlesMatter{
	margin-top: 84px;
	overflow: hidden;
}
.articlesMatter p {
	margin: 0;
	padding: 0;
}
.matterLeft{
	width: 141px;
	margin-top: 10px;
	float: left;
}
.matterLeft p:nth-child(1){
	font-size: 18px;
	color: #39a7f8;
	text-align: right;
}
.matterLeft p:nth-child(2){
	font-size: 14px;
	color: #333;
	text-align: right;
	color: #333333;
}
.matterRight{
	width: 704px;
	margin-left: 238px;
}
.matterRight .pTitle{
	font-size: 32px;
	color: #333333;
}
.matterRight .pMatter{
	font-size: 14px;
	color: #484848;
	margin-top: 17px;
}
/*跳转查看更多*/
.matterRight a{
	color: #3aa8ff;
	text-decoration: none;
}
.matterRight img{
	width: 9px;
	/*margin-top: 24px;*/
	margin-left: 13px;
}
.articlesImgs{
	padding-left: 165px;
	margin-top: 30px;
}
.articlesImgs img{
	width: 50px;
	height: 50px;
}
/*底部加载更多*/
.newsButton{
	width: 940px;
	margin: auto;
	padding-top: 47px;
}
.newsButton .plusSmll{
	width: 28px;
	height: 28px;
	margin-left: 190px;
}
.newsButton span{
	font-size: 22px;
	color: #3aa8ff;
	margin-left: 25px;
    vertical-align: top;
    cursor:pointer;
}
.pageDown{
	margin-top: 100px;
	position: relative;
}
.pageDown img{
	width: 36px;
	height: 16px;
	position: absolute;
	left: 50%;
}