﻿.page-banner {
  height: 500px;
  overflow: hidden;
  background-color: #F0F5F8;
}
.page-banner .photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news {
  background-image: url("../images/news-bg.png");
  background-size: 636px 642px;
  background-position: right -40px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .news {
    background-image: url("../images/news-bg@2x.png");
  }
}
.news > .title {
  height: 60px;
  margin: 40px 0;
}
.news > .title > img {
  display: block;
  margin: 0 auto;
}
.news > .content > .tabloid {
  float: left;
  width: 660px;
  height: 332px;
  margin-right: 50px;
  background-color: #CCCCCC;
  overflow: hidden;
}
.news > .content > .main {
  float: left;
  width: 460px;
  height: 332px;
  margin-right: 50px;
  overflow: hidden;
}
.news > .content > .main > .item {
  overflow: hidden;
  height: 68px;
  margin-bottom: 20px;
}
.news > .content > .main > .item:last-child {
  margin-bottom: 0;
}
.news > .content > .main > .item > .date {
  float: left;
  width: 50px;
  height: 100%;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #DDDDDD;
}
.news > .content > .main > .item > .date > .day {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #1E2187;
}
.news > .content > .main > .item > .date > .month {
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}
.news > .content > .main > .item > .content {
  display: block;
}
.news > .content > .main > .item > .content > .title {
  height: 24px;
  margin-bottom: 8px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news > .content > .main > .item > .content > .summary {
  height: 36px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news > .content > .main > .item > .content:hover > .title {
  color: #1E2187;
}
.news > .content > .side {
  float: left;
  width: 320px;
  height: 332px;
  overflow: hidden;
}
.news > .content > .side .card > .title {
  display: -webkit-box;
  overflow: hidden;
  height: 48px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  font-size: 14px;
  color: #000000;
}
.news > .content > .side .card > .title:hover {
  color: #1E2187;
}
.news > .content > .side .card > .date {
  margin-bottom: 8px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 200;
  color: #999999;
}
.news > .content > .side .card > .summary {
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}
.news > .content > .side .card > .photo {
  height: 194px;
  background-color: #CCCCCC;
}
.news > .content > .side .card > .photo > img {
  display: block;
  width: 100%;
  height: 100%;
}
.news > .more {
  padding: 39px 600px;
}
.news > .more > a {
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #666666;
}
.news > .more > a:hover {
  color: #1E2187;
}

.page-announcement {
  border-width: 1px 0;
  border-style: solid;
  border-color: #EEEEEE;
  background-color: #F0F5F8;
  background-image: url("../images/announcement-bg.png");
  background-size: 2000px auto;
  background-position: center center;
  background-repeat: repeat-x;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .page-announcement {
    background-image: url("../images/announcement-bg@2x.png");
  }
}

.announcement {
  height: 420px;
}
.announcement > .title {
  height: 60px;
  margin: 40px 0;
}
.announcement > .title > img {
  display: block;
  margin: 0 auto;
}
.announcement > .content > .item {
  overflow: hidden;
  float: left;
  display: block;
  width: 370px;
  height: 180px;
  margin-right: 20px;
  border-bottom: 5px solid #1E2187;
  background-color: #FFFFFF;
  background-image: url("../images/announcement-item-bg.png");
  background-size: 180px 180px;
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px #e0e0e0;
  box-sizing: border-box;
}
.announcement > .content > .item:last-child {
  margin-right: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .announcement > .content > .item {
    background-image: url("../images/announcement-item-bg@2x.png");
  }
}
.announcement > .content > .item > .date {
  height: 20px;
  margin: 20px 20px 15px 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999999;
}
.announcement > .content > .item > .title {
  height: 100px;
  margin: 0 20px 20px 20px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.announcement > .more {
  padding: 40px 600px;
}
.announcement > .more > a {
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #666666;
}
.announcement > .more > a:hover {
  color: #1E2187;
}

.entrance {
  padding: 60px 0;
  margin: -4px;
}
.entrance > .item {
  float: left;
  position: relative;
  display: block;
  width: 250px;
  height: 167px;
  margin: 4px;
  background-color: #999999;
}
.entrance > .item > img {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.entrance > .item > .title {
  position: absolute;
  z-index: 9;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 48px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.entrance > .item > .sub {
  position: absolute;
  top: 78px;
  left: 20px;
  right: 20px;
  height: 56px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 200;
  color: #FFFFFF;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*# sourceMappingURL=home.css.map */