@import "./common.css";

/*首页home*/
.introduction {
    padding: 120px 0 122px 0;
    background: url("../image/banner_bg.png") no-repeat;
    background-size: cover;
    position: relative;
}

.introduction-box {
    width: 49%;
    color: #E40312;
}

.introduction-box h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 26px;
}

.introduction-box p {
    padding: 17px 0;
    margin: 0;
    line-height: 28px;
    border-top: 3px solid #E40312;
    border-bottom: 3px solid #E40312;
    font-size: 15px;
}

.introduction-right {
    width: 48%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.introduction-right img {
    width: 100%;
    max-width: 781px;
}

.home_title {
    font-size: 18px;
    color: #E40312;
    line-height: 25px;
    text-align: center;
    padding: 34px 0 15px;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
}

.home_title:before {
    content: '';
    width: 80px;
    height: 4px;
    background: #E40312;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    border-radius: 2px;
}

.home_more {
    display: block;
    border: 1px solid #E40312;
    line-height: 40px;
    width: 120px;
    text-align: center;
    margin: 20px auto 0;
    background: #fff;
    color: #E40312;
    transition: all 0.3s;
}

.home_more:hover {
    background: #E40312;
    color: #fff;
}

.home_swiper {
    background: #FFFBF9;
    position: relative;
    padding-top: 0;
    overflow: hidden;
}

.home_swiper .container, .photo_swiper .container {
    position: relative;
}

.home_swiper .content_box a {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

.home_swiper .swiper-pagination {
    width: 100%;
    bottom: 0;
    left: 0;
}

.home_swiper .swiper-button-prev, .photo_swiper .swiper-button-prev {
    left: -46px;
}

.home_swiper .swiper-button-next, .photo_swiper .swiper-button-next {
    right: -46px;
}
.home_swiper.music_swiper .swiper-slide{
    margin-bottom: 28px;
}
.home_book {
    background: #f7f1ee url("../image/list_bg.png") no-repeat;
    padding-bottom: 60px;
}

.home_book_box {
    display: flex;
    flex-wrap: wrap;
}

.home_book_box > a {
    background: #fff;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 220px;
}

.home_book_box .home_book_img {
    padding: 28px 34px 12px;
    width: 220px;
    height: 260px;
}

.home_book_box .home_book_img div {
    overflow: hidden;
}

.home_book_text {
    background: #E40312;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    height: 60px;
    padding: 10px 18px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.3s;
}

.home_book_box > a:hover .home_book_text {
    background: #B7000C;
}

.home_movies {
    background: #FFFBF9;
    padding-bottom: 30px;
}

.home_movies a {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);

}

.home_movies a > div:first-child {
    overflow: hidden;
    position: relative;
    width: 170px;
    height: 220px;
}

.home_movies a > div:first-child:before {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    margin-top: -32.5px;
    left: 50%;
    margin-left: -32.5px;
    background: url(../image/play.png) no-repeat;
    z-index: 9;
}

.home_movies.content_list .content_box a {
    padding: 18px 20px;
}

.home_movies.content_list a p {
    -webkit-line-clamp: 6;
}

.home_movies_text {
    margin: 10px 0 20px;
}

.home_movies_text p {
    color: #222222;
    line-height: 22px;
    font-size: 16px;
    margin: 0;
}

.home_movies_text span {
    color: #555555;
    line-height: 20px;
    margin-right: 36px;
}

.home_movies a:hover p {
    color: #E40312;
}

.book .content_list .content_box a {
    padding: 20px 40px 12px 20px;
}

.literature .content_list {
    padding-top: 30px;
}

.literature_taps ul {
    display: flex;
    margin-bottom: 25px;
}

.literature_taps ul a {
    color: #E40312;
    border: 1px solid #E40312;
    padding: 3px 10px;
    display: inline-block;
    background: #fff;
    margin: 0 5px;
    border-radius: 2px;
}

.literature_taps ul .active a, .literature_taps ul a:hover {
    background: #E40312;
    color: #fff;
}

/*地质影视*/
.movies .content_list .movies_img {
    width: 170px;
    height: 220px;
    position: relative;
}

.movies_img:before {
    content: '';
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    margin-top: -32.5px;
    left: 50%;
    margin-left: -32.5px;
    background: url("../image/play.png") no-repeat;
    z-index: 9;
}

.movies_img span {
    font-size: 12px;
    width: 42px;
    text-align: center;
    display: block;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 14px;
    bottom: 8px;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    z-index: 9;
}

.movies a .content_list_text {
    height: 170px;
    padding-left: 40px;
}

.movies .content_list_text span {
    margin-right: 36px;
}

.movies .content_list .content_box {
    margin-bottom: 20px;
}

.movies .content_list .content_box a {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    padding-left: 0;
}

.movies .content_list .content_box a:hover {
    background: #fff;
}

.movies .content_list a h4 {
    margin-top: 15px;
}

.movies .content_list a p {
    -webkit-line-clamp: 4;
}

.music_swiper {
    background: #EAE2DE;
    padding: 10px 0 40px 0;
    position: relative;
}

.music_swiper .music_swiper_text {
    padding-left: 18px;
}

.music_swiper .music_swiper_text p {
    color: #222222;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 5px;
}

.music_swiper .music_swiper_text span {
    color: #555555;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.music_swiper a:hover .music_swiper_text p {
    color: #E40312;
}

.music_swiper_img {
    padding: 20px;
    background: url("../image/yuan.png") no-repeat center right;
    background-size: 70%;
}

.music_swiper_img div {
    overflow: hidden;
    border-radius: 8px;
}

.swiper-pagination-bullet {
    margin: 0 3px;
}

.swiper-pagination-bullet-active {
    background: #E40312 !important;
}

.swiper-pagination {
    width: 100%;
    bottom: 15px;
}

.music_swiper .swiper-button-next, .music_swiper .swiper-button-prev {
    width: 60px;
    height: 110px;
    margin-top: -55px;
    transition: all 0.3s;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #C40101 !important;
}

.music_swiper .swiper-button-prev {
    left: 0;
    background: rgba(0, 0, 0, 0.1) url("../image/left.png") no-repeat center;
}

.music_swiper .swiper-button-next {
    right: 0;
    background: rgba(0, 0, 0, 0.1) url("../image/right.png") no-repeat center;
}

.music .content_list .content_box {
    margin-bottom: 30px;
}

.music .content_list .content_box a {
    padding: 20px 45px 20px 22px;
    background: transparent;
    margin-bottom: 0;
}

.music .content_list .content_box a h4 {
    font-size: 16px;
}

.music .content_list .content_box a:hover {
    background: #fff;
}

.music .content_list .content_box a:hover p {
    color: #E40312;
}

.music .content_list a > div:first-child {
    width: 90px;
    height: 90px;
    border-radius: 12px;
}

.music .content_list a .content_list_text {
    height: auto;
}

.music .content_list a p {
    -webkit-line-clamp: 2;
}

.music_title {
    font-size: 20px;
    color: #222222;
    line-height: 28px;
    padding-left: 22px;
    margin-bottom: 6px;
}

.music .content_list {
    padding-top: 32px;
}

@media (max-width: 1360px) {
    .music_swiper .swiper-button-next, .music_swiper .swiper-button-prev {
        width: 40px;
        height: 80px;
    }
}


.photo_content {
    position: relative;
    padding-bottom: 40px;
}

.photo_content .photo_time {
    position: absolute;
    width: 136px;
    top: 100px;
    height: calc(100vh - 120px);
    overflow: auto;
    margin-left: -15px;
    padding-left: 15px;
}

.photo_content .photo_time.fixed {
    position: fixed;
}

.photo_content .photo_time li {
    padding-bottom: 36px;
    position: relative;
}

.photo_content .photo_time li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #DBDBDB;
    left: 9px;
}

