@charset "utf-8";
.layout {
  width: 1300px;
  margin: 0 auto;
}
body a:hover {
  color: #0066ff !important;
}
.navigation-bread {
  padding: 18px 0 12px;
  overflow: hidden;
}
.navigation-bread i {
  float: left;
  font-style: normal;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/fill_icon.png) no-repeat;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  float: left;
}
.navigation-bread .navigation-cur {
  color: #0066ff;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #333333;
}
.itme-words {
  padding: 20px 50px 60px;
  background: #FFFFFF;
  border-radius: 4px;
}
.sdkm-fill .head img {
  width: 1200px;
  height: auto;
}
.itme-list-img {
  margin-bottom: 60px;
}
.itme-list-img ul li {
  width: 215px;
  height: 385px;
  float: left;
  margin-right: 30px;
  margin-top: 48px;
}
.itme-list-img ul li:hover .list-img-wapper .warrer-bd .title {
  color: #0066ff;
}
.itme-list-img ul li:nth-child(5n) {
  margin-right: 0px;
}
.itme-list-img ul li a {
  display: block;
}
.itme-list-img ul li .list-img-wapper .wapper-top {
  width: 215px;
  height: 290px;
}
.itme-list-img ul li .list-img-wapper .wapper-top img {
  width: 100%;
  height: 100%;
}
.itme-list-img ul li .list-img-wapper .warrer-bd {
  padding: 20px 11px 0;
}
.itme-list-img ul li .list-img-wapper .warrer-bd .title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.itme-list-img ul li .list-img-wapper .warrer-bd .page {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
