@charset "utf-8";
.serverConten {
width: 100%;
    margin: 0 auto;
}
.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 {

}
.serverConten .newLeft .line {
        width: 94%;
    border-bottom: 1px solid #dbe3e8;
    /* padding-bottom: 13px; */
    margin: 0 auto;
}
.serverConten .newLeft .line h3 {
       width: 100%;
    font-size: 0.48rem;
    font-weight: 800;
    color: #555555;
    line-height: 0.52rem;
    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: 0.34rem;
    font-weight: 500;
    color: #999;
    line-height: 0.92rem;
    margin-right: 0.32rem;
}
.serverConten .newLeft .conten {
    margin-top: 0.44rem;
    padding: 0 0.24rem;
}
.serverConten .newLeft .conten img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* reLink */
.reLink {    width: 100%;
    margin: 30px auto 30px;
    overflow: hidden;
    border-top: 1px solid #d7d6d6;}
.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: 350px;
    display: block;
    margin: 0 auto;
}