html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    cursor: pointer;
}

input {
    border: 0;
}

input:focus {
    outline: none;
    border: 0;
}

ul li {
    list-style: none;
}

body {
    padding: 0;
    margin: 0;
    background-color: #e9f1fc;
}

.index-main {
    width: 14rem;
    margin: 0 auto .3rem;
}

.section1 {
    position: relative;
    padding: 0.25rem 0 .3rem;
}

.section1-items {
    display: flex;
    justify-content: space-between;
}

.section1-items .item {
    position: relative;
    width: 2.64rem;
    height: 2.2rem;
    background-color: #fff;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.08rem 0 #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.section1-items .item i {
    width: 0.7rem;
    line-height: 0.7rem;
    border-radius: 50%;
    font-size: 0.4rem;
    color: #fff;
    text-align: center;
}

.section1-items .item:first-child i {
    background-color: #b6579b;
}

.section1-items .item:nth-child(2) i {
    background-color: #f08d76;
}

.section1-items .item:nth-child(3) i {
    background-color: #64bdcf;
}

.section1-items .item:nth-child(4) i {
    background-color: #f8aa62;
}

.section1-items .item:nth-child(5) i {
    background-color: #409ec2;
}

.section1-items .item span {
    line-height: 0.7rem;
    font-size: 0.22rem;
    color: #5e5e5e;
    font-weight: bold;
}

.section1-items .cur {
    background-color: #044589;
}

.section1-items .cur i {
    background-color: #fff !important;
    color: #044589;
}

.section1-items .cur span {
    color: #fff;
}

.section1-items .cur::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #fff;
    transform: translateX(-50%);
}

.sub-item-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.section1 .section1-sub {
    display: none;
    position: absolute;
    top: 2.75rem;
    left: 0;
    width: 100%;
    padding: 0.3rem;
    background-color: #fff;
    box-shadow: 0 0 0.08rem 0 #f1f1f1;
    z-index: 999;
    box-sizing: border-box;
}

.section1 .sub-items {
    display: none;
    flex-wrap: wrap;
}

.section1 .sub-items li {
    position: relative;
    box-sizing: border-box;
    width: 25%;
    line-height: 0.5rem;
    padding-left: 0.15rem;
    text-align: left;
    font-size: 0.18rem;
}

.section1 .sub-items li::before {
    position: absolute;
    left: 0;
    top: 0.22rem;
    content: '';
    display: inline-block;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #7dafe4;
    border-radius: 50%;
}

.section1 .sub-items li a:hover {
    color: #044589;
}

.section2 {
    margin-top: .25rem;
}

.headlines {
    padding: 0.15rem 0.5rem;
    box-shadow: 0 0 0.08rem 0 #f1f1f1;
    background-color: #fff;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
}

.headlines .title {
    display: block;
    width: 100%;
    line-height: 0.76rem;
    font-size: 0.36rem;
    color: #044589;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.headlines .abstract {
    line-height: 0.34rem;
    font-size: 0.18rem;
    color: #3d79b7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    text-align: center;
}

.headlines .title:hover {
    text-decoration: underline;
}

.headlines .more {
    color: #115db2;
    font-size: .16rem;
    float: right;
}

.headlines .more:hover {
    text-decoration: underline;
}

.section3 {
    padding: 0.4rem;
    margin-top: 0.25rem;
    box-shadow: 0 0 0.08rem 0 #f1f1f1;
    background-color: #fff;
    border-radius: 0.1rem;
    display: flex;
    justify-content: space-between;
}

.section3-l {
    position: relative;
    width: 6rem;
    height: 3.7rem;
}

.focusImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.focusImg .swiper-slide {
    background-color: #eee;
}

.focusImg .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: top;
}

.focusImg .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.5rem;
    margin: 0;
    line-height: 0.5rem;
    background-color: rgba(0, 0, 0, .3);
}

