.content {
	width: 900px;
	min-height: 938px;
	margin: auto;
	position: relative;
}
.content p {
	margin: 0px;
}
.content a {
	text-decoration: none;
	color: #333;
}
.content .title-position {
	font-size: 12px;
}
.content .title {
	font-size: 12px;
	color: #165BB5;
}
.content .cont-left {
	width: 900px;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.cont-left .list {
	margin-top: 30px;
}
.cont-left .list .new {
	text-decoration: none;
	display: block;
	height: 100px;
	border-bottom: 1px solid #D3D4D6;
	margin-bottom: 20px;
}
.cont-left .list .new .time {
	width: 80px;
	height: 80px;
	background-color: #02a4f0;
	float: left;
}
.cont-left .list .new .time .ri {
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	color: white;
}
.cont-left .list .new .time .nianyue {
	text-align: center;
	color: white;
}
.cont-left .list .new .newsInfo {
	height: 80px;
	width: 790px;
	/*	background-color: red;*/

	float: left;
	margin-left: 15px;
	position: relative;
}
.cont-left .list .new .newsInfo .newsCont {
	font-size: 13px;
	color: #222;
	line-height: 26px;
	height: 55px;
	overflow: hidden;
}
.cont-left .list .new .newsInfo .new-title {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
	width: 700px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cont-left .list .new .newsInfo p {
	display: inline;
}
.cont-left .list .new .newsInfo .flowNum {
	position: absolute;
	top: 0px;
	right: 0px;
}
.cont-left .list .new .newsInfo a {
	color: #02a4f0;
	cursor: pointer;
	text-decoration: none;
}
.cont-left .list-number {
	float: left;
}
.cont-left .list-number p {
	display: inline-block;
}
.cont-left .list-number span {
	color: #165bb5;
}
.cont-left .paging {
	float: right;
	text-align: center;
}
.cont-left .paging a {
	color: #165BB5;
}
.cont-left .paging ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	list-style: none;
	position: relative;
	top: 6px;
}
.cont-left .paging li {
	float: left;
	display: inline-block;
	border: 1px solid #165BB5;
	font-size: 12px;
	margin-left: 5px;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	color: #165BB5;
}
.cont-left .paging span {
	color: #165BB5;
	display: inline-block;
	border: 1px solid #165BB5;
	font-size: 12px;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
}
.cont-left .paging .selectPage {
	background-color: #165BB5;
	color: white;
}
.content .cont-right {
	width: 320px;
	position: absolute;
	right: 0px;
	top: 35px;
}
/*会员简介*/

.cont-right .vip-introduce {
	width: 100%;
	height: 370px;
	background-image: url(../images/introduce1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.cont-right .vip-introduce a {
	color: white;
}
.cont-right .vip-introduce ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin-top: 40px;
	width: 100%;
}
.cont-right .vip-introduce ul li {
	height: 30px;
	margin-top: 20px;
	cursor: pointer;
}
.cont-right .vip-introduce ul li i {
	width: 8px;
	height: 8px;
	background-color: white;
	display: inline-block;
	border-radius: 50%;
	margin-left: 34px;
}
.cont-right .vip-introduce ul li span {
	color: white;
	line-height: 30px;
	margin-left: 25px;
	letter-spacing: 1px;
}
.cont-right .vip-introduce ul li img {
	float: right;
	margin-right: 45px;
	position: relative;
	top: 9px;
}
.cont-right .add-introduce {
	display: block;
	width: 320px;
	height: 150px;
	margin-top: 17px;
	cursor: pointer;
}
.cont-right .add-introduce img {
	width: 100%;
	height: 100%;
}
.cont-right .newVip {
	width: 320px;
	height: 324px;
	background-image: url(../images/introduce4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 17px;
	overflow: hidden;
}
.newVip ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin-top: 56px;
	width: 100%;
}
.newVip ul li {
	height: 30px;
	margin-top: 20px;
	cursor: pointer;
}
.newVip ul li i {
	width: 8px;
	height: 8px;
	background-color: #41c074;
	display: inline-block;
	border-radius: 50%;
	margin-left: 34px;
}
.newVip ul li a {
	color: #41c074;
	line-height: 30px;
	margin-left: 25px;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newVip ul li a:hover {
	color: #FF6600;
}
.newsCont span {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}
.newsCont a {
	color: #FF6600 !important;
}
