@import url(swiper.css);
@import url(animate.min.css);
@import url(bootstrap.min.css);
@import url(bootstrap-icons.css);
/* @import url(iconfont.css); */
@import url(all.css);
@import url(iconfont_pfzyfww.css);

@media (min-width: 1400px) {
      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xl,
      .container-xxl {
        max-width: 1400px;
      }
    }
.neirong{
    /* background-color: #008cd7; */
    height: 500px;
}
body{
    /* background-color: #eee; */
    line-height: 1.6;
    font: 14px/1.5 Arial, 'PingFang SC','Microsoft YaHei', sans-serif;
    color: #000;
    font-weight: 400;

}

.header{
    background: #E2E2E2;
    background-color: #fff;
    /* display: flex;
    align-items: center;
    box-shadow: #E2E2E2 1px 1px 0px 1px;
    margin-bottom: 40px; */
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    height: auto;
    max-width: 100%;
}
.logo  a{
    display: block;
}
/* head_weizhi */
.head_weizhi{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
    position: relative;

}
.weizhi_box{
    /* height: 100%; */
}

.fenzhan_btn{
    /* display: flex;
    height: 100%;
    align-items: center; */
    cursor: pointer;
}
.fenzhan_btn i{
    margin-right: 10px;
    font-size: 34px;
    color: #008cd7;

}
/* .head_weizhi .fenzhan_btn:hover~.fenzhan{
    display: block;
    opacity: 1;
    z-index: 1000;
}
.fenzhan:hover{
    display: block;
    opacity: 1;
    z-index: 1000;
} */
.fenzhan{
    /* position: absolute; */
    /* top: 100%; */
    /* left: 0;
    right: 0;
    width: 250%; */
    /* z-index: 1000; */
    background-color: #fff;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.237); */
    /* opacity: 0; */
    /* z-index: -1; */
    transition: .5s;
    /* padding: 10px; */
    /* padding-top: 0; */
    /* transform: translatex(-38.5%); */

}
.fenzhan a{
}
.fenzhan a:hover{
    color: #1e58b4;
}
.fenzhan_row{
    display: flex;
    border: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.fenzhan_sheng{
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
    text-align: center;
    padding: 0 5px;
}
.fenzhan_sheng a{
    padding: 5px 0;
    width: 3em;

}
.fenzhan_shi{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    width: 90%;
    flex: 1;
}
.fenzhan_shi li{
    margin-left: 10px;
}
/* head_phone */
.head_phone{
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: right;
    color: #008cd6;
    font-weight: bolder;
}
.head_phone i{
    font-size: 30px;
    margin-right: 10px;
    color: #008cd6;
    font-weight: bolder;


}
.phone_row{
    display: flex;
    align-items: center;
}
.phone_box{
    display: flex;
    flex-direction: column;
    margin: 0;
}

.phone_text{
    font-size: 16px;
    color: #008cd6;
    color: #808080;

}
.phone_num{
    font-size: 22px;
    color: #008cd6;

}
.sousuo_form {
    display: flex;
}

.head_input:focus-visible{
    border: #f0f0f000;
}
.head_input {
    padding: 10px;
    outline-style: none;
    flex: 1 auto;

}
.head_search{
    background-color: #fff !important;
}
.head_search .search{
    background: #fff;
    border-radius: 30px;
    border: #f7f8f9 2px solid;
}
.phone_search{
    padding: 0 5px !important;
}
.phone_search .search{
    width: 100%;
}
.phone_phone{
    margin-top: 20px;
    text-align: center;
    display: flex !important;
    justify-content: center;
}
/* menu */
.menu{
    background: #1d2088;
    box-shadow: #E2E2E2 1px 1px 0px 1px;
    display: flex;
    align-items: center;
}
.index_active>a{
    background: #1e58b4;
    color: #fff;
    border-radius: 5px;
}
.phone_active>a{
    background: #1e58b4;
    color: #fff;
}

.menu_list{
    display: flex;
    /* background: red; */
    /* background: #1d2088; */
    /* border-radius: 0 0px 30px 30px; */
    /* padding:  0 30px; */
    height: 100%;
    justify-content: space-between;
    width: 100%;

}
.menu_list .head_list{
    position: relative;
    font-size: 14px;
    font-weight: bolder;

}
.menu_list .head_list>a{
    color: #fff;
    display: block;
    padding: 20px 30px;
    /* background-color: red; */
    height: 100%;
    text-align: center;
}

.menu_list .head_list:hover .lsit_child{
    opacity: 1;
    z-index: 100;
    top: 100%;
    transition: .5s;

}
.lsit_child li a{
    display: block;
    padding: 10px 0px;

}
.lsit_child li a:hover{
    color: #262df7;
}
.inline {
    display: inline;
}

.lsit_child{
    position: absolute;
    right: 0;
    top: 110%;
    background-color:#fff;

    width: 100%;
    box-shadow: 1px 1px 1px 1px #eee;
    border: 1px solid #eee;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.lsit_child a{
    font-size: 14px;
}
/* banner_swiper */
.banner_swiper{
    /* border-radius: 0 0px 40% 40%; */

}
.banner_swiper img{
    /* display: block;
    margin: 0 auto; */
    width: 100%;
}

/* .swiper-pagination{

}
.swiper-pagination span{
    width:auto;
    height: auto;
    border-radius: 0;
    padding: 30px;
} */
.banner-row{
    position: relative;
}
.banner-row .banner_box{
    position: absolute;
    background: rgba(1, 4, 82, 0.285);
    background: rgba(255, 255, 255, 0.285);
    width: 100%;
    height: 100%;
    top: 0;

}
/* left_memu */

/* container_box */

.container_box{
    /* position: relative; */
    margin-top: 10px;
}
.container_box .right_news{
    position: absolute;
    top: 0;
    right: calc(var(--bs-gutter-x) * .5);
    right: 0;
    /* padding-right: 0; */

}

/* alfx */
.alfx_swiper{
    box-shadow: 0px 0px 5px 2px rgba(186, 186, 186, 0.34);
    border-radius: 5px ;
    overflow: hidden;
}
.alfx_swiper .swiper-slide{
    position: relative;
    background: #fff;
    height: 100%;
}
.alfx_swiper .alfx_text{
    /* position: absolute; */
    bottom: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.461); */
    width: 100%;
}
.alfx_swiper .alfx_text h5{
    color: #fff;
    margin: 0;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.237);
    width: 100%;
    font-size: 16px;
}
.alfx_text span{
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #1d2088;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    font-size: 14px;
    border-radius: 5px;
}
.alfx_swiper p{
    margin: 0;
    font-size: 16px;
    padding: 10px 5px;
    height: 100%;

}
.alfx_swiper p a{
    color: #000;

}
.alfx_row img{
    width: 100%;
}
.alfx_swiper .swiper-slide a{
    display: block;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.alfx_swiper .swiper-slide{
    height: 100%;
    display: flex;
    flex-direction: column;

}
/* faqw */

.faqw{
    height: 100%;
    display: flex;
    flex-direction: column;

}
.flqw_box{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 auto;
    /* box-shadow: 0px 0px 5px 2px rgba(186, 186, 186, 0.34); */
    /* padding: 0 5px; */
    border-radius: 5px;
    overflow: hidden;
}
.flqw_box li{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;

}
.flqw_box a .text_container{
    font-size: 16px;
}

.flqw_box a .text_container::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    margin-right: 10px;

}
.text_miaoshu{
    height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;

}
.text_miaoshu div{
    display: flex;
}
.text_miaoshu p a{
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
}
.text_miaoshu a{
    display: block;
}
.text_miaoshu a img{
    border-radius: 5px;
}
.text_miaoshu .text_img img{
    /* height: 100%; */
    width: 100%;
}
/* .text_miaoshu .text_p {
    display: flex;
    align-items: center;
} */
.text_miaoshu .text_p p{
    margin: 0;
}

