/* 投资者关系 */
.clearfix1::after {
    content: "";
    display: block;
    clear: both;
}

.inve_ann_box {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.inve_ann_section {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}

.inve_ann_tit {
    float: left;
    width: 25%;
    font-size: 36px;
    line-height: 1;
    color: #333;
    font-weight: 600;
    text-align: left;
}

.inve_ann_con {
    float: left;
    width: 75%;
}

/* .inve_ann_s1 p {
    width: 100%;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #333;
    text-align: right;
} */

.inve_ann_s1 img {
    display: block;
    width: 100%;
    height: auto;
}

.inve_ann_list {}

.inve_ann_list li {
    width: 100%;
    height: 40px;
    font-size: 20px;
    color: #333;
    letter-spacing: 1px;
}

.inve_ann_list_tit {
    float: left;
    width: calc(100% - 200px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    line-height: 40px;
}

.inve_ann_list_time {
    float: left;
    width: 200px;
    text-align: right;
    line-height: 40px;
}

.inve_ann_list_more {
    width: 100%;
    margin-bottom: 15px;
    text-align: right;
}

.inve_ann_list_more a {
    transition: all 0.3s ease;
    position: relative;
}

.inve_ann_list_more a span {
    margin-right: 15px;
    font-size: 14px;
    color: #333;
    line-height: 1;
}

.arrow {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

.inve_ann_list_more a:hover span {
    color: #1f98ee;
}

.inve_ann_list_more a:hover .arrow {
    border-top: 1px solid #1f98ee;
    border-right: 1px solid #1f98ee;
}

.tzz_fw_p {
    line-height: 30px;
    margin-bottom: 5px;
    text-align: left;
}

.tzz_fw_p span {
    font-size: 18px;
}

.gongs_nav_li h4 {
    padding-top: 20px;
}

.tzz_fw_tit {
    font-weight: bold;
}

@media (max-width: 1600px) {
    .inve_ann_tit {
        width: 30%;
        font-size: 34px;
    }

    .inve_ann_con {
        width: 70%;
    }

}

@media (max-width: 1440px) {
    .inve_ann_tit {
        width: 32%;
        font-size: 32px;
    }

    .inve_ann_con {
        width: 68%;
    }
}

@media (max-width: 1024px) {
    .inve_ann_tit {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .inve_ann_con {
        width: 100%;
    }

    .investor_announcement .fenyesj_box {
        display: none;
    }

    .tzz_fw_p {
        line-height: 25px;
    }

    .tzz_fw_p span {
        font-size: 16px;
    }
}