﻿
.proType_top {
    position: relative;
}

    .proType_top img {
        width: 100%;
    }

    .proType_top .proType_topTitle {
        position: absolute;
        z-index: 999999;
        color: white;
        top: 52%;
        left: 7%;
        font-size: 50px;
    }

.proType_bottom {
    width: 86%;
    margin: 0 auto;
    overflow: hidden;
}

.proType_NowTitle {
    width: 249px;
    font-weight: bold;
    font-size: 60px;
    color: #002063;
    line-height: 88px;
    padding-bottom: 60px;
}

.Gang {
    padding-top: 78px;
    padding-bottom: 36px;
}

.leftGang {
    width: 82px;
    height: 7px;
    background: #002063;
    float: left;
}

.rightGang {
    width: 39px;
    height: 7px;
    background: #3A6CD5;
    float: left;
}

.news_list {
    /* width: 86%; */
    overflow: hidden;
}
    .news_list2 ul {
        width: 100%;
        overflow: hidden;
    }

    .news_list ul {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
        .news_list2 ul li {
            width: 32%;
            padding-top: 44px;
            padding-bottom: 46px;
            overflow: hidden;
            display: inline-block;
        }

        .news_list ul li {
            width: 32%;
            padding-top: 44px;
            padding-bottom: 46px;
            overflow: hidden;
            display: inline-block;
        }

.news_left_img {
    width: 100%;
}

    .news_left_img a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .news_left_img img {
        width: 526px;
        transition: transform .2s;
        height: 296px;
        transition: transform .2s; /* 过渡效果 */
    }

        .news_left_img img:hover {
            transform: scale(1.1);
        }

.news_right_content {
    max-width: 95%;
    padding-left: 5%;
    padding-top: 2%;
}

    .news_right_content .news_time {
        font-weight: 400;
        font-size: 24px;
        color: #595757;
    }

    .news_right_content .news_title {
        font-weight: 400;
        font-size: 28px;
        color: #595757;
        padding-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news_right_content .getMore {
        width: 131px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #3E3A39;
        font-size: 16px;
        color: #595757;
    }

.getMore a {
    display: block;
    color: #595757;
    width: 100%;
    height: 100%;
}
