body{
	background: url(../image/list-bg.png) no-repeat center;
	background-size: 100%;
}

.content-address{
	width: 100%;
	height: 46px;
	line-height: 46px;
	margin-top: 30px;
	font-size: 14px;
}

.content-address a{
	color: #000;
	text-decoration: none;
}

.content-listbox{
	display: table;
	width: 100%;
	height: auto;
}

.content-news-list{
	display: table-cell;
	width: 75%;
	height: auto;
	padding: 10px 20px 15px 0px;
	box-sizing: border-box;
}

.content-news-title{
	display: table-cell;
	width: 25%;
	height: auto;
	padding: 10px 0px 15px 20px;
	box-sizing: border-box;
}

.content-listbox .content-list{
	width: 100%;
	height: auto !important;
	background: #fff;
	padding-top: 30px;
	box-sizing: border-box;
}

.content-listbox .content-title{
	width: 100%;
	height: auto;
	padding-top:30px;
	box-sizing: border-box;
}

.content-1{
    line-height: 46px;
	padding-left: 20px;
	box-sizing: border-box;
    border-bottom: 2px solid rgb(0, 69, 226);
}

.content-1 .content-span-1{
	font-size: 28px;
    font-weight: 700;
    font-family: 微软雅黑;
    color: #0045E2;
}

.content-1 .content-span-2{
	font-size: 18px;
    font-weight: 700;
    color: #d5d5d5;
    margin-left: 10px;
}

.content-title .content-1{
	text-align: center;
    border-bottom: 2px solid #d9d9d9;
}

.content-title .content-1 .content-span-1{
	color: #000000;
	font-weight: 500;
}

.content-title .content-1 .content-span-2{
	background: url(../image/hot.png) no-repeat right;
	padding-right: 20px;
	background-size: 15px;
}

.content-list-2{
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
}

.content-news-li{
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px dashed #E8E8E8;
}

.content-news-li:last-child{
	border-bottom: none;
}

.content-news-li a{
	display: inline-block;
	width: 100%;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #000;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.content-news-li p{
	width: 100%;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	margin: 15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.content-news-li span{
	font-size: 14px;
	padding-left: 20px;
}

.content-news-time{
	background: url(../image/shijianlan.png) no-repeat left;
	background-size: 15px;
}

.content-news-author{
	margin-left: 30px;
	background: url(../image/zuozhe.png) no-repeat left;
	background-size: 15px;
}
.content-details {
	display: table;
	width: 100%;
	height: auto;
	padding: 20px 5px;
	box-sizing: border-box;
}
.content-details .content-leaderbox{
	width:  33.333%;
	height: auto;
	float: left;
}

.content-details .content-leaderbox .content-leaderimg{
	width: 50%;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	float: left;
}

.content-details .content-leaderbox .content-leaderimg img{
	width: 100%;
	height: auto;
}

.content-details .content-leaderbox .content-leaderintroduce{
	width: 50%;
	height: auto;
	float: left;
}

.content-details .content-leaderbox .content-leaderintroduce a,
.content-details .content-leaderbox .content-leaderintroduce p{
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 10px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 14px;
	color: #000;
}

.content-title-1{
	width: 100%;
	height: auto;
	padding-top: 30px;
	box-sizing: border-box;
}

.content-title-1 a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #E8E8E8;
}

.content-title-1>a:hover{
	color: #fff;
	background: #0045E2;
}

.content-title-li{
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px 0;
	box-sizing: border-box;
}

.content-title-li:first-child{
	border-bottom: 1px dashed #999999;
}

.content-title-li .content-title-time{
	position: absolute;
	top: 15px;
	left: 0px;
	width: 45px;
	height: 58px;
	background: url(../image/rencairiqi.png) no-repeat left;
	background-size: 100%;
}

.content-title-li .content-title-time p{
	width: 100%;
	height: 29px;
	text-align: center;
	line-height: 29px;
}

.content-time-data{
	font-size: 12px;
}

.content-time-time{
	color: #fff;
	font-size: 16px;
}

.content-title-li .content-title-title{
	width: 100%;
	height: 58px;
	padding-left: 66px;
	box-sizing: border-box;
}

.content-title-li .content-title-title a{
	display: inline-block;
	height: 100%;
	color: #333333;
	text-decoration: none;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
}

.page-position{
	position: relative;
}

.content-page{
	width: 1200px;
	padding: 15px 0;
	position: absolute;
	bottom: -60px;
	left: 0;
	z-index: 99;
}




















