*{
    margin: 0;
    padding: 0;
}
body{
    background: #f6f6f6;
    font: 12px/1.5 tahoma, arial, Microsoft YaHei, sans-serif;
}
/* 全局通用样式 */
/* 隐藏类 */
.hide{
    display: none;
}
/* 超链样式 */
.link{
    color: #999;
    cursor: pointer;
    text-decoration: none;
}
.link:hover{
    color: #e80012;
}
/* 定宽布局 */
.w{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.header{
    height: 50px;
    line-height: 50px;

    background: #0e90d2;
}
.header a{
    font-size: 30px;
    color: #fff;
    text-decoration:none;
}
.header img{
    width: 50px;
    float: left;
}
.header .lo{
    float: right;
    color: #fff;
    font-size: 15px;
}
.header .link{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.header  .link:hover{
    color: #e80012;
}
.header .lo a{
    font-size: 15px;
}

/*登陆框*/
.login{
    height: 500px;
    padding-top: 60px;
    background: #fff;
}
.login .loginform{
    margin: 0 auto;
    padding: 20px;
    width: 360px;
    border: 1px solid #bdbdbd;
}
.login .loginform p{
   text-align: center;
    font-size: 25px;
    font-weight: 600;
}
.login .explain {
    margin: 0 auto;
    padding-top: 20px;
    width: 500px;
}
.login .explain p{
    font-size: 25px;
    font-weight: 600;
}

.login .explain li{
    color: red;
}
.login .forget{
    margin: 10px;
    position: relative;
    top:10px;
}
/*首页*/
.box{
    width: 100%;
    height: 500px;
}
.left{
    float: left;
    height: 600px;
    width: 200px;
    border-right: 1px solid #bdbdbd;
    background: rgb(243,243,243);
}
.lab{
    background-color: white;
}

.lab ul {
    list-style-type: none;
}
.lab ul li{
    list-style-type: none;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgb(217,218,220);
}
.lab ul li a{
    color: rgb(100,100,100);
    text-decoration: none;
    margin-left: 25px;
}
.lab ul li:hover{
    background-color: rgb(244,245,249);
}
.lab ul li:visited{
    background-color: rgb(68,181,73);
    color: #ffffff;
}
.right{
    float: left;
    background: #fff;
}

.wenjuan{
    height: 300px;
    overflow-y:scroll;
    overflow-x:hidden;
    display: none;
}
.wenjuan1{
    height: 300px;
    overflow-y:scroll;
    overflow-x:hidden;
}
.check{
    display: none;
}

.footer{
    padding-bottom: 10px;
}
.footer .links{
    text-align: center;
    color: #666;
    line-height: 30px;
}
.footer .links .link{
    padding: 0 10px;
}
.footer .copyright{
    text-align: center;
    color: #666;
    line-height: 30px;
}


/*居中显示*/
.center{
    margin: -20px 0 -10px 0;
    text-align: center;

}