.content .products-breadcrumb{
    text-align: left;
}
.products-breadcrumb li+li:before {
    content: "//";
    margin: 0 4px;
}
.products-list.type1 {
    margin: 0 -25px;
}
.products-list.type1 .item {
    width: 33.33%;
    padding: 0 25px;
}
.products-list.type1 .item:nth-child(3n+1) {
    clear: left;
}
.products-list .box {
    max-width: 330px;
    margin: 0 auto 40px;
    position: relative;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border: solid 1px #CCCCCC;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
/*.products-list .pic-box:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    border: 10px solid transparent;
    border-image:url(../../images/common/line.png) 10 round;
    pointer-events: none;
}*/
.products-list .pic img{
        -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.products-list .box:hover .pic img {
      -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}
.products-list .txt {
    padding-top: 30px;
    position: relative;
}
.products-list .name {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    color: #313131;
}

.products-list .description {
    color: #6C6C6C;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin: 5px 0;
    font-size: 14px;

}
.products-list .date{
    color: #999999;
    margin-top: 10px;
    display: inline-block;
    transition: all .3s ease;
}
.products-list .box:hover .date{
    color: #111111
}
.products-list .box .more {
    border-radius: 0;
    width: 42px;
    height: 42px;
   /* border: 1px solid #666;
    background: #fff;*/
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -24px;
    z-index: 3;
}
.products-list .box .more .ic{
	 background: #fff;
    line-height: 41px;
    width: 41px;
    height: 41px;
    box-sizing: border-box;
    color: #444444;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all .3s ease;

}
.products-list .box:hover .more .ic{
    color: #CCCCCC;
    background: #454545;
    border: 1px solid #454545;;
}

.products-intro {
    margin-bottom: 50px;
}
.gallery {
    float: left;
    width: 50%;
    max-width:500px;
    position: relative;
    border: 1px solid #000;
}
.gallery:before{
    content: '';
    border-left: 1px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12%;
    height: auto;
}
.pd-intro,
.thumbnails {
    float: right;
    width: 42%;
    margin: 0 0 20px ;
}

.pd-intro .pd-name {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}
.pd-intro .txt{
    margin: 2% 0;
}
.pd-intro .pd-price{
    color: #333333;
    font-size: 23px;
}


.products-detail {
    position: relative;
}
.products-detail .title{
    margin: 10px 0;
}
.products-detail .title .ic {
    font-size: 12px;
}
/*detail*/
.article-header .date {
    display: block;
    color: #EA2421;
    font-size: 14px;
}
.article-header {
    border-left: 2px dotted #000;
    padding-left: 15px;
    margin-bottom: 40px;
}
.article-header .name {
    font-size: 16px;
    color: #1F1F1F;
    line-height: 1.5;
}
/****************keyword_box******************/
.keyword_box {
    font-size: 13px;
    color: #FF0000;
    padding: 3px 14px 0;
    line-height: 22px;
    position: relative;
    background: #FAF8FA;
    margin: 10px auto;
    box-sizing: border-box;
    border-right: 1px solid #E0D3DF;
    border-left:1px solid #E0D3DF;
}

.article-list .keyword_box .box{
  background: none;
  border:none;
  padding: 0;
}
.keyword li,
.keyword_box .keyword li a {
    display: inline;
    padding: 0;
    background: none;
}
.keyword li a:hover{
    text-decoration: underline;
    opacity: 0.7;
}
.keyword li+li:before {
    content: ',';
}
.keyword .icon-ic-keyword{
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid transparent;
    margin: 2px 6px 0 0px;
    color: #FF0000;
    float: left;
}
.article-detail .fb {
    padding: 5px 0;
}

.keyword_box.detail {
    background: none;
    float: none;
    padding: 9px 0px 6px;
    height: auto;
    display: inline-block;
    max-width: none;
    border: none;
}

.pic.XX{
	display: none;
}

@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1320px) {
    .products-list.type1 .item {
        width: 33.33%;
    }
    .products-list.type1 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: left;
    }
    .gallery:before{
        right: -9%;
    }
}
@media screen and (max-width: 767px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list.type1 .box {
        margin-bottom: 30px;
    }
    .products-intro {
        margin-bottom: 30px;
    }
    .gallery,
    .pd-intro,
    .thumbnails {
        float: none;
        width: auto;
    }
    .gallery:before{
        border-left:none;
    }
    .pd-intro .pd-name {
        margin-bottom: 15px;
    }
    .gallery {
        margin: 0 auto 4px;
    }
    .thumbnails li {
        width: 33.33%;
        padding: 0 20px 10px;
    }
    .products-detail .title {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .products-detail .title:before {
        font-size: 30px;
        margin-right: 5px;
    }
    .products-detail .title:after {
        left: 180px;
    }
}
@media screen and (max-width: 520px) {
    .products-list.type1 .item {
        width: 100%;
    }
}