.list-banner img{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.list
{	
	width: 100%;
        padding-bottom:90px;
}

.list_right
{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 900px;
	margin-left: 25px;
	vertical-align: top;
}

.list_title {
	margin-top: 12px;
	font-size: 24px;
	color:#b01f24;
}
.list_top{
	margin-top: 10px;
}

/*新闻列表页*/
.list_guild{	
	border-bottom: 1px dashed #dfdfe0;
    overflow: hidden;
    padding: 20px 0 20px 3px;
}
.list_guild .new-time{
	float: left;
	padding: 0 11px;
	text-align: center;
	background-color: #f4f4f4;
	margin-right: 24px;
}

.list_guild .new-time-day{
	padding: 0 11px;
	font:700 36px/48px "microsoft yahei";
	color: #003F88;
	border-bottom: 1px solid #cacaca;
}
.list_guild .new-time-ym{
	font-size: 16px;
	color: #949494;
	line-height: 36px;
}

.list_guild .new-info{
	float: left;
	width: 780px;
}

.list_guild .new-info a{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.list_guild:hover .new-info a{
	color: #2f67e2;
}
.list_guild .new-info .new-con{
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin-top: 10px;
}

.list_guild:hover {
	background-color: #F4F4F4;
}






/*图片新闻列表*/
.list-picnew{
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px dashed #dfdfe0;
}
.list-picnew .picnew-pic{
	float: left;
	width: 256px;
	height: 189px;
	overflow: hidden;
}
.list-picnew .picnew-pic img{
	width: 256px;
	height: 189px;object-fit:cover;
}
.list-picnew .picnew-det{
	position: relative;
	float: left;
	width: 618px;
	padding: 0px 0 13px 25px;
}

.list-picnew .picnew-det h3{
	padding-top: 5px;
	font: 100 18px/28px "microsoft yahei";
	color: #000;
	}
.list-picnew h3 a{
	color: #000;
	}
.list-picnew:hover h3 a{
	color: #2f67e2;
}
.list-picnew .picnew-det .picnew-con{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.picnew-det .picnew-time{
	line-height: 60px;
	font-size: 14px;
	color: #afafaf;
}
.picnew-det .picnew-time img{
	margin:-5px 8px 0 0;
}

/*????*/
.nav-name{
	font-size: 24px;
	color: #333;
	padding: 40px 0 ;
	text-align: center;
	line-height: 32.88px;
}
.list_peo li{
	padding: 27px 0 35px 15px;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
}

	/*??????*/
.list_peo li .pic{
	position: relative;
	float: left;
	width: 150px;
	height: 200px;
	border: 1px solid #ededed;
	/*??????????*/
	-moz-box-shadow:8px 8px 0px #ededed; 
	-webkit-box-shadow:8px 8px 0px #ededed; box-shadow:8px 8px 0px #ededed;
}
	/*????? ?????*/
.list_peo li .pic-bg{
	width: 150px;
	height: 200px;
	position: absolute;
	left: 9px;
	top: 9px;
	background-color: #ededed;
}
.list_peo li .pic img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

	/*????*/
.list_peo li .info{
	float: left;
	width: 705px;
	padding: 5px 0 0 25px;
}
.list_peo  h3{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 24px;
	color: #003f88;
	padding: 0 15px 15px 0;
}
.list_peo .info span{
	color: #555;
}
.list_peo .info p{
	position: relative;
	color: #333;
	font-size: 16px;
	line-height: 37px;
	padding-left: 38px;
}
.list_peo .info p a{
	color: #333;
}
.list_peo .info p img{
	position: absolute;
	top: 11px;
	left: 3px;
	padding-right: 15px;
}



/*????*/
.list-acad{
	width: 398px;
	float: left;
	overflow: hidden;
	padding:  20px;
	margin:23px 20px 0 0;
	border: 1px solid #e6e6e6;	
	border-top: 4px solid #0656b4;
}
.list-acad .acad-tit{
	display: block;
	height: 62px;
	padding-bottom: 20px;
	font: 18px/31px "microsoft yahei";
	color: #010000;
}

.acad-time {
	float: left;
	padding: 12px 6px 6px;
	margin-right: 25px;
	line-height: 25px;
	background-color: #003F88;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #4472a8;
}
.acad-time span{
	*display: block;
	*margin:-7px 0 -13px;
	font: 800 30px/26px "microsoft yahei";
}
.acad-con{
	float: left;
}
.acad-con p{
        width:291px;
        height:25px;
        overflow:hidden;
	font: 14px/25px "microsoft yahei";
	color: #666;
}
.acad-con .acad-con-time{
      color:red;
}
.acad-con p img{
	margin-right: 10px;
}
.list-acad:hover .acad-tit{
	color: #2f67e2;
}


/*翻页*/
.list_bottom
{
	width: 100%;
	clear:both;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 60px;
}
.list_bottom span a
{
	color: #000;
}
.list_bottom a
{
	border:1px #e7e7e7 solid ;
	margin-left: 6px;
	padding:4px 14px;
	font-size: 14px;
	line-height: 39px;
}
.list_bottom .other{
	background-color: #eee;
}
.list_bottom a:hover{background:#003F88;color: #fff;}
.list_bottom .active{background:#003F88;color: #fff;}


.wp_paging {
    padding-top: 20px;
}