@charset 'utf-8';
body {
    background: #F9F9F9;
}

.zwjd-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
}

.head-nav {
    width: 1400px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.addr-icon {
    width: 17px;
    height: 20px;
    margin-right: 16px;
}

.head-nav>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.head-nav>ul>li {
    list-style: none;
}

.head-nav>ul>li>a {
    text-decoration: none;
}

.head-nav>ul>li>span {
    padding: 0 6px;
}

.zwjd-head-img {
    background: url('/images/2023head.jpg') center no-repeat;
    background-size: cover;
    width: 1400px;
    height: 260px;
}

.text-interpret {
    width: 100%;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin-top: 30px;
}

.plate-head {
    height: 74px;
    width: 1352px;
    border-bottom: 2px #EBEBEB solid;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.plate-head-tab span {
    color: #166EBA;
}

.plate-head-tab-line {
    width: 120px;
    height: 6px;
    background: #166EBA;
}

.plate-head-more {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 6px;
}

.text-interpret-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1352px;
    margin-top: 34px;
}

.text-interpret-content-img {
    width: 580px;
    height: 327px;
    object-fit: cover;
}

.text-interpret-content-text {
    display: block;
    width: 80%;
}

.text-interpret-content>ul {
    /* display: flex; */
    /* flex-direction: column; */
    height: 320px;
    /* justify-content: space-between; */
}

.text-interpret-content>ul>li {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #575757;
    line-height: 32px;
    display: flex;
    align-items: center;
    list-style-type: none !important;
    margin-bottom: 15px;
}

.text-interpret-content>ul li::before {
    content: "";
    background: #BFBFBF;
    width: 6px;
	height: 6px;
    margin-right: 12px;
    border-radius: 50%;
}

.text-interpret-content>ul>li:hover>a>span {
    color: #005BAA;
}

.text-interpret-content>ul>li:hover {
    color: #005BAA;
}

.text-interpret-content>ul>li>a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 725px;
}

.img-interpret {
    width: 1400px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.img-interpret-content {
    width: 1352px;
}

.img-interpret-content-img {
    width: 323px;
    height: 196px;
    object-fit: cover;
}

.img-interpret-content>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.img-interpret-content>ul>li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-top: 30px;
    margin-right: 20px;
    overflow: hidden;
    width: 323px;
    height: 282px;
}

.img-interpret-content>ul>li:nth-child(4n) {
    margin-right: 0;
}

.img-interpret-content>ul>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-interpret-content-text {
    width: 100%;
    height: 86px;
    padding: 16px 16px 10px 16px;
    box-sizing: border-box;
    background: #F2F6FA;
}

.img-interpret-content-text>p {
    width: 100%;
    height: 50px;
}

.video-interpret {
    width: 1400px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}

