/*banner*/
:root{
	--siteColor: #ae001a;
}
.banner img{width: 100%;display: block;}
.swiper-container{z-index: -1;}
/*position*/
@media screen and (min-width: 280px) and (max-width: 1200px) {

	.about_box{padding: 5% !important;}
	.about_box1{padding: 0 5% 2% !important;}
}
@media screen and (min-width: 280px) and (max-width: 800px) {
	.about_box1 ul li{width: 49% !important;margin-right: 2% !important;margin-bottom: 2%;}
	.about_box1 ul li:nth-child(2n){margin-right: 0 !important;}
}
/*navpart TOP*/
.navpart{position: relative;
	z-index: 98;
	top: -200px; width:90%; max-width:1460px; height:42px;margin:20px auto 0px;}
.navpart>.btn{ display:none;}
.navpart>ul{ margin:0 auto;text-align:left;}
.navpart>ul>li{ display:inline-block;padding:0px 20px; line-height:42px; background:#777; box-shadow:2px 2px 5px rgba(0,0,0,.5); border-radius:3px 3px 0 0; transition:all .35s;}
.navpart>ul>li>a{ display:block; font-size:15px; color:#fff; transition:all .35s;text-align:center;}
.navpart>ul>li.A{ background:#ffffff !important;}
.navpart>ul>li.A>a{ color:#b80c12 !important;}
.navpart>ul>li:hover{ background:#b80c12;}
.navpart>ul>li:hover>a{color:#fff!important;}

@media only screen and (max-width: 980px){
	.navpart{z-index:100; top:0; width:100%;}
	.navpart>.btn{ position:relative; display:block; background:#f3f3f3; line-height:40px; font-size:14px; padding:0 30px; text-align:left; cursor:pointer; color:#999; transition:all .35s;}
	.navpart>.btn:after{ position:absolute; z-index:4; right:20px; top:50%; margin-top:-3px; width: 0;height: 0; border-width: 6px; border-style: solid;border-color: #999 transparent transparent transparent; content:''; transition:all .35s;}
	.navpart>.A:after{transform:rotate(180deg);margin-top:-8px;}
	.navpart>ul{ display:none; position:relative; width:100%; background:#f3f3f3; box-shadow:0 2px 5px rgba(0,0,0,.1);}
	.navpart>ul>li{ display:block;float:none; width:100%; max-width:inherit; background:#ae001a;}
}

/*inner*/
.inner{
	position: relative;
	top: -200px;
	width: 90%;
	max-width: 1460px;
	min-height:350px;
	background: #fff;
	margin: 0 auto;
	padding: 80px 0;
}
.inner .bg{
	position:relative;
	width:100%;

}
.inner .bg:after{
	content: "";
	width: 0px;
	height: 500px;
	position: absolute;
	top: 105px;
	left: 5px;;
	z-index: -1;
	background: hsl(0, 0%, 20%);
	transform: translate(0, -34%) rotate(-4deg);
	transform-origin: center center;
	box-shadow: 0 0 20px 15px hsl(0, 0%, 20%);
	opacity:.6;
}
.inner .bg:before{
	content: "";
	width: 0px;
	height: 450px;
	position: absolute;
	top: 105px;
    right: 10px;
	z-index: -1;
	background: hsl(0, 0%, 20%);
	transform: translate(0, -34%) rotate(4deg);
	transform-origin: center center;
	box-shadow: 0 0 20px 15px hsl(0, 0%, 20%);
	opacity:.6;
}
.inner h2{text-align:center;}
.content{max-width:unset;margin:auto 15px;}

/*honor*/
.honorBox .honorList {margin-top:20px;}
.honorBox .honorList .list{width:96%;margin:0 auto;}
.honorBox .honorList .list a{
	display:inline-block;
	max-width:24%;
	margin-right:1%;
	text-align:center;
}
.honorBox .honorList .list a p{line-height:2;}
.honorBox .honorList .list a img{
	max-width:100%;
}
@media screen and (min-width: 280px) and (max-width: 1200px) {
	.honor_list{padding: 5% !important;}
}
@media screen and (min-width: 280px) and (max-width: 600px) {
	.honor_list .list li{width: 48% !important;margin-right: 4% !important; margin-bottom: 4% !important;}
	.honor_list .list li:nth-child(2n){margin-right: 0 !important;}
	.honor_list .list li a{padding: 5px !important;}
	.honor_list .list li a p{line-height: 30px !important;height: 30px !important;margin-top: 5px !important;font-size: 14px !important;}
}

.honor_list{padding: 50px 0;}
.honor_list .list li{float: left;width: 22.5%;margin-right: 3.33333%;margin-bottom: 2.5%;}
.honor_list .list li:nth-child(4n){margin-right: 0;}
.honor_list .list li a{border: 1px solid #e6e6e6;padding: 10px;display: block;}
.honor_list .list .img{position: relative;padding-top: 68.5%;overflow: hidden;}
.honor_list .list .img img{left: 50%;top: 50%;position: absolute;transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);width: auto;height: auto;max-height: 100%;max-width: 100%;}
.honor_list .list .img div{opacity: 0;z-index: 2;left: 0px;top: 0px;background-color: rgba(0,0,0,0.4);transition: 0.2s ease-in-out;position: absolute;width: 100%;height: 100%;}
.honor_list .list .img i{z-index: 3;transition: 0.2s ease-in-out;font-size: 40px;top: 100%;left: 50%;transform: translate(-50%,0%);color: #fff;position: absolute;line-height: 40px;}
.honor_list .list li a:hover .img div{opacity: 1;transition: 0.2s ease-in-out;}
.honor_list .list li a:hover .img i{top: 50%;transform: translate(-50%,-50%);transition: 0.2s ease-in-out;}
.honor_list .list li a p{line-height: 40px;height: 40px;text-align: center;margin-top: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #EEEEEE;color: #555;font-size: 16px;}
.honor_list .page{margin-top: 0 !important;}

/*page*/
.pagination{text-align:center;}
.pagination li{
	margin: 0px;
	display: inline-block;
}
.pagination li:first-child .page-link{
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.pagination .active .page-link{background-color:var(--siteColor);border-color:var(--siteColor);color:white;}
.pagination .page-link {
	position: relative;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #434343;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
/*main*/
@media screen and (min-width: 280px) and (max-width: 1200px) {
	.main > .content{padding: 5% !important;background: none !important;}
	.main_left{margin: 0 !important;}
}
@media screen and (min-width: 280px) and (max-width: 800px) {
	.main_left,.main_right{float: none !important;width: 100% !important;}
	.main_left .title{font-size: 20px !important;}
	.main_left .title font{font-size: 16px !important;}
	.subnav_wap{display: block !important;}
	.main_left .cl-lm{display: none;}

}
@media screen and (min-width: 801px){
	.main_left .cl-lm{display: block !important;}
}

.main > .content{background: url(../images/bg.jpg)/*tpa=http://www.kstchina.com/templets/sscm/images/bg.jpg*/ 270px top repeat-y;padding: 30px 0;}

.main_left{width: 20%;margin: 20px 0;}
.main_left .title{line-height: 30px;padding-bottom: 8px;font-size: 22px;border-bottom: 2px solid;position: relative;}
.main_left .title font{text-transform: Uppercase;padding-left: 6px;font-size: 18px;color: #e1e1e1;}

/*wap*/
.subnav_wap{width:26px;position:absolute;cursor:pointer;right: 0;height: 40px;top: 0;display: none;}
.subnav_wap span{display:block;width:100%;height:2px;position:absolute;left:0;transition:all ease 0.35s;border-radius: 5px;}
.subnav_wap span:nth-of-type(1){top:10px}
.subnav_wap span:nth-of-type(2){top:19px}
.subnav_wap span:nth-of-type(3){top:28px}
.subnav_wap_se span:nth-of-type(1){top:19px;transform:rotate(45deg)}
.subnav_wap_se span:nth-of-type(2){width:0}
.subnav_wap_se span:nth-of-type(3){top:19px;transform:rotate(-45deg)}

.main_left .cl-lm > li{border-bottom: 1px dashed #e4e4e4;position: relative;}
.main_left .cl-lm > li > a{line-height: 22px;display: block;padding: 10px 20px;position: relative;color: #404040;}
.main_left .cl-lm .fa1{position: absolute;font-size: 8px;line-height: 22px;left: 5px;top: 10px;}

.main_left .cl-lm .btn{position: absolute;z-index: 10;height: 42px;width: 20px;top: 0;right: 0;cursor: pointer;display: none;}
#on21 .btn,#on32 .btn,#on33 .btn,#on34 .btn,#on35 .btn,#on36 .btn,#on37 .btn,#on38 .btn,#on3 .btn,#on4 .btn{display: block;}
.main_left .cl-lm .btn i{width: 14px;left: 3px;height: 2px;background: #c7c7c7;display: block;position: absolute;top: 50%;margin-top: -1px;transition: ease-in-out 0.3s;}
.main_left .cl-lm .btn_c .i1{transform:rotate(90deg);}

.main_left .cl-lm2{display: none;border-top: 1px dashed #e4e4e4;padding-left: 20px;}
.main_left .cl-lm2 li{border-bottom: 1px dashed #e4e4e4;border-left: 1px solid #f1f1f1;}
.main_left .cl-lm2 li:last-child{border-bottom: none;}
.main_left .cl-lm2 li a{line-height: 20px;padding: 7px 0 7px 20px;display: block;position: relative;color: #666666;font-size: 12px;}
.main_left .cl-lm2 .fa1{font-size: 6px;line-height: 20px;top: 7px;}

.main_right{width: 74%;}

/*product list*/

.product{width:86%; margin:0 auto;}
.product>.catalog{ margin:0 auto;}
.product>.catalog>.item{ float:left; width:31.3%; overflow:hidden; margin-right:3%; margin-bottom:3%;}
.product>.catalog>.item:nth-child(3n){ margin-right:0 !important;}
.product>.catalog>.item>a{display:block; position:relative;}
.product>.catalog>.item>a:after{position:absolute; z-index:1; left:0; top:0; width:100%;height:100%; background:rgba(174,0,26,.8); opacity:0; content:''; transition:all .35s;}
.product>.catalog>.item .img{ margin:0 auto;}
.product>.catalog>.item .img>img{ width:100%; height:auto; transition:all 2s;}
.product>.catalog>.item .name{position:absolute; z-index:3; left:0; bottom:0; width:80%;height:50px; line-height:50px; padding:0 10%; font-size:18px; font-weight:bold; color:#fff; background:rgba(0,0,0,.4); transition:all .35s;}
.product>.catalog>.item .name:after{ position:absolute; z-index:4; left:50%; bottom:-8px; margin-left:0; width:0; height:2px; background:#fff; content:''; transition:all 1s;}
.product>.catalog>.item .text{ position:absolute; z-index:2; left:50%; top:50%; width:80%; margin-left:-40%; font-size:14px; line-height:22px; color:#fff; opacity:0; transition:all .35s;}
.product>.catalog>.item:hover .img>img{ transform:scale(1.2);}
.product>.catalog>.item:hover .name{ font-size:28px; font-weight:normal; bottom:60%; background:none !important;}
.product>.catalog>.item:hover .name:after{ width:40px;margin-left:-20px;}
.product>.catalog>.item:hover .text{ top:55%; opacity:.7;}
.product>.catalog>.item:hover a:after{ opacity:1;}
.productBox>.product{ position:relative; margin:0 auto;}
.productBox>.product>.prolist{ width:220px; background:#eee; box-shadow:0 1px 3px rgba(0,0,0,.1);}
.productBox>.product>.prolist>ul{ margin:0 auto; text-align:left;}
.productBox>.product>.prolist>ul>li{ position:relative; border-bottom:1px solid #ddd;}
.productBox>.product>.prolist>ul>li:after{ position:absolute; z-index:1; left:0; bottom:-2px; width:100%; height:1px; background:#fff; opacity:.6; content:'';}
.productBox>.product>.prolist>ul>li:last-of-type{ border-bottom:0 !important;}
.productBox>.product>.prolist>ul>li:last-of-type:after{ opacity:0;}
.productBox>.product>.prolist>ul>li>a{ position:relative; display:block; padding:15px 20px; font-size:16px; color:#666; transition:all .35s;}
.productBox>.product>.prolist>ul>li>a>span{position:absolute; z-index:99; top:50%; right:20px; cursor:pointer; width:18px; height:18px; margin-top:-9px; background:url("../images/icon-plus-black.png") no-repeat; background-position:50% 50%; background-size:100% auto; transition:all .35s;}

.productBox>.product>.prolist>ul>li>a:hover, .productBox>.product>.prolist>ul>li.A>a{color:#fff!important; background:#ae001a;}
.productBox>.product>.prolist>ul>li.A>div{display:block;}
.productBox>.product>.prolist>ul>li>a:hover span{ background:url("../images/icon-plus-white.png") no-repeat;background-position:50% 50%; background-size:100% auto;}
.productBox>.product>.prolist>ul>li.A>a>span{background:url("../images/icon-minus-white.png") no-repeat;background-position:50% 50%; background-size:100% auto;}

.productBox>.product>.prolist>ul>li>div{ display:none; padding-bottom:20px; background:#ae001a; text-align:left;}
.productBox>.product>.prolist>ul>li>div>a{display:block;padding:6px 20px; font-size:13px; color:rgba(255,255,255,.8)!important; transition:all .35s;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.productBox>.product>.prolist>ul>li>div>a:hover{ background:rgba(255,255,255,.2);}
.productBox>.product>.container{ width:74%; text-align:left;}
.productBox>.product>.container .item{padding:50px 0px; border-bottom:1px dotted #ddd;}
.productBox>.product>.container .item:first-child{ padding-top:0px;}
.productBox>.product>.container .item:last-of-type{ border-bottom:0px;}
.productBox>.product>.container .item .clsname{font-size:16px;font-weight:normal;color:#c90a22;}
.productBox>.product>.container .item .spid{ float:none !important; width:100%; padding-bottom:20px; margin-bottom:40px; border-bottom:1px solid #ddd;}
.productBox>.product>.container .item .list{width:100%;text-align:left; padding:3% 0;}
.productBox>.product>.container .item .list a{text-align:center;width:31%;display:block;float:left;color:#848590;font-size:14px;padding-bottom:2%; padding-right:2%;}
.productBox>.product>.container .item .list a img{ width:220px;height:130px;border:1px solid #ddd; margin-right:10px;}
.productBox>.product>.container .item .list a p{text-align:center;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.productBox>.product>.container .item .list a:hover{color:#c90a22;text-decoration:underline;}
.productBox>.product>.container .item .back{ margin:0px auto; text-align:left;}
.productBox>.product>.container .item .back a{ display:inline-block;border:1px solid #ddd; font-size:14px; padding:6px 25px; color:#999; transition:all .35s;}
.productBox>.product>.container .item .back a:hover{ background:#ae001a; border:1px solid #ae001a; color:#fff;}
.productBox>.product>.container .view .title{ font-size:24px; color:#555; text-align:center;}
.productBox>.product>.container .view .img{ border-bottom:1px solid #eee; padding:20px; margin:0 auto; text-align:center;}
.productBox>.product>.container .view .img>img{max-width:100%; height:auto;}
.productBox>.product>.container .view .text{ padding:20px; text-align:left; font-size:16px; color:#666; line-height:30px;}
.productBox>.product>.container .view .text>p{ margin-bottom:20px;}
.productBox>.product>.container .view .text img{ max-width:100%; height:auto;}
.productBox>.product>.container .view .back{ margin:30px auto; text-align:right;}
.productBox>.product>.container .view .back a{ display:inline-block;border:1px solid #ddd; font-size:14px; padding:6px 25px; color:#999; transition:all .35s;}
.productBox>.product>.container .view .back a:hover{ background:#ae001a; border:1px solid #ae001a; color:#fff!important;}
#back{ display:none;}

@media only screen and (max-width: 980px){
	.product{width:96%;}
	.product>.catalog>.item{ float:none; display:block; width:100%; margin-right:0;}
	.product>.catalog>.item .name{font-size:16px; font-weight:normal;}
	.productBox>.product>.prolist{ display:none; float:none;}
	.productBox>.product>.container{ width:100%; float:none;}
	.productBox>.product>.container .item .list a{width:48%; font-size:14px;}
	.productBox>.product>.container .view .title{ font-size:20px;}
	.productBox>.product>.container .view .text{ padding:20px 10px; font-size:14px;line-height:25px;}
	.productBox>.product>.container .view .back{ text-align:center;}
	.productBox>.product>.container .view .back a{ font-size:12px; padding:6px 25px;}
	#back{ display:block; position:fixed; z-index:999; left:0; bottom:0; width:100%; padding:12px 0; text-align:center; background:#ae001a;}
	#back>a{display:block; font-size:16px; color:#fff;}
	#back>a>img{ height:24px; width:auto; margin-right:6px;}
}
@media only screen and (max-width: 768px){
.productBox>.product>.container .item .list a img{
	max-width:100%;
	height:100px;
}.inner{
	position:unset;
}
.box{
	width:98%;
	margin:0 auto;
}

}

@media screen and (min-width: 280px) and (max-width: 900px) {
	.jqZoomPup,.zoomdiv{display: none !important;}
}
@media screen and (min-width: 280px) and (max-width: 800px) {

	.jqzoom{float: none !important;width: 100% !important;height: auto !important;}
	.jqzoom img{width: 100% !important;height: auto !important;display: block;position: relative !important;left: 0 !important;margin-left: 0 !important;}
	.spec-scroll .prev, .spec-scroll .next{width: 10px !important;font-size: 20px !important;}
	.spec-scroll{width: 270px !important;}

	.prenext p{float: none !important;width: 100% !important;text-align: left !important;}

}


.jqzoom{float:left;position:relative;display:block; width:300px; height:300px; overflow:hidden;}
.jqzoom img{width:484px;height:300px; position:absolute; left: 50%; margin-left: -242px;}
.zoomdiv{z-index:100;position:absolute;top:0;left:-100px;background:#ffffff;border:1px solid #dfdfdf;display:none;text-align:center;overflow:hidden;}
.zoomdiv img{width:1210px; height:750px; position:absolute; left:50%; margin-left:-380px;}
.jqZoomPup{z-index:10;visibility:hidden;position:relative;border:1px solid #666;background:#ffffff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50); cursor:crosshair;}
.spec-scroll{width: 302px;height: 70px;margin: 10px 0;}
.spec-scroll .prev,.spec-scroll .next{display: block;width: 25px;line-height: 68px; cursor: pointer;background-color: #ebebeb;border: 1px solid #ccc;box-sizing: border-box;text-align: center;color: #666666;font-size: 25px;}
.spec-scroll .prev{margin-right: 10px;}
.spec-scroll .items{position: relative;float: left;width: 240px;height: 70px;overflow: hidden;}
.spec-scroll .items ul{position: absolute;width: 999999999px;height: 70px;}
.spec-scroll .items ul li{float: left;width: 70px;height: 70px;text-align: center;margin-right: 10px;border: 1px solid #CCCCCC;box-sizing: border-box;}
.spec-scroll .items ul li:hover{border: 1px solid #BF3131;}


/*service*/
@media screen and (min-width: 280px) and (max-width: 1200px) {
	.service_box .lm{padding: 5% 0 0 !important;}
	.service_box .lm a{padding: 7px 16px !important;margin: 0 5px !important;}
	.service_box .content{padding: 5% !important;}
}

.service_box{background: url(../images/bg1.jpg)/*tpa=http://www.kstchina.com/templets/sscm/images/bg1.jpg*/no-repeat center bottom;}
.service_box .lm{padding: 30px 0;text-align: center;}
.service_box .lm a{padding: 10px 24px;display: inline-block;margin-left: 10px;margin-right: 10px;border-radius: 5px;background-color: #eee;}
.service_box .lm a:hover,.service_box .lm .active{color: #FFFFFF !important;background-color: #E37547 !important;}
.service_box .lm a:nth-child(2n):hover,.service_box .lm a:nth-child(2n).active{background-color: #40485F !important;}
.service_box .content{padding: 100px 0 200px;}
.service_box .content img{max-width: 100%;height: auto !important;}
#service_box6 .content{padding: 80px 0;}

/*news list*/
.position{border-bottom: 1px solid #ddd;
	margin-bottom: 30px;}
.position p{text-align: right;margin:10px 0px;}
.news-box{width: 96%;margin:0 auto;}
.news-con{width: 96%;margin:0 auto;line-height: 2;}
.info-tool{text-align:center;margin:10px 0px;border-bottom: 1px solid #ddd;padding-bottom:10px;margin-bottom:30px;}
.news-con .back{text-align: right;}
.news-con .back a{padding:.4rem .8rem;background: var(--siteColor);color:white!important;display: inline-block;}
@media screen and (min-width: 280px) and (max-width: 950px) {
	.news_list .date{width: 18% !important;}
	.news_list .cnt{width: 76% !important;}
	.news_list .i1,.news_list .i2{left: 18% !important;}
}
@media screen and (min-width: 280px) and (max-width: 800px) {
	.main_left .cl-yy,.main_left .cl-xw{display: none;}
	.news_list .date{font-size: 12px !important;}
	.news_list .cnt span{font-size: 14px !important;}
	.news_list .cnt p{line-height: 20px !important;height: 40px !important;font-size: 12px !important;}
}
@media screen and (min-width: 280px) and (max-width: 450px) {
	.news_list .date{width: 25% !important;}
	.news_list .cnt{width: 68% !important;}
	.news_list .i1,.news_list .i2{left: 25% !important;}
}

.news_list a{display: block;position: relative;padding-bottom: 4%;}
.news_list .date{width: 13%;line-height: 30px;color: #666666;}
.news_list .cnt{width: 81%;}
.news_list .cnt span{font-size: 16px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;line-height: 30px;}
.news_list .cnt p{color: #787878;line-height: 26px;height: 52px;overflow: hidden;margin-top: 4px;}
.news_list .i1{width: 16px;height: 16px;border-radius: 50%;border: 3px solid;box-sizing: border-box;background: #FFFFFF;position: absolute;left: 13%;top: 7px;z-index: 1;}
.news_list .i2{display: block;height: 100%;width: 2px;background: #EEEEEE;top: 0;left: 13%;margin-left: 7px;position: absolute;}

/*message*/
.message{width: 90%;margin:0 auto;}
.message input{width:100%;display:block;background:#ddd;line-height:35px;margin:20px 0px;text-indent:20px;}
.message textarea{width:100%;display:block;height:300px;background:#ddd;text-indent:10px;text-align:left; padding:10px;}
.message  .label-block{overflow:hidden;}
.message  .label-block  .code{width:200px;float: left;}
.message  .label-block img{float:left;margin-top:20px;}
.message button{display:block;margin:20px auto; background:var(--siteColor);color:white;padding:1rem 2rem;border-radius:5px;}
/*search list*/
@media screen and (min-width: 280px) and (max-width: 800px) {
	.search_list li{margin-bottom: 15px !important;padding-bottom: 15px !important;}
	.search_list li a{height: 90px !important;padding-left: 100px !important;}
	.search_list .img{width: 90px !important;}
	.search_list li a span{font-size: 14px !important;line-height: 25px !important;}
	.search_list li a .span1{font-size: 12px !important;}
	.search_list li a p{line-height: 20px !important;height: 40px !important;font-size: 12px !important;}
}

.search_list li{border-bottom: 1px dashed #e4e4e4;margin-bottom: 21px;padding-bottom: 21px;}
.search_list li a{display: block;position: relative;height: 150px;padding-left: 175px;}
.search_list .img{width: 150px;height: 100%;overflow: hidden;position: absolute;left: 0;top: 0;}
.search_list .img img{height: 100%;width: auto;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);position: absolute;top: 0;}
.search_list li a span{display: block;font-size: 16px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.search_list li a .span1{color: #898989;font-size: 14px;}
.search_list li a p{color: #898989;line-height: 24px;height: 72px;overflow: hidden;}
