* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: 'Microsoft YaHei';
}

body {
    font-family: 'Microsoft YaHei';
}

/* header */
header {
    position: relative;
    margin: auto;
    max-width: 1920px;
}

.nav {
    position: absolute;
    height: 105px;
    width: 100%;
    z-index: 3;
    background: transparent url(../images/nav-line.png) no-repeat bottom;
}

.navMid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 1200px;
    height: 105px;
}

.nav .right {
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
    width: 600px;
    height: 107px;
}

.nav .right li {
    width: 90px;
    line-height: 105px;
    text-align: center;
    box-sizing: border-box;
}

.navLiBlue {
    border-bottom: 4px solid rgb(36, 139, 255);
}

.nav .right li:hover {
    border-bottom: 4px solid rgb(36, 139, 255);
    transition: border-bottom 0.3s;
}

.nav .right a {
    color: white;
    font-size: 20px;
}

header .banner {
    height: 550px;
    max-width: 1920px;
    background: url(../images/listbanner.jpg);
    background-size: 100% 100%;
}

header .bannerMid {
    position: relative;
    margin: auto;
    width: 1300px;
    height: 552px;
    color: #EDEDED;
}

header .bannerMid img {
    position: absolute;
    top: 201px;
    left: 107px;
    width: 477px;
    height: 121px;
}

header .bannerMid .news {
    position: absolute;
    top: 201px;
    left: 123px;
    font-size: 43px;
}

header .bannerMid .title {
    position: absolute;
    top: 260px;
    left: 172px;
    font-size: 50px;
    /* font-weight: bold; */
}

/* content */
.content {
    margin: auto;
    padding-top: 30px;
    max-width: 1920px;
}

.content .mid {
    position: relative;
    margin: auto;
    width: 1300px;
}

.content .title {
    color: #333;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
}

.content .date {
    margin: 30px 0 20px;
    padding-bottom: 22px;
    text-align: left;
    color: #adadad;
    font-size: 13px;
    border-bottom: 1px solid #EDEDED;
}

.content .con {
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #676767;
    font-size: 16px;
    overflow: hidden;
    line-height: 1.8;
    border-bottom: 1px dashed #EDEDED;
}

/* footer */
footer {
    margin: auto;
    max-width: 1920px;
    height: 200px;
    background: url(../images/footer.jpg);
    background-size: 100% 100%;
}

.footerMid {
    margin: auto;
    width: 1300px;
    box-sizing: border-box;
}

.footerMid ul {
    display: flex;
    padding-top: 70px;
}

.footerMid li a {
    margin-right: 60px;
    font-size: 16px;
    color: #fff;
}

.dizhi {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.dizhi img {
    width: 25px;
    height: auto;
}

.dizhi span {
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
}

.beian {
    margin: auto;
    max-width: 1920px;
    line-height: 75px;
    background-color: #1b1b1b;
    color: #fff;
    font-size: 14px;
    text-align: center;
}