*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration:unset;
}
a:hover{
    color:#004a9c;
}
li{
    list-style: none;
}
.wy_dqwz{
    width: 95%;
}
.container{
    width: 990px;
    margin: 0 auto;

}
.content{
    padding: 0 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background: #fff;
}
.link_wb li .pic.content{
    padding: 0;
    margin: 6px 4px auto 10px;
    background: transparent;
}
.content > .con1{
    width:100%;
    box-sizing: border-box;
}
.clearfix::after,.myul li::after{
    display: inline-block;
    content:'';
    visibility: hidden;
    clear: both;
}
/* .pos{
    height: 58px;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0 20px 30px ;
    color: #333333;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/wytw01.png)no-repeat 5px 20px;
} */
.pos a{
    color: #333333;
}
.con1{
    padding: 20px 0 0 0;
}
.tit{
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    border-bottom: 2px solid #004a9c;
}
.tit span{
    display: inline-block;
    padding: 0 22px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.tit span.on{
    background: #004a9c;
}
.myul{
    padding-top: 15px;
}
.myul li {
    width: 100%;
    padding-left: 20px;
    line-height: 48px;
    height: 48px;
    color: #333333;
    padding-right: 15px;
    box-sizing: border-box;
    background: url(../images/jgfklired.png) no-repeat 6px center ;
}
.myul li  a.a1{
    color: #333333;
    width: 66%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    text-overflow: ellipsis;
}
.myul li .a2{
    color: #004a9c;
    float: right;
    /* margin-top: -48px; */
    /* margin-right: 75px; */
}
.myul ul{
    padding-bottom: 50px;
}
.myul li .a3{
    float: right;
    /* margin-top: -48px; */
    color: #004a9c;
   
}
.myul li .a3,.myul li .a2{
    width:64px;
height:48px;
    margin-right: 0px;
}

.myul li .over{
    color: #808080;
}
#page_div a,#page_div span{
    font-size:16px;
    text-align:center;
    color: #333;
    margin-bottom: 8px;
}
#page_div .pagination-first a.active{
    color:#fff;
    font-weight: bold;
    background:#004a9c;
}
.pagination-first a{
    display: inline-block;
    padding:5px 8px;
    min-width: 30px;
    border:1px solid #888;
    border-radius:8px;
}
a{
    text-decoration:none;
}







@media(max-width:1200px){
    .container{
        width:100%;
    }
    .content{
        margin:20px 0 20px 0;
    }
    .con1{
        padding-top:10px;
    }
}

@media(max-width:540px){

    .myul li a.a1{
        width: 61%;
    }
    .tit span{
        font-size: 18px;
        height:40px;
        line-height:40px;
    }
    .myul li,
    .myul li .a3, .myul li .a2{
        height: 38px;
        line-height: 38px;
        font-size: 16px;
    }
    .pos{
        margin-bottom:10px;
    }
}