#app .main-wrapper {
  padding-top: 30px;
}
.title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #dbd9d9;
}
.title-bar .title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
  height: 32px;
}
.title-bar .title img {
  width: 32px;
}
.title-bar .title span {
  padding: 0 12px;
  font-size: 18px;
  font-weight: bold;
}
.title-bar .title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -4px;
  height: 3px;
  background-color: #e22323;
}
.title-bar a {
  color: rgba(0,0,0,0.65);
  line-height: 35px;
}
.title-bar a:hover {
  /*color: $main-btn-color;*/
}
.news-list {
  margin-top: 8px;
}
.news-list-item {
  display: flex;
  align-items: center;
  line-height: 45px;
  height: 45px;
}
.news-list-item a {
  width: 100%;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-list-item a:hover {
  color: #e22323;
}
.news-list-item span {
  width: 100px;
  text-align: right;
  color: #666;
}
.slide-wrapper .slide-box {
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.slide-wrapper .slide-box .slide-item {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.slide-wrapper .slide-box .slide-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.slide-wrapper .slide-box .slide-item a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slide-wrapper .slide-box .slide-item a span {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  font-size: 15px;
  line-height: 35px;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0,0,0,0.5);
  padding: 0 100px 0 10px;
}
.slide-wrapper .top-news {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 350px;
  overflow: hidden;
}
.slide-wrapper .top-news .tab span {
  width: 33.33%;
  text-align: center;
  font-size: 15px;
  padding: 12px 0;
  cursor: pointer;
  transition: 0.35s;
  background-color: #eee;
  color: #222;
}
.slide-wrapper .top-news .tab span.active {
  color: #fff;
  background-color: #e22323;
}
.slide-wrapper .top-news .news-wrap {
  padding-top: 20px;
}
.slide-wrapper .top-news .news-wrap a {
  color: rgba(0,0,0,0.65);
}
.slide-wrapper .top-news .news-wrap a:hover {
  color: #e22323;
}
.slide-wrapper .top-news .news-wrap .top {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  line-height: 1.5em;
  border-bottom: 1px solid #a9a1a1;
}
.card-wrapper {
  background: #f0f0f0;
  margin: 20px 0;
  padding: 16px 0;
}
.card-wrapper a {
  display: block;
}
.card-wrapper a span {
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
}
.card-wrapper a:hover span {
  color: #e22323;
}
.image-list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.image-list-item {
  display: flex;
  width: calc(50% - 10px);
  padding: 16px 0 5px;
  border-bottom: 1px solid #eee;
  height: 100px;
  line-height: 1.5715;
}
.image-list-item:nth-child(odd) {
  margin-right: 10px;
}
.image-list-item:nth-child(even) {
  margin-left: 10px;
}
.image-list-item img {
  width: 80px;
  height: 80px;
  margin-right: 8px;
}
.image-list-item .info {
  position: relative;
  width: calc(100% - 80px);
}
.image-list-item .title {
  display: inline-block;
  color: rgba(0,0,0,0.85);
  width: 100%;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5715;
}
.image-list-item .desc {
  font-size: 13px;
  color: rgba(0,0,0,0.45);
  line-height: 1.5715;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.image-list-item .date {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(0,0,0,0.45);
  font-size: 12px;
}
.banner {
  /*margin: 10px 0 0 0;*/
}
.banner img {
  font-size: 0;
}
.cities-ranking .head {
  font-size: 0;
  border-bottom: 1px solid #eee;
}
.cities-ranking .head span {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  width: 40%;
}
.cities-ranking .head span:first-child {
  width: 20%;
}
.cities-ranking .list {
  height: 200px;
  overflow: hidden;
}
.cities-ranking .list li:nth-child(odd) {
  background-color: #f3f3f3;
}
.cities-ranking .list li span {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  width: 40%;
}
.cities-ranking .list li span:first-child {
  width: 20%;
}
.links-wrap {
  margin-top: 20px;
}
.links-wrap .links {
  padding-top: 20px;
}
.links-wrap .links .a {
  box-sizing: border-box;
  width: 224px;
  padding-left: 50px;
  background: #eee url("../images/home/guohui2x2x.png") no-repeat 14px 6px;
  font-size: 14px;
  color: #333;
  line-height: 42px;
}
.links-wrap .links .webs {
  box-sizing: border-box;
  padding: 0 24px;
  width: 224px;
  background: #eee;
  color: #333;
  line-height: 42px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper {
  background-color: #fff;
  border: 1px solid #b1b1b1;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item {
  display: flex;
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .left-pic {
  width: 835px;
  height: 350px;
  font-size: 0;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .left-pic img {
  width: 100%;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content {
  position: relative;
  flex: 1;
  box-sizing: border-box;
  color: #141414;
  padding: 20px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content h4 {
  line-height: 24px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content h4 a {
  font-size: 18px;
  font-weight: 700;
  color: #141414;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail {
  margin-top: 15px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-left {
  height: 20px;
  line-height: 20px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-left .column {
  display: inline-block;
  font-style: normal;
  padding: 0 7px;
  background-color: #a5301f;
  color: #fff;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-left .column-name {
  display: inline-block;
  font-style: normal;
  padding: 0 8px;
  background-color: #e2e2e2;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-right {
  color: #6e6e6e;
  height: 20px;
  line-height: 20px;
  float: right;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-right .artical-from {
  font-style: normal;
  padding-left: 15px;
  background: url("../images/comp.png") 0 1px no-repeat;
  margin-right: 4px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-right .artical-time {
  font-style: normal;
  padding-left: 15px;
  background: url("../images/clock.png") 0 1px no-repeat;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-content {
  line-height: 18px;
  height: 140px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-content a {
  font-size: 14px;
  line-height: 18px;
  color: #141414;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-footer {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 58px;
  line-height: 58px;
  text-align: right;
  border-top: 1px solid #bebebe;
  box-sizing: border-box;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-footer a {
  font-size: 14px;
  line-height: 18px;
  color: #a5301f;
}