﻿﻿.wrap {
    width: 1060px;
    margin: auto;
}

/* 头部 */
header {
    width: 100%;
    height: 180px;
    background: url(head-bg.png)no-repeat;
    background-size: cover;
}

.site-name {
    height: 100%;
    position: relative;
}

.site-name img {
    position: absolute;
    top: 50%;
    margin-top: -32.5px;
    width: 665px;
    height: 65px;
}

/* 导航 */
nav {
    height: 55px;
    width: 100%;
    background-color: #015293;
}

nav ul li {
    list-style: none;
    float: left;
    height: 55px;
    width: calc(100%/9);
    cursor: pointer;
}

nav ul li a {
    display: block;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: white;
    font-size: 18px;
}

nav ul li:hover {
    background-color: #2b76b3;

}

/* 登录、通知  */
.notice {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.login-box {
    width: 625px;
    height: 354px;
    background: url('login-bg.png')no-repeat;
    background-size: cover;
}

.notice .title {
    width: 100%;
    font-size: 23px;
    color: #015293;
    text-align: center;
    font-weight: bold;
}

.notice .login-box {
    padding-top: 19px;
}

.notice .login {
    width: 372px;
    height: 145px;
    padding: 38px 23px 36px 36px;
    margin: auto;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(7, 0, 2, 0.18);
    margin-top: 18px;
}

.login .top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 23px;
}

.login .top p {
    font-size: 18px;
    color: #015293;
    margin-left: 14px;
}

.login-info {
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-info .left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-info .left div {
    width: 234px;
    height: 40px;
    border: 1px solid #cccccd;
    border-radius: 4px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    overflow: hidden;
    font-size: 14px;
    color: rgba(51, 51, 51, .57);
}

.login-info .left input {
    outline: none;
    border: none;
    background-color: transparent;
    margin-left: 6px;
}

.login-info .right-button {
    border: none;
    height: 100%;
    width: 104px;
    text-align: center;
    line-height: 104px;
    background: linear-gradient(#4993dd, #015293);
    font-size: 18px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.notice-box {
    width: 406px;
    height: 100%;

}

.common-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;

    border-bottom: 1px solid #c7deea;
}

.common-title .left {
    font-size: 18px;
    color: #015293;
    margin-left: 16px;
    font-weight: bold;
}

.common-title .more {
    font-size: 14px;
    color: #015293;
}

.notice .list {
    height: 302px;
}

.notice-box li {
    list-style: none;
    margin-top: 22px;
    font-size: 16px;
    position: relative;

}

.notice-box li::before {
    position: absolute;
    content: "·";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #b9b9b9;
}

.notice-box li a {
    display: block;
    width: 396px;
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notice-box li a:hover {
    color: #015293;

}

/* 案例 */
.case {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;

}

.case .left-box,
.case .right-box {
    width: 505px;
}

.case li {
    list-style: none;
    margin-top: 22px;
    font-size: 16px;
    position: relative;
}

.case li::before {
    position: absolute;
    content: "·";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #b9b9b9;
}

.case li a {
    display: block;
    width: 495px;
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.case li a:hover {
    color: #015293;

}

/* 图片集锦 */
.photo {
    margin-top: 40px;
}

#img-box {
    width: 100%;
    height: 180px;
    position: relative;
    margin:24px auto;
    overflow: hidden;
}

#img-box ul {
    width: 800px;
    height: 180px;
    position: relative;
}

#img-box ul li {
    height: 180px;
    float: left;
    list-style: none;
    padding-right: 20px;
}

#img-box ul li img {
    width: 257.86px;
    height: 151px;
    display: inline-block;
}

#img-box a p {
    font-size: 15px;
    color: #333333;
    width: 250px;
    margin: auto;
    text-align: center;
}
#img-box a:hover p{
    color: #015293;
}
/* 底部 */
footer{
    margin-top: 31px;
    width: 100%;
    background-color: #e7e7e7;
    padding: 20px 0px;
}

/* 列表页 */
#list{
    padding-bottom: 40px;
    border-bottom: 1px solid #c7deea;
}
    #list .location {
        padding: 26px 0px;
        border-bottom: 2px solid #015293;
        font-size: 18px;
    }
        #list .location h2 {
            display: inline-block;
            font-size: 18px;
        }

        #list .location p {
            color: #919191;
            font-size: 18px;
        }
#list .location .current{
    color: #015293;
}
#list .location a:hover{
    color: #015293;
}
    #list .list li {
        list-style: none;
        margin-top: 35px;
        font-size: 18px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

        #list .list li::before {
            position: absolute;
            content: "·";
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            color: #b9b9b9;
        }

        #list .list li a {
            display: block;
            width: 880px;
            margin-left: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

            #list .list li a:hover {
                color: #015293;
            }
/* 分页 */
#pagination {
    font-size: 16px;
}
    #pagination a {
        font-size: 16px;
    }
        #pagination a.a_cur {
           color:red;
        }
#pagination a:hover {
    color: #015293;
}
#pagination {
    margin-top: 26px;
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pagination span{
    font-size: 16px;
    margin-right: 20px;
}
/* 文章 */
.content-box{
    padding-top: 45px;
}
.content-title{
    text-align: center;
    font-size: 30px;
    color: #015293;
    font-weight: bold;
    margin-bottom: 24px;
}
.content-info{
    font-size: 16px;
    color: #8b8b8b;
    text-align: center;
    margin-bottom: 50px;
}

.content-data, .content-data p {
    font-size: 18px;
    color: #333;
    line-height: 42px;
    margin-top: 20px;
}

.content-box img{
    margin-bottom: 30px;
}
.share{
    margin-top: 24px;
   display: flex;
   justify-content: flex-end;
   align-items: center;
}
.share .print{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #8b8b8b;
    margin-right: 10px;
}
.share .print img{
    width: 24px;
    height: 25px;
    margin-right: 5px;
}
.share .print>img{
    width: 22px;
    height: 22px;
}


.am-round {
    float: left;
    width: 160px;
    height: 27px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 27px;
    border-radius: 20px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;

}

.redFdj {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 19px;
    height: 19px;
    background: url(redFdj.gif) no-repeat;
}

.site-name {
    position: relative;
}
.searchdiv {
    position: absolute;
    top: 70px;
    right: 50px;
}

<style >
.logoShow_box {
     min-height: 200px;
 }

.logoShow_box img {
    display: block;
    border: 1px solid #ccc;
    width: 145px;
    height: 80px;
}

.logoShow_box .items {
    float: left;
    margin-right: 17px;
    margin-top: 20px;
}

.logoShow_box .items:nth-child(6n) {
    margin-right: 0;
}

.logoShow_box span {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: 6px;
}

.common-title {
    margin-top: 20px;
}

.logoShow_box a:hover span {
    color: #006699;
}

#list {
    border-bottom: none;
}

