.sells-bg1 .sell-bg{background: url(../images/fy.jpg)no-repeat center center; height: 169px;}
.sells-bg2 .sell-bg{background: url(../images/ggbs.jpg)no-repeat center center; height: 169px;}
.sells-bg3 .sell-bg{background: url(../images/gykz.jpg)no-repeat center center; height: 169px;}
.sells-bg4 .sell-bg{background: url(../images/led.jpg)no-repeat center center; height: 169px;}
.list {
    position: relative;
    padding: 20px 0 0;
    padding: 2rem 0 0;
    text-align: justify;
    font-size: 1px\0;
}
.list>.item {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    text-align: center;
}
 .list>.item>.name {
    display: block;
    padding: 10px 0;
    padding: 1rem 0;
    text-align: center;
    color: #141414;
    font-size: 16px;
}
.list>.item>.detail-link {
   margin-top: 10px;
   /* margin-top: 1rem; */
   color: #c10101;
   padding: 8px 12px;
   font-size: 14px;
   border: 1px solid #c8c8c8;
   border-radius: .6rem;
   transition: box-shadow .3s linear, -webkit-transform .3s linear;
   transition: box-shadow .3s linear, transform .3s linear;
   transition: box-shadow .3s linear, transform .3s linear, -webkit-transform .3s linear;
}
.list>.item>.detail-link:after {
    content: '\2192';
    display: inline-block;
    margin-left: 5px;
    color: #c8c8c8;
    font-size: 24px;
}

@media (max-width: 768px) {
	
	.list>.item>.name {
	    display: block;
	    padding: 10px 0;
	    padding: 1rem 0;
	    text-align: center;
	    color: #141414;
	    font-size: 14px;
	}
	.list>.item>.detail-link:after {
	    display: none;
	}
}