.icon-plus {
    transition: all .2s ease-in-out;
}

.icon-plus:hover {
    transform: rotate(180deg);
}

/* 头条 */
#home-headlines {
    background-color: white;
    padding: 20px 30px;
    margin-top: 10px;
    position: relative;
}

#home-headlines h2.headlines-title {
    width: 610px;
    text-align: center;
    margin: 0 auto;
    color: #d32c26;
    line-height: 1.3em;
    font-size: 26px;
}

.headlines-logo {
    position: absolute;
    top: 25px;
    left: 70px;
    width: 100px;
}

.headlines-list {
    font-size: 14px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
    margin-top: 30px;
}

.headlines-list li ~ li::before {
    content: '|';
    margin: 0 10px 0 15px;
}

.headlines-list li a {
    text-decoration: none;
    color: #d32c26;
}

/* 内容通用块样式 */
.lump {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: white;
    position: relative;
}

.lump-title {
    width: 110px;
    height: 38px;
    line-height: 38px;
    color: #d32c26;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid currentColor;
    position: relative;
    z-index: 2;
}

.lump-title-list {
    display: flex;
}

.lump-title-list .lump-title {
    width: 80px;
    border-bottom: none;
    cursor: pointer;
    color: #444444;
}

.lump-title-list .lump-title.active {
    color: #d32c26;
    border-bottom: 2px solid currentColor;
}

.lump-title-list .lump-title .iconfont {
    font-size: 24px;
}

.lump-title img {
    flex-shrink: 0;
    height: 24px;
    margin-right: 5px;
}

.lump .show-more-text {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
}

.lump .show-more-text .icon-down {
    display: inline-block;
    transform: rotate(-90deg);
}

.lump > hr {
    position: relative;
    top: -9px;
    z-index: 1;
    margin-bottom: 0;
    border: none;
    height: 1px;
    background-color: #ccc;
}

.lump .lump-container {
    display: flex;
}

/* 中部轮播新闻列表 */
.main-news {
    display: flex;
    margin-top: 10px;
    height: 385px;
}

/* 左边轮播 */
.main-news .left-news {
    width: 600px;
    position: relative;
}

.main-news .left-news .main-new {
    position: relative;
}

.main-news .left-news .main-new .main-new-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    font-size: 14px;
    padding: 0 20px;
}

.main-news .left-news .main-new-swiper-pagination {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    z-index: 10;
}

.main-news .left-news .main-new a {
    text-decoration: none;
}

.main-news .left-news .main-new-swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    width: 12px;
    height: 12px;
    background-color: white;
    outline: none;
}
.main-news .left-news .main-new-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d32d26;
}

.main-news .left-news img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .4s ease-in-out;
}

.main-news .left-news .main-new:hover img {
    transform: scale(1.05);
}

/* 右边列表 */
.main-news .right-news {
    margin-left: 10px;
    width: 490px;
    box-sizing: border-box;
    background-color: white;
    padding: 10px 20px;
}

.main-news .news-tabs {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    color: #444444;
    font-size: 18px;
}

.main-news .news-tabs li {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.main-news .news-tabs li:hover,
.main-news .news-tabs li.active {
    color: #bfac7b;
}

.main-news .news-tabs li.active::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #bfac7b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-news .right-news .news-list {
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    height: calc(385px - 36px - 20px);
    overflow-y: auto;
}

.main-news .right-news .news-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 2.6em;
    text-decoration: none;
    color: #444444;
}

.main-news .right-news .news-list li a:hover {
    color: #d32d26;
}

.main-news .right-news .news-list li img {
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.main-news .right-news .news-list .news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 16px;
}

.main-news .right-news .news-list .news-date {
    color: #ccc;
    font-size: 12px;
    width: 120px;
    text-align: right;
}

/* 工作动态 */
/* 工作动态（左） */
/* 烈士备案发布 */
.lsbafb {
    padding: 2px;
    border: 3px double #ccc;
    background: no-repeat center / cover url('../images/lsbafb_bg.png');
    width: 260px;
    box-sizing: border-box;
}

.lsbafb-title {
    font-size: 14px;
    background-color: #d32c25;
    padding: 10px 5px;
    color: white;
    width: 70px;
    text-align: center;
}

