/*平台概述*/
.about-one {
    position: relative;
    display: block;
    background-color: #e9edf2;
    padding: 0px 0 180px;
}
.how-it-works-about {
    background-color: var(--thm-base);
    padding-bottom: 120px;
}

@media (min-width: 1200px)
.container {
    max-width: 1200px;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.content-tab {
    margin-bottom: 40px;
    text-align: center;
}

.content-tab ul {
    width: auto;
    display: inline-block;
    margin: 0px auto;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 25px;
    text-align: center;
}
ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

.content-tab ul li {
    line-height: 30px;
    padding: 0px 10px;
    margin: 0px 10px;
    display: inline-block;
    font-size: 16px;
}

.content-tab ul li:hover,.content-tav-clicked{color:#0073ff;border-bottom:3px solid #0073ff;}

.about-one__content {
    position: relative;
    display: block;
    margin-left: 70px;
}

.about-one__content .section-title {
    margin-bottom: 37px;
    margin-top: 20px;
}
.section-title {
    margin-top: -13px;
    margin-bottom: 48px;
}

/*.xx-title {
    text-align: center;
}

.section-title__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 50px;
    line-height: 80px;
    font-weight: 400;
}*/

.news-title1 {
    font-size: 26px;
    line-height: 36px;
}

/*h1, h2, h3, h4, h5, h6 {
    color: var(--thm-black);
    margin: 0;
}*/

.xx-word {
    margin-top: 20px;
    text-indent: 32px;
}
.news-word {
    font-size: 16px;
    margin-top: 10px;
}

/*.section-title__tagline {
    display: flow-root;
    color: var(--thm-gray);
    font-size: 18px;
    align-items: center;
    line-height: 30px;
    margin-bottom: 6px;
}*/

.about-one__img {
    position: relative;
    display: block;
}

.about-one__img img {
    width: 100%;
    border-radius: 5px;
}
.xx-img {
    border-radius: 0px;
    width: 50% !important;
}

/*数据资源--二级*/


/*.premium-ride__single {
    position: relative;
    text-align: center;
    max-width: 384px;
    width: 100%;
    padding: 0 70px;
    float: left;
    margin-bottom: 30px;
    margin: 0 auto;
}

.white-bg {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 12px #dadada;
    padding: 70px 40px 50px 40px;
}

.pr-img {
    width: 170px;white-bg
    height: 170px;
}

.premium-ride__img {
    position: relative;
    display: block;
    height: 120px;
    width: 110px;
    margin: 0 auto;
}*/

.premium-ride__single:hover .premium-ride__img img {
    transform: scale(1.1);
}
/*.premium-ride__img img {
    width: 100%;
    transition: all 500ms ease;
}*/

.premium-ride__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 25px;
    margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--thm-black);
    margin: 0;
}

.premium-ride__text {
    margin: 0;
    color: var(--thm-gray);
    font-size: 16px;
}

.pr-hover {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 50px;
    display: none;
    background: #4683fd;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.gfyynews-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 19px;
}

.gfyynews-title:hover {
    color: #3b6df3 !important;
}

.search-title span {
    background: #0073ff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 8px;
    color: #fff;
}

/*信息产品*/
.download-text{
    height: 36px;
    display: flex;
    font-size: 18px;
    text-decoration: underline;
    color: #D9001B;
}
.download-icon{
    width: 19px;
    height: 18px;
	margin-top: 10px;
    margin-left: 10px;
}