﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei',
        'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

body {
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.clear-float::after {
    content: '';
    display: block;
    clear: both;
}

.head-top-nav {
    background-color: #7F1712;
    padding: 4px 72px 4px 0;
    text-align: right;
}

.head-top-nav a {
    font-size: 13px;
    color: white;
    text-decoration: none;
}

.head-top-shu {
    font-size: 13px;
    color: white;
    padding: 0 10px;
}

.head-top-logo {
    text-align: center;
    padding: 27px 0;
    position: relative;
}

.head-top-logo-left {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.head-top-text:hover {
    color: gold;
}

.head-top-logo-center {
    display: inline-block;
    flex: 1;
}

.head-top-logo-right {
    position: absolute;
    bottom: 0;
    right: 16px;
}

.nav-con {
    background-color: #9F3B3A;
    text-align: center;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.nav-con a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 14px;
}

.nav-con a:active {
    background-color: #892827;
}

.swiper-con {
    height: 450px;
    width: 79vw;
    position: relative;
}

.swiper-con .swiper-container {
    height: 100%;
}

.swiper-wrapper {
    height: 100%;
    text-align: center;
}

.swiper-slide {
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    /* height: 100%; */
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 20px;
    width: 100%;
    z-index: 1;
}

.c-content .pagination-news {
    position: absolute;
    bottom: 80px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: red;
}

.class-container {
    padding: 30px 120px 10px 120px;
    height: auto;
    overflow: hidden;
}

.class-left {
    width: 60%;
    float: left;
    padding-right: 10px;
}

.class-right {
    width: 40%;
    float: left;
    padding-left: 27px
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 2px solid #9F3B3A;
}

.t-text {
    font-size: 25px;
    color: #333;
    vertical-align: middle;
}

.t-img {
    width: 28px;
    vertical-align: middle;
    margin-right: 8px;
}

.t-right {
    font-size: 13px;
    color: #878787;
    cursor: pointer;
    padding-right: 2px;
}

.t-right:hover {
    font-size: 15px;
    color: #9F3B3A;
}

.t-right img {
    padding-left: 4px;
    width: 14px;
}

.c-content {
    padding-top: 12px;
    height: auto;
    overflow: hidden;
}

.c-content .c-con-left {
    padding-top: 6px;
    width: 45%;
    height: 258px;
    float: left;
    position: relative;
}

.c-content .c-con-left img {
    width: 100%;
    height: 200px;
}

.c-con-left {
    padding: 10px 20px 10px 0;
}

a .swiper-title {
    margin-top: 8px;
    color: #333;
    padding: 0 10px;
    font-size: 13px;
    font-size: 14px;
    letter-spacing: 2px;
}

.c-content .c-con-right {
    width: calc(100% - 45%);
    padding-left: 2px;
    float: left;
}

.c-content .c-con-right .c-con-item {
    border-bottom: 1px dotted #D8D8D8;
    padding: 3px 0;
}

.c-con-item a>div:first-child {
    /* margin-bottom: 2px; */
    width: 82%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 16px;
    /* letter-spacing: 1px; */
}

.notice-item {
    overflow: hidden;
}

.notice-item .n-item-left {
    width: 45px;
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #e94f4c;
    color: #FFFFFF;
    text-align: center;
    margin-right: 12px;
    font-size: 14px;
    padding: 2px 0;
}

.notice-item .c-con-item {
    width: calc(100% - 60px);
    padding: 6px 0;
    float: left;
    border-bottom: 1px dotted #D8D8D8;
}

.center-img-con {
    width: 100%;
    height: 120px;
}

.center-img-con img {
    width: 100%;
    height: 100%;
}

.c-content-wrap {
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 120px
}

.wrap-item {
    width: 48%;
    margin-bottom: 20px;
}

.w-content {
    padding: 24px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.w-con-left-01 {
    width: 220px;
    height: 310px;
    float: left;
}

.w-con-left-01 img {
    width: 100%;
    height: 100%;
}

.w-con-right-01 {
    width: calc(100% - 220px);
    float: left;
    padding-left: 24px;
}

.w-con-right-01 .right-01 {
    background-color: #F6F6F6;
    padding: 17px 0 16px 15px;
    margin-bottom: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* letter-spacing: 1px; */
    font-size: 17px;
}

.c-con-right .c-con-item>a>div:hover {
    color: #9F3B3A;
}

.w-con-right-02>a>div:hover {
    color: #9F3B3A;
}

.w-con-right-01 .right-01:hover {
    background-color: #9F3B3A;
    color: #ffffff;
}

.w-con-right-01 .right-01:hover a {
    color: #FFFFFF
}

.w-con-right-01 .right-01 a {
    color: #3D3D3D
}

.w-con-right-01>div:last-child {
    margin-bottom: 0;
}

.w-top-item {
    overflow: hidden;
}

.w-top-item .top-left-img {
    float: left;
    width: 33%;
    height: 31%;
    padding-bottom: 3px;
}

.w-top-item .top-left-img img {
    width: 100%;
    height: 100%;
}

.w-top-item .top-right-con {
    width: calc(100% - 33%);
    padding: 2px 15px 10px 15px;
    float: left;
}

.top-right-con-title {
    font-size: 20px;
    color: #9F3B3A;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 6px;
    /* letter-spacing: 1px; */
}

.top-right-con-content {
    color: #797979;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    line-height: 20px;
    max-height: 60px;
    /* letter-spacing: 1px; */
}

.w-con-right-02 {
    padding-top: 2px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #D8D8D8;
}

.w-con-right-02 .right-02-title {
    font-size: 17px;
    color: #282727;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 2px;
    width: 80%;
    /* letter-spacing: 1px; */
}

.w-con-right-02 .right-02-time {
    color: #9F3B3A
}

.footer-container {
    background: url("../images/footer-background.png") center no-repeat;
    background-size: 100% 100%;
    padding: 40px 120px 70px 120px;
    width: 100%;
}

.select-con {
    color: #FFFFFF
}


.select-con select {
    width: 260px;
    height: 40px;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
}

.select-con>span {
    margin-right: 40px;
}

.select-con>span:last-child {
    margin-right: 0;
}

.footer-container p {
    color: #FCCDCD;
    line-height: 30px;
}

.c-con-item-a {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 3px 0px;
}