body{
    background: #EEEEEE;
}
.container{
    font-size: 13px;
}
.bg-tag{
    background: #F4F9FF;
    border-radius: 1px;
}
.rtag{
    border: 1px solid #4290F7;
    line-height: 14px;
    padding: 2px;

}
.header-pic{
    width: 75px;
    height: 75px;
}
.gs-title::before,.gs-title2::before{
    content: " ";
    position: absolute;
    left: -1rem;
    top: 0;
    width: 6px;
    height: 100%;
}
.gs-title::before{
    background: #418CF8;
}
.gs-title2::before{
    background: #BB7238;
}
.main-content dl{
    display: flex;
}
.main-content dd{
    background: #F4F9FF;
    justify-content: center;
    color: #6D6D6D;
}
.main-content dt{
    padding-left: 1rem;
}
.main-content dd{
    flex-shrink: 0;
}
.main-content dd,.main-content dt{
    min-height: 47px;
}
.main-content .single-dd{
    width: calc(400%/36);
}
.main-content2 td,.main-content2 th{
    min-height: 36px;
    padding: 10px 10px;
    line-height: normal;
}
.main-content dd,.main-content dt{
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
}
dt{
    font-weight: normal;
}


.mo1{
    height: 34px;
    background: #DAEBFF;
    color: #006FFF;
}
.icon{
    width: 16px;
    height: 16px;
    background: url("../images/trumpet.png");
    background-size: contain;
}
.icon2{
    width: 6px;
    height: 12px;
    background: url("../images/right-arow.png");
    background-size: contain;
}
.icon3 {
    background: url("../images/trumpet-yellow.png") !important;
    background-size: contain !important;
}
.icon4{
    background: url("../images/right-arow.png") !important;
    background-size: contain !important;
}
.mo2{
    line-height: 23px;
}
.mo2 li{
    border-bottom: 1px solid #EEEEEE;;
}
.mo2 li i{
    width: 14px;
    height: 14px;
    background: #4B86F5;
    color: #fff;
}
.mo2 li:nth-child(1) i{
    background: #E02020;
}
.mo2 li:nth-child(2) i{
    background: #FA6400;
}
.mo2 li:nth-child(3) i{
    background: #F7B500;
}
.mo2 .r-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
table td,table th{
    border: 1px #e0e0e0 solid;
}
table th{
    background: #F4F9FF;
}


.gs-title2{

}

.main-content2 th{
    background: #F4F9FF;
}




.fs16px{
    font-size: 16px;
}
.fs8px{
    font-size: 8px;
}
.fs10px{
    font-size: 10px;
}
.fs12px{
    font-size: 12px;
}
.fs14px{
    font-size: 14px;
}
.color-4B86F5{
    color: #4B86F5;
}
.color-6D6D6D{
    color: #6D6D6D;
}
.bg-F4F9FF{
    background: #F4F9FF;
}
.bg-4B86F5{
    background: #4B86F5;
}
