.subtitle {
    padding-top: 1.4rem;
}
.content {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.tabmenu .list-title {
    border-bottom: 0.01rem solid #eee;
}
.tabmenu .list-title {
    margin-top: 0.1rem;
}
.tabmenu .list-title li {
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.tabmenu .list-title li a {
    display: block;
    font-size: 0.18rem;
    padding: 0.1rem 0.3rem;
    font-weight: 500;
}
.tabmenu .list-title .actived a {
    font-size: 0.2rem;
    color: #fff;
    background-color: #ffa800;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
}
.tabmenu .list-title .actived a:before {
    width: 100%;
    left: 0;
}
.tabmenu .list-title li a:before {
    content: '';
    position: absolute;
    width: 0;
    left: 50%;
    bottom: 0;
    height: 0.02rem;
    background-color: #ffa800;
}
.tabmenu .list-title li:hover a {
    color: #ffa800;
    transition: all 0.2s;
}
.tabmenu .list-title li:hover a:before {
    width: 100%;
    left: 0;
    transition: all 0.5s;
}
#imloading {
    width: 100px;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    border-radius: 88888px;
    background: rgba(0, 0, 0, 0.4);
    margin: 10px auto 30px;
    color: #fff;
    display: none;
    margin-top: 30px;
}

#reports_column {
    flex-wrap: wrap;
}
#reports_column li {
    flex: 1;
    display: block;
    width: 31.93%;
    max-width: 31.93%;
    min-width: 31.93%;
    margin: 20px 0.7%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: 0;
}
#reports_column li:nth-of-type(-n + 3) {
    margin-top: 0;
}

#reports_column li .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #fff, #0066ad);
    opacity: 0.6;
}
#reports_column li:hover .mask {
    animation: fadeOut 1s forwards;
}

#reports_column li .rc_title {
    display: inline-block;
    position: absolute;
    width: 140px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
#reports_column li .rc_title {
    padding-right: 10px;
    bottom: 10px;
    right: 0;
    text-align: right;
}
#reports_column li:hover .rc_title {
    animation: kf_title 0.4s forwards;
}

#allScene li {
    padding: 0.4rem 0;
}
#reports .content {
    max-width: 1000px !important;
    padding: 0 20px;
}
#allScene .ass-title {
    margin-top: 0;
    margin-bottom: 0.1rem;
}
#allScene .ass-title span {
    display: inline-block;
    color: #0066ad;
    font-weight: 500;
    padding: 0 0.2rem;
}

#allScene li:nth-of-type(1) {
    margin-top: 0;
}
#allScene .content {
    margin-top: 0.2rem;
}
#allScene .title-text {
    margin-top: 0.1rem !important;
}

#allScene li p {
    text-indent: 2em;
    text-align: left;
}

#allScene li .text {
    text-align: left;
    margin-bottom: 0.2rem;
}

#allScene li .text .text-title {
    margin-bottom: 0.1rem;
    position: relative;
}
#allScene li .text .text-title .tt-logo,
#allScene li .text .text-title .tt-title {
    display: inline-block;
    vertical-align: top;
}
#allScene li .text .text-title .tt-title {
    font-weight: 500;
    padding-left: 0.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#allScene li .text .text-title .tt-title span {
    display: inline-block;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.05rem 0.1rem;
    margin-left: 0.2rem;
    color: #fff;
}
#allScene li .text .text-title img {
    width: auto !important;
    height: 0.8rem;
}
#allScene li:nth-of-type(2n + 1) .text {
    order: 2;
    padding-left: 0.2rem;
}
#allScene li:nth-of-type(2n) .text {
    order: 1;
    padding-right: 0.2rem;
}

#allScene li .img {
    font-size: 0;
    line-height: 0;
    margin-top: 0.2rem;
}
#allScene li .content_img {
    width: 40%;
    font-size: 0;
    line-height: 0;
}
#allScene li .content_img .ci_title {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    background-image: url('../img/scene_li_titleBG.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 0 0.1rem;
    position: relative;
    font-weight: 500;
}
#allScene li .content_img .ci_title span {
    position: absolute;
    display: block;
    right: 0;
    top: 0.15rem;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.2rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
}
#allScene li:nth-of-type(2n) .content_img {
    order: 2;
    padding-left: 0.2rem;
}

#allScene li:nth-of-type(2n + 1) .content_img {
    order: 1;
    padding-right: 0.2rem;
}
#allScene li .img .flex-1 {
    padding: 0 0.1rem;
}

#allScene li .img .flex-1 img {
    box-shadow: 0.05rem 0.05rem 0.1rem #999;
    border-radius: 0.05rem;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 20000;
}
.modal #show_big {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.2rem;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0.1rem;
    box-shadow: 0.1rem 0.1rem 0.1rem #333;
}

.modal #show_big .close {
    display: block;
    position: absolute;
    top: 0.05rem;
    right: 0.05rem;
    width: 0.4rem;
    height: 0.4rem;
    background-image: url('../img/round_close.png');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.modal #show_big img {
    border-radius: 10px;
}

#waterfull ul {
    display: flex;
    flex-wrap: wrap;
}
#waterfull ul .item {
    width: 24.25%;
    max-width: 24.25%;
    min-width: 24.25%;
    margin-left: 1%;
    margin-top: 0.2rem;
    padding: 0.08rem;
    border-radius: 0.03rem;
    overflow: hidden;
    border: solid 1px #bcbcbc;
    box-shadow: 0 0 10px #bcbcbc;
    opacity: 0;
    animation: fadeIn 1s forwards;
    position: relative;
}
#waterfull ul .item:nth-of-type(4n + 1) {
    margin-left: 0;
}
#waterfull ul .item .description {
    padding: 5px 0;
    overflow: hidden;
    color: #898686;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.6;
    background: #fff;
    height: 65px;
    border-bottom: solid 1px #dbdbdb;
}
#waterfull ul .item .imgTitle {
    padding: 5px 0;
    overflow: hidden;
    color: #898686;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.6;
    background: #fff;
    text-align: right;
}

.organization_ul ul li .imgTitle {
    position: absolute;
    text-align: left !important;
    bottom: 73px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    padding: 5px !important;
    font-weight: 500 !important;
}
@keyframes fadeOut {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes kf_title {
    0% {
        opacity: 0;
        height: 0;
        font-size: 0;
    }

    100% {
        height: 0.5rem;
        line-height: 0.5rem;
        bottom: 0;
        width: 100%;
        padding-right: 0;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.4);
    }
}
