*{margin: 0;padding: 0;}
body{
	font-family: "微软雅黑";
	width: 100%;
}
a{
	text-decoration: none;
	color: #3eb1f0;
}
.content{
	width: 100%;
}
.content .title .titleTxt{
	font-size: 22px;
	margin-left: 3%;
}
.new_liucheng{
	position:relative;
	width: 90px!important;
}
table{
	width: 94%;
	margin:0 auto;
	font-size: 14px;
	margin-top: 10px;
}
.tab tr{
	border: 1px solid #c0c0c0;
}
input[type=button]{
	border:none;
	font-size: 11pt;
}
table tr td{
	padding: 5px;
}
table tr td{
	border-right: 1px solid #c0c0c0;
}
table tr td input[type="text"]{
	width: 200px;
	height: 22px;
	border: none;
	outline: none;
	border: #ccc 1px solid;
	margin-right: 5px;
}
table tr td select{
	height: 25px;
}

.div_btn{
	width: 220px;
	margin: 5px auto;
}
.div_btn input{
	padding: 0 10px;
	border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    line-height: 20px;
}
.spanChech input[type="checkbox"],.spanChech span{
	vertical-align:middle;
}
.divRadio input[type="radio"],.divRadio span{
	vertical-align:middle;
}
.spanChech input[type="checkbox"],.divRadio input[type="radio"],.spanChech span,.divRadio span{
	margin-right: 5px;
}
input[type="radio"] {
	border: none;
}
input[type="checkbox"] {
	border: none;
}