@charset "UTF-8";
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: #c7e3ed !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

p {
    margin: 0;
    padding: 0;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

body {
    background: #f4f6f8;
}

@font-face {
    font-family: 'MicrosoftYaHei-Bold';
}
.banner {
    width: 100%;
}


.banner>img {
    width: 100%;
    margin: 0;
    display: block;
}

.theme .nav {
    width: 100%;
    height: .6rem;
    background-color: #01336d;
    /*    position: sticky;
        top: 1rem;*/
    z-index: 1000;
}

.theme .nav>ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.theme .nav>ul li {
    list-style: none;
    font-size: .22rem;
    color: #fff;
    padding: 0 .23rem;
    cursor: pointer;
}

.theme .content {
    width: 12rem;
    background-color: #ffffff;
    margin: 0 auto;
    padding-top: .99rem;
    padding-bottom: .98rem;
    margin-bottom: .19rem;
}

.theme .content .item {
    margin-bottom: .67rem;
}

.theme .content .item>h2 {
    height: .35rem;
    font-size: .36rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: .35rem;
    letter-spacing: .02rem;
    color: #01336d;
    text-align: center;
    margin-bottom: .38rem;
    fomt-weight:600
}

.theme .content .item>h2>span {
    position: relative;
}

.theme .content .item>h2>span::before,
.theme .content .item>h2>span::after {
    position: absolute;
    content: "";
    width: 1.03rem;
    height: .01rem;
    background-color: #01336d;
    top: 50%;
    transform: translate(0, -50%);
}

.theme .content .item>h2>span::before {
    left: -1.42rem;
}

.theme .content .item>h2>span::after {
    right: -1.42rem;
}

.theme .content .item .dynamic {
    display: flex;
    width: 11rem;
    justify-content: space-between;
    padding-bottom: .07rem;
    margin: 0 auto;
}

.theme .content .item .dynamic>.img {
    width: 3.5rem;
    position: relative;
    display: block;
    overflow: hidden;
}



.theme .content .item .dynamic>.img>img {
    width: 100%;
    height: 100%;
    display: block;
}

.theme .content .item .dynamic>.img>img{
    transition:all 0.6s;
}
.theme .content .item .dynamic>.img>img:hover{
    transform: scale(1.1);
}


.theme .content .item .dynamic>.img>p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .30rem;
    background-color: #01336d50;
    font-size: .16rem;
    line-height: .28rem;
    color: #fff;
    text-indent: .11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme .content .item .articleList {
    width: 10.5rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.theme .content .item .articleList>a {
    width: 4.42rem;
    color: #333333;
    font-size: .17rem;
    margin-top: .35rem;
    display: block;
    text-decoration: none;
    position: relative;
}
.theme .content .item .articleList>a :hover {
    color: #219bde;
}
.theme .content .item .articleList>a>span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme .content .item .articleList>a:nth-child(2n) {
    width: 4.08rem;
}

.theme .content .item .articleList>a::before {
    position: absolute;
    content: "";
    width: .09rem;
    height: .11rem;
    background: url("../img/artTips.png") no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translate(0, -50%);
    left: -.24rem;
}

.theme .content .item .more {
    width: 11rem;
    text-align: right;
    margin: 0 auto;
    margin-top: .15rem;
    line-height: .14rem;
}

.theme .content .item .more>a {
    color: #01336d;
    font-size: .14rem;
    line-height: .14rem;
    text-decoration: none;
    display: block;
}

@media (max-width: 1200px) {
    .theme {
        width: 100%;
    }
    .theme .content {
        width: 100%;
    }
    .theme .content .item .dynamic {
        width: 98%;
    }
    .theme .content .item .dynamic>.img {
        width: 33%;
    }
    .theme .content .item .dynamic>.img>img {
        width: 100%;
    }
    .theme .content .item .articleList {
        width: 95%;
    }
    .theme .content .item .articleList>a {
        width: 45%;
        margin-top: .20rem;
    }
    .theme .content .item .articleList>a::before {
        left: -0.13rem;
    }
    .theme .content .item .articleList>a:nth-child(2n) {
        width: 45%;
    }
    .theme .content .item .more {
        width: 98%;
    }
    .theme .content {
        padding-top: 0.29rem;
        padding-bottom: 0.28rem;
    }
}


/*# sourceMappingURL=zuti.css.map */