/**!
* 政府开放月
* date: 2022-09-28
* author: wangkai;
*/

body {
    background: #fbfbfb;
}

.banner {
    height: 450px;
    background: url('/Template/openMonth/css/../images/banner.jpg') center top no-repeat;
}

.logo {
    display: block;
    margin: 0 auto;
}

.mt50 {
    margin-top: 50px;
}

.half {
    width: calc((100% - 30px) / 2);
}

.floor1 {
    height: 374px;
}

.meeting-pic {
    width: 608px;
    border-radius: 8px;
    overflow: hidden;
}

.meeting-pic > img {
    width: 100%;
    height: 100%;
}

.meeting-info {
    width: calc(100% - 30px - 608px);
    background: #fff;
    box-shadow: 0px 1px 15px #f4eae9;
    border-radius: 8px;
    padding: 28px 26px 0 30px;
}

.meeting-hd {
    height: 39px;
    line-height: 39px;
}

.meeting-tt {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 26px;
    color: #333;
}

.meeting-tt::before {
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    transform: translate(15px, -50%);
    width: 102px;
    height: 13px;
    background: url('/Template/openMonth/css/../images/meeting_line.png') no-repeat;
}

.meeting-bd {
    text-indent: 2em;
    margin-top: 11px;
    font-size: 16px;
    line-height: 39px;
    text-align: justify;
    text-justify: inter-ideograph;
    display: -webkit-box;
    overflow: hidden;
    max-height: 273px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.mt88 {
    margin-top: 88px;
}

.com-box {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #f65b3c;
}

.floor2 {
    padding-bottom: 74px;
}

.floor3 {
    padding-bottom: 20px;
    height: 550px;
}

.floor4 {
    padding-bottom: 30px;
    margin-bottom: 70px;
}



/* 公共标题 */

.column {
    position: relative;
    height: 62px;
    line-height: 62px;
}

.column-tt {
    display: block;
    margin: 0 auto;
    transform: translateY(-19px);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #fff;
}

.column::before {
    position: absolute;
    content: '';
    height: 18px;
    top: -19px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center top;
}

.column.icon1::before {
    background-image: url('/Template/openMonth/css/../images/tt_mask1.png');
}

.column.icon1 .column-tt {
    width: 440px;
    background-image: url('/Template/openMonth/css/../images/tt_bg1.png');
}

.column.icon2::before {
    background-image: url('/Template/openMonth/css/../images/tt_mask2.png');
}

.column.icon2 .column-tt {
    width: 400px;
    background-image: url('/Template/openMonth/css/../images/tt_bg2.png');
}

.column.icon3::before {
    background-image: url('/Template/openMonth/css/../images/tt_mask3.png');
}

.column.icon3 .column-tt {
    width: 340px;
    background-image: url('/Template/openMonth/css/../images/tt_bg3.png');
}

.column-more {
    position: absolute;
    top: 24px;
    right: 29px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #9c8d8e;
}

.column-more:hover {
    color: #ef4837;
}

/* 政府开放月活动预告 */

.preview {
    padding: 31px 30px 0;
}

.preview-node {
    position: relative;
    margin-top: 55px;
    padding: 0 183px 0 103px;
}

.preview-node:first-child {
    margin-top: 0;
}

.preview-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 28px 40px 0 30px;
    height: 157px;
    background: #fff8f7;
    background: linear-gradient(90deg, rgba(255, 246, 245, 0.8) 2%, rgba(255, 248, 247, 0.4) 101.41%);
    box-shadow: -2px 5px 0px #f5c3b6;
    border-radius: 12px;
}

.preview-wrap::before,
.preview-wrap::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -15px;
    width: 15px;
    height: 32px;
    background-repeat: no-repeat;
}

.preview-wrap::before {
    margin-top: -11px;
    background-image: url('/Template/openMonth/css/../images/triangle2.png');
}

.preview-wrap::after {
    margin-top: -16px;
    background-image: url('/Template/openMonth/css/../images/triangle1.png');
}

.preview-tt {
    display: block;
    height: 33px;
    line-height: 33px;
    font-weight: 500;
    font-size: 22px;
    color: #592119;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.preview-tt:hover {
    color: #ef4837;
}

.preview-content {
    margin-top: 13px;
    line-height: 28px;
    max-height: 56px;
    font-size: 16px;
    color: #8e7978;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.preview-num {
    position: absolute;
    top: 45px;
    left: 0;
    width: 74px;
    height: 74px;
}

.preview-node:nth-child(even) {
    padding: 0 116px 0 172px;
}

.preview-node:nth-child(even) .preview-wrap {
    float: right;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #faccc1;
    box-shadow: 0px 1px 12px #f1dddb;
    border-radius: 12px;
}

