.otherinfo{
    padding: 2px;
    height: 717px;
    background: #FFFFFF;
    border-radius: 4px 0px 0px 0px;
    margin: 24px 0 6px 0;
}

.otherinfo .leftmenu{
    padding-right: 2px;
    border-right: 1px solid #999;
    margin-top: 3px;
    min-height: 40px;
}

.otherinfo .leftmenu a{
    display: block;
    width: 2rem;
    height: 0.5rem;
    margin-bottom: 0.2rem;
    background: #16468d;
    border-radius: 0.04rem;
    text-align: left;
    padding-left: .25rem;
    cursor: pointer;
    font-size: 0.16rem;
    color: #fff;
    line-height: .5rem;
    text-align: left;
}
.otherinfo .leftmenu a.this{
    background-color: #1a67b7;;
}


.otherinfo .leftmenu a:last-child{
    margin-bottom: 0.2rem;
}

/* 平台简介 */
.otherinfo .brief{
    flex: 1;
    padding: .3rem 0 0 0;
}

.otherinfo .brief p{
    text-indent: .28rem;
    line-height: 28px;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    color: #666;
}

/* 联系我们 */

.otherinfo .contact{
    flex: 1;
    padding: .3rem 0 0 0.3rem;
}

.otherinfo .contact .map{
    width: 8.99rem;
    height: 3.66rem;
}

.otherinfo .contact p{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.2rem;
    margin-bottom: 0.2rem;
}

.regu{
    flex: 1;
    height: 4rem;
    position: relative;
}

.regu .empty{
    text-align: center;
    font-size: 0.24rem;
    color: #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 系统公告 */

.notice{
    flex: 1;
    padding: 0.1rem 0 0 0.2rem;
}

.notice ul li{
    margin: 18px 0;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 16px;
}

.notice ul li .inform{
    font-size: 16px;
    color: #333333;
}

.notice ul li .inform:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #16468d;
    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}

.notice ul li .date{
    font-size: 14px;
    color: #666666;
}

.fitheight{
    height: fit-content !important;
    height: -moz-fit-content;
}

.notice_info{
    flex: 1;
    padding: 0.2rem 0.1rem 0 0.3rem;
}

.notice_info h1{
    margin-top: 0.2rem;
    font-size: 0.20rem;
    font-weight: bold;
    text-align: center;
}

.notice_info .datetime{
    color: #404d6d;
    padding-top: 0.15rem;
    padding-bottom: 0.3rem;
    text-align: center;
}

.notice_info .context{
    padding-top: 0.4rem;
    border-top: #b9c0d3 solid 1px;
}

.notice_info .context img{
    max-width: 100%;
}

.notice_info .context p{
    text-indent: .35rem;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin-bottom: 10px;
}


/* 安全准入 */
.toptext{
    padding-bottom: 8px;
    border-bottom: 1px solid #16468d;
}

.toptext .ltit{
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexstart{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#calendar .fc-left button{
    line-height: 20px;
}