.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;
	display: none;
}

.products-title span {
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
     padding:5px 20px;
    color: #111111;
    background: #e0c8a8;
    display: inline-block;
	    margin-top: 20px;
}
/****************************  ****************************/

.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;
}

.news-list .item,
.attr-list .item{
    width: 33.33%;
    margin-top: 80px;
}
.news-list .item a,
.attr-list .item a{
    max-width: 450px;
    margin: 0 auto;
}
.news-list .pic{
    position: relative;
    max-width: 450px;
}
.news-list .date{
    background: url(../../images/common/news/date_bg.png)no-repeat;
    display: inline-block;
    position: absolute;
    left: 0px;
    right:0px;
    width:164px;
    height:45px;
    margin:auto;
    bottom:26%;
    color: #fff;
    letter-spacing:1px;
    z-index: 55;
    line-height:45px;
    text-align:center;
}
.news-list .name{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    position: relative;
    display: inline-block;
    padding-right: 15px;
    z-index: 2;
    
}

.news-list .description,
.attr-list .description{
    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 a: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 a:hover .name{
    color: #000;
}
.news-list a:hover .description{
    text-decoration: underline;
}
.news-list .txt{
    padding: 10px 15px;
    text-align: center;
}
.attr-list .txt{
    padding: 10px 0px;
    text-align: center;
}
.news-date{
    display: block;
    font-size: 15px;
    margin: 30px 0 30px;
    letter-spacing:1px;
    color:#4b6e2c;
}
.news-title{
    font-size: 20px;
    text-align: center;
    margin: 30px 0 50px;
}


/********************************/

.attr-list  a .name{
    font-size:18px;
    padding:5px 0;
    letter-spacing:0.1em;
    font-weight:bold;
}
.attr-list  a:hover .name{
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #83971B;
}
.attr-list  a .name:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    
    z-index: -1;
    
}
.attr-list  a:hover .name:after {
    right: 0;
}
.attr-list a:hover .description{
  
}



@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;
    }
}
