body{
    padding: 20px;
    background: #0D1C49;
}
.navbar i{
    background: white;
    width: 100%;
    height: 100%;
}
/*通知开始*/
.notice{
    width: 700px;
    margin: 0 auto;
    padding: 40px 0;
}
.notice .notice_path{
    border-bottom: 1px solid #EAEAEA;
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 12px;
    color: #B2B9BF;
}
.notice .notice_path a{
    color: #2963FF;
    text-decoration: none;
}
.notice .notice_path span{
    color: #3E5569;
}
.notice .notice_cont h2{
    color: #3E5569;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}
.notice .notice_cont .time{
    color: #B2B9BF;
    font-size: 12px;
    text-align: center;
}
.notice .notice_text{
    color: #3E5569;
    font-size: 14px;
    margin-top: 20px;
}
.notice .notice_text p{
    text-indent: 28px;
    line-height: 24px;
}
/*通知结束*/

/*消息开始*/
.check{
    margin: 20px 0;
}
.check span{
    color: #3E5569;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 24px;
    background: url("../../images/check.png") no-repeat center left;
    background-size: 20px;
}
.check span.checked{
    background: url("../../images/checked.png") no-repeat center left;
    background-size: 20px;
}
.news_list li{
    padding: 20px 10px;
    border: 1px solid #EAEAEA;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #B2B9BF;
    overflow: hidden;
    cursor: pointer;
}
.news_list .pagination{
    margin: 0;
}
.news_list .pagination li{
    padding: 0;
    border: none;
}
.news_list .table-striped>tbody>tr:nth-child(odd){
    background: none;
}
.news_list li .list_left{
    float: left;
}
.news_list li .list_left img{
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 10px;
    vertical-align: middle;
}
.news_list li .list_left div{
    display: inline-block;
    vertical-align: middle;
}
.news_list li .list_left div p.min{
    font-size: 12px;
    margin-top: 5px;
    max-width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list li .list_left span{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #CED4DA;
}
.news_list .read .list_left{
    color: #3E5569;
    font-weight: bold;
}
.news_list .read .list_left span{
    background: #41D941;
}
.news_list li .list_right{
    float: right;
    margin-top: 12px;
}

/*消息结束*/

.news_list .dropdown-menu li{
    padding: 0;
    border: none;
}