@charset "utf-8";
.serverConten {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}


.serverConten .newRight {
    width: 290px;
}

.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;
    margin: 0 auto;
    border-bottom: 1px solid #F1F1F1;
    box-sizing: border-box;
}

.serverConten .newRight ul li a {
    position: relative;
    line-height: 60px;
    height: 60px;
    display: block;
}

.serverConten .newRight ul li a em, i {
    display: none;
}

.serverConten .newRight ul li.cur a i {
   position: absolute;
    display: inline-block;
    font-style: normal;
    font-size: 24px;
    right: 12px;
}

.serverConten .newRight ul li .drops {
    display: none;
}

.serverConten .newRight ul li dl dd {
    border-bottom: 1px solid #F1F1F1;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
}


/*
.servers .newRight ul li.active a, .servers .newRight ul li:hover a {
    color: #D69962;
}
*/
params .newRight ul li a:hover  {
    color: #D69962;
}

params .newRight ul li .hover a,.active{
    color: #D69962;
}
/*.servers .newRight ul li:hover .drops {
    display: block;

}*/

/*.servers .newRight ul li:hover a i {

    display: none;

}*/

.serverConten .newRight ul li.cur:hover a em {
position: absolute;
    display: inline-block;
    font-style: normal;
    font-size: 24px;
    right: 12px;
}

.serverConten .newLeft .line{
    font-size:26px;
        font-weight: 800;
    color: #555555;
    line-height: 45px;
}
.serverConten .newLeft .time{
    font-size:24px;
        font-weight: 800;
    color: #555555;
    line-height: 45px;
}
.serverConten .newLeft .conten {
    width: 820px
}

.serverConten .newLeft .conten ul li {
    border-bottom: 1px solid #DDDDDD;
    padding: 12px 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: 40px auto;
    width: 100%
}

.serverConten .newLeft .conten .butt button {
    width: 540px;
    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;
}