.content {
	width: 1180px;
	min-height: 710px;
	margin: auto;
}

.text-list {
	width: 178px;
	height: 404px;
	border: solid 1px #e9e9e9;
	float: left;
	margin-top: 40px;
}

.list-content {
	padding: 28px;
	text-align: center;
	padding-bottom: 0px;
	cursor: pointer;
	font-size: 14px;
	color: #333333;
}

.list-content-act {
	font-size: 15px;
	color: #000000;
	font-weight: 700;
}

.excel-text {
	width: 775px;
	min-height: 670px;
	border: solid 1px #e9e9e9;
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	padding-bottom: 50px;
}
#taocan{
	margin: 30px;
	width: 300px;
	height: 34px;
	border: 1px solid #dddddd;
}

input[type="radio"]+label::before {
	content: "\a0";
	/*不换行空格*/
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	width: 0.8em;
	height: 0.8em;
	margin-right: .4em;
	border-radius: 50%;
	border: 1px solid #ddd;
	text-indent: .15em;
	line-height: 1;
}

input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

input[type="radio"]:checked+label::before {
	background-color: #000000;
	background-clip: content-box;
	padding: .15em;
	width: 0.5em;
	height: 0.5em;
}

.submit {
	width: 145px;
	height: 43px;
	background-color: #313131;
	border-radius: 2px;
	margin-left: 9em;
	margin-top: 3em;
	line-height: 43px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.excel-title {
	font-size: 15px;
	color: #333333;
	padding: 32px;
	padding-bottom: 0px;
	font-weight: 700;
}

.list-text {
	padding: 30px;
	padding-bottom: 0px;
}

.list-title {
	font-size: 14px;
	color: #333333;
}

.identity {
	margin-left: 4em;
	width: 180px;
	padding: 2px 0;
	border: 1px solid #E9E9E9;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #313131;
	background-color: #313131;
	color: #fff;
}

.l-s-2 {
	letter-spacing: 2em;
}

.m-l-2 {
	margin-left: 2em;
}

.m-l-3 {
	margin-left: 3em;
}

.l-s-4 {
	letter-spacing: 4em;
}

.m-l-4 {
	margin-left: 4em;
}

.m-l-5 {
	margin-left: 5em;
}

.result-submit{
	float: left; 
	width: 100%;
	text-align: center;
	margin: 30px auto 50px;
}

.down-submit {
	width: 140px;
	margin: auto;
	height: 38px;
	background-color: #313131;
	border-radius: 2px;
	color: #ffffff;
	line-height: 38px;
    display: inline-block;
	margin-right: 40px;
	cursor: pointer;
}

.up-submit {
	width: 140px;
	margin: auto;
	height: 38px;
	background-color: #999999;
	border-radius: 2px;
	color: #ffffff;
	line-height: 38px;
    display: inline-block;
	margin-right: 40px;
	cursor: pointer;
}
.listRadio{
	float: left;
	margin-left: 2rem;
}
.listRadio p{
	float: left;
	margin-right: 2rem;
}
.listRadio input{
	position: relative;
}
.listRadio label{
	margin-right: 10px;
}