*{
	margin: 0;
	padding: 0;
	cursor: pointer;
}
a,p{
	color: #666;
}
.header .details-list{
	position: absolute;
	top: 65px; /* 下拉框位于 h3 元素下方 */
	left: -50px; /* 下拉框左侧与 h3 元素左侧对齐 */
}
.sxw-main-contents{
	width: 1200px;
	margin: 50px auto 0;
}
.section .sxw-left{
	width:20%;
	min-width: 240px;
	display: inline-block;
	/* border: 1px solid black; */
	margin-left: 80px;
	margin-top: -390px;
	/* margin-right: 100px; */
}
.section .sxw-right{
	width: 75%;
	min-width: 910px;
	position: relative;
}
.sxw-down{
	width: 100%;
	position: absolute;
	top:-260px ;
	left: 50px;
}
.load-thead{
	width: 100%;
	padding: 15px 0 15px 3%;
	background: #999;
	margin-top: 30px;
	display: flex;
}
.load-thead>p{
	color: #fff;
	font-size: 20px;
	
}
/* .load-thead>p:nth-of-type(2){
	margin: 0 120px 0 520px;
} */

.doc-title{
	width: 61%;
}

.th{
	text-align: center;
}
.td{
	margin-left: 40%;
}

.data{	
	width: 29%;
}

.download{
	width: 15%;
}

.load-tbody{
	width: 100%;
	/* float: left; */
	display: flex;
	border: 1px solid #e6e6e6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(230, 230, 230);
	border-top: none;
	padding-bottom: 10px;
	padding: 10px 0 10px 2.8%;
}
.load-tbody>div{
	width: 100%;
	display: flex;
}
.load-tbody .name{
	width: 55%;
	display: flex;
}
.cont-line{
	height: 25%;
}
/* .load-tbody p:nth-of-type(1){
	margin: 18px 400px 0 25px;
}
.load-tbody p:nth-of-type(2){
	margin-right:140px ;
	margin-top: 18px;
} */
.bth{
	display: block;
	width: 40px;
	height: 40px;
	background: url("../img/icon-dd4.png") no-repeat center center / cover;
	background-size: cover;
	margin: -10px auto 0;
	margin-right: 25%;
	border: 0;
	background-size: 40px 40px;
}
.footer{
	margin-top: 100px;
}