.lsbafb img {
    width: 150px;
    height: 200px;
    margin: 10px auto;
    display: block;
}

.lsbafb a {
    text-decoration: none;
}

.lsbafb ul {
    list-style: none;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
    color: #444444;
}

.lsbafb ul li {
    min-width: 100px;
    line-height: 1.5em;
}

/* 国家级烈士纪念设施发布 */
.gjjlsjnssfb {
    width: 260px;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 10px 20px;
    background-color: #f3f4f5;
}

.gjjlsjnssfb-title {
    font-size: 14px;
    background-color: #d32c25;
    padding: 10px 5px;
    color: white;
    width: 70px;
    text-align: center;
    margin-left: -10px;
}

.gjjlsjnssfb a {
    text-decoration: none;
}

.gjjlsjnssfb-item {
    margin-top: 20px;
    position: relative;
}

.gjjlsjnssfb-item-img {
    width: 240px;
    height: 170px;
    overflow: hidden;
}

.gjjlsjnssfb-item-img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .4s ease-in-out;
}

.gjjlsjnssfb-item-img:hover img {
    transform: scale(1.05);
}

.gjjlsjnssfb-item-label {
    background-color: rgba(0, 0, 0, .5);
    color: white;
    font-size: 13px;
    line-height: 1.2em;
    padding: 3px 5px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
}

/* 工作动态（中） */
.ggdt-center {
    width: 415px;
    box-sizing: border-box;
    margin: 0 10px;
}

.ggdt-center .tzxx {
    height: 380px;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
    padding-top: 2.5em;
}

a.show-more {
    display: flex;
    line-height: 2.5em;
    padding: 0 0 0 10px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    background-color: #8593c0;
    width: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

a.show-more .icon-down {
    display: inline-block;
    transform: rotate(-90deg);
}

.ggdt-center .tzxx ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ggdt-center .tzxx ul li {
    background-color: #f3f4f5;
    padding: 20px 10px;
}

.ggdt-center .tzxx ul li ~ li {
    margin-top: 10px;
}

.ggdt-center .tzxx ul li a {
    text-decoration: none;
    color: #444444;
}

.ggdt-center .tzxx ul li a:hover {
    color: #d32c25;
}

.ggdt-center .tzxx .tzxx-content {
    margin-top: 0;
}

.ggdt-center .tzxx .tzxx-date {
    text-align: right;
    font-size: 13px;
}

/* 国家级纪念设施名单 */
.jnsznd {
    height: 450px;
    overflow-y: auto;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
    padding-top: 2.5em;
}

.jnsznd ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jnsznd ul li {
    width: 375px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.5em;
    background: no-repeat center / cover url('../images/gjjjnssmd_bg.png');
    color: #d32c25;
}

.jnsznd ul li ~ li {
    margin-top: 10px;
}

.jnsznd ul li a {
    text-decoration: none;
    color: #d32c25;
}

/* 工作动态（右） */
.ggdt-right {
    width: 405px;
}

.ggdt-right-lump {
    box-sizing: border-box;
    padding: 5px 10px 10px;
    color: #444444;
    background-color: #f3f4f5;
}

.ggdt-right-lump-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    border-bottom: 1px solid #ccc;
    padding-right: 5px;
}

.ggdt-right-lump-title {
    color: #bfac7b;
    line-height: 36px;
    border-bottom: 2px solid currentColor;
    padding: 0 10px;
}

/* 公告栏 */
.ggl-swiper {
    height: 196px;
}

.ggl-item {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 10px;
    font-size: 14px;
}

.ggl-item a {
    text-decoration: none;
    color: #444444;
    line-height: 1.5em;
}

.ggl-item:hover a {
    color: #bd271d;
}

.ggl-item .ggl-item-date {
    display: inline-block;
    width: 80px;
    flex-shrink: 0;
    color: #ccc;
    font-size: 12px;
    text-align: right;
}

.ggdt-right .ggdt-right-lump ~ .ggdt-right-lump {
    margin-top: 10px;
}

.zcfgk-search {
    position: relative;
    margin-top: 10px;
}