.photo_content .photo_time li:last-child:before {
    display: none;
}

.photo_content .photo_time a {
    color: #222222;
    display: inline-block;
    line-height: 20px;
    padding-left: 25px;
    position: relative;
}

.photo_content .photo_time a.active {
    color: #E40312;
    font-size: 20px;
}

.photo_content .photo_time a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FFE0DF;
    border-radius: 50%;
    left: 0;
    transition: all 0.3s;
}

.photo_content .photo_time a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #F3776F;
    border-radius: 50%;
    left: 5px;
    top: 5px;
    transition: all 0.3s;
}

.photo_content .photo_time a.active:before, .photo_content .photo_time a:hover:before {
    background: #E40312;
}

.photo_content .photo_time a.active:after, .photo_content .photo_time a:hover:after {
    background: #fff;
}

.photo_list {
    padding-left: 136px;
}

.photo_list .photo_list_title {
    padding: 50px 0 22px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 20px;
    font-size: 24px;
    color: #D02D26;
}

.photo .content_list {
    padding: 0;
}

.photo .content_list .content_box a {
    background: transparent;
    padding: 0;
}

.photo .content_list a > div:first-child {
    width: 400px;
    height: 250px;
}

.photo .content_list a h4 {
    color: #888;
    font-size: 28px;
    line-height: 34px;
    position: relative;
    padding: 20px 20px;
    display: inline-block;
}

