/*中间内容与侧边导航*/
.conten{
    width: 996px;
    margin: 0px auto;
}
.conten .xuanxiang{
    width: 150px;
    float: left;
    /*background-color: #444343;*/
    background-color: #222;
    height: 100%;
}
.conten .xuanxiang div{
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #444;
    text-align: center;
}
.conten .xuanxiang div a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}
.conten .xuanxiang div:hover{
    background-color: #1e8bdc;
}

header ul li a:hover{
    color: #f00;
}
.gonggao{
    float: left;
    margin-left:55px ;
    width: 74%;
    background-color: #fff;
    padding-top: 10px;
}
.gonggao .biaoti{
    height: 35px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 26px;
    margin-bottom: 20px;
    border-left:4px solid #FB9A36;

}
.gonggao .neirong{
    font-size: 15px;
    line-height: 30px;
    text-indent: 30px;
}
.gonggao .neirong p{
    padding-top: 8px;

}
/*被选中的样式*/
.change{
    background-color: #1e8bdc;
}
/*底部*/
footer a{
    text-decoration: none;
}
footer{
    width: 100%;
    padding: 5px 0;
}
footer .box{
    width: 100%;
    text-align: center;
    line-height: 38px;
}
.box a{
    width: 10%;
    color: #888886;
    font-size: 12px;
    /*line-height: 28px;*/
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
}
.box a:hover{
    color: #f00;
}
footer .xinxi{
    color: #888886;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
