.noti_wrap {
    width: 100%;
}
.noti_wrap ul {
    width: 100%;
    min-height: 60vh;
}
.noti_wrap ul li {
    width: 100%;
    overflow:hidden;
    text-align: left;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.noti_wrap ul li.empty_list {
    border: none;
    height: 50vh;
    text-align:center;
    font-size: 20px;
    line-height: 50vh;
}
.noti_wrap ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding:20px 20px 20px 60px;
    font-size: 15px;
}
.noti_wrap ul li a i {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    line-height: 72px;
}
.noti_wrap ul li a .subj {
    line-height: 30px;
    font-weight: bold;
}
.new_tag {
    font-size: 12px;
    padding-left: 5px;
    color: #EB0000;
    font-weight: normal;
    display: inline-block;
}

.noti_wrap .title {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid #DDD;
}

.noti_wrap .noti_script {
    padding: 20px;
    min-height: 50vh;
}
.noti_wrap .noti_script img {
    width: 100%;
    max-width: 100%;
}
.noti_btn_wrap {
    width: 100%;
    margin-top: 50px;
    overflow: hidden
}
.noti_wrap .noti_btn_wrap a {
    width:100%;
    height: 55px;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    background: #FF671D;
    float:left;
    display: block;
    color: #FFF;
    position: relative;
}