@charset "utf-8";
.serverConten {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.serverConten .newRight {
    width: 100%;
    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,.serverConten .newRight ul li:hover a {
    color: #D69962;
}

.serverConten .newLeft {
       width: 100%;
    margin: 0 auto;
}

.serverConten .newLeft .line {
    width: 100%;
    border-bottom: 1px solid #DBE3E8;
    text-align: center;
    margin: 0 auto;
}

.serverConten .newLeft .line h3 {
    width: 100%;
    font-size: 0.54rem;
    font-weight: 800;
    color: #555555;
    line-height: 0.94rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
}

.serverConten .newLeft .time {
    margin: 0 auto
}

.serverConten .newLeft .time p {
     font-size: 0.32rem;
    font-weight: 500;
    color: #555555;
    line-height: 39px;
    text-align: center;
}

.serverConten .newLeft .conten {
      width: 100%;
    padding: 0 0.22rem;
}

.serverConten .newLeft .conten ul li {
  border-bottom: 1px solid #DDDDDD;
    padding: 0.22rem 0;
}

.serverConten .newLeft .conten ul li h4 {
    font-size: 20px;
    font-weight: 800;
    color: #555555;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.serverConten .newLeft .conten ul li input {
    border: none;
    outline: none
}

.serverConten .newLeft .conten .butt {
margin: 0.62rem auto;
    width: 100%;
}

.serverConten .newLeft .conten .butt button {
      width: 7.8rem;
    height: 48px;
    background: #355C9E;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    border: none;
    display: block;
}
.serverConten .newLeft .conten .butt button:hover{
    background: #d69962;
}