body,div{
    box-sizing: border-box;
}
body{
    min-width: 1400px;position: relative;
}
.banner {
    height: auto;
}
.banner img{
    width: 100%;min-width: 1400px;
}


.items{
    width:100%;position: relative;
}
.items .itemsBg{
    position: absolute;left:0;top:0;width:100%;z-index: -1;min-width: 1875px;
}
.itemsBgyun{
    position: absolute;right:0;top:0;
}
.itemsBgyun1{
    position: absolute;bottom:300px;left:0;
}
.itemsBgyun2{
    position: absolute;bottom:-300px;right:0;
}
.itemsBgyun3{
    position: absolute;left: 0;top: 200px;
}
.item{
    width:990px;margin: 0 auto;
}
.item.school{
    padding-top: 300px;margin-bottom: 200px;
}

.item .title{
    width: 990px;height:80px;border: 8px solid #f1cd75;border-radius: 60px;
    background: #448aca;box-shadow:inset 0px 0px 10px 5px rgba(0, 0, 0, .3);
    position: relative;color: #fff;font-size:35px;line-height: 60px;font-weight: 600;letter-spacing: 3px;
    text-align: center;margin-bottom: 20px;
}
.item .title img{
    position: absolute;bottom: 0;
}
.item.school .title img{
    left:50px;
}
.item .contain{
    width:100%;padding: 70px 30px;border: 8px solid #f1cd75;border-radius: 20px;
    background: #f0f8ff;box-shadow:inset 0px 0px 10px 5px rgba(0, 0, 0, .3);
    color: #082f57;font-size:18px;line-height: 40px;text-indent: 2rem;
}

.item.zs .title img{
    right:20px;
}
.item.zs table{
    border-collapse: collapse;border: 3px solid #686868;text-align: center;
    line-height: 60px;width:100%;margin: 0 auto;text-indent: 0;border-radius: 10px;margin-bottom: 50px;
}
.item.zs table thead{
    background: #d2d3ea;font-weight: 600;
}
.item.zs table td{
    border: 3px solid #686868;
}
.item p{
    text-indent: 0;color: #000;
}
.item p .tit1{
    color: #003f80;
}

.item.zyts{
    padding-top: 200px;
}
.item.zyts .title img{
    left:50px;
}
.item.jyfx{
    padding-top: 180px;
}
.item.jyfx .title img{
    right: 20px;
}
.item .contain div{
    color: #000;
}

.item .contain .tit2{
    color: #003f80;text-decoration: underline;
}

.item.zsbm {
    padding-top:200px;margin-bottom:200px;
}
.item.zsbm .title img{
    left:50px;
}
.item.by .title img{
    left: 650px;
}
.item .imgs{
    text-align: center;
}
.item .imgs img:first-child{
    margin-right:50px;display: inline-block;
}

.item.lxfs{
    padding-top: 300px;
}
.item.lxfs .title img{
    left: 50px;
}
.item.lxfs .contain{
    text-align: center;
}
.item.lxfs .contain > div{
    display: inline-block;vertical-align: middle;text-align: left;
}
.item.lxfs .contain > div:nth-child(2){
    border: 8px solid #2f8bcb;border-radius: 15px;margin-left:100px;width:215px; text-indent: 0;
    background: #fff;
}