body{
    background-color: #E0F9FD;
}

.list_container{
	background: #fff;
}

.along-text {
    background: #fff;
    box-shadow: inset 0px 2px 3px 0px rgba(255,255,255,0.87);
    border-radius: 20px 20px 0px 0px;
    position: relative;
    margin-top: 20px;
}

.along-text img {
    width: 91px;
    position: absolute;
    left: 15px;
    top: 20px;
}

.along-text p {
    font-size: 20px;
    font-family: SourceHanSansSCVF-Normal, SourceHanSansSCVF;
    font-weight: 400;
    color: #666;
    padding: 15px;
    margin-bottom: 0px;
    text-align: justify;
    padding-left: 119px;
}

.ssb-tips {
    font-size: 16px;
    font-family: SourceHanSansSCVF-Medium, SourceHanSansSCVF;
    font-weight: 500;
    color: #FFFFFF;
    background: #409AED;
    box-shadow: 0px 3px 8px 0px rgba(14,79,138,0.36);
    border-radius: 100px 154px 0px 100px;
    border: 1px solid #FFFFFF;
    position: absolute;
    right: 251px;
    padding: 10px 13px;
    z-index: 0;
}

.along-tabs {
    overflow: hidden;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.along-tabs ul.nav-tabs {
    padding: 0px 0px;
    border-left: 3px #45DEFB solid;
    border-bottom: none;
}

.along-tabs ul.nav-tabs li {
    float: none;
    margin-bottom: 15px;
}

.along-tabs ul.nav-tabs.nav-line>li>a {
    padding: 8px 9px;
    font-size: 18px;
    font-family: SourceHanSansSCVF-Bold, SourceHanSansSCVF;
    color: rgba(116, 148, 160, 1);
    transition: all 0.8s;
    text-align: left;
}

.along-tabs ul.nav-tabs li.active {
}

.along-tabs ul.nav-tabs li.active>a {
    border-radius: 0px 34px 34px 0px;
    background: linear-gradient(274deg, rgba(19, 166, 193, 1) 0%, rgba(69, 222, 251, 1) 100%);
    color: #fff;
    border-bottom: none;
}

.tab-content {
    background-color: #fff;
    border-radius: 30px;
    padding-top: 0px;
    width: 75%;
    float: left;
}
.along-tabs .tab-content div.row{
    background: url(https:/www.shqp.gov.cn/shqp/res/zt/qpqjd/img/tabpanel-right-bg.png) no-repeat;
    background-size: 85%  auto;
    background-position-y: calc(100% + 40px);
    background-position-x: calc(100% + 18px);
}
.tabpanel-right {
    border-radius: 5px;
    border: 1px #45DEFB solid;
    padding: 15px 30px 15px 30px;
    margin-right: 20px;
    margin-top: 92px;
    text-align: justify;
    position: relative;
 
}

.tabpanel-right::before {
    content: '';
    width: 130px;
    height: 120px;
    /*background: url(https:/www.shqp.gov.cn/shqp/res/zt/qpqjd/img/b.png) no-repeat;*/
    background-size: 100% 100%;
    position: absolute;
    right: -35px;
    bottom: 10px;
}

.tabpanel-right h4 {
    font-size: 24px;
    font-family: SourceHanSansSCVF-Bold, SourceHanSansSCVF;
    font-weight: bold;
    color: #474747;
    margin: -30px 0px 23px;
    text-align: center;
}

.tabpanel-right h4 span {
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 0px 40px;
}

.tabpanel-right h4 span::before, .tabpanel-right h4 span::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px #45DEFB solid;
    position: absolute;
}

.tabpanel-right h4 span::before {
    left: 1px;
    top: 12px;
}

.tabpanel-right h4 span::after {
    right: 1px;
    top: 12px;
}

.tabpanel-right p {
    font-size: 18px;
    font-family: SourceHanSansSCVF-Regular, SourceHanSansSCVF;
    font-weight: 400;
    color: #666;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.mySwiper {
    margin-left: 10px;
    padding-bottom: 45px;
}

.swiper {
    --swiper-theme-color: #fff;
 
    --swiper-navigation-color: #fff;

    --swiper-navigation-size: 12px;
  
}

.swiper-button-next, .swiper-button-prev {
    padding: 4px 10px;
    bottom: 7px;
    top: auto;
    left: auto;
    right: auto;
    display: inline-table;
    border-radius: 5px;
    background: linear-gradient(274deg, rgba(19, 166, 193, 1) 0%, rgba(69, 222, 251, 1) 100%);
}

.swiper-button-prev {
    right: 51%;
}

.swiper-button-next {
    left: 51%;
}

.tabs-overflow {
    width: 25%;
    float: left;
}

.tabs-overflow::-webkit-scrollbar {
    height: 10px;
}