.photo .content_list a h4:before {
    content: "“";
    position: absolute;
    left: 0;
}

.photo .content_list a h4:after {
    content: "”";
    position: absolute;
    right: 0;
    bottom: 0;
}

.photo .content_list a:hover {
    background: #fff;
}

.photo .content_list a:hover h4 {
    color: #E40312;
}

.posters .content_list .content_box a {
    padding: 15px;
    height: calc(100% - 30px);
}

.posters .content_list a > div:first-child {
    width: 230px;
    height: 280px;
}

.posters .content_list a h4 {
    padding: 20px 10px 0;
    line-height: 1.2;
}

.posters.posters_heng .content_list .content_box a {
    flex-direction: column;
    text-align: center;
}

.posters.posters_heng .content_list a > div:first-child {
    width: 400px;
    height: 235px;
    margin: 0 auto;
}


.posters.posters_heng .content_list a .content_list_text {
    padding-left: 0;
}

.posters.posters_heng .content_list a .content_list_text h4 {
    padding-left: 0;
    width: 400px;
    margin: 0 auto;
}

.posters .content_list .content_box{
    display: flex;
    flex-wrap: wrap;
}

.water_fall {
    -moz-column-count: 4; /* Firefox */
    -webkit-column-count: 4; /* Safari 和 Chrome */
    column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    display: inline-block;
    padding: 30px;
}

.water_fall > a {
    padding: 20px;
    background: #fff;
    display: block;
    margin-bottom: 20px;
    height: 100%;
    overflow: auto;
}

.water_fall > a div {
    overflow: hidden;
}

.water_fall > a h4 {
    font-size: 20px;
    color: #222222;
    line-height: 28px;
    margin: 10px 0;
}

.water_fall > a p {
    color: #222222;
    line-height: 24px;
    padding: 0;
}

.water_fall > a:hover h4, .water_fall > a:hover p {
    color: #E40312;
}