.zcfgk-search input {
    outline: none;
    padding: 0 6px;
    height: 36px;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
}

.zcfgk-search button.search-button {
    background: no-repeat center / 55% url('../images/search_button.png');
    width: 36px;
    height: 36px;
    border: none;
    position: absolute;
    right: 0;
    z-index: 100;
    background-color: #bd271d;
    outline: none;
    cursor: pointer;
}

/* 经验交流 */
.jyjl-container .jyjl-main {
    height: 120px;
    margin-top: 5px;
    position: relative;
}

.jyjl-container .jyjl-main img {
    display: block;
    width: 100%;
    height: 100%;
}

.jyjl-container .jyjl-main .jyjl-main-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 12px;
    height: 2em;
    line-height: 2em;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jyjl-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.jyjl-list a {
    text-decoration: none;
    color: #444444;
    display: flex;
    justify-content: space-between;
    line-height: 2em;
    border-bottom: 1px solid #e4e4e5;
}

.jyjl-list li:hover a {
    color: #bd271d;
}

.jyjl-list .jyjl-item-title {
    font-size: 13px;
}

.jyjl-list .jyjl-item-date {
    font-size: 12px;
}

/* 国际合作 */
.gjhz-item {
    margin-top: 5px;
}

.gjhz-item a {
    text-decoration: none;
    color: #444444;
}

.gjhz-item:hover a {
    color: #bd271d;
}

.gjhz-item img {
    width: 100%;
    height: 100px;
}

.gjhz-item .gjhz-item-title {
    font-size: 13px;
}

.gjhz-item .gjhz-item-date {
    font-size: 12px;
    text-align: right;
}

/* 专题活动 */
.zthd-container .zthd-top {
    display: flex;
    height: 230px;
}

.zthd-top-left {
    width: 140px;
    background: no-repeat center / cover url('../images/zthd_img_left.png');
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

.zthd-top-right img.zthd-top-right-top {
    display: block;
    width: 100%;
    height: 115px;
}

.zthd-top-right .zthd-message {
    height: 115px;
    background: no-repeat center / cover url('../images/zhtd_img_bottom.png');
    display: flex;
    justify-content: space-around;
}

.zthd-cy,
.zthd-js,
.zthd-ly {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444444;
}

.zthd-cy img,
.zthd-js img,
.zthd-ly img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.zthd-swiper {
    margin-top: 10px;
}

.zthd-swiper img {
    display: block;
    width: 100%;
    height: 110px;
}

.zthd-container {
    position: relative;
}

.zthd-swiper-pagination {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 10;
}

.zthd-swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 10px;
    height: 10px;
}

.zthd-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #bd271d;
}

/* 直播 视频 */
.vedio-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vedio-swiper {
    width: 90%;
    margin: 0 10px;
}

.vedio-item {
    position: relative;
}

.vedio-item a {
    text-decoration: none;
}

.vedio-item .vedio-item-img {
    width: 230px;
    height: 210px;
    overflow: hidden;
}

.vedio-item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
}

.vedio-item .vedio-item-img:hover img {
    transform: scale(1.05);
}

.vedio-item .is-live::before {
    content: '正在直播';
    position: absolute;
    right: 0;
    color: white;
    font-size: 13px;
    display: inline-block;
    padding: 3px 5px;
    background-color: #d42d26;
    border-radius: 3px;
    z-index: 100;
}

.vedio-item .is-replay::before {
    content: '重播';
    position: absolute;
    right: 0;
    color: white;
    font-size: 13px;
    display: inline-block;
    padding: 3px 5px;
    background-color: #b7a36c;
    border-radius: 3px;
    z-index: 100;
}

.vedio-item .vedio-item-title {
    background-color: rgba(0, 0, 0, .5);
    color: white;
    font-size: 13px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 1px;
    bottom: 0;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vedio-swiper-button-prev,
.vedio-swiper-button-next {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #c3ae5b;
    outline: none;
    cursor: pointer;
}

.vedio-swiper-button-prev .icon-jiantou,
.vedio-swiper-button-next .icon-jiantou {
    font-size: 30px;
    color: white;
}

.vedio-swiper-button-prev .icon-jiantou {
    transform: rotate(-90deg);
}

.vedio-swiper-button-next .icon-jiantou {
    transform: rotate(90deg);
}

/* 纪念祭扫 */
.lump-container.jnjs-container {
    display: block;
}

.jnjs-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 10px;
}

