@charset 'utf-8';
html{font-size: 14px;}

.header{
	height: 120px;
	background: url(../img/newsBg.png) no-repeat 72% 36%;
	position: relative;
}
.header::after{
	content: "";
	width: 100%;
	height: 28px;
	background: url(../img/banner-shadow.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom:-28px;
}
.header>div{
	height: 100%;
}
.header>div div{
	font-size: 28px;
	line-height: 28px;
	color: #676A6B;
}
.header>div p{
	font-size: 12px;
	color:#b9bcbe;
	margin-top:10px;
}
.header>div p a{
	color:#999;
}
.header>div p a:hover{
	color:#003399;
}
.header>div p span{
	color:#000;
}
.newContent{
	padding:30px 0;
}
.newContent .content li{
	margin-bottom: 20px;
	
}
.newContent .content li:hover div a{
	color: #003399;
}
.newContent .content li div a{
	color: #4AB7F5;
	font-size: 16px;
	font-weight: bold;
}
.newContent .content li p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	line-height: 20px;
	font-size: 12px;
	width:64%;
}
.newContent .content li span{
	display: inline-block;
	color: #999;
	font-size: 12px;
	margin:10px 0;
}

.childNavBox {
    background: #003399;
    color: #fff;

/******分页******/
.pagingBox div{
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #F7F7F7;
	margin-right: 4px;
	cursor: pointer;
}
.pagingBox div:before{
	content:"";
	display: block;
	width:8px;
	height:8px;
	border-top:3px solid #000;
	border-left:3px solid #000;
	border-radius: 2px;
}
.pagingBox div:hover{
	background: #4AB7F5;
}
.pagingBox div:hover:before{
	border-color: #fff;
}
.pagingBox .pagePrev:before{
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); 	/* Opera */
}
.pagingBox  .pageNext:before{
	transform:rotate(135deg);
	-ms-transform:rotate(135deg); 	/* IE 9 */
	-moz-transform:rotate(135deg); 	/* Firefox */
	-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
	-o-transform:rotate(135deg); 	/* Opera */
}
.pagingBox .paging li{
	width: 35px;
	line-height: 35px;
	background: #F7F7F7;
	text-align: center;
	margin-right: 4px;
	cursor: pointer;
}
.pagingBox .paging li:hover{
	background: #4AB7F5;
	color: #FFFFFF;
}
.pagingBox .paging .packUp{
	background: #FFFFFF;
}

.detailsMsgBox{
	padding:20px 0;
}
.urlBox div a{
	color:#003399;
	cursor: pointer;
}
.urlBox div a:hover{
	color:#4AB7F5;
}
.detailsTitle{
	margin:36px 0;
}
.detailsTitle div{
	font-size: 28px;
}
.detailsTitle p{
	color: #B6B6B6;
	font-size: 12px;
	margin-top:18px
}
.detailsTitle p span{
	margin-right: 20px;
}
.detailsContainer{
	margin-bottom: 50px;
}
.planTable{
	margin-bottom: 40px;
}
.planTable th , .planTable td{
	padding:20px
}
.planTable td a{
	color: #4AB7F5;
}
.planTable .time{
	text-align: center;
}
.planTable td a:hover{
	color: #003399;
}