.headerImg{
    width: 100%;
    min-height: 290px;
    max-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}
#app .content{
    background: #FFFFFF;
    margin-top: -100px;
}
#app .content .banner{
    height: 400px;
    background: url("../image/tupianbeijign.png") no-repeat;
    background-size: cover;
}
#app .content .banner .list{
    width: 600px;
    height: 300px;
}
.list .title{
    background: #EBF2FC;
    padding-right: 10px;
    height: 44px;
    position: relative;
}
.list .title > img{
    cursor: pointer;
}
.list .title .text{
    position: relative;
    height: 100%;
    cursor: pointer;
}
.list .title .text img{
    position: absolute;
    top:0;
    left: 0;
}
.list .title .text span{
    position: relative;
    margin-left: 80px;
    color: #FFFFFF;
    font-size: 20px;
}
.list .item{
    margin-top: 30px;
    padding-left: 10px;
}
.list .item .dot{
    width: 5px;
    height: 5px;
    background: #3373CA;
}
.list .item span{
    transition: all .2s;
}
.list .item span:nth-of-type(1){
    flex: 1;
    padding: 0 30px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list .item:hover span:nth-of-type(1){
    transform: translateX(20px);
}
.list .item:hover span{
    color: #3373CA;
}

.list .itemBox{
    width: 350px;
    height: 87px;
    padding: 10px;
    border: solid 2px #EBF2FC;
    margin-top: 30px
}
.list .itemBox .dot{
    width: 5px;
    height: 5px;
    background: #3373CA;
    margin-top: 10px;
    margin-right: 20px;
}
.list .itemBox .right{
    flex: 1;
}
.list .itemBox .right p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list .itemBox .right span{
    color: #666666;
    display: block;
}
.banner-swiper{
    width: 550px;
    height: 300px;
}
.swiper-container{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.banner-swiper img{
    width: 100%;
    height: 100%;
}
.banner-swiper .banner-navigation {
    width: 135px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 27px !important;
    right: 15px !important;
    left: auto !important;
    z-index: 99999;
}
.bullet-normal{
    width: 14px;
    height: 14px;
    background: #b9b9b9;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
}
.bullet-active{
    width: 10px;
    height: 10px;
    background: #275FAB;
    border-radius: 50%;
    border: solid 4px #fff;
    cursor: pointer;
}
.header{
    height: 600px;
    transition: all .2s;
}

.header a img{
    height: 80px;
    margin-top: 10px;
}

@media screen and (max-width: 1200px){
    .header{
        height: 670px;
    }
    #app .content .banner{
        height: auto;
        background: none;
        padding: 50px 0;
        justify-content: center;
    }
    #app .content .banner .list{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .header {
        height: 350px;
    }
}
@media screen and (max-width: 800px) {
    .header a img{
        height: 40px;
    }
    .header {
        height: 330px;
    }
    .list a{
        width: 100%;
    }
    .list .itemBox {
        width: calc(100% - 24px);
    }
}

@media screen and (max-width: 650px){
    #app .content .banner .list{
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .banner-swiper {
        height: 250px;
    }
}
@media screen and (max-width: 400px) {
    .banner-swiper {
        height: 200px;
    }
}