    /*公告*/

.ano-list{
    height: 40px;
    line-height: 40px;
    background: #191F36;
}
.ano-list li{
    float: left;
    width: 50%;
    height: 100%;
    line-height: inherit;
    color: #C0CAEF;
    text-align: center;

}
.ano-list li span{
    display: inline-block;
    height: 100%;
    line-height: inherit;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    color: #C0CAEF;
}
.ano-list li:hover,
.ano-list li.active{
    color: #E1E9FF;
}
.ano-list li:hover .ano-tab-title,
.ano-list li.active .ano-tab-title{
    border-bottom: 0;
}

.ano-list li.active .ano-tab-title:after {
    position: relative;
    content: "";
    display: block;
    width: 45%;
    height: 3px;
    background: #FF2D55;
    border-radius: 3px;
    margin: -3px auto;
}

.itemList
.ano-context{
    height: 56px;
    overflow: hidden;
}
.ano-context-header{
    height: 16px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1;
}
.ano-context-header .ano-title{
    float: left;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#111;
    font-size: 14px;
}
.night .ano-context-header .ano-title{
    color:#E1E9FF;
}
.ano-context-header .ano-time{
    position: relative;
    float: right;
    font-size: 14px;
    color: #656E90;
    margin-right: 45px;
}

.ano-intro{
    color: #656E90;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 87%;
    margin-top: 10px;
    font-size: 12px;
    height: 17px;
}
.ano-intro span{
    color: #656E90 !important;
    font-size: 12px!important;
    line-height: 17px!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.ano-context-header .arr-icon{
    color: #656E90;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ano-context-body{
    display: none;
    line-height: 1.5;
    font-size: 14px;
    color: #999;
    transition: all .5s;
    width: 90%;
}
.ano-context-body.active{
    display: block;
}

/*接口返回数据格式处理*/
pre{
    background: none !important;
    margin: 0 !important;
}
.ano-context-body span{
    font-size: 12px!important;
    line-height: 17px;
    color: #656E90 !important;
}

.event-nav{
    background: #fff;
    /* padding: 2.7% 10px; */
}

.night .event-nav {
    background: #191F36;
}

.event-nav .mn-btn{
    display: inline-block;
    /* 渐变1 */
    background: #FF2D55;
    border-radius: 35px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    width: auto !important;
}

.event-nav ul{
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.event-subnav ul{
    height: auto;
}
.event-subnav{
    background: #fff;
    padding: 0 2.7%;
}

.night .event-subnav {
    background: #191F36;
    color: #9EA7C4;
}

.event-subnav .sub-btn{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: auto !important;
}
.event-subnav .sub-btn.active{
    color: #111;
    border-bottom: 2px solid #FF2D55;
}

.night .event-subnav .sub-btn.active {
    color: #E1E9FF;
}

.event-cont{
    display: none;
}
.event-body .event-item{
    /* display: none; */
}
.event-body{
    margin: 2.7%;
    padding: 0 0 100px;
}
.event-body .event-text{
    line-height: 1.5;
    font-size: 14px;
    color: #999;
    transition: all .5s;
    padding-top: 8px;
}