html {
    --web-theme-color: #5181f1;
    --web-nav-color: #0d86f1;
    --web-nav-active-color: #0363BA;
    --web-nav-font-color: #ffffff;
    --web-nav-font-active-color: #ffffff;
    --web-width: 1100px;
}
:root{
    --bs-font-sans-serif:'Î¢ÈíÑÅºÚ, Microsoft YaHei'
}
a{
    text-decoration: none;
}
@font-face {
    font-family: "iconfont"; /* Project id 5152140 */
    src: url('../iconfont/iconfont.woff2') format('woff2'),
        url('../iconfont/iconfont.woff?t=1775027005540') format('woff'),
        url('../iconfont/iconfont.ttf?t=1775027005540') format('truetype');
    }

.iconfont {
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.homes{
    width: 1000px;
    margin: 0 auto;
}
.homes .home-logo{
    width: 100%;
}
.nav{
    background-color: var(--web-nav-color);
    color: var(--web-nav-font-color);
    border-color: var(--web-nav-color);
    border-width: 2px;
}
.nav .nav-link{
    color: var(--web-nav-font-color);
    border-radius:0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var( --web-nav-font-active-color);
    background-color: var(--web-nav-active-color);
}
.content_detail{
    margin-top: 16px;
}
.fastTrack_right{
    width: 400px;
    border: 1px solid #eeeeee;
    margin-left: 15px;
}

.before_title{
    position: relative;
    font-size: 18px;
    padding-left: 22px;
}
.before_title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background-image: url(../image/titleLogo.png);
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.common-title{
    margin-bottom: 12px;
}
.content-right-item {
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.content-right-item:last-child{
    border-bottom: none;
}
.content-right-item-card {
    width: 100%;
    border: 1px solid var(--web-theme-color);
    color: var(--web-theme-color);
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
}
.content-right-item-card:last-child{
    margin-bottom: 0;
}
.content-right-item-card:hover {
    background-color: var(--web-theme-color);
    color: #FFFFFF;
}
.content-right-item-card i{
    margin-right: 12px;
}
.fs-7{
    font-size: 14px;
}
.text-indent{
    text-indent: 32px;
}
.lh-center{
    line-height: 1.8 !important;
}
.base_item_title{
    color: #003399;
}
.colorRed{
    color: red;
}
.colorScaleTitle{
    color: #1f5cc1;
}
.common-title-more{
    color: #999;
    font-weight: normal;
    font-size: 12px;
}
.color999{
    color: #999;
}
.notes-item-title h3::before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
/* footer */
.footer {
    background-color: #0970cc;
    color: #fff;
}
.footer a,.footer{
    color: #fffcfc;
}