/*左边悬浮列表*/
.fixed{
    width: 135px;
    overflow: auto;;
    background: #fff;
    position: fixed;
    top: 250px;
    left: 20px;
    border-radius: 5px;
    padding: 10px 8px;
}

.fixed li{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 31px;
    padding: 4px 0;
    margin: 0 0 10px 0;
}
.fixed li:hover{
    width: 119px;
    height: 38px;
    background: #cc3333;
    border-radius: 5px;
}
.fixed li:hover a{
    display: inline-block;
    width: 119px;
    height: 38px;
    color: #fff;
}
.fixed .bg_color{
    background: #cc3333;
    border-radius: 5px;
}
.fixed .bg_color a{
    color: #fff;
}
.xsxc_index{
    width: 1135px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
.xsxc_index_left{
    float: left;
    width: 160px;
    border: 1px solid #dcdcdc;
    margin-left: 14px;
}
.xsxc_index_left > ul{
    width: 160px;
    margin: auto;
}
.xsxc_index_left > ul > li{
    text-align: center;
    font-size: 20px;
    color: #cb1c1d;
    font-weight: 600;
    line-height: 50px;
    border-bottom: 1px solid #d0d0d0;
    cursor: pointer;
}
.xsxc_index_left > ul > li ul{
    margin: auto;
    width: 102px;
    font-size: 16px;
    line-height: 20px;
    display: none;
    text-align: left;
    margin-bottom: 10px;
}
.xsxc_index_left > ul > li ul>li{
    text-align: center;
    border-bottom: 1px dashed #dadada;
    /*padding: 5px 0 5px 0;*/
}
.xsxc_index_left > ul > li ul a{
    color: #858585;
}
.xsxc_index_left > ul > li ul a:hover{
    color: #cc3333;
}

/*信息公开*/
.xxgk{
    float: left;
    width: 870px;
    margin-left: 32px;
    overflow: hidden;
}
.xxgk>p{
    margin-top: 30px;
    font-size: 24px;
    color: #cc3333;
    font-weight: 700;
    text-align: center;
}
.xxgk ul{
    padding-top: 40px;
}
.xxgk ul li{
    width: 180px;
    float: left;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 15px;
    background-color: #f3f3f3;
    margin: 20px 54px;
}
.xxgk ul li a{
    color: #255b87;
}