

/* tab */
.tab {
    display: flex;
    justify-content: right;
    align-items: center;
    /* margin-top: 14px; */
    /* margin-right: 160px; */
    cursor: pointer;
}

.tab p.active {
    min-width: 110px;
    height: 40px;
    color: #fff;
    background: #004DA1;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
}

.tab p {
    margin-right: 8%;
    min-width: 110px;
    width: 110px;
    height: 40px;
    color: #45474D;
    line-height: 40px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #EFEFEF;
    border-radius: 25px;
}



.width1600 {
    max-width: 1920px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 8.3% !important;
    padding-right: 8.3% !important;
}

.park-nav {
    display: flex;
    justify-content: space-between;
}

.park-nav>div {}

/* 内容  */
.parkOperation.news-content {
    position: relative;
    height: 100%;
    padding-top: 101px;
    padding-bottom: 60px;
    background: url(../img/bag2.png);
    background-size: 100% 100%;
}

.parkOperation .new-box {
    /* width: 1600px; */
    margin: 0 auto;
    cursor: pointer;
}

.parkOperation .new-box .title {
    font-weight: bold;
    color: #004DA1;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-end;
}

.parkOperation .new-box .title span {
    display: inline-block;
    margin: 0 8px;
}

.title .img1{
    width: 2.2%;
}
.title>span{
    margin:0  0.8%;
    word-break: keep-all;
}
.title .img2{
    width: 34.5%;
}

.parkOperation .new-box .content {
    color: #666666;
    line-height: 30px;
    margin-bottom: 60px;
    display: inline-block;
}

.parkOperation .new-box .nav-list {
    display: flex;
    border-bottom: 1px solid #EFEFEF;
}

.parkOperation .new-box .nav-list .nav-item{
    color: #004DA1;
}
.parkOperation .new-box .nav-list>:nth-child(1),.nav-list .nav-item:hover{
    border-bottom: 2px solid #004DA1;

}

.parkOperation .new-box .nav-item {
    display: inline-block;
    height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #45474D;
    margin-right: 3.1%;
    box-sizing: border-box;
}

.parkOperation .new-box .show-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
    display: none;
}

.parkOperation .new-box .show-list.active {
    display: flex;
}

.parkOperation .new-box .show-list .show-item {
    width: 31.1%;
    margin-right: 3.3%;
    text-align: center;
    margin-bottom: 60px;
}

.parkOperation .new-box .show-list .show-item:nth-of-type(3n) {
    margin-right: 0;

}

.parkOperation .new-box .show-list .show-item .show-top {
    position: relative;
    padding-top: 66.66%;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 30px;
}

.parkOperation .new-box .show-list .show-item img {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 18px;
    border-radius: 18px;

}

.parkOperation .new-box .show-list .box-text .text-tp {
    font-weight: bold;
    color: #4E5056;
    line-height: 1.5;
}

.parkOperation .switchimg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parkOperation .switchimg img {
    width: 50px;
    height: 50px;
}

.parkOperation .switchimg :nth-child(1) {
    margin-right: 20px;
}

.parkOperation .switchimg :nth-child(2) {
    margin-left: 20px;
}

.parkOperation .new-box .show-list .Mascarilla {
    /* width: 100%; */
    height: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -100%;
    background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, #202020 100%);
    transition: all .5s;
    border-radius: 18px;

}

.parkOperation .new-box .show-list .Mascarilla img {
    /* width: 50px;
    height: 50px; */
    width: 10%;
    height: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.parkOperation .new-box .show-list .show-item:hover .Mascarilla {
    top: 0;
    bottom: 0;
}

.parkOperation .new-box .show-list .show-item:hover .text-tp {
    color: #004DA1;
}

.parkOperation .new-box .show-list2 .show-item:hover .Mascarilla{
    display: none !important;
}

.show-list2 {
    padding-top: 0 !important;
    cursor: default;
}

.switchimg>div {
    width: 3.1%;
    padding-top: 3.1%;
    position: relative;
}

.switchimg :nth-child(1) {
    background: url(../img/more-left.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 2.5%;
}

.switchimg :nth-child(1):hover {
    background: url(../img/more-left-active.png) no-repeat;
    background-size: 100% 100%;
}

.switchimg :nth-child(2) {
    background: url(../img/more-right.png) no-repeat;
    background-size: 100% 100%;
}

.switchimg :nth-child(2):hover {
    background: url(../img/more-right-active.png) no-repeat;
    background-size: 100% 100%;
}


@media only screen and (max-width: 768px) {


    .switchimg>div {
        width: 8.3%;
        padding-top: 8.3%;
    }

    .detailedList>div:nth-of-type(2n) {
        padding-left: 0;
    }

    .switchimg :nth-child(1) {
        margin-right: 20px;
    }

    .park-nav {
        flex-direction: column;
    }
    .tab{
        z-index: 6;
        width: 100%;
        justify-content:center;
        margin: 20px 0;
    }
    .parkOperation.news-content{
        padding-top: 90px;
    }
    .parkOperation .new-box .title{
        margin-bottom: 20px;
    }
    .parkOperation .new-box .content{
        margin-bottom: 20px;
    }
    .parkOperation .new-box .nav-item{
        word-break: keep-all;
        margin-right: 4.1%;
    }
    .parkOperation .new-box .nav-list{
        overflow-x: scroll;
    }
    .parkOperation .new-box .show-list .show-item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .parkOperation .new-box .show-list .show-item .show-top{
        margin-bottom: 20px;
    }

    .title .img1{
        width: 6.2%;
    }
    .title>span{
        margin:0  0.8%;
        word-break: keep-all;
    }
    .title .img2{
        width: 52.5%;
    }
}