﻿@charset "utf-8";

.servers {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.servers .newRight {
    width: 290px;
}

.servers .newRight h3 {
    font-size: 28px;
    font-weight: bold;
    color: #5A5A5A;
    line-height: 50px;
}

.servers .newRight ul {
    width: 100%;
}

.servers .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;
}

.servers .newRight ul li a {
    position: relative;
    line-height: 60px;
    height: 60px;
    display: block;
}

.servers .newRight ul li a em, i {
    display: none;
}

.servers .newRight ul li.cur a i {
   position: absolute;
    display: inline-block;
    font-style: normal;
    font-size: 24px;
    right: 12px;
}

.servers .newRight ul li .drops {
    display: none;
}

.servers .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;
}
*/
.servers .newRight ul li a:hover  {
    color: #D69962;
}

.servers .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;

}*/

.servers .newRight ul li.cur:hover a em {
position: absolute;
    display: inline-block;
    font-style: normal;
    font-size: 24px;
    right: 12px;
}

.servers .newLeft {
    width: 884px;
}

.servers .newLeft .project {
    width: 100%;
    display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, 280px);
}

.servers .newLeft .project li {
    width: 100%;
    border: 1px solid #E9E9E9;
    margin-bottom: 20px;
    padding-bottom: 22px;
}

.servers .newLeft .project li .caseImg {
    width: 280px;
    overflow: hidden;
}

.servers .newLeft .project li .caseImg img {
    width: 100%;
    transition: all ease 0.5s;
    overflow: hidden;
    /* height: 100%; */
}

.servers .newLeft .project li:hover .caseImg img {
    transform: scale(1.05);
}

.servers .newLeft .project li h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #585858;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
}

.servers .newLeft .project li:hover h3 {
    color: #D69962;
}

.servers .newLeft .project li p {
    font-size: 14px;
    font-weight: 400;
    color: #585858;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.servers .newLeft .total {
    width: 884px;
    margin: 12px 0;
}

.servers .newLeft .total ul li {
    width: 36px;
    background: #FFFFFF;
    border: 1px solid #DBE3E8;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #1D2738;
    line-height: 36px;
    text-align: center;
    margin: 0px 2px;
}

.servers .newLeft .total ul li.active {
    width: 36px;
    background: #FFFFFF;
    border: 1px solid #D69962;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #D69962;
    line-height: 36px;
    text-align: center;
    margin: 0px 2px;
}

.servers .newLeft .total ul .num {
    font-size: 14px;
    font-weight: 500;
    color: #1D2738;
    line-height: 12px;
    margin-left: 12px;
}

.cpdy {}

.cpdy .bt {
    width: 100%;
    font-size: 30px;
    font-weight: 800;
    color: #555555;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid #DBE3E8;
    margin-bottom: 22px;
    padding-bottom: 12px;
}

.cpdy .cont {}

.cpdy .cont p，.cpdy .cont span {
    line-height: 38px;
}

.cpdy .cont img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}