﻿@charset "utf-8";

.container {
    width: 1200px;
    margin: -2px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mobile-nav {
    display: none;
}

.mobile-nav .wrapper {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.mobile-nav .tab {
    width: 120px;
    height: 36px;
    color: #1857f2;
    text-align: center;
    margin-left: 15px;
    line-height: 36px;
    box-shadow: 0px 0px 10px 0px rgba(20, 100, 221, 0.8);
    border-radius: 20px;
}

.mobile-nav .tab.active {
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(-90deg,
    #1857f2 0%,
    #3299fb 100%);
}

.mobile-nav .tab-content {
    display: none;
    margin-top: 5px;
    margin-left: 5px;
}

.mobile-nav .tab-content a {
    margin-top: 10px;
    margin-left: 15px;
}

.module-title {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 520px;
    height: 100px;
    margin: 50px auto 0;
    padding-bottom: 40px;
    background: url(./title-bg.png) no-repeat;
    background-size: 100% 100%;
}

.module-title h2 {
    font-size: 26px;
    color: #fff;
    margin-left: 25px;
}

.ygmz-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 15px;
}

.ygmz-title h2 {
    color: #0b62ff;
}

.ygmz-title h2 img {
    position: relative;
    top: 2px;
    margin-right: 20px;
}

.ygmz-title a {
    color: #0b62ff;
}

.ygmz-title a:hover {
    font-weight: 600;
}

.normal-ul li {
    position: relative;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}

.normal-ul li a {
    width: 100%;
    display: flex;
}

.normal-ul li::before {
    position: absolute;
    left: 1px;
    top: 21px;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #0b62ff;
    border-radius: 50%;
}

.normal-ul li span {
    display: inline-block;
    text-align: center;
}

.normal-ul li .title {
    flex: 1;
    margin-right: 4%;
    text-align: left;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-left: 18px;
    color: #404040;
}

.normal-ul li .date {
    color: #666;
}

.normal-ul li:hover span {
    color: #0b62ff;
}

.ygmz-one {
    padding: 0 2.5% 30px;
    border-radius: 5px;
    border: solid 5px #0b62ff;
}

.ygmz-one-left {
    width: 48%;
}

.ygmz-one.bottom {
    margin-bottom: 60px;
}
.newStyle .module-title h2{
    font-size: 46px;
}
.newStyle .ygmz-title h2{
    font-size: 40px;
}
.newStyle .ygmz-title a{
    font-size: 36px;
}
.newStyle .ygmz-one-left{
    width: 100%;
}
.newStyle .normal-ul li .title{
    font-size: 36px;
}
.newStyle .normal-ul li .date{
    font-size: 36px;
}
@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
        margin-right: 1.5%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .mobile-nav {
        display: block;
    }

    .module-title {
        width: 400px;
        height: 80px;
        padding-bottom: 30px;
    }

    .ygmz-one-left {
        width: 100%;
    }

    .ygmz-title {
        margin-top: 35px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 420px) {
    .module-title {
        width: 300px;
        height: 60px;
        margin-top: 30px;
        padding-bottom: 25px;
    }

    .module-title img {
        width: 30px;
        height: 30px;
    }

    .module-title h2 {
        font-size: 22px;
        margin-left: 10px;
    }

    .ygmz-title h2 {
        font-size: 20px;
    }

    .ygmz-title h2 img {
        top: 3px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 320px) {
    .module-title {
        width: 260px;
    }
}
