@charset "utf-8";

/* 新闻详情 */
.art-tit span {
    display: block;
    font-family: Poppins-Medium;
    font-weight: bold;
    font-size: 0.2rem;
    color: #3067bc;
}

.art-tit h3 {
    font-family: Poppins-Medium;
    font-weight: bold;
    font-size: 0.36rem;
    line-height: 0.56rem;
    color: #000;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

.art-body p {
    font-family: Poppins-Light !important;
    font-size: 0.2rem !important;
    line-height: 0.36rem !important;
    color: #000 !important;
    margin-bottom: 0.35rem;
}

.art-body p img {
    max-width: 100%;
}
.art-body p video{
    max-width: 100%;height:auto;

}
/* Career Path */
.career h3 {
    font-family: RanyBold;
    font-size: 0.66rem;
    line-height: 0.72rem;
    max-width: 12.6rem;
}

.career .car-tit {
    margin-top: 0.3rem;
}

.career .car-tit strong {
    display: block;
    font-family: Poppins-Medium;
    font-weight: bold;
    font-size: 0.22rem;
    line-height: 0.3rem;
}

.career .car-tit strong em {
    color: #3068bc;
    font-style: normal;
}

.career .car-tit p {
    font-family: Poppins-Regular;
    font-size: 0.2rem;
    line-height: 0.3rem;
    position: relative;
    z-index: 1;
    padding-left: 0.2rem;
    margin-top: 0.1rem;
}

.career .car-tit p::before {
    content: '';
    position: absolute;
    top: 0.12rem;
    left: 0;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background-color: #f0b74d;
}

.career .car-tit p img {
    max-width: 100%;
}

.download2 {
    margin-top: 0.7rem;
}

.download2 h3 {
    font-family: RanyBold;
    font-size: 0.48rem;
    margin-bottom: 0.4rem;
}

.download2 ul {
    justify-content: flex-start;
}

.download2 li {
    width: 32.56%;
    margin-left: 1.16%;
}

.download2 li:nth-child(3n+1) {
    margin-left: 0;
}

.download2 li h3 {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin-bottom: 0;
}

.download2 li a {
    border-left-width: 0.1rem;
}

.download2 li .an {
    background-color: #e4b841;
    border-color: #e4b841;
    color: #fff;
    font-size: 0.24rem;
}

@media screen and (max-width:1024px) {
    .art-tit span {
        font-size: 0.18rem;
    }

    .art-tit h3 {
        font-size: 0.22rem;
        line-height: 0.38rem;
        margin-top: 0.1rem;
        margin-bottom: 0.3rem;
    }

    .art-body p {
        font-size: 0.18rem !important;
    }

    .career h3,
    .download2 h3 {
        font-size: 0.22rem;
        line-height: 0.36rem;
    }

    .download2 h3 {
        font-size: 0.22rem;
        margin-bottom: 0.2rem;
    }

    .career .car-tit b {
        font-size: 0.18rem;
    }

    .career .car-tit p {
        font-size: 0.16rem;
    }

    .download li {
        width: 100%;
        margin-left: 0 !important;
    }

    .download2 li a {
        padding: 0.2rem 0.3rem;
        border-left-width: 0.03rem;
    }

    .download2 li h3 {
        height: auto;
        max-height: 0.8rem;
        font-size: 0.18rem;
    }

    .download2 li .an {
        font-size: 0.16rem;
        margin-top: 0.15rem;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}