@charset "utf-8";

/*-----------------通用布局(public-)-----------------------*/

.index-content {
    width: 1680px;
    margin: 0 auto;
    padding: 50px 20px 0 20px;
    display: flex;
    justify-content: space-between;
}

.index-content2 {
    padding-top: 20px;
}

.content-left {
    width: 30%;
}

.content-left-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d7dde8;
    margin-bottom: 20px;
}

.content-left-title h4 {
    padding-bottom: 14px;
}

.content-left-title h4 a {
    font-size: 18px;
    font-weight: bold;
    color: #0a67c6;
    display: block;
    padding: 5px 0 5px 30px;
}

.content-tzgg,
.content-jsjl {
    padding: 20px 25px;
    background-color: #f4f6fe;
}

.content-tzgg .content-left-title h4 a {
    background: url(tzgg-icon-sjzx-2x-2021.png) no-repeat left center;
}

.content-left-title span a {
    font-size: 14px;
    color: #0a67c6;
}

.content-left-title span a:hover,
.content-left-title h4 a:hover {
    color: #fd9d24;
}

.tzgg-list ul li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.tzgg-list ul li .tzgg-time {
    padding: 5px 10px;
    margin-right: 15px;
    width: 70px;
    height: 60px;
    flex-shrink: 0;
}

.tzgg-list ul li:nth-of-type(1) .tzgg-time,.tzgg-list ul li:nth-of-type(5) .tzgg-time {
    background-color: #0086db;
}

.tzgg-list ul li:nth-of-type(2) .tzgg-time,.tzgg-list ul li:nth-of-type(6) .tzgg-time {
    background-color: #fd9d24;
}

.tzgg-list ul li:nth-of-type(3) .tzgg-time,.tzgg-list ul li:nth-of-type(7) .tzgg-time {
    background-color: #4c9f38;
}

.tzgg-list ul li:nth-of-type(4) .tzgg-time,.tzgg-list ul li:nth-of-type(8) .tzgg-time {
    background-color: #0cbdcd;
}

.tzgg-list ul li .tzgg-time p:nth-of-type(1) {
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.tzgg-list ul li .tzgg-time p:nth-of-type(2) {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.tzgg-list ul li p a {
    display: block;
    transform: all 0.35s ease-out;
    color: #404040;
}

.tzgg-list ul li p a:hover {
    font-weight: bold;
    transform: translateX(10px);
}

.content-jsjl {
    margin-top: 25px;
}

.content-jsjl>.content-left-title h4 a {
    background: url(jsjl-icon-sjzx-2x-2021.png) no-repeat left center;
}

.jsjl-list ul li a,
.yqdt-list ul li a {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: block;
}

.jsjl-list ul li a:hover,
.yqdt-list ul li a:hover {
    color: #fff;
}

.jsjl-list ul li,
.yqdt-list ul li {
    line-height: 22px;
    padding: 8px 8px 8px 15px;
    transition: all 0.35s ease-out;
    position: relative;
}

.jsjl-list ul li:hover,
.yqdt-list ul li:hover {
    transform: translateX(10px);
    background-color: #0448c4;
}

.jsjl-list ul li:before,
.yqdt-list ul li:before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    background: #3a56b6;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 20px;
    left: 0
}

.content-yqdt {
    padding: 20px 25px;
    background-color: #f4f6fe;
}

.content-yqdt>.content-left-title h4 a {
    background: url(yqdt-icon-sjzx-2x-2021.png) no-repeat left center;
}

.content-right {
    width: 66%;
    background: #f4f6fe;
}

.content-right1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-jspt {
    padding: 30px 30px;
    background-color: #f4f6fe;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jspt-item {
    width: 30%;
    margin-bottom: 40px;
}

.jspt-item a {
    display: block;
    overflow: hidden;
}

.jspt-item-img img {
    transition: all 0.3s ease-in-out;
}

.jspt-item-img img:hover {
    opacity: 0.85;
    transform: scale(1.4);
}

.jspt-item p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #5d92f1;
    background-image: -moz-linear-gradient(135deg, rgba(66, 119, 214, 0.8) 25%, transparent 25%, transparent 50%, rgba(66, 119, 214, 0.8) 50%, rgba(66, 119, 214, 0.8) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(135deg, rgba(66, 119, 214, 0.8) 25%, transparent 25%, transparent 50%, rgba(66, 119, 214, 0.8) 50%, rgba(66, 119, 214, 0.8) 75%, transparent 75%, transparent);
    -moz-background-size: 4px 4px;
    background-size: 4px 4px;
}

.jspt-item p span a {
    color: #fff;
    display: block;
    transition: all 0.35s ease-out;
}

.jspt-item p span a:hover {
    color: #fd9d24;
    font-weight: bold;
    transform: scale(1.1);
}

.jspt-item-text {
    width: 100%;
    padding-left: 10px;
    font-size: 18px;
}

.content-kjtd {
    padding: 30px;
    background-color: #f4f6fe;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.kjtd-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f6fe;
    height: 100%;
}

.kjtd-item {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    background-image: -moz-linear-gradien(-45deg, rgba(212, 214, 222, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(212, 214, 222, .2) 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(-45deg, rgba(212, 214, 222, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(212, 214, 222, .2) 75%, transparent 75%, transparent);
    background-image: -op-linear-gradient(-45deg, rgba(212, 214, 222, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(212, 214, 222, .2) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(212, 214, 222, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(212, 214, 222, .2) 75%, transparent 75%, transparent);
    -moz-background-size: 4px 4px;
    -webkit-background-size: 4px 4px;
    -ms-background-size: 4px 4px;
    background-size: 4px 4px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.kjtd-item a {
    display: block;
    align-self: center;
    margin-left: 20px;
    color: #0852ae;
    font-size: 18px;
    transform: all 0.2s;
}

.kjtd-item a:hover {
    color: #fd9d24;
    font-weight: bold;
    transform: scale(1.2);
}

.jspt-item-img {
    display: block;
}

.jspt-item-img img {
    width: 100%;
}


/*-----------------响应式系统-----------------------*/

@media(max-width:1920px) {
    .index-content {
        width: auto;
        clear: both;
    }
}

@media(max-width:1680px) {}

@media(max-width:1400px) {}

@media(max-width:1200px) {
    .content-jspt {
        padding: 20px 20px 10px 20px;
    }
    .jspt-item {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media(max-width:992px) {
    .index-content1 {
        flex-direction: column-reverse;
    }
    .content-left,
    .content-right {
        width: 100%;
        background: #fff;
        /*! margin-bottom: 20px; */
    }
    .index-content2 {
        flex-direction: column;
    }
    .tzgg-list>ul>li {
        justify-content: flex-start;
    }
    .index-content {
        padding: 20px 20px 0 20px;
    }
    .content-jspt {
        padding: 20px;
        margin-bottom: 20px;
    }
    .index-content2 .content-right {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .jspt-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .content-kjtd {
        flex-direction: column;
        justify-content: space-evenly;
    }
    .kjtd-item {
        width: 100%;
        margin-bottom: 20px;
        justify-content: flex-start;
        padding-left: 30px;
    }
}

@media(max-width:578px) {}