
.news_group h1{
	text-align:center;
	font-weight:bold;
	margin:0px;
}
.news_group ul{
	margin-left:12px;
	overflow:hidden;
	white-space: nowrap;
}
.news_group ul li{
	line-height:26px;
}
.news_group ul a.more{
	float:right;
}

.contlayout{
	display:flex;
}
.contlayout .lay_l{
	width:210px; margin-right:15px;
}
.contlayout .lay_r{
	width:750px;
	background-color:#fff;
	padding:5px;
	margin-top:8px;
}

.contlayout .server .image{
	text-align:center;
	margin-top:20px;
}
.contlayout .server .txt{
	 text-indent:24px;
	 line-height:24px;
	 margin:15px auto;
	 padding:0px 25px;
}
.lb{
	margin-top:10px;
}
.lb span{
	background-color:#f00;
	color:#fff;
	padding: 5px 30px;
    font-weight: bold;
    font-size: 14px;
    margin-left:25px;
}
.split{
	background-repeat:repeat-x;
	height:10px;
	margin:10px 25px;
}
.contlayout .gqxx .txt{
	 line-height:24px;
	 margin:15px auto;
	 padding:0px 25px;
	
}
.contlayout .gqxx h1{
	color:#f00;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.contlayout .gqxx .zz{
	text-align:center;
}

.contlayout .gqxx .note{
	 padding:0px 25px;
	 font-weight:bold;
	
}
.contlayout .gqxx .prenext{
	padding:10px 25px;
}
.contlayout .gqxx .prenext div{
	line-height:24px;
}

/*content*/
.content {
    width: 30%;
    margin: 70px auto 0;
    text-align: center;
}
.content-logo {
    height: 70px;
}
.content-title {
    margin: 10px 0 25px 0;
    font-size: 2em;
    color: #747474;
    font-weight: normal;
}
.content-form {
    width: 100%;
    padding: 36px 0 20px;
    border: 1px solid  #dedede;
    text-align: center;
    background: #fff;
}
.content-form form div {
    margin-bottom: 22px;
}
.content-form form span.remind {
    color:#f00;
}
.content-form form div.ipt {
    position:relative;
}
.content-form form div.ipt p{
    position:absolute;
    left:10%;
    top:33px;
    height:14px;
    line-height:14px;
    width:100%;
    text-align:left;
    font-size: .2em;
    color: #f00;
}
.content-form form .txt,
.content-form form .user,
.content-form form .password,
.content-form form .verifycode {
    width: 80%;
    height: 20px;
    padding: 10px;
    font-size: 1em;
    border: 1px solid  #cccbcb;
    border-radius: 7px;
    letter-spacing: 1px;
}
.content-form form input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 5px #0dbfdd;
            box-shadow: 0 0 5px #0dbfdd;
}
.content-form-signup {
    width: 84%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid  #57da6a;
    border-radius: 7px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #4b5;
    cursor: pointer;
}
.content-form-signup:hover {
    background: #3a4;
}
.content-form-signup:focus {
    outline: none;
    border: 1px solid  #57da6a;
}
.content-login-description {
    margin-top: 25px;
    line-height: 1.63636364;
    color: #747474;
    font-size: .91666667rem;
}
.content-login-link {
    font-size: 16px;
    color: #0dbfdd;
    text-decoration: none;
}


.mhead{
	text-align:left; height:2.8rem;position:fixed;top:0px;width:100%;margin-top:0rem;background-color:#fff;z-index:999;
}
.mhead a.logo{
	position:absolute;left:.2rem;top:.3rem
}
.mhead a.logo img{
	height:2rem;
	max-width:180px;
}
.mhead span{
	margin:0 auto;background:#fff;color:#000;line-height:2.2rem;float:right;padding:5px;
}