.newsshow-banner {
  background-image: url(../images/news_banner.jpg);
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.newsshow-banner .gm {
  width: 70.312%;
  max-width: 1350px;
  margin: 0 auto;
}
.newsshow-banner h1 {
  font-size: 40px;
  color: white;
  margin-bottom: 20px;
  font-weight: bold;
}
.newsshow-banner p {
  color: white;
  font-size: 32px;
  font-family: "Arial";
  text-transform: uppercase;
}
.newsshow .gm {
  width: 1350px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.newsshow-top {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px dashed #ccc;
  color: #434343;
}
.newsshow-top h1 {
  font-size: 24px;
  font-weight: bold;
}
.newsshow-top h3 {
  padding-top: 8px;
  font-size: 14px;
  color: #999999;
}
.newsshow-middle {
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsshow-bottom-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  margin: 20px 0;
}
.newsshow-bottom-link span {
  height: 40px;
  width: 40px;
  border: 1px solid #939393;
  padding: 5px 10px;
  color: #939393;
}
@media screen and (max-width: 1350px) {
  .newsshow .gm {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 520px) {
  .newsshow-banner .gm {
    text-align: center;
  }
  .newsshow-top h1 {
    text-align: center;
  }
	.newsshow-banner h1{font-size: 28px;margin-bottom: 5px;}
	.newsshow-banner p{font-size: 18px;}
	.newsshow-banner{background-size: cover;height: 230px;}
	.newsshow_menu header nav ul li{height: auto!important;}
}