.load_more {
    display: block;
    width: 70px;
    height: 34px;
    background: #E40312;
    border-radius: 2px;
    font-size: 12px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.load_more:hover {
    background: #b00000;
    color: #fff;
}

.stamp {
    padding-bottom: 30px;
}

.photo_details_con {
    background: #fff;
    margin-bottom: 98px;
}

.photo_details_con img {
    width: 100%;
}

.photo_details .swiper-button-prev {
    left: 10px;
}

.photo_details .swiper-button-next {
    right: 10px;
}

.details_text {
    color: #888888;
    padding-right: 20px;
}

.details_text h3 {
    font-size: 28px;
    line-height: 34px;
    position: relative;
    padding: 20px 20px 10px;
    display: inline-block;
}

.details_text h3:before {
    content: "“";
    position: absolute;
    left: 0;
}

.details_text h3:after {
    content: "”";
    position: absolute;
    right: 0;
    bottom: 0;
}

.details_text h4 {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
    margin-bottom: 20px;
}

.photo_details .swiper-pagination {
    right: -85px;
}


.modal-content {
    box-shadow: none;
    border-radius: 0;
}

.modal-body {
    padding: 56px 66px 80px;
}

button.close {
    margin: 20px;
}

@media (min-width: 1560px) {
    .modal-dialog {
        width: 950px;
        margin-top: 200px;
    }
}

.stamp_details img {
    width: 100%;
}

.stamp_details .swiper-pagination-fraction {
    width: calc(100% - 30px);
    bottom: -70px;
}

.stamp_details .details_text {
    padding-left: 30px;
}

.stamp_details .swiper_prev {
    left: -8px;
    background-color: #F2E4DD;
}

.stamp_details .swiper_next {
    right: -8px;
    background-color: #F2E4DD;
}


.article_details {
    background: url("../image/new/grad_bg.png");
}

.article_details_box {
    margin: 4px 0 20px;
    padding: 35px 46px;
    background: #fff;
}

.article_details_img {
    font-size: 16px;
    color: #222222;
}

.article_details_img img {
    width: 100%;
    margin-bottom: 12px;
    line-height: 21px;
}

.article_details_con h3 {
    font-size: 24px;
    color: #222222;
    margin-bottom: 30px;
    border-bottom: 4px solid #d8d8d8;
    padding-bottom: 10px;
}


.article_details_list {
    margin-bottom: 26px;
}

.article_details_list ul li {
    display: flex;
    font-size: 14px;
    color: #222A37;
    margin-bottom: 4px;
}

.article_details_list ul li span {
    display: inline-block;
    color: #555555;
    min-width: 70px;
    margin-right: 8px;
    text-align: right;
}

.article_details_list .pdf {
    color: #222A37;
    text-decoration: underline;
    padding-left: 25px;
    background: url("../image/new/pdf.png") no-repeat left;
}

.article_details_text {
    font-size: 14px;
    color: #222222;
    line-height: 28px;
}

.article_details_text h5 {
    color: #101010;
    margin-bottom: 10px;
}

.photo_swiper .swiper-slide h4 {
    font-size: 34px;
    color: #B40712;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    margin-top: 30px;
}

.photo_swiper .swiper-slide p {
    color: #555555;
    line-height: 28px;
    padding-right: 20px;
}
.photo_swiper .swiper-slide a:hover p {
    color: #B40712;
}

.photo_swiper .swiper-slide h4:before {
    content: "“";
    position: absolute;
    left: 0;
}

.photo_swiper .swiper-slide h4:after {
    content: "”";
    position: absolute;
    right: 0;
    bottom: -22px;
}

.photo_swiper .swiper-slide img {
    width: 100%;
    padding-right: 20px;
}

.photo_swiper .swiper-container {
    padding: 30px 0;
    background: url("../image/home_photo_bg.png") no-repeat right center;
}

.photo_swiper {
    padding-bottom: 50px;
    background: #FFFBF9;
}

.photo_swiper .swiper-pagination {
    bottom: -35px;
    left: 0;
}
.photo_swiper .container{
    margin-bottom: 58px;
}

.posters_swiper.content_list a > div:first-child {
    height: 188px;
}

.posters_swiper.content_list a .content_list_text {
    height: 188px;
}

.home_stamp .home_book_text {
    background: #fff;
    height: 46px;
}

.home_stamp .home_book_text p {
    color: #888;
}

.home_stamp .home_book_box > a:hover .home_book_text p {
    color: #fff;
}

.home_stamp .home_book_box .home_book_img {
    height: 250px;
}

.posters .content_list .content_box_left a .content_list_text h4{
    text-align: left;
    line-height: 1.5;
    text-indent: 2em;
}
