/*产品中心样式*/
.productList {
    height: 700px;
    border: 1px solid #D3D3D3;
    border-collapse: collapse;
}

.productList a:link {
    text-decoration: none;
    color: black;
}

.productList a:visited {
    text-decoration: none;
    color: black;
}

.productList a:active {
    text-decoration: none;
    color: black;
}

.gotoProInfo {
    border: 1px solid #F2F2F2;
    width: 270px;
    margin-top: 20px;
    margin-left: 15px;
    float: left;
    text-align: center;
}

.cpImg {
    border: 1px solid #cbcbcb;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    background: #fff;
}

.imgSize {
    width: 248px;
    height: 200px;
    border: 0px;
}

.cpName {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-family: "微软雅黑";
}

.pageImg {
    height: 50px;
    padding-top: 30px;
    text-align: center;
    font-size: 12px;
}

.pageImg .span2 {
    margin-left: 40px;
}

.pageImg a:link {
    text-decoration: none;
    color: black;
}

.pageImg a:visited {
    text-decoration: none;
    color: black;
}

.pageImg a:hover {
    text-decoration: none;
    color: red;
}

.pageImg a:active {
    text-decoration: none;
    color: black;
}

.pageInfo {
    height: 30px;
    padding: 20px;
}

.pageBtn {
    margin-top: 20px;
    padding: 5px;
    cursor: pointer;
    background: #D3D3D3;
    font-size: 12px;
    border-radius: 5px;
}

.cpHidden {
    height: 20px;
    width: 100%;
}

.cpContent {
    width: 880px;
    padding-bottom: 33px;
    overflow: hidden;
    font-size: 14px;
    padding: 10px;
    color: black;
    line-height: 30px;
    text-align: left;
}

.cpContent .articleTitle {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.articleContent {
    margin-top: 15px;
    padding: 5px;
}

#mynew .newTt {
    color: #333;
}

#mynew .newss {
    line-height: 30px;
    border-bottom:1px dashed #CBCBCB;
    padding: 0 0 0 17px;
}

#mynew span {
    float: right;
    color: #999;
}
