.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 .brief .about-link:hover {
    color: #2d95e1 !important;
}


.otherinfo .conbox .insbox {
    display: inline-block;
    width: 23%;
    margin: 15px 2% 15px 0;
}
.otherinfo .conbox .insbox:nth-child(4n) {
    margin-right: 0;
}
.otherinfo .conbox .insbox img {
    width: 100%;
    height: 170px;
}
.otherinfo .conbox .insbox p {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 8px 0 0 0;
}

.otherinfo .conbox .itembox {
    display: inline-block;
    width: 48%;
    margin: 15px 2% 15px 0;
    padding: 0.1rem 0.18rem;
    border: 1px solid #EEEEEE;
}
.otherinfo .conbox .itembox:nth-child(2n) {
    margin-right: 0;
}
.otherinfo .conbox .itembox p {
    font-size: 13px;
    padding: 5px 0;
}


/* 联系我们 */

.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;
}


/* 分类内页样式 */
.class-conter-box{
    width: 1400px;
    margin: 40px auto;
}

.class-conter-box .class-content-left{
    margin-right: 40px;
    width: 268px;
    padding:15px;
    background: #fff;
}

.otherinfo .leftmenu_search {
    padding-right: 0.2rem;
    border-right: 1px solid #999;
    margin-top: 0.3rem;
    min-height: 4rem;
    width: 2.68rem;
}
.accordion_menu {
    width: 100%;
    max-width: 360px;
    margin: 0px auto 0px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion_menu .menu_li_box{
    border-bottom: 1px solid #CCCCCC;
}
.accordion_menu .menu_li_box:last-child{
    border-bottom: none;
}

.accordion_menu .link {
    display: block;
    height: 0.5rem;
    text-align: left;
    padding-left: 0.25rem;
    cursor: pointer;
    font-size: 0.16rem;
    color: #444444;
    line-height: .5rem;
    text-align: left;
    position: relative;
}

.accordion_menu .link i{
    position: absolute;
    right: 12px;
    font-size: 18px;
    color: #444444;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion_menu li:last-child .link {
   border-bottom: 0;
}

.accordion_menu li.open .link {
    background-color: #08b1f7;
    color: #fff;
}
.accordion_menu li.open .link i{
    color: #fff;
}
.accordion_menu li.open .link a{
    color: #fff;
}

.accordion_menu li.open i {
   color: #fff;
}
.accordion_menu li.open i.fa-chevron-down {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   transform: rotate(180deg);
}

.class-conter-box .class-content-right{
    flex: 1;
    margin: 0px;
    border-radius: 0px;
}
.class-conter-box .class-content-right .class-list{
    padding: 0px;
}
.class-content-right .class-list .class-item-box{
    margin:.25rem auto;
}
.class-content-right .class-list .class-item-box li{
    display: inline-block;
    width: 4.5rem;
    height: 1.5rem;
    border:1px solid #CCCCCC;
    padding: .18rem;
    margin-right: .25rem;
    margin-bottom: .25rem;
}
.class-content-right .class-list .class-item-box li:nth-child(2n){
    margin-right: 0px;
}
.class-content-right .class-list .class-item-box li .class-item-left{
    flex: 1;
}
.class-content-right .class-list .class-item-box li .class-item-left p{
    margin-bottom: .1rem;
    font-size: 14px;
    color:#222 ;
    width: 3.5rem;
}
.class-content-right .class-list .class-item-box li .class-item-left p span{
    color: #666;
}
.class-content-right .class-list .class-item-box li button a{
    color: #2d95e1!important;
}
.class-item-right p:last-child{
    margin-bottom: 0px;
}
.class-item-right{
    margin-left: -15px;
}
/**
 * Submenu
 -----------------------------*/
 .accordion_submenu {
    display: none;
    font-size: 14px;
}

.accordion_submenu li {
    /* border-bottom: 1px solid #4b4a5e; */
    font-size: 16px;
}

.accordion_submenu a {
    display: block;
    text-decoration: none;
    color: #111 !important;
    padding: 12px;
    padding-left: 40px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #fff !important;
    font-size: 14px;
}

.accordion_submenu a.active,.accordion_submenu a:hover {
    background: #fbfbfb !important;
    color: #2d95e1 !important;
}


.class_ins_top .pic_box{
    flex:1;
    width:4rem;
    margin-right: .5rem;
}
.class_ins_top .detail-info-box{
    padding: 0px .18rem;
    margin-bottom: .2rem;
}
.detail-info-ins{
    margin: 0 4% 20px 0;
    display: inline-block;
}
.detail-info-ins a{
    display: block;
}
.detail-info-ins a .detail-pic{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    display: block;
    text-indent:0px !important;
}

.detail-info-box .comInfo p{
    margin-right: .2rem !important;
    min-width: 3rem;
    flex: 1;
    text-indent: 0rem;
    margin-bottom: 10px !important;
}
.detail-info-ins a .detail-pic{
    width: 180px;
    height: 200px;
    display: flex !important;
}
.detail-info-ins a .detail-pic img {
    max-width: 100%;
    margin: 0px;
    max-height: 200px;
    padding: 10px;

}
.detail-info-ins a .ellipsis {
    width: 180px;
    text-align: center;
    text-overflow: ellipsis;
}
.detail-info-ins:nth-child(4){
    margin-right: 0;
}
.class_ins_top .pic_box .info{
}
.class_ins_top .pic_box .info p{
    margin:0px;
    color:#383938;
    text-indent:0px;
}
.class_ins_top .pic_box .info .title{
    font-size:16px;
    margin-bottom:10px;
    color:#383938;
    font-weight: bold;
}

.class_ins_box .btn_box{
    margin-right: .3rem;
    margin-top: .3rem;
}

.class_ins_box .btn_box .layui-btn{
    margin-right: .3rem;
}

.algin_center th,.algin_center td{
    text-align: center;
 }
 .class_table_box th,.class_table_box td{
     font-size:14px;
     color:#222222
 }
 .class_table_box td a{
     color:#2956a6
 }
 .class_table_box td a:hover{
     text-decoration: underline;
 }

 .layui-breadcrumb a cite{
    color: #2d95e1;
    font-style: normal;
 }

 /* 分类详情样式 */
 .class-conter-detail-box{
    width: 1400px;
    margin: 40px auto;
 }

 .class-conter-detail-box .class-content-detail-left{
    width: 2.68rem;
    min-height: 10.71rem;
    background: #fff;
    margin-right: 40px;
    padding: .15rem;
 }

 .detail-item-box li .detail-pic img{
    width: 2.5rem;
    height: 2.66rem;
    margin-bottom: .2rem;
 }
 .detail-item-box li .detail-info{
    font-size: .18rem;
    color: 400;
    line-height: .3rem;
    width: 100%;
 }
 .class-conter-detail-box .class-content-detail-right{
    margin: 0px;
    min-height: auto;
    width: 9.6rem;
    flex: 1;
 }

 .class-detail-info{
    padding: .2rem !important;
 }

 .detail-content-title{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: .2rem;
 }
 .detail-content-title::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #2d95e1;
    margin-right: .09rem;
    vertical-align: center;
 }
/* 内页公共接口样式 */
.common-container-box{
    width: 1400px;
    margin: 40px auto;
}

.common-container-box .common-box-left{
    margin-right: 40px;
    width: 268px;
    padding:15px;
    background: #fff;
}
.common-container-box .common-box-right{
    flex: 1;
    margin: 0px;
    border-radius: 0px;
}

.common-container-box .common-box-left .leftmenu{
    min-height: 4rem;
}

.common-container-box .common-box-left .leftmenu a{
    display: block;
    height: 0.5rem;
    margin-bottom: 0.2rem;
    background: #B01F24;
    text-align: left;
    padding-left: .25rem;
    cursor: pointer;
    font-size: 0.16rem;
    color: #fff;
    line-height: .5rem;
    text-align: left;
}
.common-container-box .common-box-left .leftmenu a.this{
    background-color: #2d95e1;
}

.common-container-box .common-box-left .leftmenu a:last-child{
    margin-bottom: 0.2rem;
}

/* 安全准入 */
.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;
}