.neirong{
    width: 100%;
    float: left;
}
.pic_box2{
    width: 650px;
    height: 330px;
    overflow: hidden;
    margin: 20px auto;
}
.text_box1{
    width: 80%;
    margin: 20px auto;
    padding: 20px 0;
}
.text_box1 p{
    line-height: 40px;
}
.text_detail{
    overflow: hidden;
    width: 80%;
    margin: 20px auto;
    padding: 20px 0;
}
.text_detail ul{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.text_detail ul li{
    float: left;
    margin-left: 20px;
    width: 70%;
    line-height: 33px;
}
.text_detail a{
    color: black;
    text-decoration: none;
}
@media screen and (max-width: 768px){
    .pic_box2{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 20px auto;
    }
    .pic_box2 img{
        width: 100%;
        height: auto;
    }
}
/******************************** 信息公开目录 ********************************/
.xxgkml{
    margin: 0 auto;
    width: 90%;
    border: #c2c2c2 solid 1px;
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
}
.xxgkml ul{
    list-style-type: none;
    width: 100%;

}
.xxgkml ul li{
    font-size: 14px;
    width: 40%;
    float: left;
    line-height: 24px;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}
.xxgkml ul li a{
    float: left;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: black;
    overflow: hidden;
}
.xxgkml ul li span{
    float: left;
    margin-left: 10px;
}
.w2{
    letter-spacing:2em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-2）/(2-1)=2em */
    margin-right:-2em; /*同上*/
}
.w3{
    letter-spacing:0.5em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-3）/(3-1)=0.5em */
    margin-right:-0.5em; /*同上*/
}
@media screen and (max-width: 768px){
    .xxgkml ul li{
        width: 100%;
    }
}
/******************************** 信息公开目录 ********************************/