@charset "UTF-8";

a {
  text-decoration: none !important;
  color: inherit !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 16px;
}

.inner {
  width: 85.3125rem;
  margin: 0 auto;
}

.icon a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0;
}

.icon img {
  display: block;
  width: 100%;
}

.clear {
  clear: both;
  height: 0rem;
  overflow: hidden;
}

/*boxtop*/
.boxtop {
  overflow: hidden;
  padding: 0.125rem 2.198% 0.125rem;
  line-height: 1.875rem;
}

.boxtop h2 {
  float: left;
  font-size: 1rem;
  color: #3c3c3c;
  position: relative;
  padding-left: 0.9375rem;
}

.boxtop h2:before {
  width: 0.3125rem;
  height: 0.75rem;
  background-color: #00ad35;
  border-radius: 0.1563rem;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.375rem;
}

.boxtop span {
  display: block;
  float: right;
  font-size: 0.875rem;
  font-weight: lighter;
}

.boxtop span a {
  display: block;
  color: #00ad35;
}

/*appbox*/
.appbox {
  background-color: #fff;
  margin-bottom: 2.2%;
  margin-top: 1.2%;
  clear: both;
}

/* banner */
.page_banner {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page_banner img {
  width: 100%;
  height: auto;
}

/* breadcrumb */
.breadcrumb {
  text-align: right;
  font-size: 0.75rem;
  color: #888;
  margin-left: 7.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb a {
  color: #888;
}

.breadcrumb a:hover {
  color: #00ad35;
}

.breadcrumb a:first-child {
  background-image: url(../images/icon_home.png);
  background-repeat: no-repeat;
  background-size: 0.9375rem 0.75rem;
  padding-left: 1.25rem;
}

.breadcrumb i {
  font-style: normal;
  padding: 0 0.3125rem;
}

/* post */
.post {
  padding: 3% 0%;
}

.post .title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.35em;
  margin-bottom: 1.5%;
}

.post .meta {
  font-size: 0;
  line-height: normal;
  text-align: center;
  border-bottom: 0.0625rem solid #e4e4e4;
  padding-bottom: 0.625rem;
  margin-bottom: 2.5%;
}

.post .meta span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.75em;
  padding: 0 0.9375rem 0 1.125rem;
  color: #999;
  background: no-repeat left center;
  background-size: auto 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post .meta .date {
  background-image: url(../images/icon_date.png);
}

.post .meta .author {
  background-image: url(../images/icon_author.png);
}

.post .meta .views {
  background-image: url(../images/icon_views.png);
}

/* entry */
.entry {
  font-size: 1rem;
  line-height: 1.75em;
  color: #333;
  overflow: hidden;
  margin-bottom: 1%;
  padding: 0 2%;
}

.entry img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}

.kf-box {
  margin: 0.625rem auto;
  background: #ffffff;
  width: 85.3125rem;
  height: 21.6875rem;
}

.kf-title {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 5rem;
  color: #333333;
  font-weight: 600;
}

.kf-detail {
  width: 78.75rem;
  margin: 1.25rem auto;
  min-height: 11rem;
  height: auto;
}

.kf-item {
  width: 18.625rem;
  height: 11rem;
  background-color: #fafafa;
  border: solid 0.0625rem #e0e0e0;
  float: left;
  position: relative;
  padding-top: 1rem;
}

.kf-item:nth-of-type(2) {
  margin: 0 1.25rem;
}

.kf-item:nth-of-type(3) {
  margin-right: 1.25rem;
}

.kf-item .kf-type {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.0625rem;
  letter-spacing: 0rem;
  color: #ea2929;
  margin-top: -0.1875rem;
}

.kf-item .kf-type img {
  margin-bottom: -0.1875rem;
}

.kf-item .kf-name {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.0625rem;
  color: #333333;
  text-align: center;
  font-weight: 500;
  margin: 1.625rem 0rem 0.3125rem !important;
}

.kf-time {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.375rem;
  letter-spacing: 0rem;
  color: #666666;
  text-align: center;
  margin: 0.3125rem 0rem !important;
}

.kf-button {
  width: 5.875rem;
  height: 1.875rem;
  background-color: #ffffff;
  border-radius: 0.9375rem;
  border: solid 0.0625rem #999999;
  line-height: 1.875rem;
  text-align: center;
  margin: 1.1875rem auto;
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
  cursor: pointer;
}

.kf-button:hover {
  color: #ffffff;
  background: #ea2929;
  border: none;
}

.wetch-style {
  position: absolute;
  top: -40%;
  left: 50%;
  margin-left: -5rem;
  z-index: -1;
}

.wetch:hover + .wetch-style {
  z-index: 1;
}

.image-styles {
  width: 7.0625rem;
  height: 7.0625rem;
  margin-left: 0.875rem;
}

.f_right {
  float: right;
}

.kf_names {
  font-size: 0.9375rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.0625rem;
  color: #333333;
  font-weight: 600;
  margin-top: 1.5rem;
}

.kf_numbers {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  color: #333333;
}

.kf_times {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.375rem;
  letter-spacing: 0rem;
  color: #666666;
  margin-top: 0.625rem;
}
.header .layout1 {
  display: flex;
  justify-content: flex-start !important;
}
.header .layout1 .right1 {
  min-width: 55rem;
  flex: none !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
