
.logo {
    color: #fff;
    width: 160px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ee4b4c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.logo img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 40px;
    box-shadow: 0px 0px 5px 1px #fff;
}

.container {
    width: 1000px;
    margin: 0 auto;
    zoom: 1;
}

.page-content {
    /* height: 40px; */
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    zoom: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.page-header {
    position: relative;
    z-index: 100;
    min-width: 1000px;
    background-color: #222;
    width: 100%;
    height: 48px
}

.header-left {
    height: 48px;
    float: left;
    margin-left: 150px;
    display: flex;
    align-items: center;

}

.header-left.menu a {
    color: #fff;
    font-size: 15px;
    display: flex;
    margin-left: 28px;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid transparent;
}

.header-left.menu a.after,
.header-left.menu a:hover {
    font-weight: bold;
    border-bottom: 2px solid #eee;
}
.menu a.more i{
    width: 10px;
    height: 9px;
    margin-right: 5px;
    background: url("../img/arrow.png") no-repeat;
    background-position: 0 -10px;
    cursor: pointer;
}
.menu a.more:hover i{
    width: 10px;
    height: 9px;
    margin-right: 5px;
    background: url("../img/arrow.png") no-repeat;
    background-position: 0 0px;
    transform: rotate(180deg);
    cursor: pointer;
}
.header-left.menu a.more i{
    content: "";
    width: 10px;
    height: 9px;
    margin-right: 5px;
    background: url("../img/arrow.png") no-repeat;
    background-position: 0 -10px;
    cursor: pointer;
}

.page-left {
    display: flex;
    flex-direction: column;
    width: 150px;
    position: absolute;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    top: -48px;
    z-index: 1000;
}

.page-left .menu {
    display: none;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    padding: 13px 27px;
}

.page-left .menu a {
    height: 27px;
    margin-bottom: 12px;
    color: #444;
    font-size: 18px;
    display: inline-flex;
    margin-left: 28px;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid transparent;
    transition-duration: .3s;
}

.page-left .menu a.after,
.page-left .menu a:hover {
    color: #ee4b4c;
    border-bottom: 2px solid #ee4b4c;
}

.page-center {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0 15px;
    width: 700px;
}

.swiper-banner {
    width: 100%;
    height: 260px;
    background: #111;
}

.swiper-banner .swiper-item {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    cursor: pointer;
}

.swiper-item .swiper-item-img {
    width: 500px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex: none;
    position: relative;
    margin-right: 5px;

}

.swiper-item .swiper-item-img img {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-item .swiper-item-text {
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.swiper-item .swiper-item-text h2 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #fff;
}

.swiper-item:hover h2{
    text-decoration: underline;
}

.swiper-item .swiper-item-text p {
    color: #fff;
    /* 超出两行省略号 */
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    margin-bottom: 5px;
    color: #aaa;
    font-size: 14px;
    line-height: 24px;
}

.swiper-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ee4b4c
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-container-rtl .swiper-button-prev {
    right: 0;
    width: 34px;
    height: 60px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: rgba(0, 0, 0, 0.3) url("../img/right.png") no-repeat center center;
    background-size: 100% 100%;
}

.swiper-banner .swiper-button-next:hover,
.swiper-banner .swiper-container-rtl .swiper-button-prev:hover {
    background: #ee4b4c url("../img/right.png") no-repeat center center;
    background-size: 100% 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
    width: 34px;
    height: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(0, 0, 0, 0.3) url("../img/left.png") no-repeat center center;
    background-size: 100% 100%;
}

.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
    background: #ee4b4c url("../img/left.png") no-repeat center center;
    background-size: 100% 100%;
}

.info-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 15px 0;
    padding-bottom: 15px;
    border-bottom: #efefef 1px solid;
    position: relative;
    cursor: pointer
}

.info-list-text {
    width: 68%;
    margin-right: 2%;
    font-size: 14px;
}

.info-list-text h2 {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
}
.info-list-text h2:hover{
    color: #ee4b4c;
}

.info-list-text .text-time {
    font-weight: 500;
    color: #999999;
    line-height: 22px;
    font-size: 13px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.info-more-img .info-list-text .text-time {
    margin-top: 5px;
}

.info-list-text .text-time em {
    margin-right: 6px;
}

.info-list-img {
    width: 150px;
    border-radius: 5px;
    flex: none;

}

.info-list-img>div {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.info-list-img>div img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -o-object-fit: cover;
    object-fit: cover;
}

.info-list-img img {
    width: 100%;
}

.info-more-img {
    display: block;
    padding-bottom: 0px;
}

.info-more-img .info-list-text,
.info-more-img .info-list-img {
    width: 100%;
    display: flex;
}

.info-more-img .info-list-text {
    flex-direction: column;


}

.info-more-img .info-list-img {
    margin: 15px 0;
}

.info-more-img .info-list-img>div {
    width: 32%;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.info-more-img .info-list-img>div img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -o-object-fit: cover;
    object-fit: cover;
}

.info-more-img .info-list-img>div:nth-of-type(2) {
    margin: 0 2%;
}

.page-right {
    width: 340px;
    flex: none;
    margin-top: 20px;
}

.page-right .part {
    width: 100%;
    padding: 15px 20px 20px;
    background: #f4f5f6;
    border-top: 2px solid #ee4b4c;
    margin: 10px 0;
    flex-direction: column;
}

.page-right .part .part-tit {
    color: #222;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.page-right .part .part-con {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page-right .part .part-con>div {
    margin: 5px 0;
}

.recommend-list {
    display: flex;
    flex-direction: column;
}

.recommend-list .recommend-item {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.recommend-list .recommend-item img{
    width: 105px;
    height: 58px;
    border: 1px solid #f4f4f4;
    margin-right: 12px;
    flex: none;
}

.recommend-list .recommend-item h2{
    font-weight: normal;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend-list .recommend-item:hover {
    color: #ee4b4c;
}

.friendLink-item{
    float: left;
    margin: 0 20px 20px 0;
    color: #777;
    line-height: 1.4;
    font-size: 14px;
}
.page-right .part-us .part-con div{
    line-height: 2;
    font-size: 12px;
    text-align: left;
    line-height: 30px;
    margin: 0;
}
.part-us .part-con a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #777;
    font-size: 12px;
}
.part-us .part-con a:hover{
    color: #ee4b4c;

}

.btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #999;
    margin-bottom: 3px;
    cursor: pointer;
}
.btn-top{
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 9999;
}

.btn img {
    display: block;
    width: 50px;
    height: 50px;
}

.btn p {
    width: 50px;
    height: 50px;
    display: none;
    background: #ee4b4c;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.btn:hover img {
    display: none;
}

.btn:hover p {
    display: flex;
}

@media screen and (min-width: 1600px) {
    .tips-news-scroll.tips-css-auto .tips-news-content {
        width: 1080px
    }

    .tips-news-scroll.tips-css-auto .tips-left-date {
        margin-left: -818px
    }
}

@media screen and (min-width: 1280px) {
    .header-left {
        display: none;
    }

    .page-left {
        display: flex;
        position: fixed;
        top: 0;
        margin-right: 20px;
    }

    .page-left .menu {
        display: flex;
    }

    .page-content {
        width: 1160px;
    }

    .page-center {

        margin-left: 170px;
    }
}

@media screen and (min-width: 1366px) {
    .page-left {
        display: flex;
    }

    .movie-list .picture-item .picture-img {
        height: 189px
    }

    .page-content {
        width: 1220px
    }
}

@media screen and (min-width: 1440px) {
    .page-content {
        width: 1240px
    }
}