*{
    margin: 0;
    padding: 0;
}

body{
    background: url(../images/wsbs/xjBg.png)top center no-repeat;
}
.contwrap{
    background: url(../images/wsbs/j9034633.jpg)top center/cover no-repeat;
    padding: 70px 0;
}
.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%;
}
.cont1left{
    float: left;
    width: 67%;
    
}
.cont1right{
    float: right;
    width: 31%;
}
.contitle{
    border-bottom: 2px solid #20528f;
    line-height: 50px;
    font-size: 20px;
    color: #20528f;
    font-weight: bold;
    overflow: hidden;
}
.contshow{
    margin: 20px 0 40px 0;
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
    text-align: justify;
}
.contshow>span{
    float: left;
    width: 300px;
    margin-right: 25px;
    margin-top: 5px;
}
.contshow>span>img{
    width: 100%;
    height: 100%;
}
.contshow p{

    font-size: 16px;
}
.contshow a {
    font-size: 16px;
    color: #20528f;
}


.content2{
    width: 100%;
    position: relative;
}
.content2>a {
    color: #20528f;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 0px;
}
.leaderul {
    margin-top: 30px;
    overflow: hidden;
}
.leaderul li {
    width: 20%;
    float: left;
    vertical-align: middle;
    text-align: center;
}
.leaderul li img {
    display: block;
    height: 176px;
    width: 55%;
    margin: 0 auto;
}
.leaderul li p {
    height: 27px;
    line-height: 27px;
    margin-top: 5px;
}
.leaderul li p.leadername  {
    color: #20528f;
    font-size: 16px;
    font-weight: bold;
}
.leaderul li p.leaderzw {
    height: 38px;
    line-height: 21px;
    margin-bottom: 15px;
}

.tabtop{
    width: 100%;
    background: #eee;
    margin-top: 15px;
}
.tabtop li.on {
    background-color: #20528f;
    position: relative;
    color: #fff;

}
.tabtop li.on a{
    color: #fff;
}
.tabtop li {
    float: left;
    width: 120px;
    text-align: center;
    line-height: 40px;
}
.tabtop li.on::after {
    content: '';
    position: absolute;
    left: 44%;
    bottom: -13px;
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid #20528f;
}
.jgcslist {
    padding: 10px 0;
    overflow: hidden;
}
.jgcslist li {
    width: 33%;
    float: left;
    line-height: 36px;
    text-indent: 2em;
    background: url(../images/icon/dian2.jpg) no-repeat  0px 18px;
    /* list-style: square; */
    font-size: 12px;
    /* color: #20528f; */
    list-style-position: inside;
}
.jgcslist li a {
    font-size: 16px;
}


@media (max-width: 2000px) {
    /* .container{
        width: 1200px;
    } */
}
@media (max-width: 1520px) {
    /* .container{
        width: 1200px;
    } */
}
@media (max-width: 1220px) {
    .containerbox{
        width: 100%;
        padding: 0 10px;
    }
    .leaderul li img {  
        height: 150px;
    }
}
@media (max-width: 992px) {
    
    .cont1left{
        width: 100%;
    }
    .contshow>span {
        float: left;
        width: 100%;
        margin-right: 25px;
        margin-top: 5px;
    }
    .cont1right{
        width: 100%;
        margin-left: 0;

    }
    .leaderul li {
        width: 49%;
        padding: 0 5%;
        box-sizing: border-box;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .leaderul li img {
        display: block;
        height: 320px;
        width: 85%;
        margin: 0 auto;
    }
    .jgcslist li {
        width:100%;
    }
}
@media (max-width: 767px) {
    .leaderul li img {
        display: block;
        height: 175px;
        width: 100%;
        margin: 0 auto;
    }
    .leaderul li p.leadername  {
    font-size: 14px;
}
}

@media (max-width: 330px) {
    .leaderul li p{
      
    height:auto  
    }

}