.header {
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.4rem;
  background-color: #eee;
  color: #666;
}

.banner {
  height: 17rem;
  margin: 0 auto;
}

.banner .logo {
  float: left;
  padding: 0 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .logo img {
  height: 7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.banner .phoneInfo {
  float: left;
  padding: 0 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .phoneInfo span {
  text-align: center;
  width: 15rem;
  font-weight: 600;
  color: #1481c4;
  font-size: 2.4rem;
}

.menuBar .menu-items {
  z-index: 10000;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menuBar .menu-items li {
  background-color: #1481c4;
}

.menuBar .menu-items li a {
  color: white !important;
}

.menuBar .menu-items li a:hover {
  background-color: #149bed;
}

.menuBar .blue {
  background-color: #1481c4 !important;
  background-image: none;
}

.menuBar .blue > li:hover {
  background-image: none;
  background-color: #149bed !important;
}

.menuBar a.main-links, .menuBar .dropdown-heading {
  color: white;
  font-size: 2.1rem;
}
.searchBox button{
  width: 6rem;
}
.news-page {
  margin: 3rem auto;
}

.news-page .nav .breadcrumb {
  font-size: 1.6rem;
}

.news-page .nav .breadcrumb a {
  text-decoration: none;
}

.news-page .article-channel {
  position: absolute;
  margin: 3rem 0;
  width: 16rem;
  text-align: center;
  line-height: 3rem;
}

.news-page .article-channel .active {
  background-color: #1481c4;
}

.news-page .article-list {
  min-height: 60rem;
  float: right;
  width: calc(100% - 20rem);
  min-height: 53rem;
}

.news-page .article-list tr {
  line-height: 4rem;
}

.news-page .article-list tr .article-title {
  font-size: 1.8rem;
}

.news-page .article-list tr .publish-time {
  font-size: 1.4rem;
  color: #999;
}

.news-page .article-list a {
  text-decoration: none;
  color: #333;
}

.news-page .article-list a:hover {
  color: red;
}

.news-page .article-pagination {
  float: right;
  padding: 3rem 0;
  width: 100%;
}

.news-page .article-pagination nav {
  font-size: 1.6rem;
  float: right;
}

.footer {
  height: 29rem;
  width: 100%;
  background-image: url(../images/footer.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer p {
  text-align: center;
  width: 60rem;
  font-size: 2.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  color: white;
}

html {
  font-size: 10px;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

html, body, .container-fluid {
  min-height: 100%;
  min-width: 1450px;
}

.title {
  width: 100%;
  height: 6rem;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  border-bottom: 2px solid #d7d7d7;
  background-position: left center;
}

.title .title-text {
  color: #333;
  font-size: 3.1rem;
  line-height: 6rem;
  float: left;
  padding: 0 3rem;
}

.title .more {
  color: #999;
  float: right;
  font-size: 2rem;
  line-height: 6rem;
  padding: 0 1rem;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item {
  font-weight: 600;
  font-size: 1.8rem;
}
.breadcrumb .breadcrumb-item a {
  color: #1481c4;
}
.article-channel a{
  font-size: 1.6rem;
}
.pagination a.page-link{
  color: #1481c4;
}
.pagination .page-item.active a.page-link{
  background-color: #1481c4;
}
.article-list td:first-child{
  width: 90%;
}
/*# sourceMappingURL=article_list.css.map */