/*中间内容与侧边导航*/
.conten{
    width: 1200px;
    margin: 0px auto;
    min-height: 560px;
    background: #fff;
    padding-top: 30px;
}
.conten .xuanxiang{
    width: 200px;
    float: left;
    /*background-color: #444343;*/
    background-color: #faf8f4;
    min-height: 560px;
	border-radius: 10px;
	overflow: hidden;
}
.conten .xuanxiang div{
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcd0bc;
    text-align: center;
}
.conten .xuanxiang div a{
    text-decoration: none;
    font-size: 16px;
    color: #333;
}
.conten .xuanxiang div:hover{
    background: #a07f4b url("../images/menu-bg.gif") 130px 15px no-repeat;
}
.conten .xuanxiang div:hover a { color:#fff;}

header ul li a:hover{
    color: #f00;
}
.gonggao{
    float: left;
    margin-left:55px ;
    width: 74%;
    background-color: #fff;
    padding-top: 20px;
}
.gonggao .biaoti{
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 26px;
    margin-bottom: 20px;
    border-left:10px solid #e71d1d;

}
.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: #a07f4b url("../images/menu-bg.gif") 130px -25px no-repeat;
}
.conten .xuanxiang .change a { color:#fff;}
/*底部*/
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;
    
}
footer .xinxi span{
    padding:0 7px 0 7px;
}