/* 重大决策
2022-8-15
tfxu */
.title-img {
    display: block;
    width: 100%;
}

.com-hd {
    height: 60px;
    line-height: 60px;
}

.com-tt {
    display: block;
    width: 288px;
    height: 100%;
    padding-top: 5px;
    line-height: 55px;
    margin: 0 auto;
    font-weight: 550;
    font-size: 28px;
    color: #333;
    text-align: center;
    background: url('/Template/dynamic/zdjc/images/bg_tt1.png') center center no-repeat;
}

.com-more {
    margin-top: -60px;
    font-size: 16px;
    color: #9C8D8E;
    padding-right: 16px;
    background: url('/Template/dynamic/zdjc/images/icon_more1.png') right center no-repeat;
}

/* 制度规定 */
.system {
    margin-top: 14px;
}

.system-cont,
.check-cont {
    margin-top: 30px;
    padding: 10px 30px;
    background: #fff;
    box-shadow: 0px 1px 12px #f4eae9;
    border-radius: 6px;
}

.system-item {
    border-bottom: 1px dashed #EFE7E8;
    font-size: 16px;
    line-height: 54px;
}

.system-item:last-child {
    border-bottom: none;
}

.system-item-link {
    position: relative;
    float: left;
    width: calc(100% - 160px);
    color: #333;
    padding-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.system-item-link:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #333;
}

.system-item-date {
    float: right;
    color: #999;
}

.system-item:hover .system-item-link,
.system-item:hover .system-item-date {
    color: #E1313F;
}

.system-item:hover .system-item-link::before {
    background: #E1313F;
}

/* 决策目录(表) */
.catalogue {
    margin-top: 70px;
}

.catalogue-list {
    margin: 30px -15px 0;
}

.catalogue-item {
    float: left;
    width: 50%;
}

.catalogue-item-cont {
    display: block;
    margin: 0 15px;
    height: 120px;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0px 1px 12px #F4EAE9;
    background: rgba(255, 255, 255, 0.4);
}

.catalogue-item-date {
    float: left;
    height: 100%;
    width: 148px;
    line-height: 38px;
    padding-top: 19px;
    text-align: center;
    background: #F5F5F5;
    border-radius: 6px 0px 0px 6px;
}

.catalogue-item-date>div:nth-child(1) {
    font-size: 28px;
    color: #E1313F;
}

.catalogue-item-date>div:nth-child(2) {
    font-size: 24px;
    color: #B09797;
    margin-top: 6px;
}

.catalogue-item-title {
    float: left;
    width: calc(100% - 148px);
    padding: 24px 25px 0;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalogue-item:hover .catalogue-item-cont {
    border: 1px solid #E1313F;
    background: #FFFFFF;
}

.catalogue-item:hover .catalogue-item-date {
    background: linear-gradient(270deg, #FF8D69 19.31%, rgba(233, 59, 58, 0.9) 89.22%);
    box-shadow: 4px 0px 4px #E9D4D3;
}

.catalogue-item:hover .catalogue-item-date>div {
    color: #fff;
}

.con-bg {
    margin: 8px 0 -20px 0;
    padding: 62px 0 70px 0;
    background: url('/Template/dynamic/zdjc/images/policy_bg.png') center center no-repeat;
}

/* 决策草案形成 */
.tab {
    margin-top: 30px;
    height: 570px;
    background: #FFFFFF;
    box-shadow: 0px 1px 12px #F4EAE9;
    border-radius: 6px;
}

.tab-hd {
    float: left;
    width: 220px;
    height: 100%;
    padding-top: 34px;
    border-radius: 6px 0 0 6px;
    background: url('/Template/dynamic/zdjc/images/com_bg.png') center center no-repeat;
}

.tab-hd-item>a {
    display: block;
    height: 68px;
    line-height: 60px;
    text-align: right;
    font-size: 18px;
    color: #592119;
    padding-top: 2px;
    padding-right: 32px;
}

.tab-hd-item.active>a {
    font-weight: 550;
    color: #E1313F;
    background: url('/Template/dynamic/zdjc/images/tab_active.png') right center no-repeat;
}

.tab-bd {
    float: left;
    width: calc(100% - 220px);
    padding: 10px 40px 0;
}

.detail-item {
    border-bottom: 1px dashed #EFE7E8;
}

.detail-item-link {
    display: block;
    height: 54px;
    line-height: 54px;
    padding-left: 24px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url('/Template/dynamic/zdjc/images/icon_dot.png') 0 center no-repeat;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-item-link:hover {
    color: #E1313F;
}

/* 合法性审查 */
.check {
    margin-top: 70px;
}

.check-item {
    float: left;
    width: 50%;
    border-bottom: 1px dashed #EFE7E8;
}

.check-item-link {
    position: relative;
    display: block;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.check-item-link:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #333;
}

.check-item:nth-child(2n+1) .check-item-link {
    padding: 0 15px 0 15px;
}

.check-item:nth-child(2n) .check-item-link {
    padding: 0 0 0 33px;
}

.check-item:nth-child(2n) .check-item-link:before {
    left: 18px;
}

.check-item-link:hover {
    color: #E1313F;
}

.check-item-link:hover::before {
    background: #E1313F;
}

.check-item:nth-last-child(1),
.check-item:nth-last-child(2) {
    border-bottom: none;
}

/* 决策会议/结果 */
.policy {
    margin: 70px -15px 0;
}

.policy>div {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.policy-cont {
    height: 294px;
    margin-top: 30px;
    padding: 10px 30px 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 12px #F4EAE9;
    border-radius: 6px;
}

@media (max-width:1023px) {

    .system-cont,
    .check-cont {
        padding: 10px;
    }

    .system-item-link {
        width: calc(100% - 105px);
    }

    .check-item,
    .catalogue-item,
    .policy>div {
        width: 100%;
    }

    .catalogue-item+.catalogue-item {
        margin-top: 20px;
    }

    .check-item .check-item-link {
        padding: 0 0 0 15px !important;
    }

    .check-item:nth-child(2n) .check-item-link:before {
        left: 0;
    }

    .policy>div+div {
        margin-top: 70px;
    }
}

@media (max-width:767px) {
    .com-tt {
        width: 190px;
        font-size: 18px;
        background-position: right center;
    }

    .tab-hd {
        width: 150px;
    }

    .tab-bd {
        width: calc(100% - 150px);
        padding: 10px;
    }

    .tab-hd-item>a {
        text-align: center;
        padding-right: 0;
    }
}