@charset "utf-8";
/* CSS Document */
@import url(main.css);
.solution_wrap{padding:10px 3%;min-height:300px;}

.tech_item{width:100%;padding:20px;border-bottom:1px solid #cdcdcd;clear:both;overflow:hidden;}
.tech_item ul{float:left;}
.tech_item ul.ul1{width:50px;height:50px;background:#9CBDFF;color:#0054ff;border-radius:5px;text-align:center;line-height:50px;font-size:36px;}


.tech_item ul.ul2{width:calc(100% - 50px);padding-left:20px;box-sizing:border-box;}
.tech_item ul.ul2 li.title{height:30px;line-height:30px;font-size:18px;width:100%;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;}
.tech_item ul.ul2 li.info{width:100%;line-height:24px;height:48px;color:#666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tech_item ul.ul2 li.time{color:#888;}
.tech_item ul.ul2 li a{color:#000;font-size:18px;}
.tech_item ul.ul2 li a:hover{color:#0054ff;}


.tech_show{padding:10px 3%;min-height:360px;}
.tech_show h1{font-size:24px;font-weight:normal;text-align:center;line-height:35px;}
.tech_show h2{font-size:14px;font-weight:normal;color:#666;text-align:center;}

.tech_show .newscontent{line-height:30px;width:100%;padding-top:30px;}
.tech_show .newscontent img{width:100%;max-width:100%;height:auto;display:block;}

.tech_show .otherlink{border-top:1px solid #cdcdcd;padding-top:30px;margin-top:40px;}
.tech_show .otherlink a{display:block;}
.tech_show .otherlink a:hover{color:#0054ff;}


.solution_item{width:49%;float:left;margin-right:2%;margin-bottom:20px;position:relative;border-radius:5px;overflow:hidden;}
.solution_item img{width:100%;}
.solution_item p{position:absolute;width:100%;height:35px;line-height:35px;text-align:center;bottom:0;background:rgba(0,0,0,.6);color:#fff;}


.cert_item{width:49%;float:left;margin-right:2%;margin-bottom:20px;position:relative;border-radius:5px;overflow:hidden;background:#fff;}
.cert_item img{width:100%;}
.cert_item p{width:100%;height:35px;line-height:35px;text-align:center;background:#0054ff;color:#fff;border-radius:0 0 5px 5px;}






























