*{
    margin: 0px;
    padding: 0px;
}
body{
    /* background: url(../images/wrfz/xjBg.png) top center no-repeat; */
 
}
.positiondiv{
    border-bottom: 1px solid #d0cece;
    margin-bottom: 5px;
    padding: 6px 0;
}
.positionp{
    width: 100%;
    line-height: 40px;
    background: url(../images/wrfz/map.png) 0px center no-repeat;
    font-size: 16px;
    text-indent: 20px;
}
.content1{
    width: 100%;
}
.conttitle{
    width: 100%;
    border-bottom: 2px solid #20528f;
    line-height: 50px;
    color: #20528f;
    position: relative;
}
.title{
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
}

.more{
    position: absolute;
    right: 0px;
    top:0px;
}
.more a {
    color: #20528f;
    font-size: 14px;
    font-weight: 500;
}

.contul li{
    position: relative;
    text-indent: 7px;
    height: 36px;
    line-height: 36px;
    background: url(../images/icon/dian2.jpg) no-repeat  0px center;

}
.ul01{
    width: 100%;
}
.ul01>li{
    width: 49%;
    float: left;
}

.contul li a {
    width: 80%;
    display: inline-block;
     
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    overflow: hidden;
}
.contul li span{
    position: absolute;
    right: 0px;
    top: 0px;
}

/**/
.content2{
    width: 100%;
}
.content2-left,.content2-right{
    float: left;
    width: 49%;
}
.content2 .content2-right,.content4 .content4-right{
    float: right;
}
.imgbox{
    width: 100%；
}
.imgbox>img{
    width: 100%;
    margin: 20px 0;
    border: 1px solid #3280bf;
    padding: 1px;
}
/*响应式*/

@media (max-width: 1520px) {

}
@media (max-width: 1220px) {
    .content1,.content2,.positiondiv {
        width: 96%;
        overflow: hidden;
        margin: 0 auto;
    }

}
@media (max-width: 992px) {
    .title{
        font-size: 16px;
    }
    .content2>div{
        float: left;
        width: 100%;
    }
    .ul01 {
        margin-left: 0;
    }
    
}
@media (max-width: 767px) {
    .content1,.content2 {
        width: 96%;
        overflow: hidden;
        margin: 0 auto;
    }
    .content2>div{
        width: 100%;
    }
    .conttitle {
        border-bottom: 2px solid #20528f;
        line-height: 36px;
    }
    .contul li a { 
        font-size: 16px;
    }
    .contul li {
        width: 98%;
        text-indent: 5px;
    }
    .contul li a{
        width: 95%;
    }
    .contul li span,.imgbox {
        display: none;
    }

   
}