.jnjs-tabs li {
    padding: 5px 10px;
    font-size: 14px;
    color: #444444;
    cursor: pointer;
}

.jnjs-tabs li.active {
    background-color: #d42d26;
    color: white;
}

.jnjs-box {
    display: flex;
}

.jnjs-left {
    width: 725px;
    margin-right: 10px;
}

.jnjs-left img {
    display: block;
    width: 100%;
    height: 380px;
}

.jnjs-right-top {
    width: 325px;
    height: 180px;
    margin-bottom: 10px;
    position: relative;
}

.jnjs-right-top img {
    display: block;
    width: 100%;
    height: 100%;
}

.jnjs-right-top a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    position: absolute;
    left: 15px;
    bottom: 30px;
    background-color: #982a1a;
    padding: 5px 0 5px 5px;
}

.jnjs-right-top .icon-down {
    font-size: 12px;
    display: inline-block;
    transform: rotate(-90deg);
}

.jnjs-right-bottom {
    display: flex;
}

.jnjs-right-bottom img.qr {
    display: block;
    width: 190px;
    background-color: #fbefe0;
}

.jnjs-right-bottom .qr-tip {
    width: 125px;
    height: 190px;
    margin-left: 10px;
    background: no-repeat 60% / 25% url('../images/wxsm.png'),
                no-repeat 30% / 12% url('../images/wxsm_sub.png'),
                no-repeat center / cover url('../images/jnjs_qr_bg.png');
                
}

/* 烈士英名录 */
.lsyml-lump-title {
    width: 125px;
}

.lump-container.lsyml-container {
    display: block;
}

.lsyml-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
}

.lsyml-top img {
    display: block;
}

.lsyml-search {
    position: relative;
    width: 500px;
    margin: 20px 0 10px;
}

.lsyml-search input {
    outline: none;
    padding: 0 6px;
    width: calc(500px - 90px);
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #d42d26;
    font-size: 14px;
}

.lsyml-search button {
    width: 90px;
    height: 36px;
    border: none;
    position: absolute;
    right: 0;
    z-index: 100;
    background-color: #bd271d;
    outline: none;
    cursor: pointer;
    color: white;
}

.search-tips {
    display: flex;
    width: 500px;
}

.refresh-search-tips {
    cursor: pointer;
    color: #444444;
    margin-right: 10px;
}

.search-tips-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.search-tips-list li {
    font-size: 14px;
    line-height: 1.5em;
}

.search-tips-list li a {
    text-decoration: none;
    color: #999;
}

.search-tips-list li.hot-keyword a {
    color: #da4f54;
}

.search-tips-list li ~ li {
    margin-left: 10px;
}

/* 烈士英名录 */
.lsyml-bottom {
    display: flex;
    border: 1px solid #ccc;
    justify-content: space-between;
}

.lsyml-list {
    width: 860px;
    height: 375px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
    overflow-y: auto;
}

.lsyml-list .lsyml-item {
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: calc(860px / 3 - 15px);
    height: calc(375px / 2 - 15px);
    margin: 0 10px 10px 0;
    padding: 5px;
    overflow: hidden;
    color: #444444;
    font-size: 13px;
    display: flex;
}

.lsyml-item .lsyml-item-img {
    width: 120px;
    height: 160px;
    flex-shrink: 0;
}

.lsyml-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.lsyml-datetime-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 190px;
    display: flex;
    flex-direction: column;
}

