.content {
    padding: 0 30px 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: 51px;
    align-items: center;
}

.time {
    color: #999999;
}

.resolve {
    position: relative;
    height: 290px;
    margin-bottom: 20px;
    background-image: url('../images/zscx.jpg?v=6');
    background-size: 100% 100%;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.resolve::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(29, 28, 28, 0.5);
    z-index: 2;
}

.resolve1 {
    position: relative;
    height: 290px;
    margin-bottom: 20px;
    background-image: url('../images/jdbzhlcfw.jpg?v=5');
    background-size: 100% 100%;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.resolve1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(2, 48, 94, 0.8);
    z-index: 2;
}


.jianbian {
    height: 700px;
    background: linear-gradient(#8AABCC, white);
}

.server-contain {
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px -4px #02407D;
    margin-top: 300px;
    height: 680px;
    background-color: #fff;
}

.us-title {
    height: 60px;
    padding: 0 40px;
    box-sizing: border-box;
    /*margin-bottom: 39px;*/
}

.server-sitenav {
    display: flex;
    font-size: 18px;
    color: #02407D;
    line-height: 60px;
    /* margin-bottom: 29px; */
    /*border-bottom: 1px solid #ccc;*/
}

.server-sitenav li {
    margin-right: 72px;
}

.main-img {
    width: 770px;
    height: 467px;
    margin: 0 215px 51px 215px;
    background-image: url('../images/headerImg.jpg?v=5');
    background-size: 100% 100%;
    background-blend-mode: multiply;
}

.artical {
    font-size: 16px;
    padding: 0 54px 0 43px;
    box-sizing: border-box;
}

.pone {
    text-align: center;
}

.pduan {
    margin-bottom: 64px;
}

.server-line {
    position: relative;
    font-weight: bold;
}

.server-undeline {
    width: 60px;
    position: absolute;
    left: 374px;
    top: 49px;
    border-bottom: 2px solid white;
}

.zscx-undeline {
    width: 32px;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 3px solid #02407D;
}

.duanluo {
    margin-bottom: 16px;
}

.p-title {
    font-weight: bold;
}






.box {
    height: 619px;
    padding: 71px 230px 89px 230px;
    box-sizing: border-box;
    z-index: 22;
}

.tankuang {
    width: 660px;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 22px;
    border: 1px solid #02407D;
    border-radius: 8px;
}

.denglu {
    font-size: 20px;
    margin: 40px 0;
}

.qita {
    width: 405px;
    height: 44px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.input {
    width: 314px;
    height: 44px;
    display: flex;
    align-items: center;
    color: #A09F9F;
    padding-left: 14px;
    box-sizing: border-box;
    background-color: #F9F9F9;
}

.login-text {
    white-space: nowrap;
    margin: 0 16px 0 14px;
}

.yzminput {
    width: 180px;
    height: 44px;
    display: flex;
    margin-right: 14px;
    align-items: center;
    color: #A09F9F;
    padding-left: 14px;
    box-sizing: border-box;
    background-color: #F9F9F9;
}

.yzm {
    width: 120px;
    height: 46px;
    background-color: red;
}

.qita-last {
    margin-bottom: 50px;
}

.login-btn {
    width: 405px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #02407D;
}

.tubiaodaxiao {
    width: 17px;
    height: 19px;
}

.zhu {
    margin-left: 130px;
    color: red;
}

.jdcx {
    margin-top: 1px;
    height: 618px;
    /* background-color:#eceff2; */
    background-image: url('../images/syq.jpg?v=6');
    background-size: cover;
    background-blend-mode: multiply;
    background-position: 0px -7px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.top-text {
    margin-top: 72px;
    margin-bottom: 23px;
    font-weight: bold;
    font-size: 32px;
}

.middle-text {
    margin-bottom: 32px;
    font-size: 18px;
    color: #02407D;
}

.searchinput {
    display: flex;
    border: 2px solid #2990EF;
}

.search {
    width: 500px;
    height: 50px;
    line-height: 50px;
    background-color: white;
    font-size: 18px;
    color: #999999;
    border: 0;
    padding-left: 27px;
    box-sizing: border-box;
    outline: #cccccc;
}

.searchbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 130px;
    height: 50px;
    border: 0;
    background-color: #2990EF;
}

.searchbtn:focus {
    outline: 1px solid #ccc;
}