.inside-news .content .item {margin-bottom: 20px;display: flex;flex-flow: row nowrap;border-bottom: 1px solid #E9E9E9;padding-bottom: 20px;}
.inside-news .content .img {width: 170px;height: 140px;border-radius: 4px;margin: 0 10px 10px;box-shadow: 10px 5px 0 0 rgba(238, 247, 235, .95);-webkit-background-size: cover;background-size: cover;background-repeat: no-repeat;background-position: center; line-height:134px;border: 1px solid #eff7ec; text-align:center;}
.inside-news .content .img img{ max-height:100%; max-width:100%; vertical-align:middle;}
.inside-news .content .img span {position: absolute;right: 20%;width: 70%;text-align: right;color: #fff;font-weight: 700;font-size: 20px;line-height: 1;z-index: 3;white-space: nowrap;text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);display: none;}
.inside-news .content .img span::before {content: '';position: absolute;z-index: -1;width: 0;height: 40px;right: -webkit-calc(-20% + 163px);right: calc(-20% + 163px);box-shadow: 0 60px 0 3px #fff, 0 -60px 0 3px #fff;top: 0;bottom: 0;margin: auto;display: none;}
.inside-news .content .img span::after {content: '';position: absolute;z-index: -1;width: 160px;height: 160px;border: 6px solid #fff;right: -20%;top: 0;bottom: 0;margin: auto;border-left: 0;box-shadow: 2px 0 2px 0 rgba(0, 0, 0, .1);display: none;;}
.inside-news .content .text {flex: 1;padding: 0 10px 0 40px;}
.inside-news .content .tit {display: block;line-height: 40px;height: 50px;margin-bottom: 0;overflow: hidden;position: relative;text-overflow: ellipsis;white-space: nowrap;font-size: 17px;font-weight: 700;}
.inside-news .content .tit::after {content: '';position: absolute;bottom: 0;left: 0;width: 40%;height: 2px;background-color: #eaeaea;transition: all .3s;display: none;}
.inside-news .content .text p {font-size: 14px;line-height: 22px;color: #777;text-indent: 0em;overflow: hidden;max-height: 12vw;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.inside-news .content .more {display: block;text-align: right;line-height: 50px;text-transform: uppercase;display: none;}
.pagination-box {display: flex;overflow: hidden;justify-content: center;align-items: center;padding: 10px;margin-bottom: 20px;flex-flow: row wrap;}
.pagination-box a, .pagination-box span {border: 1px solid #bebebe;font-size: .88em;color: #333;line-height: 2;margin: 0 3px 10px;padding: 0 8px;border-radius: 4px;background: #fff;white-space: nowrap;}
.pagination-box span {background-color: #eee;}
.pagination-box a:hover {color: #fff;}
.inside-news .detail h4 {display: block;line-height: 32px;padding: 10px;text-align: center;}
.inside-news .detail h6 {display: block;line-height: 20px;padding: 10px;text-align: center;font-size: 13px;color: #999;margin-bottom: 10px;padding-top: 0;}
.inside-news .detail p {color: #555;line-height: 1.8;color: #555;padding: 10px;}
.inside-products .detail {padding-right: 210px;position: relative;overflow: hidden;}
.inside-products .detail h4 {text-align: center;line-height: 70px;font-weight: 700;margin-bottom: 40px;}
.inside-products .detail .img-box {display: flex;flex-flow: row nowrap;width: 100%;}
.inside-products .detail .img-box .img {width: 400px;flex-shrink: 0;display: flex;align-items: center;justify-content: center;border: 1px solid #e9e9e9;overflow: hidden;padding: 10px;}
.inside-products .detail .img-box .text {line-height: 2;padding: 20px;margin-left: 20px;flex: 1;color: #666;}
.inside-products .detail .cont{color: #555;padding: 10px; line-height: 1.8;}

.inside-products .detail h5 {line-height: 50px;color: #888;margin-top: 20px;margin-bottom: 20px;border-bottom: 1px solid #e9e9e9;}


.inside-products .slideright {position: absolute;right: 0;width: 210px;height: 100%;overflow-y: scroll;margin-right: -20px;background-color: #f6f6f6;border: 1px solid #f3f3f3;}
.inside-products .slideright li{position: relative;display: flex;margin-bottom: 1px;flex-flow: row nowrap;}
.inside-products .slideright a{display: flex;width: 100%;flex-flow: row nowrap;padding: 10px;background-color: #fff;}
.inside-products .slideright .img{width: 60px;height: 50px;flex-shrink: 0; border-radius: 5px;background-position: center;background-repeat: no-repeat;-webkit-background-size: contain;background-size: contain;background-color: #f3f3f3;}
.inside-products .slideright .text{flex: 1; padding: 10px;line-height: 20px;white-space: nowrap;font-size: 13px;color: #555;overflow: hidden;}
.inside-products .slideright .text p{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
@media (max-width:768px) {.inside-news .content .item {flex-flow: column;}
	.inside-news .content .img {width: 100%;height: auto;margin: 0;}
	.inside-news .content .img img{width:100%; vertical-align:middle;}
	.inside-news .content .text {padding: 0 10px;text-align: center;}
	.inside-news .content .text p {text-indent: 0;-webkit-line-clamp: 2;}
.inside-products .detail .img-box .text {padding: 10px;margin-left: 0;}
	.inside-products .detail {padding-right: 0;}
	.inside-products .slideright {display: none;}
	.inside-products .detail h4 {line-height: 30px;margin: 20px 0;}
	.inside-products .detail .img-box .img {width: 100%;padding: 0;}
	.inside-products .detail .img-box {flex-flow: column nowrap;}

}
