@charset "utf-8";

.toubu{
	width: 100%;
    padding: 15px 50px 20px 50px;
    box-sizing: border-box;
    height: 134px;
    background: url(../images/zfxxgk/bgtop.jpg);
    background-size: 100% 100%;
}

.ming{
	float: left;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 35px;
}
.list_main{
    /* margin-top: 20px; */
    width: 100%;
    background-color: #fff;
}
.list{
    width: 100%;
    margin: 0 auto;
    min-height: 550px;
    margin-bottom: 20px;
    border: 1px solid #b9e9ff;
}
.title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 18px;
    overflow: hidden;
    background-color: #f0f0f0;
}
.title p{
    display: inline-block;
    padding:0 24px;
    background-color: #0c6bb9; 
   /* background-color: #ce2113;*/
    line-height: 36px;
}
.list_containerone{
    width: 94%;
    height: 85px;
    line-height: 85px;
    margin: 0 auto;
    border-bottom: inherit;
   
}
.list_containerone ul{
    padding: 10px 0 20px;
}
.list_containerone ul{
    /* padding: 5px 0; */
    line-height: 26px;
}
.list_containerone li{
    line-height: 85px;
    padding-left: 40px;
    float: left;
    width: 20%;
    background: url(../images/public/tb.png) no-repeat 10px center
}
.list_containerone ul li a{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
.list_containerone ul li a:hover {
    color: red;
}
.list_containerone 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_containerone 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_containerone ul li a span{
    display: block;
    float: right;
    color: #8c8c8c;
    margin-right: 20px;
}
.list_containerone ul li a:hover p{
    text-indent: 30px;
}
.list_container{
    width: 94%;
    margin: 0 auto;
   
}
.list_container ul{
    padding: 10px 0 20px;
}
.list_container ul{
    /* padding: 5px 0; */
    line-height: 26px;
}
.list_container li{
    line-height: 85px;
    padding-left: 40px;
    float: left;
    width: 20%;
    background: url(../images/public//tb.png) no-repeat 10px center
}
.list_container ul li a{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
.list_container ul li a:hover {
    color: red;
}
.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;
}
.page{
    width: 100%;
    padding: 30px 0;
}
.page div{
    width: 26%;
    margin: 0 auto;
    overflow: hidden;
}
.page div p{
    float: left;
    padding: 4px 8px;
    border: 1px solid #ccc;
    margin-left: 5px;
}
.page div p.tk{
    padding: 0;
    border: none;
}
.page div p.tk input{
    display: block;
    width: 30px;
    height: 30px;;
    border: 1px solid #ccc;
}
.page div p.tz{
    background-color: #ececec;
}

/* ios */
@media (max-width: 760px) {
	.toubu{
     width: 98%;
     margin: 0 auto;
    background-size: auto;
    padding: 15px 0px 15px 15px;
    }
   .ming{
	font-size: 20px;
    }
   .list{
        width: 98%;
   }
    .list_main{
        width: 100%;
    }
    .title{
        font-size: 18px;
    }
   .list_containerone{
        height: 40px;
        line-height: 40px;
    }

    .list_containerone ul{
        padding: 10px 0;
    }
    .list_containerone li{
        line-height: 26px;
        width: 39%;
    }
    .list_containerone ul li a{
        font-size: 14px;
    }
    .list_containerone ul li a p{
        width: 70%;
    }
    .list_containerone ul li a span{
        margin-right: 0;
    }
    .list_container ul{
        padding: 10px 0;
    }
    .list_container li{
        line-height: 26px;
        width: 80%;
    }
    .list_container ul li a{
        font-size: 14px;
    }
    .list_container ul li a p{
        width: 70%;
    }
    .list_container ul li a span{
        margin-right: 0;
    }
    .page div{
        width: 86%;
    }
}