.banner {
    margin-bottom: 36px;
}

.main {
    position: relative;
}

.new-title {
    margin-bottom: 80px;
}

.tab-nav {
    background: #fff;
    padding: 10px 0;
    z-index: 100;
    width: 100%;
}

.tab-nav .search {
    display: flex;
    justify-content: flex-end;
}

.tab-nav .layui-input {
    width: 275px;
    background: #f5f5f5;
}

.information-market {
    margin-bottom: 15px;
    margin-top: 40px;
}

.information-market .box {
    transition: 0.4s;
    border: 1px solid #ddd;
}

.information-market .box .pic {
    height: 272px;
}

.information-market .box:hover {
    box-shadow: 2px 2px 10px 2px #ddd;
    cursor: pointer;
}

.arrows {
    display: flex;
    justify-content: space-between;
    height: 44px;
}

.information-market .arrows {
    padding: 10px;
}

.arrows h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 15px;
    line-height: 22px;
}

.information-market .box:hover h4 {
    color: #316ccb;
}

.arrows i {
    width: 26px;
    height: 22px;
    background: url(../../img/index/arrows.png) no-repeat;
    background-size: 100%;
    flex: none;
}

.arrows i.black {
    background-position: 0 0;
}

.arrows i.grey {
    background-position: 0 -44px;
}

.arrows i.blue {
    background-position: 0 -22px;
}

.information-market .box:hover .arrows i {
    background-position: 0 0;
}

.new-list .layui-row {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

.new-list .list-pic {
    margin-right: 30px;
    overflow: hidden;
}

.new-list .list-pic .pic {
    height: 154px;
    transition: 0.4s;
}

.new-list .list-pic .pic:hover {
    transform: scale(1.2);
}

.new-list .list-title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.new-list .box:hover h3 {
    color: #316ccb;
}

.new-list .list-content {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.new-list .box:hover {
    cursor: pointer;
    box-shadow: 0 0 5px #ddd;
    background: #f7f7f7;
}

.new-list .box:hover .arrows i {
    background-position: 0 -22px;
}

.new-list .arrows h4 {
    color: #999;
}


/* 信息详情页面 */

.layui-container.new-detail {
    font-size: 16px;
    padding: 0 70px;
}

.new-detail .detail-title {
    text-align: center;
    margin-bottom: 30px;
}

.new-detail .detail-title .headling-h1 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #0054a7;
}

.new-detail .detail-title .headling-smail {
    color: #999;
    margin-bottom: 20px;
}

.new-detail .detail-title .headling-smail span {
    margin-left: 15px;
}

.new-detail .pic-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.new-detail .pic-wrap img {
    max-width: 100%;
}

.new-detail .paragraph {
    line-height: 2em;
    margin-bottom: 30px;
    color: #666;
    font-size: 18px;
    text-indent: 2em;
}

.new-detail .new-detail-page {
    border-top: 1px dashed #ddd;
    padding: 20px 0;
    margin-top: 40px;
}

.new-detail .detail-page {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-detail .detail-page:hover {
    cursor: pointer;
    color: #316ccb;
}

.new-detail .detail-page .layui-icon {
    display: inline-block;
    background: #316ccb;
    margin-right: 10px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
}

.footer {
    margin-top: 40px;
}

@media screen and (max-width:768px) {
    .tab-nav {
        display: none;
    }
    .new-title {
        margin-bottom: 0;
    }
    .information-market {
        margin-top: 0;
    }
    .layui-container.new-detail {
        font-size: 16px;
        padding: 0 15px;
    }
    .new-detail .detail-title .headling-h1 {
        font-size: 16px;
    }
    .new-title .headling-h1 {
        font-size: 20px;
    }
}