.lsyml-datetime-list li {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b7a36d;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.lsyml-datetime-list li.active {
    background-color: #d22d27;
    position: relative;
}

.lsyml-datetime-list li.active::before {
    content: '';
    position: absolute;
    left: -20px;
    width: 0;
    height: 0;
    border-right: 10px solid #d22d27;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 100;
}

.lsyml-item-content {
    position: relative;
    padding: 5px;
    font-size: 14px;
}

.lsyml-item-content .ls-name,
.lsyml-item-content .ls-detail {
    color: #d22d27;
}

.lsyml-item-options {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

.lsyml-item-options a {
    text-decoration: none;
    line-height: 1em;
    cursor: pointer;
    font-size: 12px;
}

.lsyml-item-yxjng::after {
    content: '➤'
}

.lsyml-item-jb.worshiped .iconfont {
    color: #d22d27;
}

.lsyml-item-yxjng {
    background-color: #747e9b;
    padding: 5px;
    color: white;
}

.three-lump {
    display: flex;
    justify-content: space-around;
}

.three-lump img {
    display: block;
    width: calc(1060px / 3 - 10px);
}

/* 纪念设施 */
.jnss-container {
    flex-wrap: wrap;
}

.timeline-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.timeline-box {
    width: 90%;
    height: 5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.timeline-box .tempWrap {
    height: 100%;
}

.timeline-box .timeline-list::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 12px;
    z-index: 10;
}

.timeline-list {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 90%;
    height: 3em;
    position: relative;
}

.timeline-list li {
    width: 100px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #ddd;
    padding: 0 10px;
    text-align: center;
}

.timeline-list li::after {
    content: '';
    background: url('../images/timeline_point.png') no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 20;
    margin-left: -12px;
}

.timeline-list li.active {
    color: #d06958;
}

.timeline-list li.active::after {
    content: '';
    background: url('../images/timeline_point_active.png') no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 20;
    margin-left: -12px;
}

.timeline-prev,
.timeline-next {
    display: inline-block;
    width: 50px;
    height: 80px;
    cursor: pointer;
    position: relative;
    top: 12px;
}

.timeline-prev {
    background: no-repeat center / 100% url('../images/timeline_left.png'),
                no-repeat 60% / 20% url('../images/timeline_left_sub.png');
}

.timeline-next {
    background: no-repeat center / 100% url('../images/timeline_right.png'),
                no-repeat 40% / 20% url('../images/timeline_right_sub.png');
}

.timeline-content-list {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
}

.timeline-content-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.timeline-item-left {
    width: 60px;
    height: 100%;
    background-color: #b7a36c;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
    margin-right: 10px;
}

.timeline-item-swiper {
    width: 500px;
    margin: 0;
}

.timeline-item-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.timeline-item-swiper-pagination {
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    z-index: 10;
    text-align: right;
}

.timeline-item-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.timeline-item-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c2291d;
}

.timeline-item-right {
    width: 400px;
    height: 100%;
    padding: 0 30px;
    overflow-y: auto;
}

.timeline-item-right h3 {
    color: #c2291d;
    margin: .4em 0;
}

.timeline-item-right p {
    line-height: 2em;
    font-size: 14px;
    word-break: break-all;
    color: #444444;
}

.jnss-list-box {
    width: 100%;
    margin-top: 20px;
}

.jnss-list-box .jnss-tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.jnss-tabs .jnss-tabs-item {
    width: calc(200px * 1.2);
    height: calc(35px * 1.2);
    background: no-repeat center / cover url('../images/jnss_button.png');
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d06958;
    cursor: pointer;
}

.jnss-tabs .jnss-tabs-item.active {
    color: white;
    background: no-repeat center / cover url('../images/jnss_button_active.png');
}

.jnss-city-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 20px;
}

.jnss-city-list li {
    padding: 5px 8px;
}

.jnss-city-list li.active {
    background-color: #d32d26;
}

.jnss-city-list li.active a {
    color: white;
}

.jnss-city-list li a {
    text-decoration: none;
    color: #444444;
}

.jnss-detail-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.jnss-detail-list-item {
    margin-bottom: 10px;
    position: relative;
}

.jnss-detail-list-item img {
    display: block;
    width: 340px;
    height: 265px;
}

.jnss-detail-list-item:hover .jnss-detail-list-item-hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all .4s ease-in-out;
}

.jnss-detail-list-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    opacity: 0;
    padding: 10px;
    box-sizing: border-box;
}

.jnss-name {
    font-weight: bold;
    line-height: 1.5em;
}

.jnss-dz {
    font-size: 13px;
    line-height: 1.5em;
}