* {   
    margin:0;   
    padding:0;   
}   
html,   
body,   
#box {   
height:100%;   
    font:small/1.5 "宋体", serif;   
}   
body {   
    text-align:center;   
}
a{ text-decoration: none;}   
#box {   
    text-align:left;   
    background:#666;   
    display:table;   
    width:100%;   
    margin:0 auto;   
    position:relative;   
}   
#box > div {   
    display:table-row;   
}   
#header,   
#footer {   
   height: 30px;
    margin: auto;
    background-color: #0067aa;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #f2f2f2;
}      
#main #wrap {   
    display:table-cell;   
    background:#ffc;   
    vertical-align:middle; 
    position:relative;  
}   
#text {   
    text-align:center;   
} 

/*个人用户顶部盒子*/
.personal-top {
	position :relative ;
    width: 100%;
    height: 150px;
    display: block;
    margin:auto;
    background-image: url("../images/yewu/personal_header_01.png") ;
     background-repeat:no-repeat;
    background-size:100% 150px;
}

.logo {
    height: 50px;
    width: 50px;
    /*border: 1px solid #333;*/
    display: block;
    position: absolute;
    margin-left: 50px;
    margin-top: 50px;
    background: url("../images/yewu/logo.png");
}

/*个人用户系统title盒子*/
.personal-title {
    width: 800px;
  
    float: left;
    /*border: 1px solid #999;*/
    text-align: center;
    margin-left: 100px;
     margin-top: 25px;
}


/*个人用户系统title文字*/
.personal-title h1 {
    font-size: 45px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: #0067aa;
    line-height: 50px;
    margin-top: 5px;
}
.personal-title span{
	font-size: 30px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: #0067aa;
    line-height: 50px;
}





/*菜单栏*/
.menu {
   position :relative ; width :100%; height:80%;
    border: 1px solid #999;
   
    display: block;
 
}

/*左边菜单栏div*/
.left-menu {
    width :260px; height:100%; float:left;
    /*border: 1px solid #999;*/
    background-color: #1e87da;
     position: absolute;
overflow-y: hidden;

}

.login1 {
    width: 220px;
    height: 60px;
    /*border: 1px solid #f2f2f2;*/
    margin: 15px auto;
	margin-top:42px;
    background: url("../images/yewu/zhuce01.png");
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    text-decoration: none;
}

.zhuce1 {
    width: 220px;
    height: 60px;
    /*border: 1px solid #f2f2f2;*/
    margin: 15px auto;
    background: url("../images/yewu/zhuce01.png");
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.zhuce1>a,
.login1>a{
    font-size: 28px;
    color: white;
    font-family: 黑体;
    font-weight: bold;
    letter-spacing: 10px;
}


.zhuce1:hover>a,
.login1:hover>a {
    color: #ffff00;
}


/*右边内容栏*/
.content-right {
    height: 100%;
    background-position-x: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin-left: 260px;
    background-color: #ffffff;
}


/*头部导航条*/
.header-banner{
    font-family: 微软雅黑;
    font-size: 12px;
    height: 40px;
    width: 100%;
    background: linear-gradient(0deg, #eaf3f8,#feffff);
    border-bottom: 1px solid #999;
    line-height: 40px;
    display: block;
}

.shouye01 {
    width: 25px;
    height: 30px;
    /*border: 1px solid #000;*/
    float: left;
    margin-left: 20px;
    margin-top: 3px;
}





/*消息div*/
.help{
   
    height: 70px;
    border-bottom: 1px solid #b9bcbc;
   	margin-left: 25px;
}
.help-help {
    float: right;
    width: 157px;
    height: 50px;
    background: url("../images/yewu/help01.png");
    margin-right: 20px;
    margin-top: 10px;
    
}
.setting{
    float: right;
    width: 157px;
    height: 50px;
    background: url("../images/yewu/setting01.png");
    margin-right: 20px;
    margin-top: 10px;
}

.major{
    float: right;
    width: 157px;
    height: 50px;
    background: url("../images/yewu/setting01.png");
    margin-right: 20px;
    margin-top: 10px;
}


.czsc{
    float: right;
    width: 157px;
    height: 50px;
    background: url("../images/yewu/czt.png");
    margin-right: 20px;
    margin-top: 10px;
}

.help-help>a {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #6196bd;
    line-height: 50px;
    margin-left:80px;
}
.setting>a {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #6196bd;
    line-height: 50px;
    margin-left: 65px;

}
.major>a {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #6196bd;
    line-height: 50px;
    margin-left: 57px;

}
.czsc>a {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #6196bd;
    line-height: 50px;
    margin-left: 65px;

}



.setting>a:hover,
.help-help>a:hover {
    color: #000;
}


/*最新消息*/
.news {
    font-family: 微软雅黑;
    font-size: 24px;
    font-weight: bold;
    color: #0067aa;
    width: 150px;
    float: left;
    height: 60px;
    margin-top: 10px;
    line-height: 60px;
    text-align: center;
    /*border: 1px solid #5f3f3f;*/
    display: block;
}
.new01 {
    width: 20px;
    height: 29px;
    /*border: 1px solid #5f3f3f;*/
    background: url("../images/yewu/newa01.png");
    margin-top: 15px;
    float: left;
}



.content-news,
.content-news01{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

#contentnews_1{
    font-family: "微软雅黑";
    font-size: 14px;
    list-style: none;
    color: #000;
     margin-bottom: 10px;
    margin-left: 50px;
     margin-top: -5px;
     padding-bottom: 150px;
}

#contentnews_2{
    font-family: "微软雅黑";
    font-size: 14px;
    list-style: none;
    color: #000;
     margin-bottom: 10px;
     margin-left: 50px;
     margin-top: -170px;
     padding-bottom: 150px;
}

#contentnews_3{
    font-family: "微软雅黑";
    font-size: 14px;
    list-style: none;
    color: #000;
     margin-bottom: 10px;
    margin-left: 50px;
     margin-top: -150px;
     padding-bottom: 150px;
}

.content-news li,
.content-news01 li{
    font-family: "微软雅黑";
    font-size: 14px;
    list-style: none;
    line-height: 30px;
    color: #000;
}

.content-news li>a:hover {
    color: #000000;
}


.important{
    width:100%px;
    height: 30px;
    border-bottom: 1px solid #b9bcbc;
	margin-left:25px;
	margin-bottom:10px;
	margin-top:8px;
}
.important li {
    width: 200px;
    height: 30px;
    list-style: none;
    margin-left: 20px;
    color: #ff0000;
    font-family: 微软雅黑;
    font-weight: bold;
    font-size: 18px;
}
.important div{
	float: right;
}
.phone {
	width:300px;
    margin-top: 15px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #000;
}
.footer {
           width: 800px;
           margin-left: auto;
           margin-right: auto;
           line-height: 25px;
           margin-bottom: 50px;
           padding-top: 20px;
           
           background:url("../images/yewu/footder.jpg") ;
       }