.banner{
    background: url(../images/openserver/banner.png) no-repeat center 55px;
    width: 100%;
    height: 380px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.banner .title{
    background: url(../images/openserver/slogan.png) no-repeat;
    width: 1035px;
    height: 200px;
    line-height: 145px;
    margin: 140px auto 0 130px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.banner h2{
    display: none;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

h2 {
  font-size: 30px;
  color: #000;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
.main{
    background: url(../images/openserver/bg.png) no-repeat center 55px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.cont1 {
  position: relative;
  padding-top: 160px;
}
.g-server {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.g-server .g-server-title {
  background-color: #fff;
    height: 40px;
    width: 1298px;
    border-radius: 15px 15px 0 0;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-bottom: unset;
}
.g-server .g-server-title p {
  width: 160px;
  text-align: center;
  border-right: 1px solid #fff;
}
.g-server .g-server-title .blue{
    position: relative;
    z-index: 1;
    color: #fff;
}
.g-server .g-server-title .blue::before{
    content: "";
    color: #fff;
    display: block;
    width: 100%;
    height: 41px;
    background-color: #38a0ff;
    position: absolute;
    top: -7px;
    left: 0;
    border-radius: 15px 0 0 0;
    z-index: -1;
}
.g-server .g-server-title p:last-child,
.g-server .g-server-list li p:last-child {
  border-right: unset;
}


.g-server .g-server-list {
  width: 1298px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
    border: 1px solid #e5e5e5;
}

.g-server .g-server-list li {
  height: 90px;
  width: 1298px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #000;
  font-size: 16px;
  /* border: 1px solid #e5e5e5;
  border-top: unset; */
}
.g-server .g-server-list li:nth-child(2n-1){
  background-color: #e5e5e5;
}
.g-server .g-server-list li:last-child {
  border-radius: 0 0 15px 15px;
}
.g-server .now-date{
  width:160px;
  font-size: 16px;
  color: #38a0ff;
  text-align: center;
  font-weight: 900;
    /* border: 1px solid #e5e5e5;
    border-right: unset;
    border-top: unset;
    border-bottom-left-radius: 15px;   */
}
.g-server .g-server-list-now li{
    height: 90px;
    width: 1138px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #000;
    /* border: 1px solid #e5e5e5;
    border-top: unset;
    border-left: unset; */
}
.g-server .g-server-list-now li:last-child {
  border-radius: 0 0 15px 0;
}
.g-server .g-server-list li p {
  width: 160px;
  text-align: center;
  /*border-right: 1px solid #e5e5e5;*/
  line-height: 90px;
  height: 100%;
}
.g-server .g-server-list li .time,
.g-server .g-server-list li .date
{
  color: #38a0ff;
  font-weight: 900;
}
.g-server .g-server-list a {
  text-decoration: none;
  color: #000;
}
.g-server .g-server-list a:hover {
  color: #38a0ff;
}
.g-server .g-server-list .go-gw {
  width: 105px;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  background-color: #38a0ff;
  border-radius: 25px;
  color: #fff;
}
.g-server .g-server-list .go-gw:hover{
  color: #fff;
}
.cont2 {
  position: relative;
  margin: 100px 0;
}
.news {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news .news-nav {
  border-radius: 15px 15px 0 0;
  background-color: #6a6a6a;
  height: 60px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.news .news-nav a {
  width: 25%;
  text-align: center;
  /* display: inline-block; */
  border-right: 1px solid #fff;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
}

.news .news-nav a:last-child {
  border-right: unset;
}
.news .news-nav a.active {
  background-color: #38a0ff;
  height: 100%;
  border-right: unset;
  line-height: 60px;
}
.news .news-nav a.active::after {
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 9px solid #38a0ff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  content: "";
  position: absolute;
  top: 60px;
  left: 150px;
}
.news .news-nav a:first-child.active {
  border-top-left-radius: 15px;
}
.news .news-nav a:last-child.active {
  border-top-right-radius: 15px;
}
.news .news-content {
  background-color: #fff;
  height: 430px;
  border-radius: 0 0 15px 15px;
}
.news .news-list {
  margin: 0 auto;
    padding-top: 30px;
    width: 90%;
    display: none;
    overflow: hidden;
    height: 355px;
}
.news .news-list.active{
  display: block;
}
.news .news-list li {
  font-size: 18px;
  color: #767676;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #767676; 
  cursor: pointer;
}

.news .news-list li a {
  font-size: 18px;
  float: left;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #767676;
}
.news .news-list li span {
  float: right;
}
.news .news-list li:hover,
.news .news-list li a:hover{
  color: #38a0ff;
}