.news {
    background: #6E97D1;
    height: 546px;
    padding: 30px 0;
    box-sizing: border-box;
}

.news_box {
    display: flex;
}

.r_news {
    margin-left: 26px;
    max-width: 664px;
}

.r_news .news_nav ul {
    display: flex;
    height: 42px;
    border-bottom: 3px solid rgba(252, 251, 251, 0.14);
    
}

.r_news .news_nav ul li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-right: 42px;
    cursor: pointer;
}

.r_news .news_nav ul .tab-active {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 1;
}

.r_news .news_nav ul .tab-active::after {
    position: absolute;
    content: '';
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 2px;
    color: #FFFFFF;
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
}


.bg {
    width: 100%;
    height: 378px;
    background: url('../image/lunbo.png');
}

.news_list {
    margin-top: 13px;
    display: flex;
    align-items: center;
}
.news_nav_list .news_list:not(:nth-child(1)) {  
    border-top:1px dashed #A5BDE0;
    height: 65px;
}
.news_list .uptodata {
    width: 54px;
    height: 54px;
    background: #348CF5;
    opacity: 1;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    color: #FAFBFF;
    margin-right: 17px;
    text-align: center;
}

.news_list .content {
    width: 650px;
}

.news_list .content h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #FAFBFF;
    margin-bottom: 10px;
}

.news_list .content p {
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
    color: #FAFBFF;
}

.news_list .news_more {
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    color: #FFFFFF;
    align-self: flex-start;
    margin-left: 138px;
    width: 74px;
}


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

.title_top h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: #000000;
    position: relative;
    text-align: center;
}


.industry_content .top {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 107px;
}

.industry_content .top::after {
    position: absolute;
    content: '';
    display: block;
    margin-top: 5px;
    width: 123px;
    height: 2px;
    background: rgba(42, 110, 217);
    left: 50%;
    transform: translateX(-50%);
}

.industry_content>.content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 116px;
}

.industry_content>.content .l_info h2 {
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
}

.industry_content>.content .l_info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
    opacity: 0.5;
    margin-top: 10px;
    margin-bottom: 43px;
}

.industry_content>.content .l_info .go_detail {
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    color: #366CB9;
}


.industry_content>.content .l_info .go_detail::after {
    position: absolute;
    content: '';
    display: block;
    margin-top: -34px;
    width: 100px;
    height: 5px;
    background: linear-gradient(180deg, #2A6ED9 0%, #C6D8F5 100%);
    opacity: 1;
}

.navigation_list {
    width: 374px;
    height: 260px;
    background: rgba(233, 240, 254, 0.39);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 52px 0;
    box-sizing: border-box;
}


.info2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 374px;
    height: 0px;
    background: rgba(54, 108, 185);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
    transition: all .2s;
    overflow: hidden;
}

.info2 .title,
.info2 .content {
    padding: 14px 17px 16px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 40px;
}

.info2 .go_detail {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F09436;
    font-size: 12px;
    color: #FAFBFF;
    font-weight: 600;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.info2 .go_detail a:hover {
    color: white;
}

.navigation_list_item {
    transition: all .2s;
    position: relative;
    margin-bottom: 27px;
}

.navigation_list_item:hover {
    transform: scale(1.04);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.6);
}

.navigation_list_item:hover .info2 {
    height: 260px;
}

.info2>.title {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #FFFFFF;
    margin-top: 0;
    /* margin-bottom: 42px; */
}

.info2>.content {
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    line-height: 21px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.info2>.unit {
    padding: 6px 18px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #FFFFFF;
}

.info2>.go_detail {
    width: 102px;
    height: 36px;
    background: rgba(240, 148, 54);
    opacity: 1;
    text-align: center;
    line-height: 36px;
    font-size: 11px;
    font-weight: 500;
    color: #FAFBFF;
    align-self: center;
    margin-top: 57px;
    cursor: pointer;
}
.info2>.go_detail a{
    color: white;
}

.navigation_list .icon {
    width: 101px;
    height: 101px;
    /* background: rgba(54, 108, 185, 0.39); */
    border-radius: 51px;
    text-align: center;
    line-height: 101px;
}

.navigation_list h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 37px;
    color: #000000;
    margin-top: 53px;
    padding: 0px 28px;
    text-align: center;
}

