.main {
  width: 100%;
  margin-top: 80px;
}
.main .banner {
  position: relative;
  width: 100%;
  height: 360px;
}
.main .banner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.main .company {
  width: 1200px;
  margin: 0 auto;
}
.main .company .company-first {
  display: flex;
}
.main .company .company-first img {
  display: block;
  width: 426px;
  height: 260px;
}
.main .company .company-first .company-first-detail {
  margin-left: 40px;
}
.main .company .company-first .company-first-detail .news-title {
  margin-top: 8px;
  font-size: 22px;
  color: #003B95;
  line-height: 20px;
  font-weight: normal;
}
.main .company .company-first .company-first-detail p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  font-weight: 300;
  text-overflow: ellipsis;
}
.main .company .company-first .company-first-detail p a {
  color: #999;
}
.main .company .company-first .company-first-detail h6 {
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: normal;
  color: #333;
  line-height: 24px;
}
.main .company .company-first .company-first-detail h6 a {
  color: #333;
}
.main .company .company-first .company-first-detail h6 a:hover {
  color: #003B95;
}
.main .company .company-first .company-first-detail .konwmore {
  display: inline-block;
  margin-top: 32px;
  padding: 16px 43px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #003B95;
}
.main .company .news-lists {
  width: 100%;
  margin-top: 72px;
}
.main .company .news-lists li {
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.main .company .news-lists li .news-list-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 219px;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}
.main .company .news-lists li .news-list-left p {
  font-family: 'PingFang';
  font-size: 70px;
  font-weight: 100;
  color: #999;
  line-height: 54px;
}
.main .company .news-lists li .news-list-left span {
  font-size: 20px;
  font-weight: 100;
  color: #999;
}
.main .company .news-lists li .news-list-right {
  margin-left: 60px;
}
.main .company .news-lists li .news-list-right h6 {
  margin-bottom: 26px;
  font-size: 22px;
  color: #333;
}
.main .company .news-lists li .news-list-right p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  overflow: hidden;
  font-weight: 300;
  opacity: 0.8;
  text-overflow: ellipsis;
}
.main .company-detail {
  width: 1200px;
  margin: 0 auto;
}
.main .company-detail h3 {
  font-size: 36px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
  text-align: center;
}
.main .company-detail .date {
  margin: 39px auto 44px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 36px;
  text-align: center;
}
.main .company-detail p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #999;
  line-height: 30px;
  text-indent: 34px;
}
.main .company-detail img {
  display: block;
  margin: 29px auto;
}
.main .company-detail h6 {
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.main .company-detail .goback {
  display: block;
  width: 180px;
  height: 54px;
  margin: 50px auto;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background: #003B95;
  text-align: center;
  line-height: 54px;
}
.main .tab-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.main .tab-lists .tab-list {
  min-width: 116px;
  padding: 15px 27px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.main .tab-lists .tab-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  line-height: 1;
}
.main .tab-lists .tab-list:hover {
  background-color: #003b95;
  border: 1px solid #003b95;
}
.main .tab-lists .tab-list:hover a {
  color: #fff;
}
.main .tab-lists .tab-list-active {
  background-color: #003b95;
  border: 1px solid #003b95;
}
.main .tab-lists .tab-list-active a {
  color: #fff;
}
.main .exhibition {
  width: 1200px;
  margin: 0 auto;
}
.main .exhibition ul li {
  padding-bottom: 40px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.main .exhibition ul li img {
  display: block;
  width: 100%;
  height: 260px;
}
.main .exhibition ul li .exhibition-bottom .exhibition-title {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.main .exhibition ul li .exhibition-bottom .exhibition-title h6 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #333;
  line-height: 24px;
}
.main .exhibition ul li .exhibition-bottom .exhibition-title .btn {
  width: 120px;
  height: 42px;
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  line-height: 42px;
  background: #E60A16;
}
.main .exhibition ul li .exhibition-bottom .exhibition-title .btn-close {
  background: #959595;
}
.main .exhibition ul li .exhibition-bottom .exhibition-box {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  width: 100%;
}
.main .exhibition ul li .exhibition-bottom .exhibition-box p {
  margin-right: 10px;
  font-size: 14px;
  color: #999;
}
.main .exhibition ul li .exhibition-bottom .exhibition-box em {
  display: block;
  width: 1px;
  height: 17px;
  margin-top: 5px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: #999;
}
.main .exhibition #page ul li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
