.top_bj {
  width: 100%;
  height: 96px;
  background: url("/image/new_bg.png") no-repeat top center;
  background-size: 100% auto;
}
@media screen and (min-width: 1921px) {
  .top_bj {
    height: 104px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1680px) {
  .top_bj {
    height: 78px;
  }
}
@media screen and (max-width: 1366px) {
  .top_bj {
    height: 61px;
  }
}
.news_main {
  width: 100%;
  position: relative;
}
.news_main:after {
  content: "";
  display: block;
  margin-bottom: 100px;
}

.jt_news {
  width: 1400px;
  height: auto;
  padding-top: 34px;
  margin: auto;
}

.jt_news_item {
  padding-bottom: 26px;
  justify-content: space-between;
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
  display: block;
}
.jt_news_item .left {
  cursor: default;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 24px;
}
.jt_news_item .left h3 {
  font-size: 34px;
color: #FFFFFF;
letter-spacing: 0;
line-height: 36px;
margin-bottom: 16px;
}
.jt_news_item .left p {
  font-size: 12px;
color: #FFFFFF;
letter-spacing: 0;
line-height: 36px;
}
.jt_news_item .right {
  width: 100%;
  max-height: 458px;
  overflow: hidden;
  display: flex;
  -webkit-display: flex;
  align-items: center;
}
.jt_news_item .right > img {
  height: auto;
}
.jt_news_item1 {
  display: block;
  height: 227px;
  margin: auto;
  padding: 0 32px 0 42px;
}
.jt_news > a:last-child div {
  border-bottom: none;
}
.jt_news_item1 {
  border-bottom: solid 1px #ebebeb;
  margin-top: 32px;
}
.jt_news_item1 .jt_news_itemMain {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.jt_news_item1 .jt_news_itemMain .left {
  width: 68%;
}
.jt_news_item1 .jt_news_itemMain .left h2 {
  font-size: 24px;
  color: #2b2b2b;
  letter-spacing: 0;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 33px;
}
.jt_news_item1 .jt_news_itemMain .left p {
  font-size: 16px;
  color: #616161;
  letter-spacing: 0;
  margin: 12px 0 28px 0;
  line-height: 1.5;
  height: 76px;
/* 超出三行 显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jt_news_item1 .jt_news_itemMain .left > div {
  font-size: 14px;
  color: #989898;
  letter-spacing: 0;
}
.jt_news_item1 .jt_news_itemMain .left > div > img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.jt_news_item1 .jt_news_itemMain .right {
  width: 30%;
  height: 200px;
  overflow: hidden;
}
.jt_news_item1 .jt_news_itemMain .right img {
  height: auto;
}

.content .jt_news:nth-child(2) {
  display: none;
}
button.more {
  display: block;
  width: 158px;
  height: 48px;
  cursor: pointer;
  margin: auto;
  outline: none;
  /* -webkit-transition: background 400ms;
  transition: background 400ms; */
  border: solid 1px #a0a0a0;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  border-radius: 2px;
  background-color: transparent;
  color: #a0a0a0;
  margin-top: 64px;
}
/* button.more:hover {
  background-color: #00569b;
  background-image: url("/image/eye1.png");
  background-size: 40px 40px;
} */
