.wrapper{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.wrapper .main{
    width: 1200px;
    margin: 0 auto;
}

.wrapper .main .top-header{
    overflow: hidden;
}
.wrapper .main .top-header .crumbs{
    float: left;
    padding: 30px 0 16px;
}
.wrapper .main .top-header .crumbs .icon{
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 15px;
}
.wrapper .main .top-header .crumbs .icon img{
    float: left;
    width: 100%;
}
.wrapper .main .top-header .crumbs a,
.wrapper .main .top-header .crumbs span{
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-family: 'Microsoft YaHei';
}
.wrapper .main .top-header .crumbs a:hover,
.wrapper .main .top-header .crumbs span.active{
    color: #F88F07;
}
.wrapper .main .top-header .crumbs em{
    float: left;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-family: 'Microsoft YaHei';
    padding: 0 6px;
}

.wrapper .main .inner-list{
    padding: 38px 60px 80px;
    background: #fff;
}
.wrapper .main .inner-list .label-title{
    border-bottom: 1px solid #E2E4E6;
}
.wrapper .main .inner-list .label-title span{
    display: inline-block;
    font-size: 24px;
    line-height: 48px;
    color: #333;
    font-family: 'PingFangSC';
    border-bottom: 2px solid #F88F07;
    margin-bottom: -1px;
}

/* 数据列表 */
.wrapper .main .inner-list .notice-list{
    padding: 20px 0;
    border-bottom: 1px solid #e2e4e6;
}
.wrapper .main .inner-list .notice-list ul li{
    display: block;
    height: 52px;
    border-bottom: 2px dashed #D0D0D0;
    overflow: hidden;
    position: relative;
    /* 动画持续时间 */
    /* animation-duration: 1s; */
    /* 动画延迟时间 */
    /* animation-delay: 0.3s; */
    /* 动画执行次数 */
    /* animation-iteration-count: 1; */
}
.wrapper .main .inner-list .notice-list ul li:last-child{
    border-bottom: none;
}
.wrapper .main .inner-list .notice-list ul li .point{
    position: absolute;
    left: 0;
    top: 22px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #C0C0C0;
}
.wrapper .main .inner-list .notice-list ul li .hyperlink{
    float: left;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    font-family: 'Microsoft YaHei';
    padding-left: 12px;
}
.wrapper .main .inner-list .notice-list ul li .hyperlink:hover{
    color: #F88F07;
    transition: color .3s ease-in-out;
}
.wrapper .main .inner-list .notice-list ul li .time{
    float: right;
    font-size: 16px;
    line-height: 50px;
    color: #999;
}