/*中间内容与侧边导航*/
.conten{
    width: 1200px;
    margin: 20px auto;
    min-height: 600px;
    background: #fff;
	overflow: hidden;
}
.conten .xuanxiang{
    width: 180px;
    float: left;
    /*background-color: #444343;*/
    background-color: #eef1ef;
    height: 100%;
	min-height: 600px;
}
.conten .xuanxiang div{
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.conten .xuanxiang div a{
    text-decoration: none;
    font-size: 16px;
    color: #333;
}
.conten .xuanxiang div:hover{
    background: #06c0cc;
	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: 35px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 26px;
    margin-bottom: 20px;
	position: relative;
	font-weight: bold;
}
.gonggao .biaoti:before { content:"";  display: block; position: absolute; width: 6px; height: 24px; background:#ff5400; left: 0; top:4px;  border-radius: 4px; }
.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: #06c0cc;
	color:#fff;
}
.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;
    text-align: center;
}
footer .xinxi span{
    padding:0 7px 0 7px;
}