.intl_property {
    margin-bottom: 34px;
}

.title_top {
    height: 58px;
    margin-top: 36px;
    padding-left: 14px;
    box-sizing: border-box;
    line-height: 18px;
    margin-bottom: 25px;
}

.title_top h1 {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D2129;
    margin-bottom: 21px;
    position: relative;
    text-align: center;
}

.title_top h1::after {
    position: absolute;
    content: '';
    display: block;
    margin-top: 10px;
    margin-bottom: 7px;
    width: 58px;
    height: 4px;
    background: #0958D9;
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.title_top p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4E5969;
    text-align: center;
}

.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: 576px;
    height: 134px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    margin-bottom: 10px;
    /* padding: 0px 8px 6px 8px; */
    box-sizing: border-box;
    display: flex;
    padding:  24px;
    cursor: pointer;
}

.new_box .news-list .left h2 {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1D2129;
    margin-bottom: 9px;
    /* border-top: 3px solid #0058E1; */
    width: 36px;
}

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

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


.new_box .news-list .right .xian {
    margin-top: 21px;
    width: 50px;
    border-top: 2px solid #C9CDD4;
    margin-bottom: 18px;
}

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

.new_box .news-list .right p {
    height: 100px;
    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: 5;
    /*省略几行写几*/
    -webkit-box-orient: vertical;
}

.new_box .news-list .more_read {
    cursor: pointer;
    text-align: end;
}

.new_box .news-list .more_read span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0029E1;
}

.new_box .news-list:hover .left>h2{
    color: #0029E1;
}

.new_box .news-list:hover .left>p{
    color: #0029E1;
}

.new_box .news-list:hover .right>h2{
    color: #0029E1;
}


.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: 158px; */
}

.dynamic_news {
    /* height: 700px; */
}

.dynamic_titile {
    margin-top: 0;
}

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

.news_content .news_list {
    width: 1178px;
    height: 127px;
    background: #FFFFFF;
    padding: 26px 7px 26px 22px;
    box-sizing: border-box;
    border-bottom: 1px solid #C9CDD4;
    cursor: pointer;
}

/* .news_content .right>.news_list:first-child {
    width: 596px;
    height: 292px;
    background-image: url('../image/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: 600;
    color: #333333;
    margin-bottom: 16px;
}

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

.news_content .news_list .bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.news_content .news_list .bot>div {
    width: 84px;
    height: 28px;
    border-radius: 2px;
    border: 1px solid #0057EA;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0057EA;
}

.news_content .news_list .bot>div:hover a {
    color: #475EE1;
}

.news_content .news_list:hover .top>h2{
    color: #002DD8
}

.news_content .news_list:hover p{
    color: #475EE1;
}

.news_content .news_list:hover {
    border-bottom: 1px solid #C9CDD4 !important;
    border-left: none;
    border-top: none;
    border-right: none;
    background: #FFFFFF;
}

.news_content .news_list:hover .bot>div a {
    color: #475EE1;
}


.important_notice {
    margin-bottom: 17px;

}

.notice>.notice_new_box .news-list {
    width: 1200px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(131, 161, 210, 0.5);
    border-radius: 4px;
    padding: 20px 26px 19px 34px;
    box-sizing: border-box;
    margin-bottom: 16px;
    cursor: pointer;
}

.notice>.notice_new_box .news-list .title {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */

}

.notice>.notice_new_box .news-list .title>h2 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.notice>.notice_new_box .news-list .title>span {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
}

.notice>.notice_new_box .news-list .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.notice>.notice_new_box .news-list .content>p {
    width: 837px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.notice>.notice_new_box .news-list .content>span {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}


.notice>.notice_new_box .news-list .right {
    width: 470px;
}
.notice>.notice_new_box .news-list:hover{
    border: 0;
}
.notice>.notice_new_box .news-list:hover .title>h2 a{
    color: #002DD8 !important;
}

.notice>.notice_new_box .news-list:hover .title>span {
    color: #002DD8 !important;
}

.notice>.notice_new_box .news-list:hover .content>p {
    color: #475EE1;
}

.notice>.notice_new_box .news-list:hover .content>span {
    color: #475EE1;
}

.policy {
    height: 714px;
    background-image: url('../image/fagui.png');
    padding: 31px 0 55px 0;
    box-sizing: border-box;
    background-size: cover;
    width: 100%;
}

.policy_title {
    margin-top: 0;
}

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

.policy_box .card .card_list {
    position: relative;
    width: 394px;
    height: 530px;
    background: #FFFFFF;
    box-shadow: 0px 1px 9px 0px rgba(131, 161, 210, 0.5);
    border-radius: 4px;
    border-top: 3px solid #E9836C;
    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 h1>span {
    margin-left: 18px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4E5969;
}


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

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

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


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


.card_list ul li .title {
    margin-top: 9px;
}

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

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

.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 .more_read {
    display: flex;
    justify-content: space-between;
}

.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;
}

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


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

.topic_library {
    height: 214px;
    background-image: url('../image/zhuangbei_zhizao_zhansr@2x.png');
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    /* height: 100%; */
    width: 100%;
}

.topic_library h1 {
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    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: 500;
    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;
}

.sep-new {
    height: 167px;
    background-image: url('../image/gaoduanzhuangbi_zhizao_xin@2x.png');
    text-align: center;
    padding-top: 41px;
    box-sizing: border-box;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.sep-new h1 {
    margin-bottom: 23px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}

.sep-new p {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}