﻿body {
    margin: 0;
    max-width: 1920px;
    min-width: 1200px;
    font-family: sans-serif;
}

.aspNetHidden {
    display: none;
}

body > form {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
}

.content {
    margin: auto;
    width: 1200px;
}

header {
    height: 423px;
    box-sizing: border-box;
    padding-top: 32px;
    background: url(../images/header2.jpg) center no-repeat;
}

header .content {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    line-height: 32px;
}

header .phone {
    margin-left: 24px;
    font-family: Bahnschrift;
    font-weight: lighter;
    font-stretch: semi-condensed;
    color: #fff;
    font-size: 30px;
}

nav {
    background: #155BAF;
}

nav menu {
    list-style: none;
    padding: 0;
    display: flex;
    margin: auto;
    width: 1200px;
}
nav menu li {
    flex: 1;
}
nav menu a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 74px;
    font-size: 27px;
    font-weight: lighter;
}
nav menu a.active{
    position: relative;
}
nav menu a.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(#8F243D, #8F243D) center/97px 4px no-repeat;
    position: absolute;
    bottom: 0;
}

footer {
    height: 342px;
    background: url(../images/footer.jpg) center no-repeat;
    color: #fff;
    padding-top: 64px;
    box-sizing: border-box;
}

footer .content {
    display: grid;
    grid-template-columns: auto 134px;
    grid-template-rows: 81px auto 18px;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1;
}

footer .link {
    display: flex;
    justify-content: space-between;
    grid-column: 1/-1;
}

footer .link a {
    color: inherit;
    text-decoration: none;
}

footer .wechat {
    grid-column: 2;
    grid-row: 2/-1;
}

.news-list {
    padding-top: 16px;
}

.news-item {
    height: 170px;
    display: flex;
    padding-top: 22px;
    padding-bottom: 22px;
}

.news-item--info {
    color: inherit;
    text-decoration: none;
    position: relative;
}

.news-item--date {
    position: absolute;
    width: 60px;
    height: 60px;
    left: -10px;
    top: 90px;
    background: linear-gradient(135deg, #2789BA 25%, #791CB5);
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 100;
}

.news-item--day {
    font-size: 23px;
    font-weight: bold;
    margin-top: 6px;
}

.news-item--title {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
}

.news-item--desc {
    font-size: 16px;
    font-weight: lighter;
    color: #7C7C7C;
    line-height: 26px;
    height: 78px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item--image {
    width: 285px;
    height: 170px;
    object-fit: cover;
    margin-right: 33px;
}

.pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    color: #303030;
    margin-top: 50px;
}

.pager .active {
    background: #D47D00;
    border-radius: 6px;
    color: #fff;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.pager a {
    color: inherit;
    text-decoration: none;
}

h1 {
    text-align: center;
}

.InnerDate {
    text-align: center;
    font-size: 16px;
    color: #c4c4c4;
    margin-top: 26px;
}

.InnerContent {
    margin-top: 46px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.InnerContent img {
    display: block;
    margin: auto;
    max-width: 100%;
}