*{
    color: #0D1E3B;
}
.grid.flex-center {
    justify-content: space-between;
    padding: 0;
}
.grid.flex-center>[class*='x']{
    padding: 0 !important;
}
.gap-20{
    grid-column-gap: 20px
}
.gap-10{
    grid-column-gap: 10px
}
.qrcode {
    position: fixed;
    top: 400px;
    right: 50px;
    z-index: 999;
    transform: translateX(-100%);
}
.tab-title{
    margin: 0px 0 10px 0;
    border-bottom: 4px solid #ccc;
    position: relative;
}
.fl-img{
    flex-wrap: wrap;
    justify-content: left !important;
}
.fl-img a{
    padding: 0 5px;
}
.tab-title a{
    color: #008AE6;
	font-size: 20px;
}
.tab-title::after{
    content: '';
    background: linear-gradient(to right,rgba(40,169,255,1) 0%,rgba(238,238,238,1) 100%);
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 200px;
    height: 4px;
}
.more{
    position: absolute;
    right: 0;
    cursor: pointer;
}
.tab-body>.tab-item>.text-list{
    height: 40px;
    line-height: 33px;
    margin-bottom: 17px;
    overflow: hidden;
    margin-left: 36px;
}

.tab-body .text-list>*{
    color: #0D1E3B;
}
.tab-body ul li {
    color: #0D1E3B !important;
    height: 40px;
    line-height: 33px;
    margin-bottom: 8px;
    margin-left: 36px;
}
.list-a{
    width: calc(100% - 60px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    color: #0D1E3B !important;
}
.tab-item span{
    text-align: right;
    display: inline-block;
    width: 50px;
    color: #bbb;
}
.tab-item ul li{
    margin-left: 5px;
}
.tab-body2.news{
    width: 48%;
}
.tab-body2.news .tab-item{
    /* width: 380px; */
    max-width: 100%;
}
.ml-36{
    margin-left: 36px;
}
.flex-box{
    display: flex;
}
.msg-box{
    width: 157px;
    height: 157px;
    padding-top: 20px;
    border-radius: 50px;
    background: linear-gradient(180deg, rgba(123,165,255,1) 0%,rgba(100,214,255,1) 100%);
    text-align: center;
    border: 1px solid rgba(187, 187, 187, 1);
}
.msg-text{
    color: var(--color-main)
}
.break-all{
    word-break:break-all
}
.width-20{
    width: 20% !important;
}
.width-40{
    width: 40% !important;
}
.width-45{
    width: 45% !important;
}
.width-105{
    width: 105px;
}
.width-160{
    width: 160px;
}
.width-170{
    width: 170px;
}
.width-full{
    width: 100%;
}
.ml-10p{
    margin-left: 10%;
}
.ml-10{
    margin-left: 10px;
}
.mr-10{
    margin-right: 10px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-17{
    margin-bottom: 17px !important;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.text-center{
    text-align: center;
}
.video-news{
    background: #edfafd;
    white-space: nowrap;
    display: flex;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 17px;
    position: relative;
}
.tab-item .video-news.bg-blue img {
    max-height: 60px;
}
.tab-item div.grid.flex-center a.width-45 img.width-full {
    max-height: 100px;
}

.video-text{
    width: auto;
    text-align: left;
    font-size: 16px;
    padding-left: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-date{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #edfafd;
    color: #bbb;
    padding-left: 10px;
}
.title-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.border-radius-10{
    border-radius: 10px;
}
.footer{
    min-width: 300px;
    height: auto;
}
.footer .footer-box{
    min-width: 300px;
    height: auto;
}

/* 轮播图 start*/
.carousel-container,.carousel-container1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.carousel-items, .carousel-items1 {
    display: flex;
    flex-wrap: nowrap;
    width: 500%;
    transition: 1s;
}
.carousel-items a , .carousel-items1 a{
    flex: 1;
}
.carousel-items a img, .carousel-items1 a img{
    width: 100%;
}
.carousel-container .carousel-prev,.carousel-container .carousel-next , .carousel-container1 .carousel-prev1, .carousel-container1 .carousel-next1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 50px;
    background-color: rgba(219, 217, 217, 0.7);
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.carousel-container .carousel-prev, .carousel-container1 .carousel-prev1{
    left: 0;
}
.carousel-container .carousel-next, .carousel-container1 .carousel-next1 {
    right: 0;
}
/* 轮播图 end */

/* 分页器 */
.pager{
    /* min-width: 35px;
    line-height: 35px; */
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ccc;
    color: #888;
    padding: 3px 10px;
}
/* 分页器end */

@media (max-width: 768px) {
    .grid.flex-center [class*='x']{
        width: 100% !important;
    }
    .tab-body2.news .tab-item,  .tab-item.hb-tab-item{
        width: 100% !important;
    }
    .qrcode{
        transform: translateX(0);
        right: 15px;
        top: 200px;
    }
}

.pb-0 {
    padding-bottom: 0 !important;
}