﻿@charset "utf-8";

.container {
    width: 1200px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb {
    width: 100%;
    height: 45px;
    background-color: #f4f4f4;
}

.breadcrumb .breadcrumb_con {
    width: 1200px;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
}

.breadcrumb .breadcrumb_con img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.banner {
    margin-top: 30px;
    margin-bottom: 30px;
}

.normal-title {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #115db2;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid #115db2;
}

.fzgh-one,
.fzgh-two {
    flex-direction: column;
}

.fzgh-one .container {
    margin-bottom: 5px;
}

.fzgh-one-left {
    width: 65%;
}

.fzgh-one-left .swiper-slide a {
    position: relative;
}

.fzgh-one-left .swiper-slide p {
    position: absolute;
    bottom: 5px;
    width: 100%;
    padding-right: 12%;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-container .swiper-pagination {
    bottom: 10px;
    text-align: right;
    padding-right: 10px;
}

.swiper-container .swiper-pagination-bullet {
    background-color: #fff;
}

.fzgh-one-right {
    width: 35%;
    padding-left: 2.5%;
    background-color: #f5f5f5;
}

.fzgh-one-right a {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px dashed #cdcdcd;
}

.fzgh-one-right a:last-child {
    border-bottom: 0;
}

.fzgh-one-right a:hover p {
    color: #115db2;
}

.fzgh-one-right a p {
    width: 95%;
    line-height: 42px;
}

.fzgh-one-right a p img {
    position: relative;
    top: 4px;
}

.fzgh-one-right a p span {
    color: #999;
    margin-left: 8px;
}

.fzgh-two-left {
    width: 33.3%;
    height: 260px;
    overflow: hidden;
}

.fzgh-two-left img {
    transition: all .8s;
}

.fzgh-two-left:hover img {
    transform: scale(1.08);
}

.fzgh-two-right {
    width: 63.3%;
}

.fzgh-two-right a {
    display: block;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 3px 5%;
    margin-bottom: 16px;
}

.fzgh-two-right a:hover {
    color: #115db2;
}

.fzgh-two-right p {
    height: 210px;
    line-height: 30px;
    overflow: hidden;
}

.fzgh-three-con {
    width: 48.3%;
    margin-bottom: 30px;
}

.ln-title {
    display: flex;
    position: relative;
    padding-left: 8px;
    margin-bottom: 15px;
}

.ln-title p {
    width: 5px;
    height: 30px;
    margin-right: 10px;
    background-color: #115db2;
}

.ln-title h2 {
    color: #115db2;
}

.ln-title a {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #115db2;
}

.normal-ul-li {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-indent: 8px;
    padding: 0 6px;
    border-bottom: 1px dashed #cdcdcd;
}

.normal-ul-li a {
    display: block;
}

.normal-ul-li:hover .caption {
    color: #115db2;
}

.normal-ul-li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #404040;
    border-radius: 50%;
    left: 8px;
    top: 25px;
}

.normal-ul-li .caption {
    display: inline-block;
    width: 70%;
}

.normal-ul-li a .time {
    float: right;
    color: #999;
}
/* newStyle */
.newStyle .container{
    flex-direction: column;
}
.newStyle .fzgh-three-con{
    width: 100%;
}
.newStyle .ln-title h2{
    font-size: 40px;
}
.newStyle .ln-title p{
    height: 56px;
}
.newStyle .ln-title a{
    font-size: 32px;
}
.newStyle.normal-ul-li{
    font-size: 32px;
}
.newStyle .breadcrumb .breadcrumb_con{
    display: none;
}
.newStyle .normal-ul-li .caption{
    font-size: 32px;
}
.newStyle .normal-ul-li a .time{
    font-size: 32px;
}
@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .breadcrumb .breadcrumb_con {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .fzgh-one-left,
    .fzgh-one-right,
    .fzgh-two-left,
    .fzgh-two-right,
    .fzgh-three-con {
        width: 100%;
    }

    .fzgh-one-left,
    .fzgh-two-left {
        margin-bottom: 20px;
    }

    .fzgh-one-right a {
        padding: 10px 0;
    }

    .fzgh-two-left {
        text-align: center;
    }

    .fzgh-two-left,
    .fzgh-two-right p {
        height: auto;
    }
}

@media screen and (max-width: 420px) {
    .fzgh-one-left .swiper-slide p {
        padding-right: 20%;
    }

    .normal-ul-li .caption {
        width: 65%;
    }
}

@media screen and (max-width: 320px){
    .normal-ul-li .caption {
        width: 60%;
    }
}