* {
	margin: 0;
	padding: 0;
}

.container {
	width: 1200px;
	margin: auto;
}

.container h1 {
	margin: 20px auto;
	text-align: center;
	font-size: 22px;
	color: #222222;
	font-weight: normal;
	position: relative;
}

.container .des {
	margin-bottom: 15px;
	color: #333;
	line-height: 1.5;
}
.container .bz{
	color: #666;
}
.container .cnv{
	margin-bottom: 15px;
	overflow: hidden;
}
.container .cnv h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.container .cnv a{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
	text-decoration: none;
	border-radius: 5px;
	font-size: 14px;
}
.container .cnv .chk,.container .cnv a:hover{
	background: #4E6EF2;
	border-color: #4E6EF2;
	color: #fff;
}
.container .box {
	padding: 10px;
	border: 1px solid #e1e1e1;
	background-color: #F9F9F9;
	border-radius: 3px;
	margin-bottom: 15px;
	overflow: hidden;
}

.box .fl,.box .fr {
	width: 49%;
	float: right;
}

.box .fl {
	float: left;
}

.box .item_title {
	width: 30%;
	margin-right: 3%;
	float: left;
}

.box .item_input {
	margin-bottom: 15px;
	display: inline-block;
	width: 65%;
}

.box h3 {
	margin-bottom: 15px;
}

.box input,.box select {
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	vertical-align: middle;
	margin-right: 10px;
	width: 70%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	outline: none;
}

.box .clear {
	clear: both;
}

.box .button {
	width: ;
	border: 1px solid #bebebe;
	border-radius: 3px;
	box-shadow: 0 1px 1px #f3f3f3;
	background-color: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbf9f9), to(#eaeaea), color-stop(0.1, #f1f1f1), color-stop(0.5, #f3f3f3), color-stop(0.9, #f1f1f1), color-stop(1, #f3f3f3));
	cursor: pointer;
	vertical-align: middle;
	width: 90px;
	height: 36px;
	line-height: 36px;
}

.box .button:hover {
	background: #fbfbfb;
}

.pages_table {
	width: 100%;
	border: 1px solid #cccccc;
	border-bottom: none;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.pages_table caption{
	margin-bottom: 10px;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
.pages_table td, .pages_table  th {
	padding: 4px 5px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
	text-align: center;
	background: #f0f0f0;
	height: 30px;
	color: #000;
}
.pages_table td{
	background: #f9f9f9;
	height: 25px;
	color: #333;
}