@charset "utf-8";
.serverConten {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.serverConten .newRight {
  width: 290px;
  /* padding-top: 40px; */
}
.serverConten .newRight h3 {
  font-size: 28px;
  font-weight: bold;
  color: #5A5A5A;
  line-height: 50px;
}
.serverConten .newRight ul {
  width: 100%;
}
.serverConten .newRight ul li {
  width: 276px;
  font-size: 17px;
  font-weight: 500;
  color: #5A5A5A;
  padding: 22px 0;
  margin: 0 auto;
  border-bottom: 1px solid #F1F1F1;
}
.serverConten .newRight ul li.active a {
  color: #D69962;
}
.serverConten .newLeft {
  width: 820px;
}
.serverConten .newLeft .line {
    width: 820px;
    border-bottom: 1px solid #dbe3e8;
    padding-bottom: 13px;
}
.serverConten .newLeft .line h3 {
    width: 100%;
    font-size: 30px;
    font-weight: 800;
    color: #555555;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
}
.serverConten .newLeft .time {
width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.serverConten .newLeft .time p {
font-size: 17px;
    font-weight: 500;
    color: #555555;
    line-height: 45px;
    margin-right: 20px;
}
.serverConten .newLeft .conten {
  width: 820px;

  margin-top: 16px;

}
.serverConten .newLeft .conten img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* reLink */
.reLink {/* height: 56px; */width: 100%;margin: 30px auto 30px;overflow:hidden;border-top: 1px solid #d7d6d6;padding-top: 20px;}
.reLink .prevLink,.reLink .prevLink a {/* float: left; *//* height: 56px; */line-height: 38px;font-size: 16px;}
.reLink .nextLink,.reLink .nextLink a {/* float: right; *//* height: 56px; */line-height: 38px;font-size: 16px;}
.reLink .prevLink:hover,.reLink .prevLink:hover a{
color: #d69962;
}
.reLink .nextLink:hover,.reLink .nextLink:hover a{
color: #d69962;
}
.serverConten .newLeft .conten video ,.serverConten .newLeft .conten iframe{
    width: 100%;
    height: 480px;
    display: block;
    margin: 0 auto;
}