/*中间内容与侧边导航*/
.conten{
    width: 1200px;
    margin: 30px auto;
    height: 800px;
    background: #fff;
}
.conten .xuanxiang{
    width: 220px;
    float: left;
    /*background-color: #444343;*/
    background-color: #f3f3f3;
    height: 100%;
}
.conten .xuanxiang div{
    width: 220px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
.conten .xuanxiang div a{
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #333;
}
.conten .xuanxiang div:hover{
    background: #ff8a00;
}
.conten .xuanxiang div:hover a {
    color: #fff;
}
.conten .xuanxiang .change a{
    color: #fff;
}
header ul li a:hover{
    color: #fff;
}
.gonggao{
    float: left;
    margin-left:55px ;
    width: 74%;
    background-color: #fff;
    padding-top: 20px;
}
.gonggao .biaoti{
    height: 35px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 26px;
    margin-bottom: 20px;
    border-left:4px solid #ff8a00;

}
.gonggao .neirong{
    font-size: 15px;
    line-height: 30px;
    text-indent: 30px;
}
.gonggao .neirong p{
    padding-top: 8px;
}
/*友情链接页面含有单独样式*/
.duli_yqlj .gonggao .neirong ul a{
    padding:0 20px 0 20px;
    color: #888888;
}
.duli_yqlj .gonggao .neirong{
    text-indent:0px;
}
.duli_yqlj .gonggao .neirong strong{
    border-bottom: 2px solid #FB9A36;
    padding: 0 5px 0 20px;
}
.duli_yqlj .gonggao .neirong strong{
    border-bottom: 2px solid #FB9A36;
    padding: 0 5px 4px 20px;
}
.duli_yqlj .gonggao .neirong ul{
    border-top: 1px dotted #dedede;
}
.duli_yqlj .gonggao .neirong .fgx{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccd5de;
}

/*被选中的样式*/
.change{
    background: #ff8a00;
}
/*底部*/
footer a{
    text-decoration: none;
}
footer{
    width: 100%;
    padding: 5px 0;
    background: #3C3D41 none repeat scroll 0 0;
}
footer .box{
    width: 100%;
    text-align: center;
    line-height: 22px;
}
.box a{
    width: 10%;
    color: #888886;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
}
.box a:hover{
    color: #fff;
}
footer .xinxi{
    color: #888886;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
footer .xinxi span{
    padding:0 7px 0 7px;
}