body {background-color: #ffffff; font-family: "microsoft yahei";}
a{color: inherit;}
a:focus{outline:none;}
.clearfix:before{
    display: table;
    content: " "
}
.clearfix:after{
    display: table;
    content: " ";
    clear: both;
}

.nav{
    width: 1200px;
    height: 18px;
    line-height: 18px;
    margin: 25px auto 22px;
    padding-left: 36px;
    background-image: url(weizhi.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 14px;
    color: #333333;
}
.content{
    width: 1200px;
    height: auto;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 19px 1px rgba(4, 0, 0, 0.12); */
    /* padding: 40px 30px 35px 40px; */
    margin: 0 auto 40px;
}
.content-left{
    float: left;
    height:auto;
    width: 240px;
    /* margin-right: 40px; */
    text-align: center;
}
.fulanmu{
    width: 100%;
    height: 57px;
    line-height: 51px;
    font-size: 22px;
    color: #fff;
    background-image: url(xiabiao.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    margin-bottom: 20px;
}
.fulanmu p{
    background-color: #1B6FE2;
}
.tongji{
    width: 100%;
    height: auto;
}
.tongji li{
    width: 240px;
    height: 50px;
    background-color: #e8f0fc;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    transition: all 0.3s;
    border: solid 1px #e8f0fc;
}
.tongji li.active{
    background-color: #ffffff;
    border: solid 1px #1b6fe2;
}
.tongji li:hover{
    background-color: #ffffff;
    border: solid 1px #1b6fe2;
}
.content-right{
    width: 930px;
    height: auto;
    float: right;
    background-color: #ffffff;
    border: solid 1px #e1e3e5;
    padding: 0 40px 45px 30px;
}
.dangqianlist{
    width: 100%;
    height: auto;
}
.dangqianlist li{
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.dangqianlist li span{
    float: right;
    font-size: 16px;
    color: #999;
}
.dangqianlist li:nth-child(1){
    padding-top: 20px;
}
.dangqianlist li:nth-child(5n+1){
    padding-top: 20px;
}
.dangqianlist li:nth-child(5n){
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e3e5;
}
.dangqianlist li:last-child{
    border-bottom: none;
}
.dangqianlist li a:hover{
    color: #1974A1;
}
@media screen and (min-width:768px) and (max-width:1200px) {
    .nav{
        width: 100%;
        box-sizing: border-box;
    }
    .content{
        width: 100%;
    }
    .tongji li{
        height:auto;
    }
    .content-right{
        width: 80%;
    }
    .content-left{
        width: 18%;
        margin-right: 2%;
    }
    .tongji li{
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .lucidity-ui-paging-container ul{
        display: none;
    }
    .lucidity_pgToolbar td:nth-child(8),
    .lucidity_pgToolbar td:nth-child(9),
    .lucidity_pgToolbar td:nth-child(10){
        display: none;
    }
    .lucidity_pgToolbar{
        text-align: center;
    }
    .lucidity_pgPanel{
        width: 100%;
        float: none;
    }
    .lucidity_pgToolbar td td{
        display: inline-block;
    }
}
.dqlm_name{
    font-size: 20px;
    font-weight: bold;
    color: #1064cf;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #e1e3e5;
}
.lucidity-ui-paging-container li.ui-pager,.lucidity-ui-paging-container li.ui-paging-ellipse{
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
}