﻿﻿.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#app .center {
  width: 1200px;
  margin: 0 auto;
}
#app .main .state .title-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #f3f4f8;
  margin: 20px 0;
  line-height: 40px;
  padding-right: 20px;
}
#app .main .state .title-wrapper a {
  font-size: 14px;
}
#app .main .state .title-wrapper .title-name {
  font-size: 18px;
  background-color: #db3535;
  padding: 0 30px;
  color: #fff;
}
#app .main .state .content-wrapper {
  display: flex;
}
#app .main .state .content-wrapper .swiper-container {
  width: 600px;
  height: 360px;
}
#app .main .state .content-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 600px;
  height: 360px;
}
#app .main .state .content-wrapper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#app .main .state .content-wrapper .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}
#app .main .state .content-wrapper .swiper-container .swiper-wrapper .swiper-slide a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  box-sizing: border-box;
  padding: 0 80px 0 10px;
}
#app .main .state .content-wrapper .swiper-container .swiper-pagination {
  right: 0;
  left: auto;
  bottom: 0;
  height: 30px;
  width: auto;
  position: absolute;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
}
#app .main .state .content-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}
#app .main .state .content-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #db3535;
  opacity: 1;
}
#app .main .state .content-wrapper .news-container {
  width: 600px;
  box-sizing: border-box;
  padding-left: 20px;
}
#app .main .state .content-wrapper .news-container .toggle-flags {
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #f3f4f8;
}
#app .main .state .content-wrapper .news-container .toggle-flags span {
  display: block;
  width: 160px;
  line-height: 40px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#app .main .state .content-wrapper .news-container .toggle-flags .active::after {
  position: absolute;
  bottom: -4px;
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background-color: #db3535;
}
#app .main .state .content-wrapper .news-container .news-List {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
#app .main .banner-wrapper {
  margin: 20px 0;
  background-image: url("../images/index/banner.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #e9ebf7;
  height: 180px;
}
#app .main .banner-wrapper .banner-title {
  font-size: 22px;
  line-height: 70px;
}
#app .main .banner-wrapper .entrance {
  display: flex;
}
#app .main .banner-wrapper .entrance a {
  width: 130px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .main .banner-wrapper .entrance a p {
  padding: 10px 0;
}
#app .main .toggle-panel {
  width: 410px;
  margin-right: 20px;
}
#app .main .toggle-panel .toggle-btns {
  cursor: pointer;
  display: flex;
}
#app .main .toggle-panel .toggle-btns .btn {
  background-color: #f3f4f8;
  line-height: 50px;
  text-align: center;
  width: 220px;
  font-weight: 700;
}
#app .main .toggle-panel .toggle-btns .btn.active {
  color: #fff;
  background-color: #db3535;
}
#app .main .content-list {
  line-height: 40px;
}
#app .main .content-list .list-inner {
  padding: 20px 10px 4px;
}
#app .main .content-list .list-inner a {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px dashed #d6d6d6;
}
#app .main .content-list .list-inner a i:first-child::before {
  content: '·  ';
  font-weight: 700;
}
#app .main .content-list .list-inner a .time-tip {
  color: #a1a1a1;
  white-space: nowrap;
}
#app .main .content-list .last-more {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 4px;
  font-size: 14px;
}
#app .main .news-wrapper {
  display: flex;
}
#app .main .promise-panel {
  width: 340px;
}
#app .main .promise-panel .content-list {
  border: 1px solid #e2e2e2;
}
#app .main .promise-panel .promise-panel-title {
  padding-left: 10px;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-top: 4px solid #db3535;
  line-height: 46px;
}
#app .main .promise-panel .promise-panel-title img {
  margin-right: 10px;
}
#app .main .enter-container {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
#app .main .enter-container a img {
  width: auto;
  height: auto;
}
#app .main .main-contents-container {
  display: flex;
}
#app .main .main-contents-container .main-contents {
  display: flex;
  flex-wrap: wrap;
  width: 860px;
}
#app .main .main-contents-container .main-contents .content-item {
  width: 410px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#app .main .main-contents-container .main-contents .content-item .inner-title {
  background-color: #f3f4f8;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  padding-right: 10px;
  line-height: 50px;
}
#app .main .main-contents-container .main-contents .content-item .inner-title span {
  color: #fff;
  background-color: #db3535;
  display: inline-block;
  width: 140px;
  text-align: center;
}
#app .main .main-contents-container .main-contents .content-item .inner-title a {
  font-size: 14px;
}
#app .main .main-contents-container .side-contents {
  width: 340px;
}
#app .main .main-contents-container .side-contents .top {
  width: 100%;
}
#app .main .main-contents-container .side-contents .top #chart {
  margin: 10px 0;
  width: 100%;
  height: 280px;
  background-color: #f8f9fb;
  box-sizing: border-box;
  padding: 10px;
}
#app .main .main-contents-container .side-contents .bot .serve-enter {
  margin: 10px 0;
  background-color: #f8f9fb;
  padding: 16px;
}
#app .main .main-contents-container .side-contents .bot .serve-enter a {
  display: block;
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
#app .main .main-contents-container .side-contents .bot .serve-enter a:first-child {
  margin-bottom: 16px;
  background-color: #80b7ed;
}
#app .main .main-contents-container .side-contents .bot .serve-enter a:last-child {
  background-color: #f8be8e;
}
#app .main .main-contents-container .side-contents .inner-title {
  font-size: 18px;
  display: flex;
  align-items: center;
  height: 46px;
  border-bottom: 4px solid #f3f4f8;
  font-weight: 700;
}
#app .main .main-contents-container .side-contents .inner-title span {
  display: flex;
  align-items: center;
  line-height: 46px;
  border-bottom: 4px solid #db3535;
}
#app .main .main-contents-container .side-contents .inner-title span img {
  margin-right: 10px;
}
#app .main .info-show-enter .title {
  font-size: 18px;
  background-color: #f3f4f8;
}
#app .main .info-show-enter .title span {
  background-color: #db3535;
  color: #fff;
  width: 140px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  height: 50px;
}
#app .main .info-show-enter .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
#app .main .info-show-enter .links a {
  background-color: #f3f4f8;
  display: flex;
  align-items: center;
  width: 220px;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  margin-bottom: 10px;
}
#app .main .info-show-enter .links a img {
  margin-right: 10px;
}
#app .main .friendly-website {
  margin-top: 20px;
}
#app .main .friendly-website .title {
  font-weight: 700;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-bottom: 4px solid #f3f4f8;
}
#app .main .friendly-website .title .inner {
  display: inline-block;
  height: 50px;
  padding-right: 20px;
  border-bottom: 4px solid #db3535;
}
#app .main .friendly-website .title .inner img {
  margin-right: 10px;
}
#app .main .friendly-website .links {
  display: flex;
  line-height: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 20px;
}
#app .main .friendly-website .links a {
  width: 190px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
}
