@charset "utf-8";
body.list{background:none}
#l-container {position:relative;background: url(../images/main1bg.png)no-repeat bottom -0.84rem center/100% auto;overflow: hidden;}

.jglist .col_title {
    border: none;
}

.jglist .col_news_head {
    border-bottom: 1px solid #0F51A8;
    margin-bottom: 0;
}

.jglist .col_news_list .jg_box {
    display: flex;
    padding: 0.36rem 0;
    border-bottom: 1px solid #0F51A8;
}

.jglist .col_news_list .jg_box .jg_tt {
    flex: none;
    font-size: 0.28rem;
    font-family: 'Source Han Serif';
    font-weight: bold;
    width: 3.2rem;
}

.jglist .col_news_list .jg_box .jg_con {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.jglist .col_news_list .jg_box .jg_con p{
    width: 33.33%;
    font-size: var(--base-size);
    padding: 0.15rem 0;
    align-items: center;
    background: url(../images/jg_icon.svg) no-repeat left top 0.15rem / var(--medium-size);
    padding-left: 0.4rem;
}
.jglist .col_news_list .jg_box .jg_con p *{
    display: inline-block;
}
.jglist .col_news_list .jg_box .jg_con p a:hover{text-decoration: underline;}
.jglist .col_news_list .jg_box .jg_con p:before {
    content: "";
    width: var(--medium-size);
    height: var(--medium-size);
    background: url(../images/jg_icon.svg) no-repeat center /100%;
    flex: none;
}
 .ldlist .ld_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

 .ldlist .ld_con .ld_box {
    width: 7.1rem;
    flex: none;
    min-height: 4.9rem;
    background: #fff;
    box-shadow: 0 0.04rem 0.12rem rgb(8 25 92 / 10%);
    border-radius: 0.2rem;
    border-left: 0.43rem solid #105BA0;
    padding: 0.22rem 0.58rem;
    box-sizing: border-box;
}
.ldlist .ld_con .leader_item a {
    display: flex;
    align-items: center;
}

.ldlist .ld_con .leader_item {
    height: 0.81rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem;
    border-bottom: 1px solid #ECEEF6;
}
.ldlist .ld_con .leader_item:last-child{border:none}
.ldlist .ld_con .leader_tt{
    font-size: 0.22rem;
    font-weight: bold;
    margin-right: 0.45rem;
    flex: none;
}

.ldlist .ld_con .leader_name {
    font-size: 0.22rem;
    width: 4em;
    font-weight: 300;
}
.bzlist .bz_menu {display: flex;width: 4.75rem;margin: 0 0.43rem;height: 1.18rem;position: relative;}

.bzlist .bz_con {
    display: flex;
    height: 4.93rem;
    position: relative;
    align-items: center;
}
.bzlist .bz_con:after{
    content:"";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    background: #F2F6FD;
    /* z-index: -1; */
}
.bzlist .bz_con .left {
    width: 7.1rem;
    flex: none;
    position: relative;
    padding: 0.43rem;
    box-sizing: border-box;
    z-index: 1;
}

.bz_con {}

.bzlist .right {
    position: absolute;
    width: calc(100% - 7.1rem + 50vw -  7.5rem);
    right: calc(7.5rem - 50vw);
    z-index: 1;
}
.bzlist .bz_con .bz_title {
    font-size: 0.4rem;
    font-family: 'Source Han Serif';
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 0.3rem;
}
.bzlist .bz_con .bz_imgs{
    text-align: center;
}
.bzlist .bz_con .bz_imgs img{
    width: 1rem;
}
.bzlist .bz_con .bz_text {
    font-size: .18rem;
    font-family: 'Source Han Serif';
    color: var(--primary-color);
    font-weight: 900;
    line-height: 2.1;
    height: 2.95rem;
    overflow-y: auto;
    overflow-x: hidden;
    text-indent: 2em;
}

.bzlist .bz_img  {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem 0 0 0.2rem;
    overflow: hidden;
}

.bzlist .bz_img  img {
    max-width: 100%;
}

.bzlist .bz_menu li {
    flex: 1;
    font-size: var(--regular-size);
    font-weight: bold;
    font-family: 'Source Han Serif';
    color: #1A478D;
    line-height: 1.2;
    text-align: center;
    transition: var(--transition-normal);
    height: 1.18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bzlist .bz_menu li.selected {
    font-family: 'Source Han Sans';
    font-size: 0.32rem;
    text-shadow: 0 0.02rem 0.08rem hsl(217deg 69% 33% / 30%);
}
.bzlist .bz_menu:after {
    content:"";
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/bz_icon.svg) no-repeat center/100% 100%;
    left: calc(10% + var(--index) * 20%);
    position: absolute;
    bottom: -0.16rem;
    z-index: 1;
    margin-left: -0.16rem;
    transition: var(--transition-normal);
}
.jjlist .text_con p,.jjlist .text_con p * {
    font-size: var(--base-size) ! important;
    font-family: 'Source Han Sans' ! important;
    line-height: 2.5  ! important;
}
.jjlist .text_con p.p_text_indent_2{
    text-indent: 2em;
}
.jjlist .text_con .box{
    justify-content: space-between;
    margin: 0.8rem 0;
    position: relative;
    --width-one: 6.27rem;
    --width-two: 8.24rem;
}
.jjlist .text_con .box2:before{
    content:"";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    background: #ECF2FA;
    z-index: -1;
}
.jjlist .text_con .box2{
    padding: 0.8rem 0;
    color: #0F51A8;
}
.jjlist .text_con .box img{border-radius: 0.2rem;}
.jjlist .text_con .box1 {
    display: flex;
}
.jjlist .text_con .box4{
    display: flex;
}
.jjlist .text_con .box5{
    display: flex;
}
.jjlist .text_con .box:last-child{margin-bottom:0}
.jjlist .text_con .left {
    width: var(--width-one);
    flex:none
}
.jjlist .text_con .right {
    width: var(--width-two);
        flex:none
}
@media screen and (max-width: 999px){
.jglist .col_news_list .jg_box .jg_tt{
    margin-bottom: 20px;
    width: auto;
    font-size: 20px;
}
.jglist .col_news_list .jg_box{
    flex-direction: column;
}
.jglist .col_news_list .jg_box .jg_con p{
    width: 50%;
}
.ldlist .ld_con .ld_box{
    width: 49%;
    padding: 15px;
}
.ldlist .ld_con .leader_item{
    padding-right: 0;
}
.ldlist .ld_con .leader_name{
    font-size: 16px;
}
.ldlist .ld_con .leader_tt{
    font-size: 18px;
}
.bzlist .bz_con{
    flex-direction: column;
    height: auto;
}
.bzlist .right{
    position: static;
    width: 100%;
   
}
.bzlist .bz_con .left{
    width: 100%;
    padding: 20px;
}
.bzlist .bz_img{ border-radius: 0.2rem;}
.jjlist .text_con .box{
    display: block;
    --width-one: 100%;
    --width-two: 100%;
}
.jjlist .text_con .left{
    margin-bottom: 20px;
}
}
@media screen and (max-width: 767px){
.ldlist .ld_con .ld_box{
    width: 100%;
    margin-bottom:30px
}
}
@media screen and (max-width: 479px){
.jglist .col_news_list .jg_box .jg_con p{
    width: 100%;
}
.ldlist .ld_con .leader_item{
    justify-content: flex-start;
    height: 89px;
}
.ldlist .ld_con .leader_item a{flex-direction: column;align-items: flex-start;gap: 10px;}
}
@media screen and (max-width: 999px){
.jglist .col_news_list .jg_box .jg_tt{
    margin-bottom: 20px;
    width: auto;
    font-size: 20px;
}
.jglist .col_news_list .jg_box{
    flex-direction: column;
}
.jglist .col_news_list .jg_box .jg_con p{
    width: 50%;
}
.ldlist .ld_con .ld_box{
    width: 49%;
    padding: 15px;
}
.ldlist .ld_con .leader_item{
    padding-right: 0;
}
.ldlist .ld_con .leader_name{
    font-size: 16px;
}
.ldlist .ld_con .leader_tt{
    font-size: 18px;
}
.bzlist .bz_con{
    flex-direction: column;
    height: auto;
}
.bzlist .right{
    position: static;
    width: 100%;
   
}
.bzlist .bz_con .left{
    width: 100%;
    padding: 20px;
}
.bzlist .bz_img{ border-radius: 0.2rem;}
}
@media screen and (max-width: 767px){
.ldlist .ld_con .ld_box{
    width: 100%;
    margin-bottom:30px
}
}
@media screen and (max-width: 479px){
.jglist .col_news_list .jg_box .jg_con p{
    width: 100%;
}
.ldlist .ld_con .leader_item{
    justify-content: flex-start;
    height: 89px;
}
.ldlist .ld_con .leader_item a{flex-direction: column;align-items: flex-start;gap: 10px;}
}