@charset "utf-8";
/* CSS Document */

.wad_1 {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.banner_top {
    height: 2.1rem;
}

.con_box_1 {
    width: 100% !important;
    max-width: 16rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    top: -25%;
}

.con_box_2 {
    width: 100% !important;
    max-width: 16rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 7.6rem;
}
.con_box_3 {
    width: 100% !important;
    max-width: 16rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 8.9rem;
    align-items: center;
}
.con_box_4 {
    width: 100% !important;
    max-width: 16rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 6rem;
    justify-content:center;
}
.con_box_5 {
    width: 100% !important;
    max-width: 16rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
}
.con_box_6 {
    width: 100% !important;
    max-width: 16rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: flex-end;
    justify-content: space-around;
}
.index_news {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.index_news .col-2 {
    width: 6.71rem;
    position: relative;
    min-height: 7.2rem;
}

.index_news .index_news_item {
    z-index: 9;
    position: relative;
    height: auto;
}

.index_news .index_news_item.left {
    width: 10.04rem;
}

.index_news .index_news_item.right {
    width: 4.9rem;
}

.bottom_box {
    position: relative;
    display: flex;
    width: 15.35rem;
    justify-content: space-between;
}

.bottom_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.mt_box {
    width: 100%;
}

.trend_container {
    width: 100%;
    display: flex;
    margin-top: 0.65rem;
    height: auto;
    justify-content: space-between;
}

.trend_slide {
    flex-shrink: 0;
    width: 3.26rem;
    height: 2.15rem;
    position: relative;
    transition-property: transform;
}



.trend_container .item {
    position: relative;
    display: block;
    height: 100%;
}


.trend_container .trend_slide .img_box {
    width: 3.26rem;
    height: 2.15rem;
    overflow: hidden;
}

.trend_container .trend_slide .img_box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.trend_container .item .img_box .img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s ease-in-out;
}

.trend_container .item:hover .img_box .img img {
    transform: scale(1.1);
}

.trend_container .trend_slide .item .title {
    position: absolute;
    width: 100%;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .5s;
    color: #fff;
    z-index: 1;
    bottom: -2px;
    line-height: 0.6rem;
    padding: 0 0.15rem;
    background: rgb(0 0 0 / 40%);
    text-align: center;
}

.trend_container .trend_slide:hover .item .title {
    color: #fff;
}

.trend_container .trend_slide:hover .item .title {
    text-decoration: underline;
}

.links_box {
    width: 4.9rem;
}


.notice_wrap {
    width: 100%;
}

.notice_container_list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 2%;
}
.notice_slide_2 {
    flex-shrink: 0;
    width: 49%;
    background: #fff;
    margin-bottom: 0.4rem;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
}
.notice_slide_2:hover{
    /* -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); */
    -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    border: 1px solid #40a9ff;
}
.notice_wrap .item_2 {
    width: 100%;
    position: relative;
    display: flex;
    padding: 0.6rem 0.2rem;
    box-sizing: border-box;
}
.notice_wrap .item_2 .notice_con_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice_wrap .item_2 .date {
    overflow: hidden;
    width: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
}
.notice_wrap .item_2 .date h3 {
    font-size: 0.45rem;
    font-weight: 600;
    color: #32459a;
}
.notice_wrap .item_2 .date p {
    font-size: 0.20rem;
    line-height: 0.3rem;
    color: #6e6e6e;
}
.notice_wrap .item_2 .title {
    width: 6rem;
    font-size: 0.20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    color: #000;
    line-height: 0.4rem;
}
.dsjs_bg {
    background-image: url(../img/dszj_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 8rem;
    position: relative;
    z-index: 999;
}
.dsjs_bg::before{
    content: "";
    width: 8rem;
    height: 2rem;
    background-color: #f0f5fb;
    opacity: 0.65;
    display: flex;
    position: relative;
    top: -3%;
}
.dsjs_title_c{
    padding-top: 0.2rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.55rem;
    color: #000;
    letter-spacing: 2px;
}
.dsjs_title_e{
    padding-top: 0.1rem;
    text-align: left;
    font-size: 0.40rem;
    color: #dcdee0;
    /* opacity: 0.3; */
    font-family: Arial;
    text-transform: uppercase;
}
.con_text{
    width: 12rem;
    margin-left: 8%;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    
}
.con_text p{
    font-size: 0.20rem;
    color: #000;
    line-height: 0.35rem;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.sszx_bg {
    background-image: url(../img/sszx_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 7.6rem;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.sszx_bg::before{
    content: "";
    width: 8.4rem;
    height: 7.6rem;
    background-color: #2541fa;
    opacity: 0.65;
    position: absolute;
}
.sszx_title_c{
    padding-top: 0.2rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.55rem;
    color: #fff;
    letter-spacing: 2px;
}
.sszx_title_e{
    padding-top: 0.1rem;
    text-align: left;
    font-size: 0.40rem;
    color: #dcdee0;
    opacity: 0.5;
    font-family: Arial;
    text-transform: uppercase;
}
.left_box{
    width: 10.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right_box{
    width: 8.4rem;
    display: flex;
    justify-content: flex-end;
}
.right_box .ul{
    padding-top: 10%;
    width: 87%;
}
.right_box .ul li.title {
    width: 100%;
    display: flex;
    padding: 0.3rem 0;
    border-bottom: 1px solid #ffd;
}
.right_box .ul li.title a{
    font-size: 0.20rem;
    color: #fff;
    line-height: 0.3rem;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.right_box .ul li.title a:hover{
    transition: all 0.3s ease-in-out;
    color: #e3a21c;
}

.top_t_box{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 0;
}
.top_t_box::before{
    content: "";
    border-bottom: 1px solid #272c2d;
    display: block;
    height: 50px;
    width: 71%;
    position: absolute;
    right: 8%;
}
.tzgg_title_c{
    text-align: left;
    font-weight: 600;
    font-size: 0.55rem;
    color: #000;
    letter-spacing: 2px;
}
.tzgg_title_e{
    text-align: left;
    font-size: 0.40rem;
    color: #dcdee0;
    /* opacity: 0.3; */
    font-family: Arial;
    text-transform: uppercase;
    padding-left: 0.2rem;
}
.sdsz_bg{
    position: relative;
    height: 6rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.sdsz_bg::before {
    content: "";
    background-image: url(../img/sdsz_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 8.4rem;
    height: 6rem;
    position: absolute;
}
.right_t_box{
    top: 3%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.dssz_title_c{
    padding-top: 0.1rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.55rem;
    color: #fff;
    letter-spacing: 2px;
}
.dssz_title_e{
    padding-top: 0.1rem;
    text-align: right;
    font-size: 0.40rem;
    color: #dcdee0;
    opacity: 0.5;
    font-family: Arial;
    text-transform: uppercase;
}
.left_icon_box{
    top: -2%;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.left_icon_box a.icon_con{
    background-color: #e9f4fc;
    width: 3.75rem;
    height: 3.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 1.5%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.left_icon_box a.icon_con:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
}

.left_icon_box a.icon_con img {
    width: 100%;
    display: block;
}
.left_icon_box a.icon_con p{
    font-size: 0.28rem;
    color: #083e89;
}
.zjzr_title_c{
    text-align: left;
    font-weight: 600;
    font-size: 0.55rem;
    color: #000;
    letter-spacing: 2px;
}
.zjzr_title_e{
    text-align: left;
    font-size: 0.40rem;
    color: #dcdee0;
    /* opacity: 0.3; */
    font-family: Arial;
    text-transform: uppercase;
    padding-left: 0.2rem;
}

.experts_wrap_list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 2%;
    justify-content: space-between;
}
.experts_img_box{
    display: block;
    width: 3.55rem;
    height: 3.87rem;
    margin-bottom: 50px;
}
.experts_img_box .e_img_con{
    width: 3.55rem;
    height: 3.87rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
}
.experts_img_box .e_img_con img{
    width: 100%;
    display: block;
    position: absolute;
}
.experts_img_box .e_img_con .name_box{
    background: #3a6bbfb5;
    width: 100%;
    text-align: center;
    bottom: 0;
    position: absolute;
    padding: 10px;
}
.experts_img_box .e_img_con h5{
    font-size: 0.20rem;
    color: #fff;
    font-weight: 100;
}
.experts_img_box .e_img_con p{
    font-size: 0.14rem;
    color: #fff;
}

.jlzc_bg{
    position: relative;
    background-image: url(../img/jlzc_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 9.4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.top_tt_box{
    padding: 0.5rem 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}


.jlzc_title_c{
    font-weight: 600;
    font-size: 0.55rem;
    color: #fff;
    letter-spacing: 2px;
}
.jlzc_title_e{
    padding-right: 0.2rem;
    font-size: 0.40rem;
    color: #dcdee0;
    opacity: 0.5;
    font-family: Arial;
    text-transform: uppercase;
    text-align: center;
}
.jp_bg_box{
    display: flex;
    position: relative;
}
.left_jp_bg{
    width: 7.3rem;
    display: flex;
    justify-content: space-between;
}

.left_jp_bg .jp_bg1{
    width: 2.63rem;
    height: 3.82rem;
    position: relative;
    display: flex;
    justify-content: center;
}
.left_jp_bg .jp_bg1 img{
    width: 100%;
    display: block;
}
.left_jp_bg .jp_bg1 h1{
    position: absolute;
    top: 45%;
    color: #fff;
    font-size: 0.4rem;
}
.left_jp_bg .jp_bg1 p{
    position: absolute;
    top: 70%;
    color: #fff;
    font-size: 0.15rem;
}
.left_jp_bg .jp_bg2{
    width: 2rem;
    height: 2.9rem;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 20%;
}
.left_jp_bg .jp_bg2 img{
    width: 100%;
    display: block;
}
.left_jp_bg .jp_bg2 h1{
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 0.3rem;
}
.left_jp_bg .jp_bg2 p{
    position: absolute;
    top: 70%;
    color: #fff;
    font-size: 0.15rem;
}
.left_jp_bg .jp_bg3{
    width: 2rem;
    height: 2.9rem;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 20%;
}
.left_jp_bg .jp_bg3 img{
    width: 100%;
    display: block;
}
.left_jp_bg .jp_bg3 h1{
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 0.3rem;
}
.left_jp_bg .jp_bg3 p{
    position: absolute;
    top: 70%;
    color: #fff;
    font-size: 0.15rem;
}
.left_jp_bg .icon_con span{
    padding: 0 10px;
    font-size: 0.3rem;
    font-weight: 600;
}
.right_jp_text{
    width: 8.7rem;
}
.right_jp_text p{
    font-size: 0.20rem;
    color: #fff;
    line-height: 0.35rem;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    padding-left: 0.5rem;
}
