/*list*/
		.ditu {
					width: 1400px;
					height: 50px;
					line-height: 50px;
					margin: 0 auto;
					border-bottom: 1px solid rgb(6, 41, 113);
					box-sizing: border-box;
                                        margin-bottom:20px;
	
				}
	
				.dituin {
					float:left;
                                        text-align:left;
					font-size: 16px;
					color: rgb(6, 41, 113);
					text-decoration: none;
				}
	
				.dituin a {
					font-size: 16px;
					color: rgb(6, 41, 113);
					text-decoration: none;
					display: inline-block;
				}
	
				.list {
					width: 1400px;
					min-height: 610px;
					/* border: 1px salmon solid; */
					margin: 0 auto;
					display: flex;
					justify-content: space-between;
				}
	
				.listleft {
					width: 260px;
					box-sizing: border-box;
					/* border: 1px sandybrown solid; */
					min-height: 550px;
				}
	
				.listright {
					width: 1100px;
					min-height: 610px;
					border: 1px #ccc solid;
					box-sizing: border-box;
				}
				.ullist{
						height: 500px;
						display: block;
				}
				.listleft-1 {
					width: 260px;
					height: 50px;
					background-image: url(../img/di.jpg);
					line-height: 50px;
					color: #fff;
					text-align: center;
					font-family: "微软雅黑";
					font-weight: bold;
					font-size: 18px;
					box-sizing: border-box;
				}
	
				.listleft-2 {
					width: 260px;
					min-height: 560px;
					border: 1px #ccc solid;
					box-sizing: border-box;
				}
	
				.listleft-2 ul {
					display: block;
					
				}
				.listleft-2 img{
					height: 10px;
					width: 10px;
				}
	
				.listleft-2 ul li {
					display: block;
					height: 50px;
					width: 259px;
					box-sizing: border-box;
					border-bottom: #ccc 1px solid;
					line-height: 50px;
					padding-left: 20px;
					list-style-type: none;
				}
	
				.listleft-2 ul li a:active {
					text-decoration: none;
					color: black;
	
				}
	
				.listleft-2 ul li a:visited {
					text-decoration: none;
					color: black;
	
				}
	
				.listleft-2 ul li a:hover {
					color: slateblue;
				}
	
				.listleft-2 ul li a:link {
					color: slateblue;
					color: black;
				}
	
				.listleft-2 ul li a div:nth-child(1) {
					float: left;
					display: block;
					height: 50px;
					box-sizing: border-box;
					
					width: 20px;
	
				}
	
				.listleft-2 ul li a div:nth-child(2) {
					line-height: 50px;
					float: left;
					font-size: 14px;
				}
	
				.listright ul {
					display: block;
					width: 1100px;
					height: 50px;
				}
	
				.listright ul li {
					display: block;
					width: 1060px;
					height: 50px;
					list-style-type: none;
					margin: 0 auto;
					border-bottom: #ccc 1px dotted;
					box-sizing: border-box;
					font-size: 14px;
				}
	
				.listright .a-bt div:nth-child(1) {
					width: 20px;
					box-sizing: border-box;
					float: left;
					padding-top: 18px;
				}
				.a-bt img{
					width:10px ;
					height:10px;
					
				}
				.listright .a-bt div:nth-child(2) {
					width: 950px;
					box-sizing: border-box;
					line-height: 50px;
					height: 50px;
					float: left;
 white-space: nowrap;
	    /*溢出的话,隐藏*/
	    overflow: hidden;
	    /*文本溢出时，是否....*/
	    text-overflow: ellipsis;
				}
	
				.listright .a-time div {
					width: 80px;
					height: 50px;
					line-height: 50px;
					float: right;
				}
	
				.Page {
					width: 200px;
					height: 50px;
					margin: 0 auto;
					line-height: 50px;
					font-size: 14px;
				}
				.Page a:link {
					color: #000;
					text-decoration: none;
				}
				.Page a:visited {
					text-decoration: none;
					color: #000;
				}
				.Page a:hover {
					text-decoration: none;
					color: #909;
				}
				.Page a:active {
					text-decoration: none;
					color: #000;
				}
.pic-listright{
width: 1400px;
}
.pic-listright ul {
	display: block;
	width: 1400px;
	height: 580px;
display: flex;
justify-content:flex-start;
	flex-wrap: wrap;
align-items:baseline;
align-content:flex-start;

}


.pic-listright ul li{
	display: block;
	width: 340px;
	height: 177px;
	list-style-type: none;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 14px;
	float: left;
margin: 0 0px 40px 40px ;
border: #ccc 1px solid;	
}
.pic-listright ul li img{
width: 340px;
	height: 177px;
}
		