.video-interpret-content {
    width: 1352px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.video-interpret-content-video {
    width: 667px;
    height: 375px;
    display: block;
}

.video-interpret-content-video img{
    width: 100%;
    height: 100%;
}
.video-interpret-content-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medium-interpret-h5 {
    display: none;
}

.medium-interpret {
    width: 1400px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.medium-interpret-content {
    width: 1352px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 40px;
}

.arrow-box {
    width: 40px;
    height: 182px;
    background: #B6DDFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-box span {
    font-size: 18px;
    color: #f9f9f9;
}

.arrow-box:hover {
    background: #166EBA;
}

.medium-content {
    width: 1248px;
    height: 182px;
    overflow: hidden;
}

.medium-content>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.medium-content>ul>li {
    height: 182px;
    width: 400.6px;
    background: #F5F7FA;
    margin-right: 22px;
    list-style: none;
}

.medium-content>ul>li:nth-child(3n) {
    margin-right: 0;
}

.medium-content>ul>li>a>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 134px;
    margin-top: 24px;
}
.medium-content>ul>li>a>div>span {
    font-weight: 400;
    color: #333333;
    display: block;
    display: -webkit-box;
}

.medium-content>ul>li>a>div>span:first-child{
    display: block;
}
.medium-content-li-title {
    font-size: 18px;
    width: 313px;
}

.medium-content-li-sub-title-box {
    width: 330px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.medium-content-li-sub-title-box>span{
    display: inline-block;
}
.medium-content-li-sub-title-box>span:last-child{
    float: right;
}

.medium-content-li-sub-title {
    font-size: 14px;
    color: #848585;
}

.medium-content-li-text {
    font-size: 16px;
    width: 365px;
    height: 44px;
}

.medium-content>ul>li:hover .medium-content-li-title {
    color: #166EBA;
    font-weight: bold;
}

.medium-content-li-line {
    width: 365px;
    height: 2px;
    background: #DCDCDC;
    margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
    body {
        font-size: .3rem !important;
    }
    input {
        font-size: .3rem;
    }
    a:visited {
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        background: none;
        text-decoration: none;
    }
    a:active {
        background-color: transparent;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        outline: none;
        background: none;
        text-decoration: none;
    }
    .zwjd-content {
        width: 100%;
        box-sizing: border-box;
        padding: 0 .2rem;
    }
    .head-nav {
        width: 100%;
        height: .7rem;
        font-size: .28rem;
    }
    .addr-icon {
        width: .17rem;
        height: .2rem;
        margin-right: .16rem;
    }
    .head-nav>ul>li>span {
        padding: 0 .06rem;
    }
    .zwjd-head-img {
        width: 100%;
        height: 2.6rem;
    }
    .text-interpret {
        width: 100%;
        margin-top: .3rem;
        height: auto;
    }
    .plate-head {
        width: 100%;
        height: .65rem;
        font-size: .32rem;
        border-bottom-width: .02rem;
    }
    .plate-head-tab-line {
        width: 1.3rem;
        height: .06rem;
    }
    .plate-head-more {
        font-size: .28rem;
        margin-bottom: .06rem;
    }
    .text-interpret-content {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        margin-top: .2rem;
    }
    .text-interpret-content-img {
        width: 100%;
        height: auto;
        margin-bottom: .2rem;
    }
    .text-interpret-content-text {
        width: 70%;
    }
    .text-interpret-content>ul {
        width: 100%;
        height: auto
    }
    .text-interpret-content>ul>li {
        width: 100%;
        list-style: none;
        font-size: .3rem;
    }
    .text-interpret-content>ul>li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 93%;
    }
    .text-interpret-content>ul>li>a>div {
        width: 100%;
    }
    .text-interpret {
        width: 100%;
        padding: 0 .2rem;
        box-sizing: border-box;
    }
    .img-interpret {
        width: 100%;
        padding: 0 .2rem;
        padding-bottom: 0.3rem;
    }
    .img-interpret-content {
        width: 100%;
    }
    .img-interpret-content-img {
        width: 100%;
        height: 1.96rem;
    }
    .img-interpret-content>ul {
        width: 100%;
        justify-content: space-between;
    }
    .img-interpret-content>ul>li {
        width: 49%;
        margin-right: 0;
        font-size: .28rem;
        margin-top: .2rem;
        height: auto;
    }
    .img-interpret-content>ul>li:nth-child(2n) {
        margin-right: 0;
    }
    .img-interpret-content-text {
        width: 100%;
        height: 1.2rem;
        padding: .16rem .16rem .1rem .16rem;
    }
    .img-interpret-content-text>p {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
        height: auto;
    }
    .video-interpret {
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
        padding-bottom: 0.3rem;
    }
    .video-interpret-content {
        width: 100%;
        flex-wrap: wrap;
        margin-top: .1rem;
    }
    .video-interpret-content-video {
        width: 100%;
        height: 3.75rem;
        margin-top: .2rem;
    }
    .medium-interpret {
        width: 100%;
        margin-bottom: .4rem;
        padding: 0 0.2rem;
    }
    .medium-interpret-content {
        width: 100%;
        margin-top: 0;
        margin-bottom: .3rem;
    }
    .arrow-box {
        display: none;
        width: .4rem;
        height: 1.82rem;
    }
    .medium-content {
        display: none;
        width: calc(100% - 1rem);
        height: 1.82rem;
        background: #005BAA;
        overflow: hidden;
    }
    .medium-content>ul {
        justify-content: space-between;
        width: 100%;
    }
    .medium-content>ul>li {
        width: 100%;
        height: 1.82rem;
        margin-right: .2rem;
    }
    .medium-content>ul>li>a>div {
        height: 1.34rem;
        margin-top: .24rem;
    }
    .medium-content-li-text {
        width: 100%;
        font-size: .3rem;
        height: auto;
    }
    .medium-content-li-title {
        font-size: .34rem;
        width: 100%;
        display: block;
    }
    .medium-content-li-sub-title-box {
        width: 100%;
        margin-top: .15rem;
        margin-bottom: .05rem;
    }
    .medium-content-li-sub-title {
        font-size: .26rem;
    }
    .medium-content-li-line {
        width: 100%;
        margin-bottom: .05rem;
        height: .02rem;
    }
    .medium-interpret-h5 {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .medium-interpret-h5 ul {
        width: 100%;
    }
    .medium-interpret-h5 ul li {
        display: block;
        overflow: hidden;
        list-style: none;
        margin-bottom: .3rem;
        background: #F5F7FA;
    padding: 0.2rem;
    }
    .medium-interpret-h5>ul>li>a {
        width: 100%;
    }
}