.focusImg .swiper-slide p span {
    display: block;
    width: calc(80% - 0.1rem);
    padding-left: 0.1rem;
    font-size: 0.16rem;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.focusImg .swiper-pagination {
    box-sizing: border-box;
    width: 20%;
    height: .5rem;
    bottom: 0;
    right: 0;
    left: initial;
    padding: 0 .1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.focusImg .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    opacity: 1;
}

.focusImg .swiper-pagination-bullet-active {
    background-color: #e7735c;
}

.section3-r {
    width: 6.8rem;
}

.s3-tab {
    line-height: 0.4rem;
    display: flex;
}

.s3-tab a {
    padding: 0 0.2rem;
    font-size: 0.2rem;
    color: #000;
    border-radius: 0.2rem;
}

.s3-tab .cur {
    color: #fff;
    background-color: #df5636;
}

.s3-container {
    margin-top: 0.2rem;
    overflow: hidden;
}

.s3-news li {
    line-height: 0.44rem;
    font-size: 0.16rem;
    display: flex;
    justify-content: space-between;
}

.s3-news li a {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s3-news li a:hover {
    color: #044589;
}

.section4 {
    padding: 0.3rem;
    margin-top: 0.25rem;
    box-shadow: 0 0 0.08rem 0 #f1f1f1;
    background-color: #fff;
    border-radius: 0.1rem;
}

.ztzl {
    position: relative;
    overflow: hidden;
}

.ztzl .swiper-slide img {
    width: 2rem;
    height: 1.6rem;
}

.ztzl .hide {
    opacity: 0;
}

.section5 {
    padding: 0.3rem;
    margin-top: 0.25rem;
    box-shadow: 0 0 0.08rem 0 #f1f1f1;
    background-color: #fff;
    border-radius: 0.1rem;
    display: flex;
    justify-content: space-between;
}

.section5-l {
    width: 9rem;
}

.s5-tab {
    display: flex;
    height: 0.4rem;
}

.s5-tab a {
    line-height: 0.37rem;
    font-size: 0.22rem;
    margin-right: 0.4rem;
}

.s5-tab .cur {
    font-weight: bold;
    color: #df5538;
    border-bottom: 0.03rem solid #df5538;
}

.s5-container {
    margin-top: 0.15rem;
    overflow: hidden;
}

.s5-news li {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 0.16rem;
    font-size: 0.16rem;
    line-height: 0.44rem;
}

.s5-news li::before {
    position: absolute;
    left: 0;
    top: 0.19rem;
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    background-color: #7dafe4;
    border-radius: 50%;
}

.s5-news .title {
    width: calc(100% - 1.96rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s5-news .title:hover {
    color: #044589;
}

.s5-news .rel {
    width: 0.8rem;
    height: 0.24rem;
    line-height: 0.24rem;
    margin: 0.1rem 0.4rem;
    background-color: #9caede;
    color: #fff;
    text-align: center;
}

.s5-news .rel:hover {
    background-color: #044589;
}

.s5-news .date {
    width: 1rem;
    text-align: right;
}

.section5-r {
    width: 3.8rem;
}

.section5-r .title {
    line-height: 0.4rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #115db2;
}

.section5-r .layui-form {
    margin-top: 0.3rem;
}

.section5-r .layui-input {
    font-size: 16px;
    font-size: .16rem;
}

.section5-r .btn {
    display: flex;
}

.section5-r button {
    width: 1.6rem;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    border: none;
    border-radius: 0.05rem;
    cursor: pointer;
}

.section5-r .submit {
    background-color: #008c8d;
}

.section5-r .reset {
    margin-left: 0.3rem;
    background-color: #01458e;
}

.section6 {
    padding: 0.3rem;
    margin-top: 0.25rem;
    box-shadow: 0 0 0.08rem 0 #f1f1f1;
    background-color: #fff;
    border-radius: 0.1rem;
    display: flex;
    justify-content: space-between;
}

.section6-l {
    width: 6.55rem;
}

.s6-title {
    line-height: 0.4rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #115db2;
}

.s6-btn {
    display: flex;
    flex-wrap: wrap;
}

.s6-btn a {
    box-sizing: border-box;
    width: 3.2rem;
    line-height: 0.5rem;
    margin: 0.15rem 0 0 0.15rem;
    border: 1px solid #ddd;
    color: #666;
    font-size: 0.18rem;
    display: flex;
    align-items: center;
}

.s6-btn a:nth-child(2n + 1) {
    margin-left: 0;
}

.s6-btn a:hover {
    background-color: #044589;
    color: #fff;
    border-color: #044589;
}

.s6-btn a:hover i {
    color: #fff;
}

.s6-btn i {
    margin: 0 0.15rem 0 0.65rem;
    font-size: 0.3rem;
    color: #a3c4e5;
}

.section6-r {
    width: 6.55rem;
    padding-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
}

.section6-r a {
    width: 3.2rem;
    height: 0.85rem;
    margin: 0.15rem 0 0 0.15rem;
}

.section6-r a:nth-child(2n + 1) {
    margin-left: 0;
}

.section6-r img {
    width: 100%;
    height: 100%;
}

.section7 {
    /* margin-top: 0.25rem; */
    display: flex;
    justify-content: space-between;
}

.section7-l {
    width: 6.85rem;
    padding: 0.3rem;
    box-shadow: 0 0 0.08rem 0 #f1f1f1;
    border-radius: 0.1rem;
    background-color: #fff;
    box-sizing: border-box;
}

.section7-l .title {
    line-height: 0.4rem;
    text-align: right;
}

.section7-l .title a {
    font-size: 0.18rem;
    color: #247435;
    float: right;
    margin-left: 0.2rem;
}

.section7-l .title a i {
    margin-right: 0.05rem;
}

.section7-l .title a:last-child {
    color: #3373b1;
}

.section7-l .title a:first-child {
    font-size: 0.22rem;
    font-weight: bold;
    float: left;
    color: #115db2;
    margin-left: 0;
}

.s7-news {
    clear: both;
}

.s7-news li {
    line-height: 0.44rem;
    display: flex;
    justify-content: space-between;
    font-size: .16rem;
}

.s7-news li i {
    width: 0.6rem;
    line-height: 0.24rem;
    margin: 0.1rem 0.1rem 0.1rem 0;
    background-color: #61d196;
    color: #fff;
    font-style: normal;
    text-align: center;
    border-radius: 0.05rem;
}

.s7-news li a {
    width: calc(85% - 0.7rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s7-news li a:hover {
    color: #044589;
}

.section7-r {
    width: 6.85rem;
    padding: 0.3rem;
    box-shadow: 0 0 0.08rem 0 #f1f1f1;
    border-radius: 0.1rem;
    background-color: #fff;
    box-sizing: border-box;
}

.section7-r .title {
    line-height: 0.4rem;
    font-size: 0.22rem;
}

.section7-r .title a {
    display: inline-block;
    line-height: .37rem;
    border-bottom: 0.03rem solid #115db2;
    color: #115db2;
    font-weight: bold;
}

.s7-r-news li {
    display: flex;
    justify-content: space-between;
    line-height: 0.44rem;
    font-size: 0.16rem;
}

.s7-r-news li a {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s7-r-news li a:hover {
    color: #044589;
}

.bigtitle {
    background: url(zwgk_bigtitlebg.png) no-repeat center;
    text-align: center;
    font-size: 0.22rem;
    font-weight: bold;
    color: #0650b9;
    margin: 0 0 0.3rem;
    background-size: 100%;
}

.bigtitle a {
    color: #115db2;
}

@media screen and (max-width: 768px) {
    .index-main {
        box-sizing: border-box;
        width: 100%;
        padding: 0 .2rem;
    }

    .section1 {
        display: none;
    }

    .section1-items {
        flex-wrap: wrap;
    }

    .section1-items .item {
        width: calc(50% - 0.1rem);
        margin-bottom: .2rem;
    }

    .section1-items .item:last-child {
        width: 100%;
        margin-bottom: 0;
    }

    .section2 {
        margin-top: .3rem;
    }

    .headlines {
        padding: .1rem;
    }

    .headlines .abstract {
        line-height: .4rem;
        font-size: .26rem;
    }

    .headlines .more {
        font-size: .26rem;
    }

    .section3 {
        flex-wrap: wrap;
        padding: .1rem;
    }

    .section3-l {
        width: 100%;
        height: 57vw;
        margin-bottom: 0.2rem;
    }

    .focusImg .swiper-slide p span {
        width: calc(100% - .2rem);
        font-size: .26rem;
    }

    .focusImg .swiper-pagination {
        display: none;
    }

    .section3-r {
        width: 100%;
    }

    .s3-tab {
        line-height: .6rem;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .s3-tab a {
        white-space: nowrap;
        font-size: .28rem;
    }

    .s3-news li {
        line-height: .5rem;
        font-size: .26rem;
    }

    .s3-news li a {
        width: 100%;
    }

    .s3-news li span {
        display: none;
    }

    .ztzl .swiper-slide img {
        vertical-align: bottom;
    }

    .section5 {
        flex-wrap: wrap;
        padding: .2rem;
    }

    .section5-r {
        width: 100%;
    }

    .section5-l {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .s5-tab {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .s5-tab a {
        line-height: .57rem;
        font-size: .28rem;
    }

    .s5-news li {
        line-height: .5rem;
        font-size: .26rem;
    }

    .s5-news .title {
        width: 100%;
    }

    .s5-news .rel,
    .s5-news .date {
        display: none;
    }

    .s5-news li::before {
        width: .08rem;
        height: .08rem;
        top: .21rem;
    }

    .section5-r .title {
        line-height: .6rem;
        font-size: .28rem;
    }

    .section5-r .layui-form {
        margin-top: .1rem;
    }

    .section5-r .btn {
        justify-content: center;
    }

    .section5-r .layui-input {
        font-size: .26rem;
    }

    .section5-r button {
        line-height: .6rem;
        font-size: .26rem;
    }

    .section6 {
        flex-wrap: wrap;
    }

    .section6-l {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .s6-title {
        line-height: .6rem;
        font-size: .28rem;
    }

    .s6-btn a {
        width: 100%;
        line-height: .8rem;
        margin-left: 0;
        font-size: .28rem;
    }

    .section6-r {
        width: 100%;
        padding-top: 0;
    }

    .section6-r a {
        width: calc(50% - 0.1rem);
    }

    .section7 {
        flex-wrap: wrap;
    }

    .section7-l {
        padding: .2rem;
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .section7-r {
        width: 100%;
    }

    .section7-l .title {
        line-height: .6rem;
        font-size: .28rem;
    }

    .section7-l .title a {
        font-size: .26rem;
    }

    .s7-news li {
        line-height: .6rem;
        font-size: .26rem;
    }

    .s7-news li span {
        display: none;
    }

    .s7-news li i {
        width: .8rem;
        line-height: .4rem;
    }

    .s7-news li a {
        width: calc(100% - .9rem);
    }

    .section7-r .title {
        font-size: .28rem;
    }

    .section7-r .title a {
        line-height: .57rem;
    }

    .s7-r-news li {
        line-height: .6rem;
        font-size: .26rem;
    }

    .s7-r-news li a {
        width: 100%;
    }

    .s7-r-news li span {
        display: none;
    }

    .bigtitle {
        font-size: .28rem;
    }
}