@charset "utf-8";
/* CSS Document */

.wrap {
	width: 1200px;
	height:auto;
	padding-right: 10px;
	margin: 0px auto;
	/*background-color:rgba(240,240,240,0.9);*/
	/*border:#ddd solid 2px;*/
	border-radius:20px;
}
.cls {
	zoom: 1;
}
.p1{
		padding:20px;
}
.menu {
	float: left;
	width: 190px;
	height: 100%;
	/*border-right: 1px solid #CCC;*/
	/*border-radius:20px 0 0 20px;*/
}
.menulist {
	float: right;
	margin-top: 10px;
	width: 188px;
	font-family: Arial;
}
.menulist .big {
	font-size: 24px;
	color: #333;
	height:100px;
	line-height:100px;
	font-weight: 700;
}
.menulist .reg {
	font-size: 14px;
	color: #333;
	font-weight: 700;
}
.menulist .reg:hover {
	font-size: 18px;
	color: red;
	font-weight: 1000;
}
.on {
	width:188px;
	border-radius: 4px 0 0 4px;
}
.on_reg{
	font-size: 18px;
	color: red;
	font-weight:bold;
}
.on_reg p{
	border-left:red solid 2px;
	}
.menulist li {
	text-align:center;
	margin-bottom:50px;
	line-height:50px;
	height: 50px;
	cursor: pointer;
}
li {
	display: list-item;
	text-align: -webkit-match-parent;
}
.cont {
	margin-left: 190px;
	height:auto;
	padding: 0px 0 30px;
	border:#ddd solid 1px;
	background-color:rgba(240,240,240,0.5);
}
.cont .right {
	margin-top: 20px;
}
.right-main{
	margin:0 50px;
}
.cont .right ul {
	float: left;
	list-style-type: none;
	margin-top: 0px;
}
.cont .right ul li {
	text-align: right;
	margin:30px 0px;
	color: #270f03;
}
.tip {
	padding: 30px;
	margin-left:25px;
	font-size: 24px;
	font-weight:700;
	border-bottom:#CCC solid 1px;
}