html {
    /*-webkit-filter: grayscale(100%);*/
}
.app {
  min-width: 1300px;
}

.app-inside {
  min-width: 1300px;
  background-color: #f3f3f3; }

.app-container {
  width: 1200px;
  margin: 0 auto; }

.app-fl {
  float: left; }

.app-fr {
  float: right; }

/* header */
.app-header {
  height: 360px;
  background-image: url("../img/header-banner.jpg");
  background-size: 100% 100%; }
  .app-header__logo {
    width: 533px;
    height: 80px;
    margin-top: 38px; }
    .app-header__logo__img {
      width: 100%;
      height: 100%; }
  .app-header__motto {
    width: 456px;
    height: 46px;
    margin-top: 58px; }
    .app-header__motto__img {
      width: 100%;
      height: 100%; }

/* app-nav-wrap */
.app-nav-wrap {
  height: 64px;
  color: #fff;
  background-color: #d90107; }

.search-enter {
  float: right;
}
.app-nav__item {
  float: left;
  position: relative;
  width: 109px;
  text-align: center; }
  .app-nav__item__a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 64px; }
  .app-nav__item:hover {
    background-color: #b9080d; }
    .app-nav__item:hover .app-nav__item-list__item {
      height: 48px; }
.app-nav__item--active {
  background-color: #b9080d; }
.app-nav__item-list {
  z-index: 9;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  background-color: #d90107;
  opacity: 0.8; }
  .app-nav__item-list__item {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in;
    font-size: 14px;
    color: #fff;
    line-height: 48px;
    text-align: center; }
    .app-nav__item-list__item:hover {
      background-color: #b9080d; }

.search-enter {
  width: 30px;
  height: 30px;
  margin-top: 17px;
  cursor: pointer;
}
.search-enter img {
  width: 100%;
  height: 100%;
}

/* app-footer-wrap */
.app-footer-wrap {
  padding: 30px 0 40px 0;
  background-color: #F3F3F3;
  border-top: 6px solid #d90107; }

.app-footer-link {
  border-bottom: 1px #e1e1e1 solid;
  margin-bottom: 32px; }

.app-footer-link-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 23px; }

.app-footer-link-list {
  overflow: hidden;
  padding-bottom: 16px;
  font-size: 15px;
  color: #666; }
  .app-footer-link-list__title {
    float: left; }
  .app-footer-link-list__item {
    display: block;
    float: left;
    position: relative;
    color: #666;
    padding-right: 14px; }
    .app-footer-link-list__item:hover {
      opacity: 0.7; }
    .app-footer-link-list__item:after {
      position: absolute;
      top: 7px;
      right: 4px;
      content: '';
      width: 6px;
      height: 1px;
      background-color: #666; }
    .app-footer-link-list__item:last-child:after {
      width: 0;
      height: 0; }

.app-footer-bottom {
  overflow: hidden; }

.app-footer-bottom-left {
  margin-right: 120px; }

.app-footer-nav {
  padding-bottom: 20px;
  overflow: hidden; }
  .app-footer-nav__item {
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 1;
    font-weight: bold;
    padding: 0 6px;
    border-right: 2px #333 solid; }
    .app-footer-nav__item:hover {
      opacity: 0.7; }
    .app-footer-nav__item:first-child {
      padding-left: 0; }
    .app-footer-nav__item:last-child {
      border-right: 0; }

.app-footer-about {
  padding-bottom: 50px; }
  .app-footer-about__item {
    font-size: 15px;
    color: #666;
    line-height: 30px; }

.app-footer-other__item {
  float: left;
  width: 102px;
  height: 31px;
  margin-right: 15px; }
  .app-footer-other__item__img {
    width: 100%;
    height: 100%; }

.app-footer-logo {
  width: 307px;
  height: 209px;
  margin-right: 96px;
  text-align: center;}
  .app-footer-logo_img {
    width: 100%;
    height: 100%; }

.app-footer-qrcode {
  width: 194px;
  height: 209px; }
  .app-footer-qrcode_img {
    width: 100%;
    height: 100%; }

/* common-news-title */
.common-news-title {
  height: 56px;
  background-color: #f5f5f5;
  border-top: 3px #d90107 solid;
  box-sizing: border-box; }

.common-news-title-nav {
  float: left; }
  .common-news-title-nav__item {
    float: left;
    font-size: 20px;
    color: #333;
    line-height: 53px;
    padding: 0 29px;
    cursor: default; }
    .common-news-title-nav__item__img {
      width: 100%;
      height: 100%; }
  .common-news-title-nav__item-2 {
    font-size: 20px;
    color: #333;
    line-height: 53px;
    padding: 0 25px 0 20px;
    cursor: default; }
    .common-news-title-nav__item-2__icon {
      display: inline-block;
      width: 26px;
      height: 18px;
      vertical-align: middle; }
      .common-news-title-nav__item-2__icon img {
        width: 100%;
        height: 100%;
        vertical-align: top; }
    .common-news-title-nav__item-2__title {
      display: inline-block;
      vertical-align: middle;
      padding-left: 5px; }
  .common-news-title-nav__item--active {
    color: #fff;
    background-color: #d90107; }

.common-news-more {
  float: right; }
  .common-news-more__btn {
    display: none;
    font-size: 14px;
    color: #999;
    line-height: 53px;
    padding-right: 22px; }
    .common-news-more__btn:hover {
      color: #d90107; }
    .common-news-more__btn:first-child {
      display: block; }

/* common-news-list */
.common-news-list__first-1 {
  display: block;
  border-bottom: 1px #d9d9d9 solid;
  padding-top: 29px;
  margin-bottom: 15px; }
  .common-news-list__first-1__up {
    overflow: hidden;
    width: 594px;
    box-sizing: border-box;
  }
  .common-news-list__first-1__title {
    float: left;
    font-size: 24px;
    color: #333;
    width: 490px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .common-news-list__first-1__time {
    float: right;
    font-size: 16px;
    line-height: 30px;
    color: #999;
  }
  .common-news-list__first-1__intro {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding: 13px 0 19px 0; }
.common-news-list__first-2 {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 15px; }
  .common-news-list__first-2__cover {
    width: 240px;
    height: 150px; }
    .common-news-list__first-2__cover__img {
      width: 100%;
      height: 100%; }
  .common-news-list__first-2__content {
    display: block;
    width: 324px;
    padding-left: 22px; }
    .common-news-list__first-2__content__title {
      font-size: 18px;
      color: #333;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .common-news-list__first-2__content__intro {
      font-size: 14px;
      color: #999;
      line-height: 24px;
      padding: 13px 0 22px 0; }
    .common-news-list__first-2__content__time-icon {
      width: 20px;
      height: 20px; }
      .common-news-list__first-2__content__time-icon img {
        width: 100%;
        height: 100%; }
    .common-news-list__first-2__content__time-text {
      font-size: 14px;
      color: #999;
      line-height: 20px;
      padding-left: 9px; }
.common-news-list__item {
  font-size: 16px;
  line-height: 36px; }
  .common-news-list__item:first-child {
    padding-top: 15px; }
  .common-news-list__item__title {
    float: left;
    position: relative;
    color: #333;
    padding-left: 16px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
    .common-news-list__item__title:before {
      position: absolute;
      left: 0;
      top: 12px;
      content: '';
      width: 0;
      height: 0;
      border-top: 6px transparent solid;
      border-bottom: 6px transparent solid;
      border-left: 6px #d90107 solid; }
  .common-news-list__item__time {
    float: right;
    color: #999; }

/* navigate */
.navigate-wrap {
  padding: 24px 0 22px 0;
  background-color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #E1E1E1; }

.navigate-icon {
  margin-right: 5px;
  vertical-align: middle; }

.navigate-title,
.navigate-item {
  color: #666; }

.navigate-item__curr {
  color: #999; }

/* content */
.content {
  padding: 0 60px;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 80px; }

/* pagination */
.common-pagination {
  overflow: hidden;
  font-size: 14px;
  padding: 50px 0;
  text-align: center; }
  .common-pagination__item {
    display: inline-block;
    height: 37px;
    padding: 0 20px;
    border: 1px #e8e8e8 solid;
    color: #515151;
    line-height: 37px;
    cursor: pointer; }
    .common-pagination__item:hover {
      color: #d30b15; }
  .common-pagination__cur {
    color: #fff;
    background-color: #d30b15; }
    .common-pagination__cur:hover {
      color: #fff; }
  .common-pagination__next {
    margin-left: 5px; }

.common-pagination-list {
  display: inline-block; }

.common-pagination-form {
  display: inline-block; }
  .common-pagination-form__input {
    width: 53px;
    height: 37px;
    border: 1px #e8e8e8 solid;
    margin: 0 4px;
    box-sizing: border-box;
    text-align: center;
    outline: none; }
  .common-pagination-form__button {
    width: 53px;
    height: 37px;
    border: 1px #e8e8e8 solid;
    box-sizing: border-box;
    background-color: transparent; }

/* sort-nav */
.sort-nav-wrap {
  text-align: center; }

.sort-nav {
  display: inline-block;
  padding: 54px 0 36px 0; }
  .sort-nav__item {
    float: left;
    width: 220px;
    height: 60px;
    background-image: url("../img/nav-bj-1.png");
    background-repeat: no-repeat;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 60px;
    margin-left: -13px; }
  .sort-nav__item--active {
    background-image: url("../img/nav-bj-2.png");
    color: #fff; }

/* select-wrap */
.select-wrap {
  overflow: hidden; }

.select-title {
  font-size: 16px;
  color: #333; }

.select-nav_title {
  font-size: 16px;
  color: #333; }
.select-nav__item {
  display: inline-block;
  padding: 0 23px;
  height: 34px;
  font-size: 16px;
  color: #333;
  line-height: 34px;
  border: 1px #d2d2d2 solid;
  cursor: pointer; }
.select-nav__item--active {
  border: 1px #d90107 solid;
  color: #d90107; }
  
  
/* search */
.search-container {
  padding: 50px 60px;
}

.search-wrap {
  width: 1080px;
  height: 72px;
  margin: 0 auto;
  overflow: hidden;
}

.search-input {
  position: relative;
  width: 925px;
  height: 72px;
  float: left;
}

.search-input input {
  width: 100%;
  height: 100%;
  outline: none;
  border-top: 1px #e3e3e3 solid;
  border-left: 1px #e3e3e3 solid;
  border-bottom: 1px #e3e3e3 solid;
  border-right: none;
  border-radius: 8px 0 0 8px;
  padding-left: 100px;
  box-sizing: border-box;
}

.search-input::before {
  z-index: 3;
  position: absolute;
  top: 19px;
  left: 21px;
  content: '';
  width: 34px;
  height: 34px;
  background: url('../icon/icon-search-1.png') no-repeat 0 0;
  background-size: cover;
}

.search-input::after {
  z-index: 3;
  position: absolute;
  top: 7px;
  left: 80px;
  content: '';
  width: 1px;
  height: 59px;
  background-color: #f0f0f0;
}

.search-btn {
  float: left;
  width: 155px;
  height: 72px;
  background-color: #d90107;
  border-radius: 0 8px 8px 0;
}

.search-btn button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 30px;
  color: #fff;
  border: none;
  outline: none;
}

.search-result-top {
  padding: 52px 0 24px 0;
  border-bottom: 1px #e1e1e1 solid;
  overflow: hidden;
}

.search-result-top_title {
  float: left;
  position: relative;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding-left: 27px;
}

.search-result-top_title::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  width: 10px;
  height: 30px;
  background-color: #d90107;
  border-radius: 5px;
}
.search-result-top_total {
  float: right;
  font-size: 18px;
  color: #686868;
  line-height: 36px;
}

/*# sourceMappingURL=common.css.map */
