 html,body{
    background: #fff;
    min-height: 100%;
}
.mui-bar-nav{
    background: #3723da;
    padding:0 12px;
}
.mui-bar-nav.mui-bar .mui-icon{
    color: #fff;
    font-size: 24px;
    padding: 0;
    line-height: 44px;
    margin: 0;
}
.mui-bar-nav.mui-bar .r-text{
    line-height: 44px;
    color: #fff;
    font-size:17px;
}
.mui-bar .mui-title{
     color: #fff;
     font-size: 17px;
     font-weight: 400;
}
.mui-content{
    background: #fff;
    height: 100%;
}
.mui-off-canvas-left, .mui-off-canvas-right{
    width: 82%;
    background: #343232;
}
.user{
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid #444;
    padding: 14px 0 10px 0;
}
.user .img-box{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin:0 14px;

}
.user .img-box img{
    display: block;
    width: 100%;
}
.user .info{
    width: 100px;
    flex-grow: 1;
    line-height: 40px;
    -webkit-flex-grow: 1;
    color: #ffffff;
    font-size: 10px;
}
ul,li{
    list-style: none;
    padding: 0;
}
.nav-list{
    border-bottom: 1px solid #444;
}
.nav-list .nav-item{
    display: flex;
    display: -webkit-flex;
    margin: 10px 0;
}
.nav-list .nav-item img{
    width: 26px;
    height: 21px;
    margin: 0 22px 0 24px;
}
.nav-list .nav-item a{
    width: 100px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    color: #fff;
    font-size: 11px;
    line-height: 21px;
}

.mui-content{
    background: #fff;
}
.mui-content .hint-info{
    text-align: center;
    line-height: 38px;
    font-size: 11px;
    color: #999999;
    border-bottom: 1px solid #dcdcdc;
}
.mui-content .record-list .record-item{
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    display: -webkit-flex;
    line-height: 36px;
    padding-left: 12px;
    font-size: 10px;
    color: #333;
}
.mui-content .record-list .record-item .nth1{
    width: 120px;
    flex-grow: 2;
    -webkit-flex-grow: 2;
}
.mui-content .record-list .record-item .nth2{
    width:60px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
}
.mui-content .record-list .record-item .nth3{
    width: 50px;
    flex-grow: .8;
    -webkit-flex-grow: .8;
}
.mui-content .record-list .record-item .nth4{
    width: 50px;
    flex-grow: .8;
    -webkit-flex-grow: .8;
}
.mui-content .record-list .record-item .on{
    color: #bb0412;
}

.row{
	width: 100%;
    height: 92px;
}
.notice-time{
	width: 15%;
    float: left;
    color: #272727;
}
.circle{
	width: 15px;
    border: 1px solid #b7b2b2;
    border-radius: 50%;
    height: 15px;
    float: left;
}
  .circle-line{
  	width: 10%;
  	float:left;
  	position :relative;
  }  
.line{
    float: left;
    margin-top: 16px;
    margin-left: -8px;
    color: #c5c4c4;
    height: 75px;
    border-left: 1px solid #d2d1d1;
}

.notice-content{
	width: 70%;
    float: left;
}

.title-time{
    color: #3a3939;    
}

 .content-time{
	color: #777676;
    font-size: 14px;
}

.content-list{
	padding: 20px;
}

p{
	margin-bottom: 5px;
}










.timeline {
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.timeline-line {
        position: absolute;
    top: 24px;
    left: 103px;
    bottom: 60px;
    _height: 2000px;
    width: 0;
    overflow: hidden;
    border-right: 1px solid #ddd;
}

.timeline-listing {
    width: 100%;
}

.timeline-listing .timeline-item {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.timeline-date {
        float: left;
    position: relative;
    width: 101px;
    overflow: hidden;
    color: #848383;
    text-align: right;
    padding-right: 35px;
    line-height: 22px;
    font-size: 16px;
    line-height: 2;
    font-family: Arial, Helvetica, sans-serif;
}
.timeline-main {
        overflow: hidden;
    padding-left: 35px;
    font-size: 12px;
    color: #666;
    padding-right: 15px;
}

.timeline-date .dot {
        position: absolute;
    top: 5px;
    _top: 6px;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #aaa;
    background-color: #fff;
}

.timeline-date span {
    display: block;
    color: #ccc;
    font-size: 14px;
    padding-right: 2px;
}

.timeline-main h5 {
    color: #333;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
}