.scrollView {
    height: calc(100% - 111px);
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.npagePage {
    min-height: calc(100% - 52px);
    overflow: hidden;
    position: relative;
}
.news_item:first-child {
    padding-top: 10px;
}
.news_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.news_pic {
    margin-bottom: 10px;
    overflow: hidden;
}
.news_pic img {
    display: block;
    width: 100%;
    height:100%;
}
.news_name {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #565656;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_date {
    height: 24px;
    margin-bottom: 4px;
    margin-top: 8px;
}
.news_date .md {
    color: #8a8a8a;
}
.news_date p {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    float: left;
    font-family: "HELVETICANEUELTPRO-THEX", Arial;
}
.news_desc {
    max-height: 44px;
    line-height: 22px;
    font-size: 13px;
    color: #6a6a6a;
    overflow: hidden;
    margin-top: 4px;
}
.pageList {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.pageList li {
    display: inline-block;
}
.pageList a, .pageList span {
    border: 1px solid #E9E9E9;
    padding: 4px 8px;
    margin-right: 4px;
}
.pageList .active span {
    font-weight: bold;
    display: inline-block;
    background: #f00;
    color: #fff!important;
    border: 1px solid #f00;
    padding: 4px 8px;
    line-height: 14px;
}
.foot_copy {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 16px 0;
    color: #fff;
    background: #151515;
}
.wrapper {
    margin: 0 15px;
}
.footer {
    width: 100%;
    position: relative;
    z-index: 990;
}
.footer ul {
    height: 60px;
    background: #1b1b1b;
    margin: 0 auto;
}
.footer li {
    width: 25%;
    height: 60px;
    float: left;
    font-size: 13px;
    text-align: center;
    position: relative;
}
.footer li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #919091;
}
.footer li i {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding-top: 6px;
    font-size: 22px;
}
.iconfont {
    display: inline-block;
    font: 14px/1 iconfont;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer li p {
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
}