/* 专题页 公共部分 */
.content-banner{
    background: #414141;
}
.content-banner img{
    margin: 0 auto;
    width: 78.5%;
    height: 100%;
}
.content-panel{
    position: relative;
    padding-top: 1%;
    margin: 0 auto;
    background: #f3f3f1;
    /*height: 1106px;
    background: url("../images/memory/body-bg.png");*/
}
.content-body{
    position: relative;
    margin: 0 auto;
    width:78.5%;
    background: #fff;
}
.content-body .content-tips{
    width: 100%;
    height: 5%;
    padding-top: 2.5%;
    padding-left: 2.5%;
    font-size: 18px;
    font-family: 微软雅黑;
    color: #221815;
}
.content-body .content-tips a{
    color: #221815;
}
.content-body .content-nav{
    margin: 0 auto;
    width: 100%;
    font-size: 26px;
    font-family: 宋体;
    border-bottom: 3px solid #cccccc;
    line-height: 1.2;
    text-align: center;
}
.content-body .content-nav .item{
    display: inline-block;
}
.content-body .content-nav a {
    color: #282828;
}
.content-body .content-nav .active{
    color: #a51c30;
    border-bottom: 3px solid #a51c30;
}
.content-body .content-pagination{
    margin: 5% auto;
    width: 100%;
    text-align: center;
 }
.content-body .content-pagination span{
    padding: 2%;
    display: inline-block;
    background: #eaeaea;
}
/* 所庆动态 */
.dynamic-list li{
    margin-left: 2%;
    margin-right: 2%;
    border-bottom: 1px solid #cccccc;
}
.dynamic-list li:nth-of-type(even) { // 偶数行
    height: 272px;
    background: #f7f7f7;
}
.news-img {
    position: relative;
    float: left;
    width: 26.8%;
    height: 100%;
}
.news-img img{
    margin: 10% 15%;
    width: 100%;
    height: 100%;
}
.news-desc ,.story-desc {
    margin-left: 10%;
    margin-top: 5%;
    position: relative;
    float: left;
    width: 60%;
}
.news-desc .date{
    font-size: 18px;
    font-family: 微软雅黑;
    color: #898989;
}
.news-desc p{
    padding-top: 2%;
    font-size: 26px;
    font-family: 微软雅黑;
    color: #221815;
}
.news-desc img{
    padding-top: 2%;
}
@media screen and (max-width: 1280px) {
    .news-desc {
        margin-top: 2%;
    }
    .news-desc p{
        font-size: 20px;
    }
}
/* 典藏记忆 */
.memory-panel {
    height: 1106px;
    background: url("../images/memory/body-bg.png");
}
.memory-body{
    height: 1094px;
}
.memory-body .content-nav .item {
    padding-left: 40px;
    padding-bottom: 10px;
    font-size: 26px;
    color: #2f2725;
    font-family: 宋体;
}
.memory-body .content-nav .active{
    color: #a51c30;
    padding-bottom: 10px;
    border-bottom: 3px solid #a51c30;
}
.content-main .swiper-container {
    padding-top: 50px;
    width: 100%;
    height: 100%;
}
.content-main .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (max-width: 1280px) {
    .memory-body .content-nav .item {
        padding-left: 20px;
        font-size: 20px;
    }
    .content-main .swiper-container{
        width: 90%;
    }
    .content-main .swiper-container .swiper-slide img{
        width: 80%;
        margin: 0 auto;
    }
}
/* 前尘影视 */
.story-desc{
    font-family: 微软雅黑;
}
.story-desc .story-title{
    font-size: 26px;
    color: #221815;
}
.story-title .story-author{
    font-size: 20px;
}
.story-desc p{
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 16px;
    color: #414141;
}
.story-desc .more{
    font-size: 21px;
    color: #a51c30;
}
/* 历史沿革 */
.content-main .history{
    margin-top: 2%;
}
@media screen and (max-width: 1600px) {
    .content-main .history img{
        width: 98%;
    }
}
@media screen and (max-width: 1280px) {
    .content-main .history img{
        width: 96%;
    }
}
/* 岁月留影 */
.content-main .movie-list{
    padding-top: 20px;
}
.content-main .movie-list li{
    width: 426px;
    height: 269px;
    margin-left: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    float:left;
}
.content-main .movie-list li p{
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    background: #494949;
    padding: 0;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-indent: 20px;
}
.content-main .movie-list li span{
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    margin: -32px 0 0 -32px;
    background: url("../images/movie/v.png") no-repeat center 0;
}
/* detail 详细页 */
#detail-main {
    margin-top: 2%;
}
#detail-main .article-title{
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    color: #a51c30;
}
#detail-main .article-info{
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #898989;
}
#detail-main .article-body{
    margin: 2% 8% auto;
    padding-bottom: 4%;
    font-family: 宋体;
    font-size: 20px;
    color: #221815;
    line-height: 45px;
}

