@charset "utf-8";

/* CSS Document */
.headerf {
    height: 190px;
    margin-bottom: 32px;
    background: #406ada;
}

.footerf {
    background: #406ada;
    height: 200px;
    margin-top: 70px;
}

/**clear**/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.img-overw {
    position: relative;
    line-height: 0px;
    display: inline-block;
}

.img-overw img {
    width: 100%;
    height: 100%;
}

.img-overw p {
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 58px;
    bottom: 0px;
    color: #fff;
    padding: 0 8px;
    background: -webkit-linear-gradient(bottom,
    rgba(25, 40, 0, 1),
    rgba(25, 40, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.sc-f-main {
    width: 1440px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
}

.sc-f-mainl {
    width: 1072px;
    margin-right: 32px;
}

.sc-f-mainr {
    width: 335px;
    margin-top: 20px;
}

.photo-views-area {
    margin-bottom: 30px;
    width: 1000px;
    margin-top: 20px;
}

.photo-v-a-pic {
    margin-bottom: 30px;
}

.photo-v-a-pic img {
    width: 1000px;
    height: 1000px;
    border-radius: 10px;
}

.photo-views-area h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}

.photo-views-area p {
    color: #999;
    font-size: 16px;
    margin: 40px 0 30px;
}

.photo-views-area p span {
    font-style: italic;
    font-size: 14px;
}

.photo-views-area .photo-v-pt {
    margin-bottom: 10px;
}

.photo-views-area .photo-v-pt a {
    margin-right: 10px;
}

.photo-p-prenext {
    margin: 50px auto 40px;
    text-align: center;
}

.photo-p-prenext a {
    display: inline-block;
    margin: 0 30px;
    font-size: 20px;
    color: #999999;
}

.photo-title {
    margin-bottom: 40px;
}

.photo-title .more {
    margin-top: 10px;
}

.photo-cm-pic-list {
    position: relative;
}

.photo-cm-pic-list ul {
    margin-bottom: 20px;
    width: 103%;
}

.photo-cm-pic-list li {
    float: left;
    margin-left: 0;
    margin-right: 3%;
    width: 22%;
    margin-bottom: 20px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.photo-cm-pic-list img {
    width: 100%;
    height: 100%;
}

.photo-cm-pic-list h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 0;
    height: 110px;
}

.photo-cm-pic-list p {
    color: #999;
}

.photo-cm-pic-list p span {
    font-style: italic;
    font-size: 14px;
}

.photo-cm-pic-list li a {
    margin: 10px 0 6px;
}

.photo-cm-pic-list .photo-toweek {
    width: 47%;
    position: relative;
    line-height: 0px;
}

.photo-cm-pic-list .photo-toweek h3 {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 58px;
    bottom: 0px;
    color: #fff;
    padding: 0 12px;
    background: -webkit-linear-gradient(bottom,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    margin: 0px;
}

.photo-cm-pic-list .photo-toweek p {
    display: none;
}

.photo-fistcolbg {
    width: 700px;
    position: absolute;
    bottom: 35px;
    right: 10px;
    z-index: -1;
}

.photog-more {
    width: 480px;
    height: 48px;
    background: #eee;
    border: 1px solid #eee;
    text-align: center;
    line-height: 52px;
    display: block;
    margin: 40px auto;
    border-radius: 30px;
    font-weight: bold;
}

.photog-more:hover {
    border: 1px solid #406ad9;
    color: #406ad9;
    background: #fff;
}

.photo-cm-list {
    margin-left: 20px;
}

.photo-cm-list ul {
    margin: 0px 25px 0px;
    border-left: 1px solid #ddd;
    padding: 20px 0 40px 30px;
    width: 99%;
    overflow: hidden;
}

.photo-cm-list li {
    float: left;
    margin-left: 0%;
    margin-right: 6px;
    width: 16%;
    margin-bottom: 5px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    line-height: 0px;
}

.photo-cm-list img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.photo-cm-list li a {}

.photolist-top-time {
    padding-left: 25px;
    font-family: Times, "Times New Roman", "serif";
    font-weight: bold;
    position: relative;
    margin-bottom: 0px;
    margin-left: 26px;
    border-left: 1px solid #ddd;
}

.photolist-top-time em {
    border-left: 8px #406ada solid;
    position: absolute;
    bottom: 5px;
    left: -5px;
    z-index: 10;
    height: 30px;
}

.photolist-top-time span {
    color: #999999;
    display: block;
}

.photolist-top-time p {
    font-size: 32px;
    font-weight: bold;
}

.photo-cm-pic-list p {
    font-size: 14px;
}

.ViewSwiper {
    width: 1000px;
    margin-left: 0 !important;
}

.sc-f-mainl {
    position: relative;
    padding-bottom: 100px;
}

.next,
.previous {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    font-size: 20px;
}

.next {
    right: 35%;
}

.previous {
    right: 50%;
}

.phonePrevious,
.phoneNext,
.phonejianBox,
.phoneMore {
    display: none;
}

/* 手机版样式 */
@media screen and (max-width: 750px) {

    .photo-views-area,
    .ViewSwiper,
    .sc-f-mainl,
    .photo-cm-pic-list .photo-toweek,
    .photo-cm-pic-list ul,
    .sc-f-main,
    .headerf {
        width: 100%;
    }

    .photo-title {
        font-size: 1rem;
        width: 90%;
        margin: 5rem 5% 1rem 5%;
        /*margin: 1rem auto;*/
    }

    .photo-cm-pic-list li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 0;
    }

    .photo-cm-pic-list {
        width: 90%;
        margin: 1rem auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .photo-fistcolbg,
    #twbox12,
    .more {
        display: none;
    }

    .photo-cm-pic-list h3 {
        height: auto;
    }

    .phonePrevious,
    .phoneNext,
    .phonejianBox,
    .phoneMore {
        display: block;
    }

    .pcPrevious,
    .pcNext {
        display: none;
    }

    .photo-cm-pic-list .photo-toweek h3 {
        position: inherit;
        color: #000000;
        background: none;
        overflow-wrap: inherit;
        text-overflow: inherit;
        white-space: break-spaces;
        overflow: auto;
        height: auto;
        line-height: 1.3rem;
        margin: 0.5rem 0;
    }

    .photo-cm-pic-list li {
        margin-bottom: 1rem;
    }

    .photo-cm-pic-list img {
        border-radius: 0.5rem;
    }

    .morePhone {
        width: 90%;
        margin: auto;
        border-radius: 2rem;
        background-color: rgb(239, 239, 239);
        line-height: 1.7rem;
        font-size: 0.8rem;
        text-align: center;
    }

    .photolist-top-time p {
        font-size: 1rem;
    }

    .photolist-top-time,
    .photo-cm-list {
        margin-left: 0.5rem;
    }

    .photo-cm-list ul {
        margin: 0 0.5rem 0;
        padding: 0.5rem;
    }

    .headerf {
        margin-bottom: 1rem;
    }

    .photolist-top-time span {
        font-size: 0.7rem;
    }

    .photo-cm-list li {
        width: 31%;
    }

    .photog-more {
        width: 90%;
        font-size: 0.8rem;
        line-height: 1.7rem;
        height: 1.7rem;
    }

    .photo-v-a-pic img {
        border-radius: 0;
    }

    .viewText {
        box-shadow: 0px 0px 30px 0px #d0d0d0, -3px 0px 3px 0px #d0d0d0,
        3px 0px 3px 0px #d0d0d0, 0px 2px 7px 0px #d0d0d0;
        width: 90%;
        position: absolute;
        bottom: -9rem;
        left: 5%;
        background-color: #ffffff;
        padding: 1rem 1rem 5rem;
        border-radius: 1rem;
        height: 14rem;
    }

    .ViewSwiper {
        padding-bottom: 12rem !important;
    }

    .photo-views-area h2 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .photo-views-area p {
        margin: 1rem 0 1rem;
        line-height: 1.5rem;
    }

    .photo-v-pt {
        position: absolute;
        display: flex;
        bottom: 7rem;
        z-index: 9;
        left: 10%;
    }

    .photo-v-pt img {
        margin-right: 0.5rem;
    }

    .next img,
    .previous img {
        width: 2rem;
        border-radius: 50%;
    }

    .next,
    .previous {
        bottom: 4rem;
        z-index: 99;
    }

    .next {
        right: 10%;
    }

    .previous {
        right: 25%;
    }

    .sc-f-mainl {
        padding-bottom: 2rem;
    }

    .photo-views-area p,
    .photo-views-area h2 {
        overflow-y: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .photo-views-area h2 {
        -webkit-line-clamp: 3;
    }

    .photo-views-area p {
        -webkit-line-clamp: 2;
    }

    /* 新加 */
    .phonejianBox{width: 90%;margin: 0.5rem auto;}
    .phonejianBox p{font-size: 0.9rem;line-height: 1.7rem;}
    .phoneMore{position: fixed;right: 0;z-index: 999;top: 60%;}
    .phoneMore img{width: 3.5rem;border-top-left-radius: 0.4rem;border-bottom-left-radius: 0.4rem;}
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2023-08-25 12:08:02" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->