.navigation_list_box {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.map {
    width: 100%;
    height: 874px;
    background: rgba(250, 251, 255);
    opacity: 1;
    padding: 87px 0 60px 0;
    box-sizing: border-box;
}

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

.service_map_list {
    min-height: 60px;
    min-width: 505px;
}

.service_map_list .list {
    display: none;
}

.map_info .l_image .name {
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
    color: #000000;
    opacity: 1;
}

.map_info .l_image .name>span {
    display: inline-block;
    width: 7px;
    height: 13px;
    background: linear-gradient(180deg, #2D74F6 0%, rgba(172, 200, 251, 0.11) 100%);
    opacity: 1;
    margin-right: 20px;
    margin-top: 42px;
}

.map_info .r_list {
    display: flex;
    flex-direction: column;
}

.map_info .r_list .list {
    width: 505px;
    height: 176px;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 0px 11px rgba(29, 66, 139, 0.14);
    opacity: 1;
    border-radius: 10px;
    padding: 23px 21px 23px 18px;
    box-sizing: border-box;
    margin-bottom: 11px;
}

.map_info .r_list .list>h2 {
    width: 210px;
    height: 29px;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    color: #000000;
    opacity: 1;
}

.map_info .r_list .list>.tag {
    display: flex;
    margin: 10px 0;
}

.map_info .r_list .list>.tag span {
    display: block;
    /* width: 67px; */
    height: 21px;
    background: linear-gradient(135deg, #EECD8A 0%, #DCAA3A 100%);
    opacity: 1;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    padding: 0 8px;
    box-sizing: border-box;
}

.map_info .r_list .list>.tag span:last-child {
    display: block;
    width: 98px;
    height: 21px;
    background: linear-gradient(132deg, #8EBBF9 0%, #4C8FF7 100%);
    opacity: 1;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    margin-left: 6px;
}


.map_info .r_list .list>.content {
    width: 465px;
    height: 65px;
    background: #F3F5F9;
    opacity: 1;
    padding: 11px 0 12px 12px;
    box-sizing: border-box;
    /* display: flex; */
}

.map_info .r_list .list>.content p span {
    font-size: 14px;
    font-weight: 500;
    color: #143D82;
    margin-right: 5px;
}

.map_info .r_list .list>.content p {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    padding: 2px;
    opacity: 1;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    text-overflow: ellipsis !important;

}

.institution_list_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.institution_list {
    box-shadow: 0px 0px 0px grey;
    transform: scale(1);
    transition: all .3s;
}

.institution_list:hover {
    transform: scale(1.05);
}

.institution_list img {
    width: 358px;
    height: 199px;
}

.incomeuse {
    width: 100%;
    height: 384px;
    /* padding-top: 131px; */
    box-sizing: border-box;
}

.incomeuse_list {
    height: 132px;
    opacity: 1;
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.incomeuse_list .list_l {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    background: rgba(255, 255, 255);
    border-radius: 8px;
    padding-right: 36px;
    box-sizing: border-box;
    height: 90px;
    padding-left: 31px;
}

.incomeuse_list .list_l>p {
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    color: #000000;
    margin-left: 15px;
    margin-right: 96px;
    font-weight: bolder;
}

.incomeuse_list .logo {
    width: 62px;
    height: 60px;
    background: rgba(54, 108, 185);
    box-shadow: 0px 0px 11px rgba(29, 66, 139, 0.08);
    opacity: 1;
    border-radius: 6px;
    text-align: center;
    line-height: 62px;
}



.title_top p {
    font-size: 14px;
    font-weight: 500;
    color: #4E5969;
    text-align: center;
}

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

.new_box .news-list {
    width: 290px;
    height: 356px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 15px 8px 12px 8px;
    box-sizing: border-box;
}

.new_box .news-list .top {
    width: 274px;
    height: 192px;
    /* background: #FFFFFF; */
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    margin-bottom: 13px;
}


.new_box .news-list .content>p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_box .news-list .content .price {
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
}

.new_box .news-list .content .price>div {
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
}

.new_box .news-list .advice {
    width: 274px;
    height: 30px;
    background: #1677FF;
    border-radius: 2px;
    border: 1px solid #1777FF;
    margin-top: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    cursor: pointer;

}

.case {
    background: url('../image/gaojiaz_neiron.png');
    height: 552px;
    padding-top: 15px;
    box-sizing: border-box;
}

.case_list {
    display: flex;
}

.case_list .case_l {
    height: 378px;
    width: 252px;
    border-right: 1px solid #D9D9D9;
    margin-right: 19px;
}

.case_list .case_l>p {
    font-size: 14px;
    font-weight: 500;
    color: #4E5969;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 12px;
    box-sizing: border-box;
    margin-right: -2px;
    cursor: pointer;
}


.case_list .case_l>p:hover {
    font-size: 14px;
    font-weight: 500;
    color: #1677FF;
    border-right: 3px solid #1677FF;
}

.case_list .case_r>h1 {
    font-size: 18px;
    font-weight: 500;
    color: #1D2129;
    margin-bottom: 40px;
}

.case_list .case_r>p {
    font-size: 14px;
    font-weight: 400;
    color: #4E5969;
    margin-bottom: 8px;
}

.advic_nav ul {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E5E6EB;
    height: 30px;
}

.advic_nav ul li {
    position: relative;
    margin-left: 26px;
    font-size: 16px;
    font-weight: 500;
    color: #4E5969;
    cursor: pointer;
    z-index: 99;
}

.advic_nav ul .active {
    color: #1777FF;
}

.advic_nav .active::after {
    position: absolute;
    content: '';
    display: block;
    margin-top: 7px;
    width: 50%;
    height: 3px;
    background: #1777FF;
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.advic_nav ul li:hover {}

.advic_nav ul li:hover .active {
    display: block;
}

.advice_itme {
    height: 146px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(53, 86, 124, 0.22);
    border-radius: 4px;
    padding: 11px 11px 11px 0px;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.advice_itme>div {
    border-left: 2px solid #1777FF;
    padding-left: 46px;
    box-sizing: border-box;
}

.advice_itme h1 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.advice_itme .title {
    display: flex;
    margin: 10px 0 13px 0;
}

.advice_itme p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.advice_itme .read_more {
    text-align: end;
    font-size: 16px;
    font-weight: 400;
    color: #0029E1;
}

.advice_itme .read_more a {
    color: #0029E1;
}


.advice_itme .more {
    width: 176px;
    height: 47px;
    background: #0023EA;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 47px;
    margin: 0 auto;
    margin-bottom: 18px;
}

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

/* .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-weight: 400;
    color: #666666;
    margin-top: 8px;
}



.news_content .news_list>.top h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
}

.news_content .news_list p {
    width: 873px;
    font-size: 14px;
    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-weight: 400;
    color: #666666;
}

.news_content .news_list .bot>div {
    width: 98px;
    height: 34px;
    border-radius: 2px;
    border: 1px solid #0057EA;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #0057EA;
}



.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-weight: 600;
    color: #333333;
}

.notice>.notice_new_box .news-list .title>span {
    font-size: 18px;
    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-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-weight: 400;
    color: #666666;
}


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

.notice>.notice_new_box .news-list:hover .title>h2 {
    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/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-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-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

.policy_box .card .card_list h1>span {
    margin-left: 18px;
    font-size: 12px;
    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-weight: 600;
    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-weight: 400;
    color: #666666;
    margin-bottom: 11px;
}

.card_list ul li p {
    font-size: 14px;
    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/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-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-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-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: #3043B1;
    opacity: 0.34;
    text-align: center;
    padding-top: 41px;
    box-sizing: border-box;
}

.sep-new h1 {
    margin-bottom: 23px;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}

.sep-new p {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.switch {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.switch span {
    font-size: 12px;
    font-weight: bold;
    line-height: 29px;
    color: #000000;
}