.content-title{
    margin-bottom: 30px;
}
/****************************  ****************************/

.products-title {
    text-align: center;
    margin-top: 50px;
    padding-top: 35px;
    background: url('../../images/common/products/tit.png') no-repeat center top;
}

.products-title b {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    font-family: "Times New Roman";
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.products-title span {
    padding: 2px 10px;
    line-height: 1.5;
    text-align: center;
    font-size: 22px;
    color: #111111;
    background: #FFE006;
    display: inline-block;
}
/****************************  ****************************/

.gallery {
    max-width: 900px;
    margin: 0 auto 60px;
}

.gallery .slick-prev,
.gallery .slick-next {
    text-align: left;
    white-space: nowrap;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: url(../../images/common/products/slide_arrow.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
}

.gallery .slick-prev:hover,
.gallery .slick-next:hover {
    z-index: 15;
}

.gallery .slick-prev {
    background-position: 0 0;
    margin-left: -59px;
}

.gallery .slick-next {
    background-position: 100% 0;
}

.gallery .slick-prev:hover {
    background-position: 0 100%;
}

.gallery .slick-next:hover {
    background-position: 100% 100%;
}


/****************************  ****************************/

.news-list{
    margin-top: -30px;
}
.attr-list{
    margin-top: -50px;
}
.news-list .item,
.attr-list .item{
    width: 33.33%;
    margin-top: 80px;
}
.news-list .item .box,
.attr-list .item .box{
    max-width: 450px;
    margin: 0 auto;
}
.news-list .pic{
    position: relative;
    max-width: 450px;
}
.news-list .date{
    background: #fdfcfa;
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 0;
    color: #000;
    letter-spacing:1px;
    padding: 0 10px 0 10px;
    z-index: 1;
}
.news-list .name a,
.attr-list .name a{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    position: relative;
    display: inline-block;
    padding-right: 15px;
    z-index: 2;
}
.news-list .description a,
.attr-list .description a{
    height: 50px;
    overflow: hidden;
}
.news-list .pic{
    overflow: hidden;
    display: block;
}
.news-list .pic img{
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.news-list .box:hover .pic img{
    -webkit-transform: scale(1.06);
       -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
         -o-transform: scale(1.06);
            transform: scale(1.06);
}
.news-list .box:hover .name{
    color: #000;
}
.news-list .box:hover .description{
    text-decoration: underline;
}
.news-list .txt,
.attr-list .txt{
    padding: 0 15px;
}
.news-date{
    display: block;
    font-size: 15px;
    margin: 50px 0 30px;
    letter-spacing:3px;
}
.news-title{
    font-size: 20px;
    text-align: center;
    margin: 30px 0 50px;
}


/********************************/

.attr-list  .box:hover .name a{
    color: #000;
    padding-left: 10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.attr-list  .box .name a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background: #ffe006;
    z-index: -1;
}
.attr-list  .box:hover .name a:after {
    right: 0;
}
.attr-list .box:hover .description{
    text-decoration: underline;
}



@media screen and (max-width: 1280px) {
    .news-list .item,.attr-list .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .news-list .item,.attr-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .album-list:before{
        display: none;
    }
}
