﻿/* 产品分类页start */

.proName {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: 1px solid #cfcfcf;
}

.pro-item {
    margin-bottom: 18px;
}

.pro-item-wrapper {
    border: 1px solid #cfcfcf;
}


/* 产品分类页end */


/* 产品详情页start */

.proImg-and-Desc>div {
    margin-top: 12px;
}

.pro-big-img img {
    width: 100%;
}

.pro-desc>h1 {
    margin-bottom: 8px;
    font-size: 16px;
    color: #ec8807;
}

.p_desc {
    font-size: 14px;
    line-height: 1.8;
}

.detail-title>h2 {
    margin-top: 16px;
    line-height: 32px;
    font-size: 16px;
    color: #ec8807;
    border-bottom: 1px solid #ec8807;
}

.description {
    margin-top: 12px;
}

.pager {
    text-align: initial;
}

.pager li>a,
.pager li>span {
    border: none;
}

.pager>li {
    display: inline-block;
}

.pager>li:first {
    float: left;
}

.pager>li:last-child {
    float: right;
}


/* 产品详情页end */


/* 新闻分类页start */

.news-list {
    padding: 16px 0;
    border-bottom: 1px solid #e8e7e7;
}

.news-list:last-child {
    border: none;
}

.news-img {
    float: left;
    width: 198px;
    margin-right: 12px;
}

.news-img>a>img {
    width: 100%;
}

.news-title>a {
    font-size: 14px;
    font-weight: bold;
}

.time {
    font-size: 12px;
    color: #cfcfcf;
}

.news-more>a {
    font-size: 12px;
    color: #ec8807;
}


/* 新闻分类页end */


/* 新闻内页start */

.art-title {
    font-size: 16px;
    text-align: center;
}

.qhd-title {
    margin: 12px 0;
    text-align: center;
    font-size: 12px;
    color: #a5a4a4;
}


/* 新闻内页end */

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {
    p.news-desc {
        display: none;
    }
    .news-img {
        width: 128px;
    }
}