#app {
    height: auto;
}

.top-banner {
    position: relative;
    height: auto;
    /* margin-top: -4px; */
}

.middle-menu {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    /* background-color: orange; */
    justify-content: center;

}

.item-list {
    width: 1200px;
    /* background-color: yellow; */
    display: flex;
    align-items: center;
    padding: 20px 50px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: rgba(244, 244, 244, 0.7);;
}

.item-list .line {
    border: 0;
    border-left: 2px solid #474849;
    height: 40px;
    margin: 0px 20px;
    background-color: transparent;

}

.item-list .item {
    /* width: 36px; */
    /* height: 36px; */
    display: flex;
    /* flex: 1; */
    align-items: center;
}

.item-list .active {
    border-bottom: 2px solid #0046B4;
}

.item-list .item img {
    width: 37px;
    height: 37px;
}

/* ------------------ */
/* ------------------ */
.s-zone {
    position: relative;
}

.swiper {
    width: 987px;
    height: 300px;
    /* background-color: orange; */
    /*overflow: hidden;*/
}

.content {
    background: #F4F4F4;
}

.content-nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* background-color: orange; */
    padding: 30px 0;
}

.content-box .top {
    width: 978px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 22px;
    display: flex;
    align-items: center;
}

.content-box .top img {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.content-nav img {
    width: 987px;
    font-size: 48px;
}

/*  */
.content-nav {
    display: flex;
    align-items: center;
}

.content-nav .showContent {
    flex: 1;
    /* background-color: coral; */
    width: 987px;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    padding: 30px;
    box-sizing: border-box;
    /* width: 100%; */
    /* justify-content: flex-start; */
}

.content-nav .showContent {
    flex: 1;
}

.content-nav .showContent .left-content {
    flex: 1;
}

.content-nav .showContent .pic {
    width: 220px !important;
    height: 320px;
    background-color: gray;
    margin-left: 20px;
}

.showContent .left-content .name {
    color: #0046B4;
    font-size: 24px;
}

.showContent .left-content .xing {
    color: #0046B4;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.showContent .left-content .row-item {
    margin-bottom: 6px;
}

.showContent .left-content .row-item .title {
    color: #333333;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.showContent .left-content .row-item .tip {
    color: #333333;
    font-size: 18px;
    margin-top: 10px;
}

.content-nav .showContent .left-content .detail-btn {
    border: 2px solid #0046B4;
    width: 100px;
    padding: 6px;
    text-align: center;
    color: #0046B4;
    margin-top: 12px;
    border-radius: 10px;
    display: block;
}

.content-box {

    /* background-color: orange; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news-content {
    /* margin-top: 100px; */
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 34px;
}

.bottom-nav {

}

.news-tip {
    font-size: 16px;
    color: #333333;

}

.news-title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 15px;

}

.news {
    padding: 20px 0;
}

.bottom-nav {
    display: flex;
    justify-content: space-around;
    width: 100%;
    /* background-color: orange; */
    margin-top: 38px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 42px;
}

.left-btn, .middle-btn, .right-btn {
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.3);
    /* padding: 10px; */
    width: 145px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    border-radius: 4px;
    color: #999999;
}

.new-list {
    display: flex;
    width: 987px;
    padding: 46px 0px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.news-item {
    width: 30%;
    height: 320px;
    display: flow;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: relative;
    background-color: #ffff;
    border-radius: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    /* margin-right: 3%; */
}

.news-item .label-img {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 0;
    top: 20px;
}

.news-item:nth-child(3n) {
    margin-right: 0;
}

.news-item img {
    /* width: 512px;
    height: 512px; */
    /* background: #707070; */
}

.news-item .mian-img {
    /*flex: 1;*/
    background-color: #EEEEEE;
    width: 268px;
    /*height: 245px;*/
}

.news-item .info {
    /* position: absolute;
    bottom: 0; */
    margin-bottom: 20px;

}

.news-item .tip {
    font-size: 20px;
    color: #0046B4;
    text-align: center;

}

.news-item .title {
    font-size: 14px;
    color: #010001;
    /* font-weight: bold; */
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.news-item:hover .mian-img {
    width: 100%;

}

.news-item:hover .info {
    display: none;
}

.news-item:hover .label-img {
    display: none;
}