﻿#app .app-wrapper .header {
  height: 470px;
  background: url("../images/wanlixing_top_bg.jpg") no-repeat center center;
}
#app .app-wrapper .header .logo {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: right;
}
#app .app-wrapper .header .logo a {
  display: inline-block;
  width: 185px;
  height: 20px;
}
#app .app-wrapper .main-wrapper .main-box {
  width: 1200px;
  margin: 20px auto;
}
#app .app-wrapper .main-wrapper .main-box .title {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}
#app .app-wrapper .main-wrapper .main-box .news-box {
  padding: 15px 0;
}
#app .app-wrapper .main-wrapper .main-box .news-box.bg {
  background: #faf6f5;
  padding: 20px 10px;
}
#app .app-wrapper .main-wrapper .main-box .news-box .left-box,
#app .app-wrapper .main-wrapper .main-box .news-box .right-box {
  width: 50%;
}
#app .app-wrapper .main-wrapper .main-box .news-box .left-box.w48,
#app .app-wrapper .main-wrapper .main-box .news-box .right-box.w48 {
  width: 48%;
}
#app .app-wrapper .main-wrapper .main-box .news-box .left-box.w30,
#app .app-wrapper .main-wrapper .main-box .news-box .right-box.w30 {
  width: 30%;
}
#app .app-wrapper .main-wrapper .main-box .news-box .left-box .full {
  display: inline-block;
  width: 95%;
  height: 100%;
  font-size: 0;
}
#app .app-wrapper .main-wrapper .main-box .news-box .left-box .full img {
  width: 100%;
  height: 320px;
}
#app .app-wrapper .main-wrapper .main-box .news-box .top-new.w32 {
  width: 32%;
}
#app .app-wrapper .main-wrapper .main-box .news-box .top-new a {
  color: #4f5050;
}
#app .app-wrapper .main-wrapper .main-box .news-box .top-new .top-img {
  width: 100%;
  height: 260px;
}
#app .app-wrapper .main-wrapper .main-box .news-box .top-new h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}
#app .app-wrapper .main-wrapper .main-box .news-box .top-new p {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
#app .app-wrapper .main-wrapper .main-box .news-box .news a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  line-height: 40px;
  padding: 0 100px 0 12px;
  color: #4f5050;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#app .app-wrapper .main-wrapper .main-box .news-box .news a::before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 2px;
  top: 18px;
  width: 4px;
  height: 4px;
  background: #f00;
}
#app .app-wrapper .main-wrapper .main-box .news-box .news a span {
  position: absolute;
  top: 0;
  right: 0;
}
#app .app-wrapper .main-wrapper .main-box .news-box .bg-box {
  position: relative;
  background-color: #f8f8f8;
  border: 1px solid #dfdfdf;
  padding: 35px 15px 15px;
}
#app .app-wrapper .main-wrapper .main-box .news-box .bg-box .tip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #d82519;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 20px;
  border: 1px solid #dfdfdf;
}
#app .app-wrapper .main-wrapper .main-box .news-box .bg-box .more {
  position: absolute;
  top: 10px;
  right: 10px;
}
#app .app-wrapper .main-wrapper .main-box .news-box .bg-box .more a {
  font-size: 14px;
  font-weight: bold;
  color: #d82519;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.border-right {
  border-right: 1px solid #dbdcdc;
}
.dash {
  padding-top: 20px;
  border-bottom: 1px dashed #acadad;
}
.border-bottom {
  border-bottom: 1px solid #acadad;
}
.padding20 {
  padding: 20px;
  width: 33%;
}
.margin20 {
  margin: 20px auto;
}
