#newBridge #nb_icon_wrap {
    top: auto !important;
    bottom: 10px !important;
}
@font-face {
    font-family: 'title';
    src: url('../title.ttf') format('truetype')
}
@font-face {
    font-family: 'roboto';
    src: url('../roboto.ttf') format('truetype')
}
.bottom_content {
    padding: 15px 20px 0 20px;
    background: #fff;
}
.bottom_content > div {
    width: calc(100vw - 40px);
    margin: 0 auto;
}
.bottom_content .bottom_left img {
    width: 85px;
}
.bottom_content .bottom_left h3 {
    font-family: title;
    font-size: 24px;
    color: #333;
}
.bottom_content .bottom_left h3 span {
    font-size: 32px;
    color: #D81719;
}

.bottom_content .bottom_left ul {
    font-size: 10px;
    color: #999;
    line-height: 20px;
}
.bottom_content .bottom_left ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.bottom_content .bottom_left ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 7px;
    background: red;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 0;
}
.bottom_content .bottom_left ul li {
    position: relative;
    padding-left: 12px;
}
.bottom_content .bottom_left ul li img{
    height: 8px;
    width: auto;
    display: inline-block;
    margin-right: 5px;
}
.bottom_content .bottom_left ul li > span {
    margin-left: 10px;
}
.bottom_content .bottom_left ul li > span:first-child {
    margin-left: 0;
    width: 45px;
}
.bottom_content .bottom_left ul li > span:nth-child(2) {
    width: 90px;
}
.bottom_content .bottom_left p {
    font-family: roboto;
    font-size: 30px;
    color: #D81719;
}
.bottom_content .bottom_left a {
    color: #D81719 !important;
}
.bottom_content .bottom_left p a {
    color: #D81719 !important;
}
.bottom_content .bottom_left>span {
    font-size: 0.6rem;
    color: rgba(153, 153, 153, 0.5);
    line-height: 20px;
}
.bottom_content .bottom_center {
    margin-top: 15px;
}
.bottom_content .bottom_center li {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
    line-height: 30px;
}
.bottom_content .bottom_center li a {
    color: #999;
}
.bottom_content .bottom_center li:nth-child(4),
.bottom_content .bottom_center li:nth-child(5) {
    align-items: start;
}
.bottom_content .bottom_center .call img {
    width: 20px;
    margin-right: 13px;
}
.bottom_content .bottom_center .call4 img {
    margin-top: 5px;
}
.bottom_content .bottom_center .call5 img {
    margin-top: 5px;
}
.bottom_content .bottom_center .call4 div span,
.bottom_content .bottom_center .call5 div span {
    display: block;
    line-height: 24px;
}
.bottom_content .bottom_right {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    text-align: center;
}
.bottom_content>div>div:last-child {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    padding: 15px 0;
}
.bottom_content .bottom_right img{
    width: 112px;
    margin-bottom: 7px;
}
#moocTitle a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

#moocBox {
    height: 80px;
    margin: 10px 0;
    overflow: hidden;
}

#mooc ul li {
    height: 24px;
}

#mooc ul li a {
    width: 180px;
    float: left;
    display: block;
    overflow: hidden;
    text-indent: 15px;
    height: 24px;
}

#mooc ul li span {
    float: right;
    margin-left: 20px;
}
.pop_con {
    width: 100%;
    height: 70px;
    background: linear-gradient(91deg, #0D37E5 0%, #29A5FF 100%);
    z-index: 999;
}
.pop_con>div {
    width: 100vw;
    margin: 0 auto;
    text-align: center;
}
.pop_con h3 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    padding-top: 15px;
    cursor: pointer;
}
.pop_con h3 p{
    font-size: 12px;
}