#app {
  background: #f7f8fc !important;
}
 /deep/ .breadcrumb > li + li:before {
  content: ">";
}
.breadcrumb {
  margin-bottom: 0 !important;
  background: #f7f8fc;
  width: 950px !important;
  margin: 0 auto;
  padding: 8px 0px !important;
}
.breadcrumb li a {
  color: #8e8d8f;
}
.breadcrumb li.active {
  color: #8e8d8f;
}
.breadcrumb li.active a {
  color: #8e8d8f;
}
.breadcrumb li::before {
  content: ">" !important;
}
.breadcrumb li:nth-child(1)::before {
  content: none !important;
}
.banner-view {
  width: 100%;
}
.banner-view img {
  width: 100%;
}
.news-view {
  width: 950px;
  margin: 0 auto;
  display: flex;
  background: #ffffff;
  margin-top: 22px;
}
.news-view .nav {
  display: inline-block;
  box-sizing: border-box;
  width: 225px;
}
.news-view .nav .nav-header {
  width: 225px;
}
.news-view .nav .nav-header img {
  width: 100%;
}
.news-view .nav .nav-item {
  height: 60px;
  width: 100%;
  text-align: center;
  line-height: 60px;
  background: #f6f8fd;
  border-bottom: 1px #ffffff solid;
  color: #425383;
  font-size: 18px;
  cursor: pointer;
}
.news-view .nav .nav-item.active {
  background: #b9c1d6;
}
.news-view .list {
  display: inline-block;
  box-sizing: border-box;
  flex: 1;
}
.news-view .list .list-header {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 140px;
}
.news-view .list .list-header p {
  line-height: 1;
}
.news-view .list .list-header p:nth-child(1) {
  font-size: 40px;
  color: #3e3c3c;
}
.news-view .list .list-header p:nth-child(2) {
  font-size: 38px;
  color: #425383;
  margin-top: 15px !important;
}
.news-view .list .list-view {
  margin-left: 15px;
}
.news-view .list .list-view .list-item {
  display: flex;
  height: 220px;
  padding: 30px 10px 30px 15px;
  border-bottom: 1px solid #f9f3f3;
  cursor: pointer;
}
.news-view .list .list-view .list-item:nth-child(1) {
  background: #f9f3f3;
}
.news-view .list .list-view .list-item img {
  height: 160px;
  width: 260px;
  border: 1px solid #eaeaea;
}
.news-view .list .list-view .list-item .txt {
  position: relative;
  margin-left: 25px;
  width: 375px;
}
.news-view .list .list-view .list-item .txt p:nth-child(1) {
  height: 40px;
  line-height: 40px;
  color: #000000;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-view .list .list-view .list-item .txt p:nth-child(2) {
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-view .list .list-view .list-item .txt p:nth-child(3) {
  text-align: left;
  color: #777373;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-view .list .navigation-view {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.news-view .list .navigation-view .page {
  border: 1px solid #eaeaea;
  color: #333333;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
}
.news-view .list .navigation-view .page.disable {
  color: #999999;
}
.news-view .list .navigation-view .page.next {
  margin-left: 10px;
}
.news-view .list .navigation-view .pageNo {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #eaeaea;
  margin-left: 10px;
  cursor: pointer;
}
.news-view .list .navigation-view .pageNo.active {
  color: #ffffff;
  background: #425383;
  border: 1px solid #425383;
}
.news-view .list .navigation-view .pageinfo {
  margin-left: 10px;
  color: #666666;
}
.news-view .list .navigation-view .input-view {
  margin-left: 10px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
  margin-right: 10px;
}
.news-view .list .navigation-view .input-view input {
  height: 30px;
  color: #333333;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border: 1px solid #eaeaea;
  width: 30px;
  outline: none;
}
/* lg */
@media (min-width: 1450px) {
  .breadcrumb {
    margin-bottom: 0 !important;
    background: #f7f8fc;
    width: 1250px !important;
    margin: 0 auto;
    padding: 8px 0px !important;
  }
  .breadcrumb li a {
    color: #8e8d8f;
  }
  .breadcrumb li.active {
    color: #8e8d8f;
  }
  .breadcrumb li.active a {
    color: #8e8d8f;
  }
  .breadcrumb li::before {
    content: ">" !important;
  }
  .breadcrumb li:nth-child(1)::before {
    content: none !important;
  }
  .banner-view {
    width: 100%;
  }
  .banner-view img {
    width: 100%;
  }
  .news-view {
    width: 1250px;
    margin: 0 auto;
    display: flex;
    background: #ffffff;
    margin-top: 22px;
  }
  .news-view .nav {
    display: inline-block;
    box-sizing: border-box;
    width: 300px;
  }
  .news-view .nav .nav-header {
    width: 300px;
  }
  .news-view .nav .nav-header img {
    width: 100%;
  }
  .news-view .nav .nav-item {
    height: 80px;
    width: 100%;
    text-align: center;
    line-height: 80px;
    background: #f6f8fd;
    border-bottom: 1px #ffffff solid;
    color: #425383;
    font-size: 18px;
    cursor: pointer;
  }
  .news-view .nav .nav-item.active {
    background: #b9c1d6;
  }
  .news-view .list {
    display: inline-block;
    box-sizing: border-box;
    flex: 1;
  }
  .news-view .list .list-header {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 190px;
  }
  .news-view .list .list-header p {
    line-height: 1;
  }
  .news-view .list .list-header p:nth-child(1) {
    font-size: 40px;
    color: #3e3c3c;
  }
  .news-view .list .list-header p:nth-child(2) {
    font-size: 38px;
    color: #425383;
    margin-top: 15px !important;
  }
  .news-view .list .list-view {
    margin-left: 15px;
  }
  .news-view .list .list-view .list-item {
    display: flex;
    height: 290px;
    padding: 30px 18px 30px 18px;
    border-bottom: 1px solid #f9f3f3;
    cursor: pointer;
  }
  .news-view .list .list-view .list-item:nth-child(1) {
    background: #f9f3f3;
  }
  .news-view .list .list-view .list-item img {
    height: 230px;
    width: 350px;
    border: 1px solid #eaeaea;
  }
  .news-view .list .list-view .list-item .txt {
    position: relative;
    margin-left: 25px;
    width: 480px;
  }
  .news-view .list .list-view .list-item .txt p:nth-child(1) {
    height: 40px;
    line-height: 40px;
    color: #000000;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news-view .list .list-view .list-item .txt p:nth-child(2) {
    height: 70px;
    line-height: 70px;
    color: #333333;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news-view .list .list-view .list-item .txt p:nth-child(3) {
    text-align: left;
    color: #777373;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .news-view .list .navigation-view {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .news-view .list .navigation-view .page {
    border: 1px solid #eaeaea;
    color: #333333;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
  }
  .news-view .list .navigation-view .page.disable {
    color: #999999;
  }
  .news-view .list .navigation-view .page.next {
    margin-left: 10px;
  }
  .news-view .list .navigation-view .pageNo {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eaeaea;
    margin-left: 10px;
    cursor: pointer;
  }
  .news-view .list .navigation-view .pageNo.active {
    color: #ffffff;
    background: #425383;
    border: 1px solid #425383;
  }
  .news-view .list .navigation-view .pageinfo {
    margin-left: 10px;
    color: #666666;
  }
  .news-view .list .navigation-view .input-view {
    margin-left: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    margin-right: 10px;
  }
  .news-view .list .navigation-view .input-view input {
    height: 30px;
    color: #333333;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border: 1px solid #eaeaea;
    width: 30px;
    outline: none;
  }
}
/* md */
/* sm */
/* xs */
/* XS Portrait */
