body{
	background: #F5F9FA;
}
.listleft {
	width: 166px;
	float: left;
	/*background: #FFFFFF;*/
}

.listleft h2 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
font-family: MicrosoftYaHei;
color: #FFFFFF;
	text-align: left;
	padding-left: 16px;
	border-bottom: 1px solid #D1DCED;
	position: relative;
	background: url(../images/h2hover.png) no-repeat;
}

.listleft h2 .lefttop {
	position: absolute;
	top: 0;
	left: 0;
}

.listleft h2 .rightbottom {
	position: absolute;
	bottom: 0;
	right: 0;
}

.listleft ul {
	width: 100%;
	margin-top: 7px;
	background: url(../images/leftbg.png) bottom;
	min-height: 755px;
	padding: 0 5px;
}

.listleft ul li {
	width: 100%;
	height: 41px;
	line-height: 41px;
	text-align: left;
	border-bottom: 1px solid #F4F4F4;
	font-size: 14px;
font-family: MicrosoftYaHei;
color: #535353;
padding-left: 2%;
}

.listleft ul li a {
	display: block;
	width: 100%;
	
}

.listleft ul li.on {
	width: 100%;
	background: url(../images/dw.png) no-repeat left;
	padding-left: 30px;
	color: #009660;
}
.listleft ul li.on a{
color: #009660;
}


.listright {
	width: 1016px;
	padding: 20px 0 30px 0;
	min-height:350px;
	float: right;
	background: #FFFFFF;
}
.listright h3{
width: 100%;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px
}
#contlist{
padding: 0 20px;
    line-height: 30px;
  
}
.listright h2 {
	width: 96%;
	background: url(../images/public/list/listcont.png) no-repeat;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
	margin-left: 21px;
	margin-left:2%;
}

.listright h2 span {
	display: block;
	width: 181px;
	text-align: center;
}

#cont {
	width: 100%;
	padding: 21px 26px 0 20px;
}
#cont p{
	line-height:26px;
	margin-top:8px
}
.listmore{display: block;
    width: 17%;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin: 0px auto;
    border-radius: 8px;
    background-color: #dedede;
    color: #666;
    font-family: SumSun;
    margin-top: 22px;}

/*文字列表*/

.listul {
	width: 100%;
	padding-left: 21px;
}

.listul li {
	width: 100%;
	font-size: 16px;
font-family: MicrosoftYaHei;
color: #333333;
	line-height: 44px;
}
.listul li:nth-child(5n){
	padding-bottom:30px ;
}
.listul li:nth-child(5n+1){
	border-top: 1px dashed #DAE0E8;
}
.listul li:nth-child(1){
	border:none;
}

.listul li a {
	display: block;
	width: 100%;
}

.listul li a img {
	float: left;
	margin-top: 22px;
	margin-right: 7px;
}

.listul li a p {
	width: 80%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listul li a span {
	width: 15%;
	float: right;
}
@media (max-width: 991px) {
	.cont{
		width: 100%;
	}
#contlist{
  overflow-x: scroll;}
	.listright h2 {
		width: 94%;
		margin-left: 2%;
	}
	.BreadcrumbNav {
		width: 100%;
	}
	.listleft {
		width: 100%;
	}
	.listleft h2{
		background: url(../images/h2hover.png);
		background-size: contain;
	}
	.listleft ul li.on {
		width: 100%;
	}
	.listleft ul{
		height: auto;
		min-height: auto;
	}
	.listright {
		width: 100% !important;
	}
	.listul li a p {
		width: 60%;
	}
	.listul li a span {
		width: 30%;
	}
	}