
.breadcrumb{margin-bottom:0;width:100%;height:38px;margin-top:70px;border-bottom:1px solid #EFEFEF; border-top:1px solid #dedede;background-image: -moz-linear-gradient(top,#f5f5f5,#fff);
    background-image: -webkit-linear-gradient(top,#f5f5f5,#fff);
    background-image: -ms-linear-gradient(top,#f5f5f5,#fff);
    background-image: linear-gradient(top,#f5f5f5,#fff);display:inline-block;}
.notice{}
.notice .note_contain{background:#fff;padding-top:10px;}
.notice .note_contain .list{border-bottom:1px solid #E0E0E0;position:relative;margin-bottom:0.6rem;}
.notice .note_contain .title span{font-size:1.6rem;color:#666;display:inline-block;}
.notice .note_contain .title a{font-size:1.6rem;line-height:2.6rem;color:#666;padding-left:8px;}
.notice .note_contain .title a:hover{color:#007bc1;}
.notice .note_contain .list h3{font-size:1.3rem;color:#666;font-weight:normal;line-height:2.2rem;display:initial;padding-left:8px;}
.notice .note_contain .list p{font-size:1.2rem;color:#999;line-height:3rem;display:table-cell;padding-bottom:0.3rem;padding-left:8px;}
.notice .note_contain .list .rightBtn{position:absolute;right:12px;bottom:1.2rem;padding-right:0;}

.pagination{float:right;}
/*.notice .addBtn{width:100%;margin-top:10px;height:48px;border-radius:8px;border:none;-moz-box-shadow:0 4px 0 #0C67A1;-webkit-box-shadow:0 4px 0 #0C67A1;box-shadow: 0 4px 0 #0C67A1; cursor: pointer;background: #0082c9;}
.notice .addBtn{color:#fff;font-size:1.4rem;}
.notice .addBtn:hover{background:#007bc1;}*/






@media screen and (max-width: 840px) {
    .breadcrumb{margin-top:44px;}
    #titleBar{position: fixed;}
    #titleBar .logo{margin:0 auto;padding-top:0;}
    #titleBar .backBtn{position: absolute;left:15px;top:0;/*border:1px solid #0d73ab;border-radius:8px;background-image: -moz-linear-gradient(top,#1cadff,#0495e9);
        background-image: -webkit-linear-gradient(top,#1cadff,#0495e9);
        background-image: -ms-linear-gradient(top,#1cadff,#0495e9);
        background-image: linear-gradient(top,#1cadff,#0495e9);-moz-box-shadow:inset 0 1px 0 #5bdcff,0 1px 0 rgba(0,0,0,0.24); -webkit-box-shadow:inset 0 1px 0 #5bdcff,0 1px 0 rgba(0,0,0,0.24); box-shadow:inset 0 1px 0 #5bdcff,0 1px 0 rgba(0,0,0,0.24);*/}
    #titleBar .addBtn{position: absolute;right:15px;top:0;}
    #titleBar .backBtn:hover{transform:scale(0.9);}
    #titleBar .addBtn:hover{transform:scale(0.9);}
    .notice .addBtn{display:none;}
}