.text_container{
    flex: 1;
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}
.flqw_box>li>a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timer{
    font-size: 14px;
}


.open{
    flex: 1;
}
.open .text_miaoshu{
    flex: 1 auto;

}
.open>a{
    padding-bottom: 10px;
}

/* qsnfl */
.qsnfl{

}

.qsnfl img{
    width: 100%;
}
.qsnfl_list{
    /* padding-bottom: 20px; */
    margin-bottom: 10px;
}
.qsnfl_list h3{
    margin: 10px 5px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    flex: 1 auto;
}

.qsnfl_list p{
    padding: 5px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.qsnfl_list p{
    width: 100%;
}
.qsnfl_list span{
    display: flex;
    align-items: end;
}
.qsnfl_list a{
    display: flex;
    height: 100%;
    flex-direction: column;
    border-bottom: 1px solid #eee;

}
.qsnfl_list a:hover img{
    transform: rotate(20deg) scale(1.5);

}
.qsnfl_list a:hover .qsnfl_list{
    /* transform: scale(1.5) ; */

}
.qsnfl_img{
    border-radius: 5px;
    overflow: hidden;
}
.qsnfl_list img{
    transition: .5s;
}
/* hdzx */
.swiper_hdxz{
    height: 100%;
}
.hdzx_click{
    padding-bottom: 10px;
}
.hdzx_click p{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}
.hdzx_click .hdzx_A{
    border-bottom: 1px dashed #000;
}
.hdzx_click span{
    border:1px solid #1d2088;
    background: #fff;
    display: block;
    flex: 1 auto;
    box-sizing: border-box;
}
.hdzx_li{
    display: flex;
    align-items: end;
}
.hdzx_li .hdzx_Q::before{
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 20px;
    background: url(/skin/img/Q.png) no-repeat center center;
    background-size: cover;

}
.hdzx_li p span{
    border-radius: 5px;
    padding: 20px ;
    width: 70%;
    position: relative;
    font-size: 16px;
}
.hdzx_li .hdzx_A::after{
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    margin-left: 30px;
    background: url(/skin/img/A.png) no-repeat center center;
    background-size: cover;

}

.hdzx_li .hdzx_Q span::before{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #fff;
    left: calc(0px - 15px/2 - 1px/2 );
    top: calc(50% - 15px/2 - 1px/2 );
    transform: rotate(45deg);
    border: 1px solid  #fff ;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.hdzx_li .hdzx_A span::after{
    content: '';
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #fff;
    right: calc(0px - 15px/2 - 1px/2 );
    top: calc(50% - 15px/2 - 1px/2 );
    transform: rotate(45deg);
    border: 1px solid #fff ;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}
/* fljt */
.fljt_list a{
    display: flex;
    margin-top: 20px;
    border: 2px solid #eee;
    border-radius: 5px;
    overflow: hidden;

}
.fljt_list a:hover{

}
.fljt_list:nth-child(1) a{
    margin-top: 0;
}
.fljt_img{
    height: 130px;
}
.fljt_img img{
    height: 100%;
    width: auto;
}
.fljt_text{
    padding-left: 10px;
    margin-left: 10px;
    /* border-left: #1d2088 1px solid; */
}
.fljt_text h3{
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}
.fljt_text p{
    font-size: 14px;
    color: #020202;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.fljt_text span{
    font-size: 14px;
    color: #020202;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 10px 0;


}
/* qyfw */
/* .qyfw img{
    width: 100%;
} */
/* flzx */
.flzx{

}
.flzx_list img{
    width: 100%;
}

/* flzx_div */
.flzx_div{
    height: 100%;
}

.flzx_row .flzx_ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flzx_row .flzx_lsit{
    border-radius: 5px;
    border-bottom: 1px solid #eee;
}
.flzx_row .flzx_lsit a{
    padding: 10px 0;
    margin: 0;
    display: flex;
    margin: 0 10px;
    align-items: center;


}

.flzx_row .flzx_lsit span{
    transition: .5s;
}

.flzx_row .flzx_lsit h5{
    padding: 0;
    margin: 0;
    font-size: 16px;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.flzx_div .list_flzx_fis h5{
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    /* text-align: center; */
}
.list_flzx_fis img{
    width: 100%;
    border-radius: 5px;
}

.flzx_row .flzx_lsit a:hover span{
    margin-left: 20px;
}

.flzx_row .flzx_lsit a:hover{
    color: #4046f9;
    transition: .5s;
}
/* qyzx */
.qyzx{
}
.qyzx .qyzx_li img{
    width: 100%;
}
.qyzx_box{
    /* background-color: #eee; */
    /* border-radius: 5px; */
}
.qyzx_box a{
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
}
.qyzx_box p{
    display: flex;
    margin: 0;
    justify-content: space-between;
    padding:  5px 5px;
    font-size: 12px;
    align-items: center;

}
.qyzx_box p button{
    border: 1px solid #eee;
    padding:  5px 10px;
    font-size: 14px;
    background-color: #fff;
    transition: .5s;
    border-radius: 5px;
}
.qyzx_box p button:hover{
    background:#262df7;
    color: #fff;
}
.qyzx_box h5{
    margin: 0;
    padding: 10px 5px;
    font-size: 16px;
}
.qyzx_li p{
}
/* faqw_swiper */
.faqw_swiper img{
    width: 100%;
}
.faqw_box{
    position: relative;
    display: block;

}
.faqw_box:hover .faqw_content{
    box-shadow: 0px -0px 0px 0px rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);

}
.faqw_content{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.824);
    box-shadow: 0px -16px 19px 13px rgba(255, 255, 255, 0.831);
    transition: .5s;

}
.faqw_content .this_{
    padding: 5px 10px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: -70px;
}
.faqw_content h5{
    font-size: 16px;
    padding: 10px;
    margin: 0;
}
.faqw_content p{
    font-size: 14px;
}
/* right_news */
.right_on{
    box-shadow: 0 0 4px 2px #eee;
    height: 100%;

}

.left_title{
    color: #1d2088;
    font-weight: 900;

}

.right_title{
    color: #f2be13;
    font-weight:500;
}
.foot_lit{
    display: flex;
    flex-direction: column;
}


/* footer */
.footer{
    background: #f7f8f9;
}
.foot_top {
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot_logo a{
    display: block;
}
.foot_logo img{
    max-height: 4rem;
    padding-bottom: 10px;

}
.foot_logo h4{
    font-size: 14px;
}
.foot_lit h4{
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    color: #008cd7;
    font-weight: bolder;
}
.foot_contact h4{
    text-align: left;
    font-size: 20px;
    padding-bottom: 10px;
    color: #008cd7;
    font-weight: bolder;


}
.foot_news a{
    display: flex;
}
.foot_news_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;

}
.foot_news_time{
    flex: 1 auto;
    text-wrap: nowrap;
}
/* footer_icp */
.footer_icp{
    background: #020202;
}
/* phone_foot */
.phone_foot {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1000;

}
.phone_foot .foot_left,.phone_foot .foot_right{
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;

}
.phone_foot .foot_left i,.phone_foot .foot_right i{
    color: #fff;
    margin-right: 5px;
    font-size: 18px
    ;
}
.phone_foot a{
    color: #fff;
}
.phone_foot .foot_left{
    background-color: #1d2088;
}
.phone_foot .foot_right{
    background-color: #f2be13;

}
.phone_logo{
    display: flex;
}
.phone_logo img{
    width: 100%;
}
.phone_logo button{
    padding: 0 5px;
}
.phone_logo button i{
    font-size: 24px;
    color: #008cd6;
}

.phone_list {
    text-align: center;
}
.phone_list a{
    display: block;
    padding: 10px 0 ;

}

.show_news{

}
.show_news h2{
    font-size: 24px;
    font-weight: bold;
}
.mywh-txt-contr{
    margin-top: 20px;
}
.mywh-txt-contr p{
    margin: 0;
}
.mywh-txt-contr img{
    margin: 0 auto!important;
    display: block;
    max-width: 100%;
    height: auto;
}


/* foot_bg */
.foot_bg{
    background: url(/skin/img/banner_three.jpg) no-repeat center center;
    background-size: cover;
}

.foot_bg_color {
    background: rgba(0, 0, 0, 0.60);
    padding: 0 10px;
    padding-top: 50px;


}
.foot_bg .foot_text *{
    color: #fff;
    text-align: center;
}
.foot_text h3{
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}
.foot_text h6{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.foot_text h6 span{
    padding: 0 5px;
}
.foot_text button{
    font-size: 14px;
    line-height: 1;
    padding: 0 12px;
    height: 38px;
    border-radius: 5px;
    background-color: #f2be13;
}

.foot_ul{
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.foot_ul .foot_li{
    display: flex;
    align-items: center;

}
.foot_ul .foot_li .left_text{
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0;
    line-height: 40px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    background-color: #f2be13;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
}
.foot_li .right_container span{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.foot_li .right_container p{
    color: #fff;
    margin: 0;
    font-size: 16px;
}

@media(min-width:992px) {
    .lsit_child{
        opacity: 0;
        z-index: -1;
    }
    .show_news{
        min-height: 870px;   
    }
}
@media(max-width:992px) {
    .lsit_child{
        height: 0;
        overflow: hidden;
    }
    .sjxdtn_swiper{
        height: 550px;
    }
    .left_memu{
        display: none;
    }
    .menu_list{
        display: none;
    }

    .open a{
        padding: 0;
    }
    .fljt_img{
        height: 100px;
    }
    .fljt_text p{
        margin-bottom: 5px;
    }
    .fljt_text h3{
        padding: 0;
    }
    .fljt_text span{
        margin: 5px 0;
    }
    .head_weizhi{
        display: none;
    }
    /* .head_phone{
        display: none;
    } */
    .footer {
        display: none;
    }
    .phone_foot{
        display: flex;
    }
    .search_row{
        display: flex !important;
    }
    .phone_row{
        display: none;
    }
    .head_search{
        display: none;
    }
    .p_h100{
        height: 100%;

    }
    .logo img{
        height: 100%;
        width: auto;
        padding: 5px 0;
    }
    .index_flzx .bottom{
        position: relative;
    }
    .list_left_cover{
        display: none;
    }
    .header{
        box-shadow: 0px 2px 3px rgba(87, 87, 87, 0.452);

    }
}



/* list_left */
.left_middle .box{
      padding: 15px 10px;
      border-radius: 6px;
      background-color: #f7f8f9;
      margin-bottom: 50px;
    }
    .left_middle .box h4{
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .left_middle .box .cover{
      margin-bottom: 15px;
    }
    .left_middle .box .cover .img{
      border-radius: 4px;
      position: relative;
      overflow: hidden;
    }
    .left_middle .box .cover img{
      max-width: 100%;
      border-radius: 4px;
      transition: all .4s ease-in-out;
    }
    .left_middle .box .cover .img:hover img{
      transform: scale(1.08);
    }
    .left_middle .box .cover h5{
      position: absolute;
      bottom: 0;
      width: 100%;
      font-weight: bold;
      background: linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.5) 100%);
      margin-bottom: 0;
    }
    .left_bottom .box{
      padding: 15px 10px;
      border-radius: 6px;
      background-color: #f7f8f9;
    }
    .left_bottom .box h4{
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .left_bottom .box p{
      margin-bottom: 10px;
      font-size: 14px;
    }
    .left_bottom .box p:last-child{
      margin-bottom: 0;
    }
    .left_bottom .box p a{
      transition: all .4s ease;
    }
    .left_bottom .box p a:hover{
      padding-left: 8px;
      color: #1d2088;
    }


    .container-fluid{
        padding: 0;
    }
    
    
/*子栏目*/
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #1d2088;
}
.index{
    margin-top: 40px;
}

.index .title{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 0;
}
.index .title span:first-child{
    font-size: 25px;
    color: #1d2088;
}
.index .title span:last-child{
    font-size: 25px;
    color: #f2be13;
}
.index_right .title h3{
    font-size: 25px;
    color: #1d2088;
    font-weight: bold;
}
/* index_flag */
.index_flag {
    margin-bottom: 50px;
}
.index_flag .box {
    padding: 10px;
    background-color: #f7f8f9;
    border-radius: 6px;
}
.index_flag .box .img {
    border-radius: 10px;
    overflow: hidden;
}
.index_flag .box .img img {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
}
.index_flag .box .text {
    padding: 15px 10px 10px;
    font-size: 13px;
}
.index_flag .box .text .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_flag .box .text .time .source {
    padding: 5px 13px;
    border-radius: 15px;
    background-color: #dcebfb;
    font-size: 12px;
    color: #3fa9f5;
    font-weight: bold;
}
.index_flag .box .text .time .release {
    color: #787878;
}
.index_flag .box .text h5 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index_flag .box .text h5 a {
    color: #484848;
}
.index_flag .box .text .description {
    font-size: 14px;
    color: #585858;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}
.index_flag .title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 0;
}
/* index_right */
.index_right{
    display: flex;
    flex-direction: column;
}

/* index_alfx */
.index_alfx {
    margin-bottom: 20px;
}
.index_alfx .title span:last-child{
    font-size: 20px;
}
.index_alfx .title span:first-child{
    font-size: 20px;
}
.index_alfx .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.index_alfx .top .title {
    font-weight: bold;
    font-size: 0;
    margin-bottom: 0;
}
.index_alfx .top a {
    font-size: 14px;
    color: #212d45;
}
.index_alfx .bottom {
    background-color: #f7f8f9;
    border-radius: 6px;
    padding: 15px 20px;
}
.index_alfx .bottom .first {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    min-height: 50px;
}
.index_alfx .bottom .first:last-child {
    margin-bottom: 0;
}
.index_alfx .bottom .first .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.index_alfx .bottom .first .img img {
    height: 100%;
}
.index_alfx .bottom .first .text {
    margin: 0 0 0 65px;
}
.index_alfx .bottom .first .text h5 {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 0;
}
.index_alfx .bottom .first .text h5 a {
    color: #484848;
    font-weight: bold;
}
/* index_flzx */
.index_flzx {
    background-color: #f7f8f9;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    flex: 1 auto;
    display: flex;
    flex-direction: column;
}
.index_flzx .title span:first-child {
    font-size: 20px;
}
.index_flzx .title span:last-child {
    font-size: 20px;
}
.index_flzx .title{
    margin-bottom: 10px;
}
.index_flzx .bottom_box{
    flex: 1 auto;
    overflow: hidden;
    position: relative;

}

.index_flzx .bottom{
    display: flex;
    overflow-y: auto;
    flex-wrap: wrap;
    max-height: 150px;
}
.index_flzx .bottom::-webkit-scrollbar {
    display: none;
}

.index_flzx .bottom p{
    margin: 0 5px 0 0;
    border-radius: 6px;
    line-height: 2.2;
}
.index_flzx .bottom p a{
    padding: 5px 8px;
    font-size: 13px;
    background-color: #f6e8ec;
    color: #d35353;
    border-radius: 6px;
}
@media(max-width:992px) {
    .index_flzx .bottom{
        position: relative;
    }
}
/* search */
.index_sousuo{
    margin-bottom: 50px;
}

.search_row{
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: right;
}

.search_cover {
    background-color: #f7f8f9;
    padding: 15px 20px;
    border-radius: 6px;
}
.search_cover h6{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1d2088;
}
.search_cover p{
    margin-bottom: 10px;
    font-size: 14px;
}
.search_cover .search {
    display: block;
}
.search_cover .search .head_input {
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0;
    height: 45px;
    padding-left: 20px;
    padding-right: 45px;
}
.search_cover .search .index_search {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}
.search_cover .search .index_search button {
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0 6px 6px 0;
    border: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    transition: all 0.5s ease;
}
.search_cover .search .index_search button i {
    font-size: 20px;
    font-weight: bold;
    color: #1d2088;
}
/* index_zx */
.index_zx{

}
/* index_description */
.index_description{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.index_description .index_logo{
    /* line-height: 37.5px; */
    /* height: 47.5px; */
    margin-bottom: 10px;
}
.index_description .index_logo a{
    display: block;
    height: 100%;
}
.index_description .index_logo img{
    width: 100%;
    /* height: 100%; */
}
.index_description .index_text{
    /*flex: 1;*/
    background: #f7f8f9;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}
.index_description .index_keywords{
    margin-bottom: 50px;
    overflow-y:auto;
    max-height: 68.5px;
}
.index_description .index_keywords::-webkit-scrollbar {
    display: none;
}
.index_description h4{
    font-size: 14px;
    /* padding-bottom: ; */
    margin-bottom: 5px;
    /*line-height: 24px;*/
    line-height: 20px;
}
/* index_keywords */
.index_keywords{

}
.index_keywords .keywords_row{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.index_keywords .keywords_box{
    background-color: rgba(63,169,245,.5);
    border-radius: 10px;
    margin-right: 5px;
    line-height: 2.3;
    margin-bottom: 5px;
}
.index_keywords .keywords_box h6{
    color: #0071dc;
    margin: 0;
    padding: 5px 8px;

}
/* index_fljt */
.index_fljt{
    margin-bottom: 30px;
}
.index_fljt .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.index_fljt .top .title{
    font-weight: bold;
    font-size: 0;
    margin-bottom: 0;
}
.index_fljt .top a{
    font-size: 14px;
    color: #212d45;
}
.index_fljt .box{
    margin-bottom: 25px;
}
.index_fljt .box .img{
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
}
.index_fljt .box .img img{
    border-radius: 6px;
    max-width: 100%;
    width: 100%;
}
.index_fljt .box .img span{
    position: absolute;
    left: 15px;
    background-color: #1d2088;
    color: #fff;
    padding: 5px 10px ;
    top: 15px;
}
.index_fljt .box .text h5{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index_fljt .box .text h5 a{
    color: #000;
}
.index_fljt .box .text p{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 0;
}
/* index_hdzx */
.index_hdzx{
    margin-bottom: 50px;
}
.index_hdzx .box{
    position: relative;
}
.index_hdzx .box ul{
    margin-left: 10px;
}
.index_hdzx .box ul li{
    padding: 10px 0 18px 20px;
    position: relative;
    border-bottom: 1px dashed #dbdbdb;
}
.index_hdzx .box ul li::before{
    content: "";
    position: absolute;
    left: -5px;
    width: 10px;
    height: 10px;
    border: 2px solid #999;
    border-radius: 50%;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}
.index_hdzx .box ul li::after{
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ececec;
}
.index_hdzx .box ul li:last-child{
    border-bottom: none;
}
.index_hdzx .box ul li .cover{
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_hdzx .box ul li .cover h5{
    font-size: 16px;
    font-weight: bold;
    transition: all 0.2s ease;
    font-size: 16px;
    font-weight: 600;
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0;
}
.index_hdzx .box ul li .cover span{
    min-width: 77px;
    padding: 2px 5px;
    background-color: #1d2088;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}
.index_hdzx .box ul li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
}
/* index_flqw */
.index_flqw{
    margin-bottom: 50px;
}
.index_flqw .box{
    padding: 10px 15px;
    background-color: #f7f8f9;
    border-radius: 6px;
    display: flex;
    margin-bottom: 20px;
}
.index_flqw .box:last-child{
    margin-bottom: 0;
}
.index_flqw .box .img{
    overflow: hidden;
    border-radius: 6px;
    width: 35%;
}
.index_flqw .box .img img{
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
}
.index_flqw .box .text{
    width: 65%;
    padding-left: 20px;
}
.index_flqw .box .text h5{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 10px;
}
.index_flqw .box .text h5 a{
    color: #000;
}
.index_flqw .box .text span{
    font-size: 13px;
}
.index_flqw .box .text p{
    font-size: 15px;
    margin: 8px 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #787878;
}
.index_flqw .box .text i{
    color: #1d2088;
    font-size: 13px;
}
.index_flqw .box .text span:last-child{
    margin-left: 8px;
}


@media (max-width: 992px) {
    .index_flqw .box .img{
        width: 100%;
    }
    .index_flqw .box .text{
        width: 100%;
        padding-left: 0;
    }
    .index_flqw .box .text p{
        -webkit-line-clamp: 2;
    }
    .index_flqw .box{
        display: block;
    }

}
/* index_qsnfl */
.index_qsnfl{
    margin-bottom: 35px;
}
.index_qsnfl .box{
    border-radius: 6px;
    background-color: #f7f8f9;
    padding: 10px 15px;
    /*margin-bottom: 20px;*/
}
.index_qsnfl .box:last-child{
    margin-bottom: 0;
}
.index_qsnfl .box .img{
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.index_qsnfl .box .img img{
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
}
.index_qsnfl .box .img span{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 13px;
    background-color: #f2be13;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
}
.index_qsnfl .box .text{
    margin: 15px 0 5px;
}
.index_qsnfl .box .text h5{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0;
}
/* index_fldq */
.index_fldq{
    padding: 10px 15px;
    background-color: #f7f8f9;
    border-radius: 6px;
    margin-bottom: 50px;
}
.index_fldq .box{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.index_fldq .box:last-child{
    margin-bottom: 0;
}
.index_fldq .box h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0;
    width: 70%;
}
.index_fldq .box h5 a{
    font-size: 15px;
    color: #484848;
}
.index_fldq .box span{
    display: block;
    width: 30%;
    font-size: 13px;
    text-align: right;
}
/* index_qyfw */
.index_qyfw .box{
    border-radius: 6px;
    position: relative;
}
.index_qyfw .box:hover .text{
    bottom: 15px;
}
.index_qyfw .box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
}
.index_qyfw .box .img{
    overflow: hidden;
    border-radius: 6px;
}
.index_qyfw .box .img img{
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
}
.index_qyfw .box .text{
    position: absolute;
    bottom: -40px;
    left: 15px;
    transition-duration: .2s;
    padding-right: 15px;
    transition: all .5s ease-in-out;
}
.index_qyfw .box .text span{
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
}
.index_qyfw .box .text h5{
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
}
.index_qyfw .box .text p{
    color: #ececec;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}
/* ==============================================================
    # list
=================================================================== */
.list_box{
    /* padding: 100px 0; */
}
.first_box{
    padding: 15px;
    background: #f7f8f9;
    border-radius: 6px;
    margin-bottom: 35px;
}
.first_box .img{
    border-radius: 6px;
}
.first_box .img img{
    border-radius: 6px;
    width: 100%;
    
}
.first_box .content h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.first_box .content p{
    font-size: 14px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.first_box .content .bottom{
    padding-top: 10px;
    border-top: 1px dashed #1d2088;
    justify-content: space-between;
}
.first_box .content .bottom span{
    font-size: 14px;
}
.first_box .content .bottom a{
    font-size: 14px;
}
.first_box .img a{
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.video_play{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
}
.video_play i{
    font-size: 40px;
    color: #fff;
}
.video_play span{
    width: 50px;
    height: 50px;
    border: 3px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
/* ==============================================================
    # flzx
=================================================================== */
.flzx_news li{
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 6px;
    background-color: #f7f8f9;
    margin-bottom: 20px;
}
.flzx_news li .img{
    width: 35%;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 25px;
}
.flzx_news li .img img{
    max-width: 100%;
    border-radius: 6px;
}
.flzx_news li .text{
    width: 65%;
}
.flzx_news li .text h5{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.flzx_news li .text p{
    font-size: 14px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.flzx_news li .text .buttun{
    padding-top: 8px;
    border-top: 1px dashed #1d2088;
    justify-content: space-between;
}
.flzx_news li .text .buttun span{
    font-size: 13px;
}
.flzx_news li .text .buttun a{
    font-size: 14px;
}
@media (max-width: 992px) {
    .flzx_news li .text h5{
        font-size: 20px;
    }
    .flzx_news li .text p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .flzx_news li{
        display: block;
    }
    .flzx_news li .img{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .flzx_news li .text{
        width: 100%;
    }
}
/* ==============================================================
    # fljt
=================================================================== */
.fljt_news .box{
    padding: 15px;
    border-radius: 6px;
    background-color: #f7f8f9;
    margin-bottom: 15px;
}
.fljt_news .box .img{
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 10px;
}
.fljt_news .box .img img{
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
}
.fljt_news .box .text h5{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.fljt_news .box .text p{
    font-size: 14px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fljt_news .box .bottom{
    display: flex;
    justify-content: space-between;
}
.fljt_news .box .bottom span{
    font-size: 12px;
}
.fljt_news .box .bottom a{
    font-size: 12px;
}
/* ==============================================================
    # hdzx
=================================================================== */
.hdzx_box .box{
    background-color: #f7f8f9;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.hdzx_box .box .top{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #787878;
    display: flex;
    align-items: center;
}
.hdzx_box .box .top i{
    font-size: 16px;
    color: #787878;
}
.hdzx_box .box .top h5{
    margin: 0 0 0 8px;
    font-size: 18px;
    font-weight: 500;
    color: #484848;
    width: 60%;
    flex: 1 1 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.hdzx_box .box .top p{
    margin-bottom: 0;
    font-size: 13px;
}
.hdzx_box .box .bottom{
    display: flex;
}
.hdzx_box .box .bottom i{
    font-size: 16px;
    color: #787878;
}
.hdzx_box .box .bottom p{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 23px;
    color: #787878;
    margin: 0 0 0 8px;
}
/* ==============================================================
    # alfx
=================================================================== */
.alfx_top {
    margin-bottom: 35px !important;
}
.alfx_top .box_left .img{
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.alfx_top .box_left .img img{
    max-width: 100%;
    border-radius: 6px;
}
.alfx_top .box_left .img h5{
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 25px;
    background: linear-gradient(to bottom,transparent 15%,rgba(0,0,0,.5) 100%);
}
.alfx_top .box_left .img h5 a{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.alfx_top .box_left .img span{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0071dc;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 0 20px 0;
}
.alfx_top .cover{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.alfx_top .box_right .img{
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.alfx_top .box_right .img h5{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom,transparent 15%,rgba(0,0,0,.5) 100%);
    padding: 10px 25px;
    margin-bottom: 0;
}
.alfx_top .box_right .img h5 a{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.alfx_top .box_right .img img{
    max-width: 100%;
    border-radius: 6px;
}
.alfx_top .box_right .img span{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #0071dc;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 0 20px 0;
}
.alfx_bottom .box{
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}
.alfx_bottom .box:last-child{
    margin-bottom: 0;
}
.alfx_bottom .box .img{
    width: 30%;
    border-radius: 6px;
    overflow: hidden;
}
.alfx_bottom .box .img img{
    border-radius: 6px;
    max-width: 100%;
}
.alfx_bottom .box .text{
    width: 70%;
    margin-left: 30px;
}
.alfx_bottom .box .text h6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.alfx_bottom .box .text span{
    font-size: 12px;
    color: #2c2c2c;
    font-weight: bold;
}
.alfx_bottom .box .text p{
    padding-top: 8px;
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.5;
    border-top: 1px dashed #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media (max-width: 992px) {
    .alfx_top{
        margin-bottom: 15px !important;
    }
    .alfx_top .box_left{
        margin-bottom: 20px;
    }
    .alfx_top .box_right{
        margin-bottom: 20px;
    }
    .alfx_bottom .box .img{
        width: 50%;
    }
    .alfx_bottom .box .text{
        width: 50%;
        margin-left: 15px;
    }
    .alfx_bottom .box .text h6{
        margin-bottom: 0;
    }
}
/* ==============================================================
    # flqw
=================================================================== */
.flqw_cover .box{
    background-color: #f7f8f9;
    margin-bottom: 20px;
    border-radius: 6px;
}
.flqw_cover .box .img{
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.flqw_cover .box .img img{
    border-radius: 6px 6px 0 0;
    max-width: 100%;
}
.flqw_cover .box .text{
    padding: 10px 15px 20px;
    border-radius: 6px;
}
.flqw_cover .box .text h5{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.flqw_cover .box .text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
}
.flqw_cover .box .text span{
    margin-bottom: 10px;
    display: block;
}
/* ==============================================================
    # qsnfl
=================================================================== */
.list_qsnfl .qsnfl_top{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.list_qsnfl .qsnfl_top .img{
    width: 35%;
    overflow: hidden;
    border-radius: 6px;
}
.list_qsnfl .qsnfl_top .img img{
    max-width: 100%;
}
.list_qsnfl .qsnfl_top .content{
    width: 65%;
    margin-left: 30px;
}
.list_qsnfl .qsnfl_top .content h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.list_qsnfl .qsnfl_top .content p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
}
.list_qsnfl .qsnfl_top .content .buttun{
    font-size: 14px;
    padding: 5px 20px;
    background-color: #0071dc;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
}
@media (max-width: 992px) {
    .qsnfl_top{
        display: block !important;
    }
    .list_qsnfl .qsnfl_top .img{
        width: 100%;
    }
    .list_qsnfl .qsnfl_top .content{
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }
    .list_qsnfl .qsnfl_top .content h4{
        margin-bottom: 5px;
    }
    .list_qsnfl .qsnfl_top .content p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 5px;
    }
}
/* ==============================================================
    # qyfw
=================================================================== */
.qyfw_box .box{
    position: relative;
    margin-bottom: 60px;
    border-radius: 6px;
}
.qyfw_box .box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
}
.qyfw_box .box img{
    width: 100%;
    border-radius: 6px;
}
.qyfw_box .box .text{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px 20px;
}
.qyfw_box .box .text h5{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.qyfw_box .box .text h5 a{
    color: #fff;
}
.qyfw_box .box .text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}
.qyfw_box .box span{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 12px;
    padding: 5px 10px;
    background-color: #1d2088;
    font-weight: bold;
    color: #f2be13;
}
/* ==============================================================
    # fldq
=================================================================== */

/* .fldq_box a{
    display: block;
}
.fldq_box .box{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.fldq_box .box:hover .text{
    bottom: 15px;
}
.fldq_box .box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 6px;
    background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
}
.fldq_box .box .img{
    overflow: hidden;
    border-radius: 6px;
}
.fldq_box .box .img img{
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
}
.fldq_box .box .text{
    position: absolute;
    bottom: -40px;
    left: 15px;
    transition-duration: .2s;
    padding-right: 15px;
    transition: all .5s ease-in-out;
}
.fldq_box .box .text span{
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
}
.fldq_box .box .text h5{
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #fff;
}
.fldq_box .box .text p{
    color: #ececec;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}
.fldq_box .box .time{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #f2be13;
    color: #fff;
    padding: 3px 13px;
    font-size: 13px;
} */

.fldq_list{
    margin-bottom: 20px;
}

.fldq_box a{
    display: flex;
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 5px #eee;
    transition: .5s;
}
.fldq_box a:hover{
    box-shadow: 8px 8px 5px #eee;
}
.fldq_box .time{
    text-align: center;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f2be13;
}
.fldq_box .year{
    font-size: 20px;
    width: 100%;
    text-wrap: nowrap;
    font-weight: bold;
    color: #fff;
}
.fldq_box .day{
    font-size: 18px;
    width: 100%;
    text-wrap: nowrap;
    color: #fff;

}
.fldq_box .text{
    flex-grow: 1;
    width: 80%;
}
.fldq_box .text_box{
    width: 100%;
    height: 100%;
    padding: 0 20px;

}

.fldq_box .text h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 20px;
}
.fldq_box .text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    color: #6b6b6b;
}

@media(max-width:992px) {
    .fldq_box .time{
        width: 80px;
        height: 80px;
    }
    .fldq_box .text_box{
        padding: 0 10px;

    }
    .fldq_box .text h5{
        font-size: 18px;
    }
}

/* ==============================================================
    # details_news
=================================================================== */
.details{
    padding: 100px 0;
}
.details_news .box{
    padding: 20px;
    background-color: #f7f8f9;
    border-radius: 6px;
}
.details_news .box h6{
    font-size: 20px;
    font-weight: bold;
}
.details_news .box .details_time{
    font-size: 13px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #1d2088;
}
.details_news .box .next p{
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 14px;
}
/* ==============================================================
    # right
=================================================================== */
.right_top{
    margin-bottom: 50px;
}
.right_top .title{
    padding: 15px;
    margin-bottom: 30px;
    background-color: #f7f8f9;
    border-radius: 6px;
}
.right_top .title h5{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #1d2088;
    letter-spacing: 1px;
}
.right_top .title h5 span{
    color: #f2be13;
}
.right_top ul li{
    margin-bottom: 30px;
}
.right_top ul li:last-child{
    margin-bottom: 0;
}
.right_top ul li .img{
    width: 35%;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 6px;
}
.right_top ul li .img img{
    max-width: 100%;
    border-radius: 6px;
    transition: all .5s ease-in-out;
}
.right_top ul li .img:hover img{
    transform: scale(1.05);
}
.right_top ul li .text{
    width: 65%;
}
.right_top ul li .text h6{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.right_top ul li .text h6 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.right_top ul li .text span{
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.right_middle{
    margin-bottom: 50px;
}
.right_middle .title{
    padding: 15px;
    margin-bottom: 30px;
    background-color: #f7f8f9;
    border-radius: 6px;
}
.right_middle .title h5{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #1d2088;
    letter-spacing: 1px;
}
.right_middle .title h5 span{
    color: #f2be13;
}
.right_middle ul li{
    background-color: #f7f8f9;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.right_middle ul li:last-child{
    margin-bottom: 0;
}
.right_middle ul li .img{
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.right_middle ul li .img img{
    max-width: 100%;
    border-radius: 6px;
    transition: all .5s ease-in-out;
}
.right_middle ul li .img span{
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #f2be13;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}
.right_middle ul li .text h6{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.right_middle ul li .text h6 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.right_middle ul li .text span{
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media (max-width: 992px) {
    .list_right{
        display: none;
    }
}
/* ==============================================================
    # left
=================================================================== */
.list_left_cover {
    position: relative;
}
.left_top{
    background-color: #f7f8f9;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
}
.left_top li{
    font-size: 16px;
    font-weight: bold;
    color: #1d2088;
    letter-spacing: 2px;
    text-align: center;
    line-height: 2;
}
.left_middle .box {
    padding: 20px;
    border-radius: 6px;
    background-color: #f7f8f9;
    margin-bottom: 30px;
}
.left_middle .box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1d2088;
}
.show_video{
    margin: 0 auto;
    max-width: 100%;
    border-radius: 5px;
    width:800px;
    display: block;
}
.left_middle .box p {
    margin-bottom: 10px;
    font-size: 14px;
}
.left_middle .box p:last-child {
    margin-bottom: 0;
}
.left_middle .box p a {
    transition: all 0.4s ease;
    display: flex;
    align-items: end;
    color: #91a2ae;
}
.left_middle .box p a.active{
    color: #1d2088;
}
.left_middle .box p a:hover {
    padding-left: 8px;
    color: #1d2088;
}
.left_middle .box p a.active span{
    background-color: #a5a5a5;
    color: #fff;
}
.left_middle .box p a.active span i{
    color: #fff;
}
.left_middle .box p a:hover span{
    background-color: #a5a5a5;
    color: #fff;
}
.left_middle .box p a:hover span i{
    color: #fff;
}
.left_middle .box p a span{
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #fff;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    color: #91a2ae;
    margin-right: 8px;
    transition: all 0.4s ease;
}
.left_middle .box p a i{
    color: #91a2ae;
    transition: all 0.4s ease;
}
.left_bottom .box {
    padding: 20px;
    border-radius: 6px;
    background-color: #f7f8f9;
    margin-bottom: 30px;
}
.left_bottom .box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #1d2088;
}
.left_bottom .box p {
    margin-bottom: 10px;
    font-size: 14px;
}
.left_bottom .box p:last-child {
    margin-bottom: 0;
}
.left_bottom .box p a {
    transition: all 0.4s ease;
    color: #91a2ae;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.left_bottom .box p a:hover {
    padding-left: 8px;
    color: #1d2088;
}
.left_bottom .box p a:hover span i{
    color: #1d2088;
}
.left_bottom .box p a i{
    font-size: 15px;
    color: #91a2ae;
    transition: all 0.4s ease;
    margin-right: 8px;
}
@media (max-width: 992px) {
    .list_left {
        display: none;
    }
}
/* ==============================================================
    # page
=================================================================== */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}
.pagination li {
    /* width: 35px; */
    /* height: 35px; */
    margin: 0 8px;
    border-radius: 4px;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f8f9;
    color: #1d2088;
    border-radius: 5px  ;
    border: 1px solid #f7f8f9;
    font-size: 15px;
    font-weight: 500;
    transition: all .5s ease;
    padding: 5px 10px ;

}
.pagination li a.active {
    background-color: #1d2088;
    color: #fff;
}
.pagination li a:hover {
    background-color: #1d2088;
    color: #fff !important;;
}
@media (max-width: 992px) {
    .pagination {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}
/* ==============================================================
    # index_yqyf
=================================================================== */
.index_yqyf{
    flex: 1;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
}
.yqyf_box{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.yqyf_box img{
    width: 100%;
}
.yqyf_lsit{
    display: flex;
    
}
.yqyf_lsit a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.yqyf_content{
    position: absolute;
    bottom: 0;
    display: flex;
    background: #0071dc;
    align-items: center;
    width: 100%;
    justify-content: space-between;;
    
}
.yqyf_text{
    padding: 0 5px;
}
.yqyf_content h3{
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0;
    color: #fff;
}


.yqyf_time{
    background: #f2be13;
    width: 50px;
    min-width: 50px;

}
.yqyf_time p{
    color: #fff;
    margin: 0;
    text-align: center;
}


.list_news{
    width: 40% !important;
    min-width: 40%;
    margin-right: 10px;
    border: 1px solid #000;

}


.yqyf_description{

}
.yqyf_description h3{
    font-size: 18px;
    font-weight: bold;
    margin: 0;

}
.yqyf_description h3 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.yqyf_timer {
    margin: 10px 0 15px 0;
}
.yqyf_list_row{
    margin-bottom: 20px;
}
.description_text{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    
}
.yqyf_description span{
    display: inline-block;
    border-radius: 5px;
    border: 1px dotted #000;
    transition: .5s;
    

}
.yqyf_description span a{
    display: block;
    padding: 5px 10px;
    transition: .5s;
}
.yqyf_description span:hover{
   border: 1px dotted #0071dc; 
   background:#0071dc ;
}
.yqyf_description span:hover a{
    color: #fff;
    
}
@media (max-width: 992px) {
    .yqyf_lsit{
        display: block;
        margin-bottom: 40px;
    }
    .list_news{
        width: 100%;
        min-width: 100%;
        margin-right:0;
    }
    .yqyf_description{
        padding: 10px;
        border-bottom:1px dotted #000;
    }
    .yqyf_timer{
        margin: 5px 0 10px 0;
    }
    .description_text{
        line-height: 20px;
        margin-bottom: 5px;
    }
    .yqyf_description h3 a{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}
/* ==============================================================
    # zjgw_lsit
=================================================================== */
.zjgw_lsit{
    margin-bottom: 20px;
}
.zjgw_lsit img{
    width: 100%;
}
.list_zjgw_news{
    display: block;
    background: #eee;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
        box-shadow: 2px 3px 3px 0px rgb(222 224 226 / 77%);
}
.zjgw_content{
    position: absolute;
    top: 100%;
    transition: .5s;
    width: 100%;
}
.zjgw_text div{
    padding: 5px 5px;
    position: absolute;
    bottom: 100%;
    width: 100%;
    color: #fff;
    background: rgb(29 32 136 / 40%);;

    left: 0;
    text-align: center;


}
.zjgw_text h3{
        font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0;
    
}
.zjgw_text{
    background: rgb(29 32 136 / 40%);
    padding: 5px 5px;
}

.list_zjgw_news:hover .zjgw_content{
    transform: translateY(-100%);
}
.zjgw_lsit .description_text{
     margin-bottom: 0;
     color: #fff;
     
     text-indent: 2em;
     
}
/* ==============================================================
    # zjgw_lsit
=================================================================== */
.show_img{
    justify-content: space-between;
}
.show_img .zjgw_lsit{
    margin-bottom: 0;
}
.show_img_box{
    border-radius: 5px;
    overflow: hidden;
}
.show_img img{
    width: 100%;
}
.content_text{
    margin-top: 20px;
}
.content_text_box{
    background: #f7f8f9;
    border-radius: 5px;
    height: 100%;
    padding:5px 10px;
}
.zjgw_box{
    /*justify-content: space-between;*/
}
.zjgw_right .zjgw_text{
    padding: 0;
}

.zjgw_right .zjgw_lsit{
    margin: 0;
}
.zjgw_box .top span{
    font-size: 25px;
    color: #1d2088;
    margin-bottom: 20px;
    display: block;
}

.zjgw_right .right_top{
    margin-bottom: 0;
}
.zjgw_right_box{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.zjgw_right_box .title {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #f7f8f9;
    border-radius: 6px;
}
.zjgw_right_box .title h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #1d2088;
    letter-spacing: 1px;
}
.zjgw_right_gdzj{
    /*background: red;*/
    height: 100%;
    justify-content: space-around;
    align-items: center;
}
.zjgw_right_gdzj h3{
    font-size: 14px;
}
/* ==============================================================
    # footer
=================================================================== */
footer{
    background-color: #f7f8f9;
}
.footer_top{
    padding: 50px;
}
.h_full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.foot_link {
    position: relative;
}
.swiper_links {
    flex: 1 1 auto;
    margin: 0;
}
.h_full a {
    color: #f5f5f5;
    font-size: 14px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
}
.h_full a:hover {
    color: #0071dc;
    padding-left: 10px;
}
.h_full a i {
    padding-right: 3px;
}
.foot_title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
/*right_swiper*/
.right_swiper{
    margin-bottom: 50px;
}
/*list_hzls */
.hzls_list_row{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.list_hzls_news{
    display: flex;
    justify-content: space-between;
}
.hzls_img{
    width: 25%;
}
.hzls_img img{
    width: 100%;
}
.hzls_content{
    width: 70%;
}
.hzls_text h3{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}
.hzls_text p{
    margin-bottom: 15px;
}
.hzls_text span{
    display: inline-block;
}
.hzls_text span a{
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 5px;
    transition: .5s;
}
.hzls_text span a:hover{
    border: 1px solid #1d2088;
    background: #1d2088;
    color: #fff;
}
@media (max-width: 992px) {
    .list_hzls_news{
        flex-wrap: wrap;
    }
    .hzls_img{
    width: 100%;
    }
    .hzls_content{
    width: 100%;
    }
}