.preview-node:nth-child(even) .preview-num {
    left: auto;
    right: 0;
}

.preview-node:nth-child(even) .preview-wrap::before {
    left: auto;
    right: -2px;
    width: 2px;
    height: 40px;
    margin-top: -20px;
    background: #fff;
}

.preview-node:nth-child(even) .preview-wrap::after {
    left: auto;
    right: -23px;
    width: 23px;
    height: 42px;
    margin-top: -21px;
    background: url('/Template/openMonth/css/../images/triangle3.png') no-repeat;
}

/* 部门街镇开放 */

.info-list {
    padding: 0 30px;
}

.info-node {
    height: 55px;
    line-height: 54px;
    border-bottom: 1px dashed #efe7e8;
}

.info-node:last-child {
    border-bottom: 0;
}

.info-item {
    padding-left: 29px;
    display: block;
    font-size: 16px;
    background: url('/Template/openMonth/css/../images/list_ico.png') left center no-repeat;
}

.info-name {
    max-width: calc(100% - 200px);
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-date {
    color: #999;
}

.info-item:hover .info-name,
.info-item:hover .info-date {
    color: #ef4837;
}

/* 风采展示 */

.elegant {
    margin: 17px 29px 0;
}

.elegant-node {
    width: calc((100% - 30px) / 2);
    border-radius: 8px;
    /* height: 351px; */
    overflow: hidden;
}

.swiper-item {
    position: relative;
    display: block;
    height: 351px;
}

.swiper-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 86px;
    height: 86px;
    background: url("/Template/openMonth/css/../images/play.png") center no-repeat;
}

.swiper-tips {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 150px 0 17px;
    height: 46px;
    line-height: 46px;
    background: rgba(57, 26, 26, 0.8);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;
}

.elegant-node .swiper-pagination {
    z-index: 200;
    right: 26px;
    bottom: 19px;
    height: 8px;
    text-align: right;
    width: auto;
}

.elegant-node .swiper-pagination-bullet {
    vertical-align: top;
    border-radius: 0;
    background: #fff;
    opacity: 0.45;
}

.elegant-node .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.elegant-node .swiper-item>img {
    width: 100%;
    height: 100%;
}

@media (max-width:1299px) {
    .floor1 {
        height: 293px;
    }
    .meeting-pic,
    .meeting-info {
        width: calc((100% - 30px) / 2);
    }
    .meeting-bd {
        max-height: 195px;
        -webkit-line-clamp: 5;
    }
    .meeting-tt {
        font-size: 24px;
    }
}

@media (max-width:979px) {
    .floor1 {
        height: auto;
    }
    .meeting-pic,
    .meeting-info {
        width: 100%;
    }
    .meeting-info {
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .preview-node {
        padding-right: 0;
    }
    .preview-node:nth-child(even) {
        padding-left: 0;
    }
    .elegant-node,
    .swiper-item {
        width: 100%;
        height: auto;
    }
    .elegant-node:first-child {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .banner {
        max-height: 450px;
        height: auto;
        padding-bottom: 100px;
        background-position: center bottom;
    }
    .mt50 {
        margin-top: 30px;
    }
    .meeting-tt::before {
        display: none;
    }
    .meeting-tt {
        float: none;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .meeting-info {
        padding: 10px;
    }
    .column::before {
        display: none;
    }
    .column-tt {
        transform: translateY(-42px);
        background: #F8603C !important;
        border-radius: 30px;
        font-size: 20px;
        width: 80% !important;
    }
    .column.icon1 .column-tt {
        background-size: 100% 100%;
    }
    .column-more {
        top: 36px;
        right: 10px;
    }
    .preview {
        padding: 20px 10px 0;
    }
    .preview-num {
        top: 60px;
        width: 42px;
        height: 42px;
    }
    .preview-node {
        margin-top: 30px;
        padding-left: 65px;
    }
    .preview-node:nth-child(even) {
        padding-right: 65px;
    }
    .preview-wrap,
    .info-list {
        padding-left: 10px;
        padding-right: 10px;
    }
    .preview-tt,
    .meeting-tt {
        font-size: 18px;
    }
    .preview-content,
    .meeting-bd,
    .column-more,
    .info-item {
        font-size: 14px;
    }
    .meeting-bd {
        line-height: 24px;
        max-height: 168px;
        -webkit-line-clamp: 7;
    }
    .floor2 {
        padding-bottom: 30px;
    }
    .info-name {
        max-width: calc(100% - 94px);
    }
    .elegant {
        margin-left: 10px;
        margin-right: 10px;
    }
    .swiper-play {
        width: 42px;
        height: 42px;
        background-size: 100% 100%;
    }
    .mt88 {
        margin-top: 70px;
    }
    .floor4 {
        margin-bottom: 30px;
    }
}