@charset "utf-8";

.container {
    width: 1200px;
    margin: 30px auto;
}

.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;
}

.dczj-one h2 {
    font-size: 30px;
    text-align: center;
    line-height: 48px;
}

.dczj-one ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.dczj-one ul li img {
    position: relative;
    top: 3px;
}

.dczj-one ul li span {
    font-size: 18px;
    font-weight: 600;
    color: #115db2;
}

.dczj-one ul li span a {
    position: relative;
    top: 5px;
    color: #115db2;
}

.dczj-one ul li .end {
    color: red;
}

.dczj-one ul li .ing {
    color: green;
}

.dczj-one .line {
    height: 3px;
    border-top: 2px dashed #115db2;
}

.dczj-two .nav1 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.dczj-two .nav1 li {
    width: 30%;
    height: 65px;
    cursor: pointer;
    border-bottom: 2px solid #115DB2;
}

.dczj-two .nav1 li:last-child p {
    border-right: 0;
}

.dczj-two .nav1 li p {
    height: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    text-align: center;
    margin-top: 21px;
}

.dczj-two .nav1 .active {
    background-color: #115db2;
}

.dczj-two .nav1 .active p {
    color: #fff;
    border-right: 0;
}

.box1 {
    display: none;
}

.box1 .top {
    padding: 45px 4% 100px;
    margin-bottom: 50px;
    border: solid 1px #115db2;
    border-top: 5px solid #115db2;
}

.dczj-two .box1 .bottom {
    padding: 0px 3.6% 50px;
}

.dczj-two .box1 .bottom li {
    line-height: 54px;
}

.box1 .title {
    margin-bottom: 50px;
}

.box1 .title img {
    position: relative;
    top: 3px;
}

.box1 .title span {
    font-size: 18px;
    font-weight: 600;
    color: #115db2;
    margin-left: 10px;
}

.box1 .content {
    line-height: 36px;
}

.dczj-one h2 {
    color: #115DB2;
}

.dczj-one ul li span {
    color: black;
}

.dczj-one ul li span a {

    color: black;
}

.dczj-one ul li img {

    top: 0px;
}

.jssj, .dczj-one ul li span {
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
    }

    .breadcrumb .breadcrumb_con {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .dczj-one ul {
        flex-direction: column;
        align-items: center;
    }

    .dczj-one ul li {
        margin-bottom: 10px;
    }

}


@media screen and (max-width: 420px) {
    .dczj-one h2 {
        font-size: 22px;
        line-height: 36px;
    }

    .dczj-one ul li {
        white-space: nowrap;
        overflow: hidden;
    }

    .dczj-one ul li span {
        font-size: 16px;
    }

    .dczj-two .nav1 li {
        width: 42%;
    }

    .dczj-two .nav1 li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .breadcrumb {
        height: auto;
    }
}


.newStyle .dczj-one ul{
    display: block !important;
}
.newStyle .breadcrumb{
    display: none;
}
.newStyle .dczj-one h2{
    font-size: 40px;
}
.newStyle .dczj-one ul li span{
    font-size: 34px;
}
.newStyle .dczj-two .nav1 li p {
    height: 30px;
    font-size: 34px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}
.newStyle .box1 .title span{
    font-size: 34px;
}
.newStyle .box1 .content{
    font-size: 30px;
}