/* 重大建设项目清单
2022-8-12
tfxu */
.title-img {
    display: block;
    width: 100%;
}

.main {
    padding: 20px 30px 30px;
    background: #fff;
    box-shadow: 0px 1px 12px #F4EAE9;
    border-radius: 6px;
}

.main-hd {
    line-height: 30px;
    font-size: 20px;
    font-weight: 550;
    color: #333;
    padding-left: 31px;
    background: url('/Template/zdxm/images/icon_list.png') 0 4px no-repeat;
}

.arrow {
    margin-top: 20px;
}

.arrow-hd {
    height: 50px;
    line-height: 50px;
    padding: 0 21px 0 30px;
    cursor: pointer;
    background: url('/Template/zdxm/images/arrow_bg.png') center center no-repeat;
}

.arrow-tt {
    font-size: 16px;
    color: #333;
    font-weight: 550;
}

.arrow-icon {
    width: 17px;
    height: 9px;
    margin-top: 21px;
    background: url('/Template/zdxm/images/arrow_down.png') center center no-repeat;
}

.info-list {
    display: none;
    padding: 0 19px 3px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #F6F6F6;
}

.info-item {
    height: 55px;
    padding-right: 11px;
    line-height: 54px;
    font-size: 16px;
    border-bottom: 1px dashed #EFE7E8;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item-link {
    width: calc(100% - 160px);
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-item-date {
    color: #999;
}

.info-item:hover .info-item-link,
.info-item:hover .info-item-date {
    color: #E1313F;
}

.arrow.active .arrow-icon {
    background-image: url("/Template/zdxm/images/arrow_up.png");
}

.arrow.active .info-list {
    display: block;
}

@media (max-width:767px) {
    .main {
        padding: 20px 10px 30px;
    }

    .info-item-link {
        width: calc(100% - 105px);
    }
}