.tabs-overflow::-webkit-scrollbar-thumb {
    background: linear-gradient(274deg, #E42C37 0%, #FF9D83 100%);
    border-radius: 10px;
}

.tabs-overflow::-webkit-scrollbar-track {
    background-color: transparent;
}

.mySwiper-title {
    text-align: center;
    margin-top: 15px;
}

.ewm-list {
    padding: 15px;
}

.ewm-list li {
    margin: 0px 0px;
}

.ewm-list li a {
}

.ewm-list li a img {
    padding: 5px;
    background: linear-gradient(to top,rgba(52, 224, 183, 1),rgba(89, 207, 254, 1));
    border-radius: 10px;
}

.ewm-list li a p {
    font-size: 16px;
    text-align: center;
    color: #126F8E;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
}

.ewm-title {
    color: #474747;
    font-size: 24px;
    position: relative;
    margin-left: 15px;
    padding: 10px 0px 13px 0px;
    font-weight: 600;
}

.ewm-title::before {
    content: '';
    width: 150px;
    height: 3px;
    background: linear-gradient(to right,rgba(52, 224, 183, 1),rgba(89, 207, 254, 1));
    position: absolute;
    left: 0px;
    bottom: 0px;
    box-shadow: 2px 2px 4px #3d8fae;
}

.along-tabs ul.nav-tabs.nav-line>li>a:hover {
    border: none;
}

.store-right {
    background-color: #fff;
    padding: 15px;
    margin-top: 20px;
}

.store-right-title {
    font-size: 20px;
    color: #666;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 600;
}

.store-right .picTextList {
}

.store-right .picTextList li {
    margin-bottom: 13px;
}
.store-right .picTextList li a{
	cursor: pointer;
}
.store-right .picTextList li a:hover {
    background-color: transparent;
}

.store-right .picTextList li .ImgCrop {
    height: 63px;
}

.store-right .picTextList li .ImgCrop img {
	height: 63px;
}

.breadcrumb{
	background: none;
    padding: 8px 0px;
    margin: 10px 0px;
}

.breadcrumb li a{
	font-size: 14px;
    font-weight: 400;
    color: rgba(97,110,108,1);
}

ul.news-lisetr li a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-left: 0;
    padding-left: 20px;
    width: 78%;
    position: relative;
}

ul.news-lisetr li p{
    height: 0px;
    overflow: hidden;
}
ul.news-lisetr li span.time{
    top: 10px;
    color: #333;
    font-size: 16px;
    opacity: 1;
}
ul.news-lisetr li:hover a{
    color: #2B98E5;
}

ul.news-lisetr li  em {
    font-style: normal;
    float: right;
    margin-top: 3px;
}

.news-lisetr li a:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #7C91DE;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fixed-rg-box {
    display: none;
}

.store-right .picTextList li p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
    font-size: 16px;
    color: #666;
}

.store-right .picTextList li p.date {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    font-size: 13px;
    margin-bottom: 0px;
}

.age-more {
    color: #999;
    border: 1px #ddd solid;
    width: 76px;
    display: block;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 0px;
    margin: 0px auto;
}

@media(max-width: 767px) {
    .along-banner {
        margin: 20px 0px 30px;
    }

    .along-banner .ssb-img {
        width: 120px;
        display: block;
        margin: 30px auto 0px;
    }

    .along-banner .ssb-ewm {
        width: 200px;
        float: right;
        z-index: 1;
        position: relative;
        margin-top: 0px;
    }

    .ssb-tips {
        display: none;
    }

    .along-text p {
        font-size: 14px;
        padding: 10px;
    }

    .along-tabs ul.nav-tabs {
        display: block;
    }

    .along-tabs ul.nav-tabs li {
        flex: none;
        display: block;
        width: 100%;
    }

    .along-tabs ul.nav-tabs li a {
        text-align: left;
    }

    .mySwiper {
        margin-left: 0px;
    }

    .tabpanel-right {
        border-radius: 20px 20px 20px 20px;
        margin: 15px;
        border-left: 1px dashed #2580D8 ;
    }

    .tabpanel-right p {
        font-size: 16px;
    }

    .tabpanel-right::before {
        right: -14px;
        bottom: 0px;
    }

    .tab-content, .tabs-overflow {
        width: 100%;
    }

    .store-right {
        margin-bottom: 30px;
    }

    .along-text img {
        padding: 20px 0px 0px;
        display: block;
        margin: 0px auto;
        position: static;
    }
}

@media (min-width: 1400px){
        .container {
            width: 1400px!important;
        }
        .wd67 {
          padding-right: 0;
        }
}
@media (min-width: 1200px){
        .container {
            width: 100%;
        }
}
.tabpanel-right2 {
    margin-top: 34px;
}