.navigation_head {
  margin: 41px 0 30px 0;
}
.navigation_head span {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.navigation_head span a {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.navigation_head .text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.top {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.navigation_head .text:hover {
  color: #49B849;
}
.paging {
  padding-bottom: 42px;
  text-align: center;
  margin-top: 72px;
}
.paging a {
  padding: 4px 11px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  border: 1px dashed #999;
  margin-right: 10px;
}
.paging a:hover {
  background-color: #089F08;
  border-radius: 5px 5px 5px 5px;
  color: white;
}
.paging a:last-child {
  margin-right: 0;
}
.version {
  width: 1200px;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.cut .tab_menu {
  margin-top: 50px;
  position: relative;
  float: left;
}
.cut .tab_menu li.default {
  background: url(../images/rim.png) no-repeat center top;
}
.cut .tab_menu li {
  width: 158px;
  height: 55px;
  cursor: pointer;
  margin-right: 85px;
  text-align: center;
  line-height: 55px;
}
.cut .tab_menu li a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.cut .tab_menu li:first-child {
  margin-bottom: 41px;
}
.cut .navigation_head_in {
  margin-top: 50px;
}
.cut_line {
  width: 872px;
  height: 1px;
  background: #D9D9D9;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: -22px 0 26px 0;
}
.cut_content {
  float: left;
}
.cut_list ul {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}
.cut_list ul li {
  width: 872px;
  height: 94px;
  opacity: 1;
  margin-bottom: 14px;
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cut_list ul li:hover,
.cut_list ul li:hover p {
  border-radius: 10px 10px 10px 10px;
  background: linear-gradient(90deg, #0fa60f 17%, #3ccb3c 100%);
  color: white;
}
.cut_list ul li:hover .case_time span:first-child,
.cut_list ul li:hover .case_time span:last-child {
  color: white;
}
.cut_list ul li .cut-mork {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0fa60f 17%, #3ccb3c 100%);
  position: absolute;
  right: 0;
  top: 0;
  left: 100%;
  z-index: -1;
  border-radius: 5px 5px 5px 5px;
  transition: .7s;
}
.cut_list ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.cut_list ul li p {
  width: 627px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 46px;
}
.cut_list ul li .case_time {
  width: 95px;
  height: 72px;
  opacity: 1;
  border-right: 1px solid rgba(17, 164, 17, 0.6);
  box-sizing: border-box;
  text-align: center;
  margin-right: 30px;
}
.cut_list ul li .case_time span:first-child {
  padding-top: 5px;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  color: #018404;
}
.cut_list ul li .case_time span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #018404;
}
.cut_list ul li .graphics {
  height: 46px;
  width: 46px;
  position: absolute;
  top: 0;
  right: 55px;
}
.paging_in {
  margin-left: 162px;
}
.paging_in a {
  padding: 4px 11px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  border: 1px solid #DBDBDB;
  margin-right: 10px;
  border-radius: 5px 5px 5px 5px;
}
