.main {
    width: 1400px;
    margin: 10px auto;
}

.main .pd-title,
.main .news-title {
    border-bottom: 1px dotted #333;
    margin: 5px 0;
    font-size: 22px;
    margin-bottom: 10px;
}

.main .news-center {
    float: right;
    margin-left: 40px;
    width: 350px;
}

.main .news-body {
    font-size: 16px;
}

.main .more-info {
    font-size: 16px;
}

.main .new-product,
.main .row {
    padding-top: 20px;
}

.main .new-product:after,
.main .product-center:after,
.main .row:after,
.main .pd-title:after,
.main .news-title:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.main .title {
    float: left;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 5px;
}

.main .more-info {
    float: right;
    text-decoration: none;
    color: #333;
}

.main .pd-list {
    overflow: hidden;
    position: relative;
}

.main p {
    margin: 0;
    padding: 0;
}

.main .product-center {
    float: left;
    width: 1000px;
}

.main .product-center-list img {
    width: 240px;
    padding: 0;
    margin: 0;
}

.main .new-product-list {
    width: 8000px;
    position: relative;
}

.main .new-product-list::after {
    clear: both;
    content: '';
    display: block;
}

.main .new-product-list li {
    float: left;
    width: 150px;
    margin: 3px 8px 3px 0;
    border: 1px solid #ccc;
    position: relative;
}

.main .new-product-list li a {
    color: #333;
}

.main .new-product-list li img {
    height: 150px;
}

.main .new-product-list li:hover {
    border: #0E6EBB 1px solid;
}


.main .product-center-list li {
    float: left;
    padding: 0 5px;
}

.main .news-center li a {
    text-decoration: none;
    color: #333;
}

.main .news-center li a:hover {
    /* text-decoration: none; */
    color: #0E6EBB;
}

.main .news-list .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 0 0 3px 0;
    color: #333;
    background-color: #F0F7FD;
    text-align: center;
}

.product-center .thumbnail .caption {
    color: #fff;
    line-height: 45px;
    background-color: #1976BB;
    text-align: center;
    height: 45px;
}

.product-center .thumbnail .caption a {
    color: #fff;
    /* line-height: 45px;
    background-color: #1976BB;
    text-align: center;
    height: 45px; */
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
}