html,
body {
    /*background-image: url('../img/skr205.png');*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.insight2_p3_more {
    display: inline;
    color: #fe624b;
}

.pub_contiain {
    background-color: transparent;
    background: transparent;
}

.head{
    height: 5.6rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.insight_nav {
    width: 1100px;
    margin: 0.16rem auto;
    display: flex;
    flex-wrap: wrap;
}

.insight_nav_item {
    width: 19.4%;
    height: 1.2rem;
    margin-right: 0.75%;
    background-color: rgba(255, 255, 255, .5);
    transition: 0.5s;
    border-radius: 4px;
    overflow: hidden;
}

.insight_nav3 .insight_nav_item{
    width: auto;
    flex: 1;
}

.insight_nav_item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insight_nav_item:last-of-type {
    margin-right: 0;
}

.insight_nav_item.on,
.insight_nav_item:hover {
    /* background-color: rgba(215, 128, 50, 1); */
    background-color: #155783;
}
.insight_nav_item.on .insight_nav_p ,
.insight_nav_item:hover .insight_nav_p {
    color: #fff;
}
.insight_nav_p {
    font-size: 14px;
    color: #155783;
    line-height: 1;
    margin-top: 0.16rem;
}

/*  */

.insight_cont {
    width: 1100px;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: space-between;
}

.insight_l {
    width: 11.8rem;
    /*min-width: 7.8rem;*/
    /*margin-right: 0.26rem;*/
}

.insight_list {
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 4px;
    overflow: hidden;
    /* padding-bottom: 0.3rem; */
}



.insight2_item {
    transition: 0.5s;
    position: relative;
    margin-bottom: 1px;
}

.insight2_item::after {
    content: "";
    width: 10.4rem;
    height: 1px;
    background-color: #9ec2dc;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

.insight2_item:hover {
    background-color: rgba(255, 255, 255, .8);
}

.insight2_item>a {
    display: flex;
    padding: 0.15rem 0.36rem 0.15rem 0.3rem;
}

.insight2_img {
    width: 5.28rem;
    min-width: 5.28rem;
    height: 3.52rem;
    margin-right: 0.3rem;
}

.insight2_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.insight2_d1 {
    flex-grow: 1;
    max-width: 756px;
}

.insight2_p1 {
    font-size: 20px;
    line-height: 24px;
    /* height: 24px; */
    color: #155783;
    margin-bottom: 0.15rem;
    margin-top: 0.3rem;
}
.insight2_p2-box{
    position: relative;
    /* margin-bottom: 0.25rem; */
}
.insight2_p2-box span{
    bottom: 0;
    right: -12px;
    color: #fe624b;
    position: absolute;
}
.insight2_p3_more{
    display: inline;
    color: #fe624b;
}

.insight2_p2 {
    font-size: 14px;
    color: #5e5f60;
    line-height: 24px;
    height: 48px;
    margin-bottom: 0.25rem;
}

.insight2_p3 {
    font-size: 12px;
    color: #5e5f60;
    line-height: 1.5;
}

.insight2_d2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.2rem;
    line-height: 0.2rem;
    position: relative;
}

.insight2_p3 span {
    display: inline-table;
    margin-right: 0.12rem;
}

.insight2_p3 span:nth-of-type(1) {
    margin-right: 0.15rem;
}

.insight2_p4 {
    font-size: 12px;
    color: #155783;
}

.insight2_p4 a {
    display: flex;
    align-items: center;
    white-space: nowrap;
}


.insight2_p4 img {
    margin-right: 5px;
}



.insight_item {
    transition: 0.5s;
    position: relative;
    margin-bottom: 1px;
}

.insight_item::after {
    content: "";
    width: 10.4rem;
    height: 1px;
    background-color: #9ec2dc;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

.insight_item:hover {
    background-color: rgba(255, 255, 255, .8);
}

.insight_item>a {
    display: flex;
    padding: 0.15rem 0.36rem 0.15rem 0.3rem;
}

.insight_img {
    width: 2.28rem;
    min-width: 2.28rem;
    height: 1.52rem;
    margin-right: 0.3rem;
}

.insight_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.insight_d1 {
    flex-grow: 1;
    max-width: 756px;
}

.insight_p1 {
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    color: #155783;
    margin-bottom: 0.15rem;
    margin-top: 0.1rem;
}

.insight_p2 {
    font-size: 14px;
    color: #5e5f60;
    line-height: 24px;
    height: 48px;
    margin-bottom: 0.25rem;
}

.insight_p3 {
    font-size: 12px;
    color: #5e5f60;
    line-height: 1.5;
}

.insight_d2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.2rem;
    line-height: 0.2rem;
}

