﻿.list_main{
    width: 100%;
    background-color: #fff;
}
.bmx_list{
    width: 100%;
    margin: 20px auto;
    padding: 20px 0;
    overflow: hidden;
    border: 1px solid #ccdce9;
}
.nav{
    float: left;
    width: 20%;
    margin-left: 2%;
}
.bmx_title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url("../images/bmx_title.png") no-repeat;
    background-size: 100% 100%;
    padding: 8px 0;
}
.bmx_main{
    width: 100%;
}
.bmx_main ul{
    min-height: 700px;
    background-color: #eef3f7;
}
.bmx_main ul li{
    
}
.bmx_main ul li a{
    display: block;
    width: 90%;
    font-size: 18px;
    position: relative;
    padding: 10px 0;
    margin: 0 auto;
    background: url("../images/w_sj.png") no-repeat;
    background-position: 100% 50%;
    border-bottom: 1px solid #efefef;
    transition: all 0.4s linear;
}
.bmx_main ul li a span{
    display: block;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5%;
}
.bmx_main ul li a.on{
    font-weight: bold;
    color: #015293;
    background: url("../images/h_sj.png") no-repeat;
    background-position: 100% 50%;
}
.bmx_main ul li a:hover{
    font-weight: bold;
    color: #015293;
    background: url("../images/h_sj.png") no-repeat;
    background-position: 100% 50%;
}
.bmx_main ul li a:hover img{
    transform: rotate(270deg);
}
.list{
    float: right;
    width: 74%;
    margin-right: 2%;
}
.lists_title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    background: url("../images/lists_title.png") no-repeat;
    background-size: 100% 100%;
}
.lists_title p{
    display: inline-block;
    padding: 8px 24px;
    background: url("../images/lists_title_p.png") no-repeat;
    background-size: 100% 100%;
    border-right: 4px solid #fff;
}

/*权责清单title*/
.qzqd_title{
    width: 100%;
    overflow: hidden;
}
.qzqd_title a{
    display: block;
    float: left;
    width: 23.5%;
    font-size: 16px;
    color: #fff;
    margin-left: 2%;
    padding: 11px 0;
    position: relative;
    overflow: hidden;
}
.qzqd_title a.q_a1{
    margin-left: 0;
    background: url("../images/qzqd/qzqd_title1.png") no-repeat;
    background-size: 100% 100%;
}
.qzqd_title a.q_a2{
    background: url("../images/qzqd/qzqd_title2.png") no-repeat;
    background-size: 100% 100%;
}
.qzqd_title a.q_a3{
    background: url("../images/qzqd/qzqd_title3.png") no-repeat;
    background-size: 100% 100%;
}
.qzqd_title a.q_a4{
    background: url("../images/qzqd/qzqd_title4.png") no-repeat;
    background-size: 100% 100%;
}
.qzqd_title a img{
    display: block;
    position: absolute;
    top: 12px;
    left: 28%;
}
.qzqd_title a.q_a4 img{
    top: 10px;
}
.qzqd_title a p{
    float: left;
    margin-left: 44%;
}
/*权责清单title*/

/*财政资金title*/
.czzj_title{
    width: 100%;
    padding-bottom: 10px;
}
.czzj_title a{
    display: block;
    float: left;
    width: 23.5%;
    font-size: 16px;
    color: #fff;
    margin-left: 2%;
    padding: 11px 0;
    position: relative;
}
.czzj_title a.c_a1{
    margin-left: 0;
    background: url("../images/czzj/czzj_title1.png") no-repeat;
    background-size: 100% 100%;
}
.czzj_title a.c_a2{
    background: url("../images/czzj/czzj_title2.png") no-repeat;
    background-size: 100% 100%;
}
.czzj_title a.c_a3{
    background: url("../images/czzj/czzj_title3.png") no-repeat;
    background-size: 100% 100%;
}
.czzj_title a.c_a4{
    background: url("../images/czzj/czzj_title4.png") no-repeat;
    background-size: 100% 100%;
}
.czzj_title a img{
    display: block;
    position: absolute;
    top: 12px;
    left: 26%;
}
.czzj_title a.c_a4 img{
    left: 16%;
}
.czzj_title a p{
    float: left;
    margin-left: 44%;
}
.czzj_title a.c_a4 p{
    margin-left: 33%;
}
.czzj_title a span{
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 44%;
}
.czzj_title a.c_a1 span{
    border-left: 16px solid transparent;  
    border-right: 16px solid transparent;
    border-top: 8px solid #c2aa77;
}
.czzj_title a.c_a2 span{
    border-left: 16px solid transparent;  
    border-right: 16px solid transparent;
    border-top: 8px solid #5c9fbb;
}
.czzj_title a.c_a3 span{
    border-left: 16px solid transparent;  
    border-right: 16px solid transparent;
    border-top: 8px solid #cda37d;
}
.czzj_title a.c_a4 span{
    border-left: 16px solid transparent;  
    border-right: 16px solid transparent;
    border-top: 8px solid #70a68c;
}
.czzj_title a.on span{
    display: block;
}
/*财政资金title*/

.list_container{
    width: 100%;
}
.czzj_list{
    display: none;
    width: 100%;
}
.show{
    display: block;
}
.list_container ul{
    padding: 10px 0 20px;
}
.list_container ul li{
    padding: 5px 0;
}
.list_container ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.list_container ul li a p{
    float: left;
    width: 66%;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.4s linear;
}
.list_container ul li a p::before {
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 5px;
}
.list_container ul li a span{
    display: block;
    float: right;
    color: #8c8c8c;
    margin-right: 20px;
}
.list_container ul li a:hover p{
    text-indent: 30px;
}

/* ios */
@media (max-width: 760px) {
    .bmx_list{
        width: 99.5%;
    }
    .nav,
    .list{
        float: none;
        width: 94%;
        margin: 10px auto 0;
    }
    .bmx_title,
    .lists_title{
        font-size: 18px;
    }
    .qzqd_title a{
        width: 48%;
        margin-top: 10px;
        margin-left: 4%;
    }
    .qzqd_title a.q_a3{
        margin-left: 0;
    }
    .qzqd_title a img{
        left: 20%;
    }
    .bmx_main ul li a{
        font-size: 16px;
    }
    .bmx_main ul{
        min-height: auto;
    }
    .list_container ul li a{
        font-size: 14px;
    }
}