.intl_property {
    margin-bottom: 34px;
}

.title_top {
    height: 58px;
    border-left: 4px solid #0029E1;
    margin-top: 36px;
    padding-left: 14px;
    box-sizing: border-box;
    line-height: 18px;
    margin-bottom: 20px;
}

.title_top h1 {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 500;
    color: #1D2129;
    margin-bottom: 20px;
}

.title_top p {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #4E5969;
}

.new_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 280px;
    padding-right: 3px;
    box-sizing: border-box;
}

.new_box .news-list {
    width: 394px;
    height: 134px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    margin-bottom: 10px;
    padding: 19px 18px 20px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.new_box .news-list .left h2 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #1D2129;
    margin-bottom: 9px;
}

.new_box .news-list .left p {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-bottom: 33px;
}

.new_box .news-list .left .xian {
    width: 50px;
    border-top: 2px solid #C9CDD4;
}

.new_box .news-list .right h2 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_box .news-list .right p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4E5969;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*省略几行写几*/
    -webkit-box-orient: vertical;
}


.new_box .active {
    height: 134px;
    background: #F8F9FF;
    border-radius: 4px;
    border: 1px solid #002DD8;
}

.new_box .active .left h2 {
    color: #0029E1;
}

.new_box .active .left p {
    color: #0029E1;
}

.new_box .active .right h2 {
    color: #0029E1;
}

.property_box>.property_new_box .news-list .right {
    width: 284px;
}

.dynamic_news {
    background-image: url('../img/henge_lanmu.png');
    height: 602px;
    padding: 36px 0 42px 0;
    box-sizing: border-box;
}

.dynamic_titile {
    margin-top: 0;
}

.news_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_content .news_list {
    width: 596px;
    height: 134px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(131, 161, 210, 0.5);
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 27px 26px 28px 18px;
    box-sizing: border-box;
}

.news_content .right>.news_list:first-child {
    width: 596px;
    height: 292px;
    background-image: url('../img/chaogaoqing_zhanshitu.png');
}

.news_content .news_list>.top {
    display: flex;
    justify-content: space-between;
}

.news_content .news_list>.top span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 8px;
}



.news_content .news_list>.top h2 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #333333;
    line-height: 25px;
    margin-bottom: 14px;
}

.news_content .news_list p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4E5969;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.important_notice {
    margin-bottom: 17px;

}

.notice>.notice_new_box .news-list {
    width: 596px;
    height: 134px;
}

.notice>.notice_new_box .news-list .right {
    width: 470px;
}

.policy {
    height: 530px;
    background-image: url('../img/zhence_fagui_diceng.png');
    padding: 31px 0 55px 0;
    box-sizing: border-box;
}

.policy_title {
    margin-top: 0;
}

.policy_box .card {
    display: flex;
    justify-content: space-between;
}

.policy_box .card .card_list {
    position: relative;
    width: 394px;
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0px 1px 9px 0px rgba(131, 161, 210, 0.5);
    border-radius: 4px;
    border-bottom: 3px solid #5C88D9;
    padding: 18px 8px 28px 18px;
    box-sizing: border-box;
}

.policy_box .card .card_list h1 {
    background-repeat: no-repeat;
    font-size: 26px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

.policy_box .card .card_list .fanxiang {
    position: absolute;
    top: 2%;
}

.card_list ul li {
    width: 369px;
    height: 59px;
    border-top: 1px solid #E6EAF2;
}

.card_list ul li:first-child {
    height: 93px;
    align-self: auto;
}


.card_list ul li:last-child {
    border-bottom: 1px solid #E6EAF2;
}


.card_list ul li .title {
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}

.card_list ul li .title h2 {
    width: 282px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card_list ul li .title span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-top: 4px;
}

.card_list ul li p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card_list ul li:hover>.title>h2 {
    cursor: pointer;
    color: #0029E1;
}

.card_list ul li:hover>.title>span {
    cursor: pointer;
    color: #7D95FF;
}

.card_list ul li:hover>p {
    cursor: pointer;
    color: #475EE1;
}

.statistics {
    height: 898px;
    background-color: #232C41;
}

.topic_library {
    height: 214px;
    background-image: url('../img/zhuanti_rukou_chaoqing.png');
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.topic_library h1 {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #143B9A;
    margin-bottom: 29px;
}

.topic_library .go_topic {
    width: 118px;
    height: 36px;
    background: #003AA0;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;

}

.p-abount-us-wrap {
    margin-top: 83px;
    padding: 24px 32px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 32px;
}

.p-abount-us-wrap>.title {
    margin: 0 auto;
    width: 125px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #CACADC;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #333333;
}

.p-abount-us-wrap>.con {
    margin-top: 24px;
}

.p-abount-us-wrap>.con img {
    width: 100%;
    margin: 12px 0px;
}
.p-abount-us-wrap>.con p {
   line-height: 32px;
}