@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: 11px;
  padding-bottom: 48px;
}
#banner {
  width: 100%;
  height: 350px;
  min-width: 1004px;
  background: url(../images/banner1.png) no-repeat top center;
}
.headnav {
  margin-bottom: 26px;
}
.share_moduler {
  padding: 23px 55px 76px 55px;
  background-color: #fff;
}
.share_moduler .main_body {
  padding-top: 28px;
  padding-bottom: 48px;
  width: 100%;
}
.share_moduler .list {
  width: 100%;
}
.share_moduler .item {
  width: 100%;
  margin-bottom: 22px;
  padding-bottom: 21px;
  border-bottom: 1px solid #D8D8D8;
}
.share_moduler .item a {
  display: block;
}
.share_moduler .item .img {
  float: left;
  width: 130px;
  height: 98px;
  margin-right: 32px;
  border-radius: 6px;
}
.share_moduler .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.share_moduler .item .item_dl {
  float: left;
  width: 608px;
  padding-top: 2px;
}
.share_moduler .item .item_title {
  width: 100%;
  height: 15px;
  font-size: 16px;
  color: #656565;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.share_moduler .item .item_name {
  margin-top: 17px;
  font-size: 14px;
  color: #656565;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.share_moduler .item .item_detail {
  margin-top: 9px;
  font-size: 12px;
  color: #898989;
  line-height: 20px;
  word-break: break-all;
}
.share_moduler .item:last-child {
  border-bottom: none;
}
.share_moduler .item:hover a .item_title {
  color: #CF000F !important;
}
