@charset "utf-8";
/* CSS Document */


.news h1 {
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}
.news h6 {
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    border-bottom: 1px dotted #dcdcdc;
    margin-bottom:15px;
}
.news h6 span {
    margin: 0 6px;
    color: #5a5a5a;
    font-size: 12px;
}
.news_desc, .product_desc {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #868686;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 24px;
    margin-bottom: 10px;
}
/*��һҳ ��һҳ*/

.prevnext {
    margin-top: 10px;
}
.prevnext p, .prevnext p a {
    color: #444;
    margin-right: 5px;
    font-size: 12px;
}
.prevnext p a:hover {
    text-decoration: underline;
}