.insight_p3 span {
    display: inline-table;
    margin-right: 0.12rem;
}

.insight_p3 span:nth-of-type(1) {
    margin-right: 0.15rem;
}

.insight_p4 {
    font-size: 12px;
    color: #155783;
}

.insight_p4 a {
    display: flex;
    align-items: center;
    white-space: nowrap;
}


.insight_p4 img {
    margin-right: 5px;
}







/*  */

.insight_r {
    width: 2.74rem;
}

.insight_top {
    width: 100%;
    height: 2.08rem;
    border-radius: 4px;
}

.insight_top .swiper-pagination {
    height: 8px;
    right: 0.2rem;
    bottom: 0.16rem;
    width: auto;
    left: initial;
    font-size: 0px;
}

.insight_top .swiper-pagination-bullet {
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
}

.insight_top .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white;
}

.insight_top img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/*  */

.insight_bottom_inside {
    position: sticky;
    top: 0.7rem;
    margin-top: 0.2rem;
    background-color: rgba(255, 255, 255, .5);
    padding: 0.3rem 0.2rem;
    border-radius: 4px;
    overflow: hidden;
    width: 2.74rem;
}
.insight_bottom{
    width: 2.74rem;
}

.insight_p5 {
    font-size: 14px;
    color: #333947;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.insight_p5 img {
    margin-right: 0.15rem;
}

.insight_d3 {
    display: flex;
    flex-wrap: wrap;
}

.insight_d4 {
    border: 1px solid #8ab0c7;
    font-size: 14px;
    color: #333947;
    padding: 0 0.1rem;
    line-height: 0.26rem;
    margin-bottom: 0.14rem;
    border-radius: 4px;
    margin-right: 7px;
}

.insight_d4 span {
    margin-left: 0.08rem;
    font-size: 12px;
    color: #155783;
}

@media screen and (max-width: 1920px) {}

@media screen and (min-width: 900px) {}

.search-bar-box{
    width:1100px;
    margin:0 auto;
    height:0.42rem;
    line-height:0.42rem;
    display:flex;
    align-items: center;
    margin-bottom:0.2rem;
    background:#fff;
    border-radius:4px;
}
.search-bar-box .text-overflow{
    flex:1
}
.search-bar-box img{
    height: 50%;
    padding-left: 0.1rem;
}
.search-bar-box #search-txt{
    display:block;
    width:100%;
    padding:0 0.14rem;
}
.search-bar-box #ttt{
    display:none;
}
.search-btn{
    background:#529fda;
    color:#fff;
    border:none;
    height:65%;
    width:0.6rem;
    margin-right:0.1rem;
}

@media screen and (max-width: 800px) {

    html,
    body {
        background-size: cover;
    }

    .insight_nav {
        width: 90%;
        margin: 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .insight_nav_item {
        width: 48%;
        margin-right: 2%;
        margin-top: 0.2rem;
        padding: 0.2rem 0;
        height: auto;
    }

    .insight_cont {
        width: 90%;
        margin: 0 auto;
        margin-top: 0.2rem;
        flex-direction: column-reverse;
    }

    .insight_img {
        width: 1.6rem;
        min-width: 1.6rem;
        height: 1.2rem;
        margin-right: 0.2rem;
    }

    .insight_l {
        width: 100%;
        min-width: 100%;
        margin-bottom: 0.2rem;
    }

    .insight_p1 {
        font-size: 14px;
        margin-bottom: 0.05rem;
        margin-top: 0;
    }

    .insight_p2 {
        font-size: 13px;
        line-height: 18px;
        height: 36px;
        margin-bottom: 0.05rem;
    }

    .insight_d2 {
        flex-direction: column;
        height: auto;
    }

    .insight_p3 {
        display: none;
    }

    .insight_p3 span:first-of-type {
        width: 100%;
    }

    .insight_p4 {
        width: 100%;
    }

    .insight_item {
        padding: 0.28rem 0.1rem;
    }

    .insight_item>a {
        padding: 0;
        align-items: center;
    }

    .insight_l {
        margin-right: 0;
    }

    .insight_r {
        /* width: 100%;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem; */
        display: none;
    }

    .insight_top {
        height: auto;
    }

    .insight_top img {
        width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .search-bar-box{
        margin-top:0.2rem;
        width:90%;
    }
}
