body,
ul,
div,
html,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
ul {
  list-style: none;
}
.f_f {
  float: left;
}
.f_r {
  float: right;
}
.l_q {
  clear: none;
}
.case_conter {
  padding: 40px 228px 60px 228px;
  background: #fff;
}
.case_conter .ly-title {
  text-align: center;
  margin-bottom: 35px;
}
.case_conter .ly-title h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.case_conter .ly-title p {
  text-align: center;
  font-size: 14px;
  color: #999;
}
.case_conter .ly-content-show {
  width: 100%;
}
.case_conter .ly-content-show p {
  line-height: 25px;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.case_conter .ly-content-show p img {
  max-width: 100%;
}
._w_timer {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #868686;
}
._news_siwth {
  background: #fff;
  padding: 0px 4% 4% 4%;
  margin-top: 70px;
}
._news_siwth ul {
  overflow: hidden;
  font-size: 0;
}
._news_siwth ul > li {
  width: 98%;
  color: #868686;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 10px;
  float: left;
  border: 1px solid #CDCDCD;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 15px 1%;
  color: #333;
}
._news_siwth ul > li:hover {
  background: #E4202A;
  color: #fff;
}
._news_siwth ul > li:hover:first-child .ly-float span {
  background: url(../img/news-icon.png) no-repeat -50px 0;
}
._news_siwth ul > li:hover:last-child .ly-float span {
  background: url(../img/news-icon.png) no-repeat 0px 0;
}
._news_siwth ul > li .ly-li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  font-size: 12px;
}
._news_siwth ul > li .ly-float {
  width: 80px;
  position: absolute;
  height: 30px;
  top: 0px;
}
._news_siwth ul > li .ly-float span {
  margin-left: 5px;
  display: inline-block;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 9px;
}
._news_siwth ul > li:first-child {
  padding-left: 5%;
}
._news_siwth ul > li:first-child .ly-float {
  left: 15px;
  text-align: left;
  padding-left: 10px;
}
._news_siwth ul > li:first-child .ly-float span {
  background: url(../img/news-icon.png) no-repeat -20px 0;
  left: -7px;
}
._news_siwth ul > li:last-child {
  padding-left: 5%;
}
._news_siwth ul > li:last-child .ly-float {
  left: 15px;
  text-align: left;
  padding-left: 10px;
}
._news_siwth ul > li:last-child .ly-float span {
  background: url(../img/news-icon.png) no-repeat -35px 0;
  position: absolute;
  top: 9px;
  left: -14px;
}
._news_siwth ._news_top_slice div {
  float: left;
}
._news_siwth ._news_top_slice > div:nth-child(1) {
  width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
._news_siwth ._news_top_slice > div:nth-child(2) {
  margin-left: 15px;
}
._news_siwth ._news_top_slice span {
  margin-left: 5px;
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url('../img/news-icon.png') no-repeat -35px 0;
}
._news_siwth ._news_bottom_slice div {
  float: right;
}
._news_siwth ._news_bottom_slice > div:nth-child(3) {
  margin-right: 15px;
}
._news_siwth ._news_bottom_slice > div:nth-child(2) {
  width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
._news_siwth ._news_bottom_slice span {
  margin-right: 5px;
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url('../img/news-icon.png') no-repeat -20px 0;
}
.box {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  ._w_case_code .case_conter {
    padding: 20px 0px;
  }
}
