.banner {
    margin-bottom: 36px;
}

.banner img {
    width: 100%;
}


/*产品资讯*/

.information-nav {
    padding-right: 25px;
}

.information-nav .layui-tab-title {
    background: #f8f8f8;
    text-align: center;
    height: auto;
    border-bottom: none;
}

.information-nav .layui-tab-title li {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
    display: block;
    line-height: initial;
}

.information-nav .layui-tab-title li:hover {
    background: #dff2ff;
    cursor: pointer;
}

.information-nav .layui-tab-title .layui-this {
    background: #30a3ef;
    color: #fff;
}

.information-nav .layui-tab-title .layui-this:hover {
    background: #30a3ef;
    color: #fff;
}

.information-nav .layui-tab-title .layui-this:after {
    border: 0;
    height: auto;
}


/* 列表 */

.information-content.layui-tab-content {
    padding: 0;
}

.information-content .figure {
    padding: 25px 30px 25px 210px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.information-content .figure:first-child {
    margin-top: -25px;
}

.information-content .figure .pic {
    width: 180px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 25px;
}

.information-content .figure:hover {
    cursor: pointer;
}

.information-content .figure h2 {
    font-size: 22px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 5px solid #30a3ef;
    padding-left: 15px;
}

.information-content .figure h2:hover {
    color: #30a3ef;
}

.information-content .figure .time {
    color: #999;
    margin-bottom: 10px;
}

.information-content .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    height: 60px;
}

.information-content .page {
    text-align: center;
    margin: 40px;
}

.information-content .layui-timeline-axis,
.information-content .layui-timeline-axis:hover {
    color: #30a3ef;
}


/* 信息详情页面 */

.new-detail {
    font-size: 16px;
    margin-bottom:40px;
    min-height:600px;
}

.new-detail .title {
    text-align: center;
}

.new-detail .title h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.new-detail .title .time {
    color: #999;
    margin-bottom: 20px;
}

.new-detail .pic-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.new-detail .pic-wrap img {
    max-width: 100%;
}

.new-detail .paragraph {
    line-height: 2em;
    margin-bottom: 20px;
}

.new-detail .new-detail-page {
    border-top: 1px dashed #ddd;
    padding: 40px 0;
}

.new-detail .detail-page {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-detail .detail-page:hover {
    cursor: pointer;
    color: #30a3ef;
}

.new-detail .detail-page .layui-icon {
    display: inline-block;
    background: #30a3ef;
    margin-right: 10px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
}
.new-detail p{
    line-height: 2;
    text-indent: 2em;
}