.main-products{
    padding: 40px 0;
}
.products{
    background-color: #fff;
    padding: 35px 94px;
}
.products .header{
    text-align: center;
}
.products .product{
    width: 1016px;
    height: 181px;
    padding: 30px 110px;
    border-bottom: 1px solid #dedede;
}
.videos .product{
    height: auto;
}
.videos .product div.titlepic {
    width: 265px;
    height: 150px;
}
.videos .product .details{
    width: 496px;
}
.news .product{
    padding: 20px 0;
}
.products .product:first-child{
    border-top: 1px solid #dedede;
}
.videos .product:first-child,
.news .product:first-child{
    border-top: none;
}
.product .details{
    position: relative;
    width: 562px;
    margin-left: 35px;
    color: #2a2a2a;
    font-family: 'SimHei';
}
.news .details{
    width: 792px;
}
.product .details .title{
    font-size: 16px;
}
.product .details .intro{
    margin-top: 18px;
    font-size: 12px;
    line-height: 180%;
}
.product .details .view_more{
    position: absolute;
    right: 16px;
    bottom: -28px;
}
.products .product .titlepic {
    width: 179px;
    height: 119px;
}
.products .product .titlepic img {
    width: 100%;
    height: 100%;
}
.products .page{
    margin-top: 24px;
}

.main-product img{
    width: 100%;
}