﻿@charset "utf-8";

.container {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.zj-title {
    width: 300px;
    height: 70px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    background: url(./bm-bg.png) no-repeat;
    background-size: 100% 100%;
}

.zj-title h2 {
    color: #fff;
    margin-left: 15px;
    padding-bottom: 3px;
    letter-spacing: 2px;
}

.zj-one {
    flex-direction: column;
}

.zj-one .content {
    box-shadow: 4px 4px 0px 0px #2243c5;
    border-radius: 10px;
    border: solid 2px #115db2;
}

.zj-one .content .page {
    text-align: center;
    margin: 40px 0;
}

.normal-ul li {
    position: relative;
    line-height: 40px;
    padding: 15px 35px;
    border-bottom: dashed 1px #ddd;
    overflow: hidden;
}

.normal-ul li a {
    width: 100%;
}

.normal-ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #535353;
    left: 22px;
    top: 32px;
}

.normal-ul li a h3 {
    width: 98%;
    color: #535353;
}

.normal-ul li a:hover h3 {
    color: #115db2;
}

.normal-ul li a .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.normal-ul li a .bottom p {
    color: #115db2;
}

.normal-ul li a .bottom h5 {
    width: 80px;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}

.normal-ul li a .bottom .ongoing {
    color: green;
}

.normal-ul li a .bottom .ended {
    color: red;
}

.jsjj {
    font-weight: 500;
}
.newStyle .zj-title h2 {
    font-size: 40px;
    margin-left: 0;
}
@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
    }
}

@media screen and (max-width: 768px) {
    .normal-ul li a .bottom {
        flex-direction: column;
    }

    .normal-ul li a .bottom h5 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 420px) {
    .normal-ul li {
        padding-right: 5px;
        padding-left: 20px;
    }

    .normal-ul li::before {
        left: 8px;
    }
}
