@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.layout_head {
  height: 27px;
  position: relative;
}
.layout_head .head_p {
  position: relative;
  float: left;
  height: 27px;
  font-size: 20px;
  color: #4F4F4F;
  line-height: 27px;
  letter-spacing: 1px;
  font-weight: 500;
}
.layout_head .head_a {
  float: right;
  margin-top: 6px;
  height: 17px;
  font-size: 12px;
  color: #FF5D4F;
  line-height: 17px;
  letter-spacing: 1px;
}
.layout_head .head_a:hover {
  color: #FF5D4F !important;
}
.layout_head .head_a_list .head_a {
  display: none;
}
.layout_head .head_a_list .head_a:first-child {
  display: block;
}
.layout_main {
  padding-top: 22px;
  padding-bottom: 55px;
}
.layout_head {
  box-sizing: border-box;
  padding-right: 39px;
}
#banner {
  width: 100%;
  height: 350px;
  min-width: 1004px;
  background: url(../images/banner2.png) no-repeat top center;
}
.dwwd_moduler {
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  margin-bottom: 35px;
}
.dwwd_moduler .dwwd_search {
  width: 100%;
  height: 50px;
}
.dwwd_moduler .search_input {
  float: left;
  position: relative;
  display: block;
  width: 300px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 2px rgba(102, 102, 102, 0.08);
  border-radius: 0 4px 4px 0;
  border: 1px solid #FF6868;
  padding: 14px 20px;
  box-sizing: border-box;
}
.dwwd_moduler .search_input input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  color: #333;
  font-size: 14px;
}
.dwwd_moduler .search_input .search_icon {
  position: absolute;
  top: 16px;
  right: 17px;
}
.dwwd_moduler .search_btn {
  float: right;
  outline: none;
  border: none;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(241deg, #ffab64 0%, #ff5234 100%);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}
.dwwd_moduler .search_btn:hover {
  color: #FCEEA8 !important;
}
.rmwt_moduler {
  background: #fff;
  width: 100%;
  padding: 27px 55px 70px 50px;
  box-shadow: 0px 2px 10px 0px rgba(47, 25, 25, 0.04);
  border-radius: 6px;
}
.rmwt_moduler .main_body {
  padding-top: 11px;
  width: 100%;
}
.rmwt_moduler .list {
  width: 100%;
}
.rmwt_moduler .item {
  position: relative;
  box-sizing: border-box;
  height: 50px;
  padding: 0 39px;
}
.rmwt_moduler .item a {
  box-sizing: border-box;
  height: 50px;
  padding: 15px 0;
  display: block;
}
.rmwt_moduler .item p {
  float: left;
  font-size: 14px;
  color: #3E3E3E;
  line-height: 20px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.rmwt_moduler .item span {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #898989;
  line-height: 20px;
}
.rmwt_moduler .item:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #EDEDED;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rmwt_moduler .item:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #D8D8D8;
  border-radius: 50%;
  position: absolute;
  top: 21px;
  left: 12px;
}
.rmwt_moduler .item:last-child:before {
  display: none;
}
.rmwt_moduler .item:hover {
  background: rgba(151, 151, 151, 0.15);
}
.rmwt_moduler .item:hover p {
  color: #CF000F;
}
.rmwt_moduler .item:hover span {
  color: #CF000F;
}
.rmwt_moduler .item:hover:after {
  background: #CF000F;
}
