@charset "UTF-8";
.layout-container {
  width: 100%;
  height: 100%;
}

body {

}

.tab-header {
  position: absolute;
  top: 10px;
}

.tab-header-item {
  min-width: 152px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  color: #333;
  font-size: 20px;
  margin-bottom: 6px;
}


.tab-header-item:hover {
  /*background: url(../img/index/item-active.png) no-repeat left top;*/
  background:#ed4040;
  background-size: 100% 100%;
  color: #fff;
}

.current {
  /*background: url(../img/index/item-active.png) no-repeat left top;*/
  background:#ed4040;
  background-size: 100% 100%;
  color: #fff;
}

.list-border {
  border-top: 1px solid #eeeeee;
}

.tab-body {
  width: 690px;
  float: left;
  margin-top: 10px;
}

.tab-content {
  overflow: hidden;
  margin-left: 176px;
  float: left;
}

.list {
  padding: 5px 0;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}

.list::after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}

.list .picture {
  float: left;
}

.list .picture img {
  max-width: 153px;
  max-height: 103px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
}

.list .picture img:hover {
  opacity: 0.8;
}

.list .intro-action {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.list .intro-action .mation-intro {
  color: #333333;
  font-size: 20px;
}

.list .intro-action .mation-intro a {
  -webkit-line-clamp:2;
  display: -webkit-box;
  line-height: 32px;
  padding: 10px 0;
  font-weight: 700;
  word-break: break-all;
  overflow: hidden;
  max-height: 60px;
  -webkit-box-orient: vertical;
}

.list .intro-action .mation-intro a:hover {
  color: #333333;
  opacity: 0.8;
}

.list .intro-action .mation-other-site {
  padding: 0 3px;
  height: 20px;
  border-radius: 4px;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}

.list .intro-action .mation-other-red {
  background: url(../img/index/red.png) no-repeat left top;
  background-size: 100% 100%;
}

.list .intro-action .mation-other-blue {
  color: #1f8eda;
  background: url(../img/index/blue.png) no-repeat left top;
  background-size: 100% 100%;
}

.list .intro-action .mation-other-yellow {
  background: url(../img/index/yellow.png) no-repeat left top;
  background-size: 100% 100%;
}

.list .intro-action .mation-other-date {
  color: #333333;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin-left: 16px;
  vertical-align: -1px;
}

.freshen {
  width: 688px;
  height: 40px;
  background: #fbf7f3;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  border: 1px solid #9b500c;
}

.freshen img {
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}

.freshen .freshen-text {
  color: #8a6743;
  font-size: 16px;
  margin-left: 8px;
  cursor: pointer;
}

.common-panel {
  height: 100%;
  width: 320px;
  border-top: 4px solid #ed4040;
}

.common-panel4 {
  background: #f7f7f7;
}

.right-box {
  margin-top: 20px;
  float: right;
  position: relative;
}

.panel-header {
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.panel-header .header-left {
  float: left;
  color: #9b500c;
  font-size: 22px;
  font-weight: 600;
}

.panel-header .more {
  float: right;
  color: #333;
  font-size: 18px;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.panel-header .more .icon-more {
  width: 6px;
  height: 11px;
  background: url(../img/index/more.png) no-repeat left top;
  background-size: 100% 100%;
  margin-left: 7px;
  display: inline-block;
}

.text-list ul {
  height: 142px;
  overflow-y: auto;
}

.text-list ul li {
  padding: 4px 0;
  padding-left: 11px;
  border-bottom: 1px solid #eeeeee;
}

.text-list ul li .list-left {
  width: 269px;
  font-size: 18px;
  color: #333;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}

.text-list ul li .list-left:hover {
  opacity: 0.8;
}

.project-list li {
  width: 320px;
  height: 80px;
  margin-top: 15px;
}

.project-list .list-mation {
  margin-top: 20px;
}

.project-list .list-mation:hover {
  opacity: 0.8;
}

.group-3 {
  margin-top: 15px;
}

.group-3 .panel-body {
  margin-top: 15px;
}

.btn-box {
  display: none !important;
}

.write-text {
  text-align: center;
  color: #333333;
  font-size: 20px;
  padding: 18px 0;
}

.panel-body .poster-main .poster-btn {
  width: 28px !important;
  height: 48px !important;
  top: 42px !important;
}

.poster-main .poster-prev-btn {
  background: url(../img/index/prev.png) no-repeat center !important;
  background-size: 100% 100%;
  right: -30px !important;
}

.poster-main .poster-next-btn {
  background: url(../img/index/next.png) no-repeat center !important;
  left: 10px !important;
}

.poster-main .poster-list {
  position: relative;
  left: 20px;
}

.group-4 {
  overflow: hidden;
  margin-top: 15px;
}

.group-4 .panel-body {
  margin-top: 15px;
}

.group-4 .write {
  width: 76px;
  height: 105px;
  margin-left: 10px;
  float: left;
  margin-right: 10px;
}

.group-4 .mation-intro {
  margin-left: 14px;
}

.group-4 .mation-intro .intro-title {
  color: #333333;
  font-size: 20px;
}

.group-4 .mation-intro .piece {
  color: #333;
  display: block;
  /*margin-top: 18px;*/
  font-size: 14px;
  /*margin-left: 9px;*/
}

.group-4 .mation-intro .mailbox {
  color: #ed4040;
  font-size: 14px;
}

.group-4 .mation-intro  .mailbox-text {
  font-size: 14px;
  margin-left: 140px;
  display: block;
}



.group-4 .mation-other {
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
}

.group-4 .mation-other .piece {
  color: #333;
  display: block;
  margin-top: 15px;
  font-size: 18px;
  margin-left: 9px;
}

.group-4 .mation-other .mailbox {
  color: #ed4040;
  font-size: 16px;
}

.group-4 .mation-other .mailbox-text {
  font-size: 16px;
  margin-left: 105px;
}

.group-4 .intro-text {
  color: #333333;
  font-size: 14px;
  padding-right: 10px;
  display: block;
}

.group-4 .phone {
  display: block;
  color: #333333;
  font-size: 14px;
  margin-top: 5px;
}

.region-list {
  width: 320px;
}

.group-5 {
  overflow: hidden;
  margin-top: 20px;
}

.item-district {
  overflow: hidden;
}

.district-list {
  overflow: hidden;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 11px;
}

.district-list li {
  overflow: hidden;
  float: left;
}

.district-list li .region {
  font-size: 18px;
  color: #333;
  margin-top: 12px;
  margin-right: 10px;
  width: 36px;
  margin-right: 50px;
}

.district-list li .region:hover {
  opacity: 0.8;
  color: #9b500c;
}

.district-list li .region-list {
  margin-right: 0;
}

.code {
  margin-top: 20px;
  overflow: hidden;
  margin-right: -20px;
}

.code .code-left {
  position: relative;
  width: 150px;
  height: 160px;
  margin-right: 20px;
  background: #f7f7f7;
  text-align: center;
  overflow: hidden;
  float: left;
}

.code .code-left::before {
  content: '';
  width: 150px;
  height: 4px;
  display: inline-block;
  background: #ed4040;
  position: absolute;
  top: 0;
  left: 0;
}

.code .code-left .QR-code {
  margin-top: 6px;
}

.code .code-left .QR-code .icon-qr {
  width: 126px;
  height: 126px;
}

.code .code-left .QR-code .qr-text {
  color: #333333;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.code .code-right {
  width: 150px;
  height: 160px;
  margin-left: 21px;
  text-align: center;
  overflow: hidden;
  float: left;
  background: url(../img/index/box.png) no-repeat left top;
  background-size: 100% 100%;
}

.code .code-right .written {
  padding-top: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.code .code-right .written .icon-written {
  width: 32px;
  height: 34px;
}

.code .code-right .written .written-text {
  color: #333333;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
}

.code .code-right .written .written-list {
  color: #333333;
  font-size: 18px;
  cursor: pointer;
}

.tab-panel {
  position: relative;
}

.group-7 {
  margin-top: 5px;
  width: 320px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
}

.group-7:hover {
  opacity: 0.8;
}

.group-7 img {
  width: 100%;
  height: 100%;
}

.tab-panel {
  position: relative;
}

.freshen-active {
  -webkit-animation: walk 1s linear infinite normal;
          animation: walk 1s linear infinite normal;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg);
  /* Opera */
}

@-webkit-keyframes walk {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes walk {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.list-banner {
  margin: 16px 0;
  position: relative;
  height: 90px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #eeeeee;
}

.list-banner .next {
  width: 28px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background: #031529;
  opacity: 0.27;
}

.list-banner .prev {
  width: 28px;
  height: 90px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background: #031529;
  opacity: 0.27;
}

.list-banner li {
  float: left;
  width: 371px !important;
  text-align: center;
}

.list-banner li a {
  display: block;
}

.list-banner li img{
  /*width: 345px !important;*/
  width: 345px;
  height: 90px;
  background-size: cover;
}

.tab-page {
  width: 100%;
  text-align: center;
}

.tab-page .layui-laypage {
  margin-top: 20px;
}

.tab-page .layui-laypage a {
  padding: 0 12px;
}
