@font-face {
    font-family: 'PuHuiTi';
    src: url('../font/Alibaba-PuHuiTi-Bold.ttf') format('truetype'), /* 对于现代浏览器 */ url('../font/Alibaba-PuHuiTi-Bold.ttf') format('woff'); /* 对于现代浏览器和一些老版本的IE */
}

body {
    font-family: PuHuiTi;
    background: #F3F7FB;
}

/* 中间部分 */
.banner {
    padding-top: 1rem;
}

.banner img {
    width: 100%;
}

.page-zone {
    padding: 0.24rem 0.34rem;
    /* padding-top: 60px; */
    box-sizing: content-box;
}

.industry-list {

}

.nav-title {
    line-height: 0.2rem;
}

.industry-list .nav-title .left-nav-title {
    color: #8A8C95;
    font-size: 0.2rem;
    line-height: 0.2rem;
}

.industry-list .nav-title .right-nav-title {
    color: #4B4F5C;
    font-size: 0.2rem;
    line-height: 0.2rem;
}

.item-icon-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.12rem;
}

.item-icon-list .item-icon {

    display: flex;
    align-items: center;
    width: 33%;
    padding: 0.12rem 0rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
}

.item-icon-list .item-icon img {
    width: 0.32rem;
    margin-right: 0.1rem;
}

.item-icon-list .item-icon {
    font-size: 0.24rem;
    color: #5C6167;
}

.news {
    margin-top: 0.6rem;
}

.news-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(41, 35, 35, 0.15);
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}

.news-item .new-img {
    width: 3rem;
    height: 1.88rem;
    display: block;
}

.news-top {
    display: flex;
}

.right-news {
    margin-left: 0.1rem;
    width: 3.58rem;
}

.right-news .title {
    font-size: 0.28rem;
    color: #1E2128;
    margin-bottom: 0.2rem;;
}

.right-news .des {
    font-size: 0.24rem;
    color: #696969;
    line-height: 0.4rem;
}

.news-item .time {
    color: #A1A1A1;
    font-size: 0.24rem;
    margin-top: 0.26rem;
}

/* 底部部分 */
.foot {
    background: #181535;
}


