﻿.index {
    background: url(bj.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    min-width: 1400px;
}
.contain {
    width: 1400px;
    margin: 0 auto;
    padding-top: 73px;
}
header {
    margin-bottom: 65px;
}
header .logo {
    width: 354px;
    height: 72px;
    object-fit: cover;
}
.box .tab {
    width: 100%;
}
.box .tab span {
    display: inline-block;
    padding: 0 96px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url(qy-b.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}
.box .tab span:first-of-type {
    padding: 0 96px 0 74px;
    background: url(jm-b.png) no-repeat center;
    background-size: 100% 100%;
}
.box .tab .cur {
    background: url(qy-w.png) no-repeat center;
    background-size: 100% 100%;
    color: #1c63ce;
}
.box .tab .cur:first-of-type {
    background: url(jm-w.png) no-repeat center;
    background-size: 100% 100%;
}
.box .tab .back {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f7f6fd;
    border-radius: 10px;
    font-size: 16px;
    color: #3678fe;
    float: right;
}
.box .tab .back img {
    margin-right: 20px;
    vertical-align: sub;
}
.box .content {
    display: none;
    background-color: #f7f6fd;
}
.box .show-content {
    padding: 45px 25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.box .content .news {
    width: 450px;
}
.news .news-tab {
    width: 450px;
    height: 50px;
    background-color: #e2e0ec;
    border-radius: 25px;
    display: flex;
    padding: 5px;
    justify-content: space-between;
}
.news .news-tab a {
    width: 105px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #377feb;
    font-size: 16px;
    cursor: pointer;
}
.news .news-tab .cur {
    background-color: #3476ff;
    border-radius: 20px;
    font-weight: bold;
    color: #ffffff;
}
.news-ul {
    display: none;
    position: relative;
}
.show-ul {
    display: block !important;
}
.news-ul li {
    padding: 30px 0;
    border-bottom: dashed 1px #999999;
}
.news-ul li p {
    font-size: 18px;
    font-weight: bold;
    color: #404040;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-ul li:nth-of-type(1) p,
.news-ul li:nth-of-type(2) p {
    padding-left: 45px;
}
.news-ul li:nth-of-type(1) p::before,
.news-ul li:nth-of-type(2) p::before {
    content: "置顶";
    font-size: 14px;
    color: #ffffff;
    background-color: #d45858;
    border-radius: 3px;
    padding: 4px 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-ul li .word {
    font-size: 16px;
    line-height: 27px;
    color: #404040;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-ul li:hover p,
.news-ul li:hover div,
.news-ul li:hover span,
.news-ul li:hover span.time {
    color: #1c63ce;
}
.qy .news .news-tab {
    margin-bottom: 11px;
}
.qy .news-ul li {
    padding: 20px 0;
    position: relative;
}
.qy .news-ul li:nth-of-type(n + 2) {
    padding-left: 21px;
}
.qy .news-ul li:nth-of-type(n + 2) ::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #3476ff;
    left: 5px;
    border-radius: 50%;
    top: 27px;
}
.qy .news-ul li .title {
    display: inline-block;
    width: 300px;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}
.qy .news-ul li .time {
    float: right;
    font-size: 16px;
    color: #999999;
}
.qy .news-ul li:first-of-type img {
    width: 440px;
    height: 274px;
    object-fit: cover;
    margin-bottom: 19px;
}

.block {
    text-align: center;
    width: 470px;
    font-size: 0;
}
.block a {
    display: inline-block;
    width: 150px;
    height: 170px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 28px;
}
.block a:nth-of-type(3n) {
    margin-right: 0;
}
.block a img {
    width: 76px;
    height: 76px;
    margin-bottom: 20px;
}
.block a p {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #333333;
}
.block a p::before {
    content: "";
    width: 15px;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    left: 45%;
    top: 30px;
}
.block a:hover {
    box-shadow: 2px 2px 6px 3px #ddd;
}
.block a:nth-of-type(1) p::before {
    background-color: #daab85;
}
.block a:nth-of-type(2) p::before {
    background-color: #f02348;
}
.block a:nth-of-type(3) p::before {
    background-color: #fb970e;
}
.block a:nth-of-type(4) p::before {
    background-color: #1ac36e;
}
.block a:nth-of-type(5) p::before {
    background-color: #843ae0;
}
.block a:nth-of-type(6) p::before {
    background-color: #3697f9;
}
.block a:nth-of-type(7) p::before {
    background-color: #daab85;
}
.block a:nth-of-type(8) p::before {
    background-color: #f02348;
}
.block a:nth-of-type(9) p::before {
    background-color: #fb970e;
}
.block a:nth-of-type(10) p::before {
    background-color: #1ac36e;
}
.block a:nth-of-type(11) p::before {
    background-color: #843ae0;
}
.block a:nth-of-type(12) p::before {
    background-color: #3697f9;
}
.yk-block a:nth-of-type(3) p::before {
    background-color: #1ac36e;
}
.yk-block a:nth-of-type(4) p::before {
    background-color: #843ae0;
}
.yk-block a:nth-of-type(5) p::before {
    background-color: #3697f9;
}
.yk-block a:nth-of-type(6) p::before {
    background-color: #daab85;
}
.yk-block a:nth-of-type(7) p::before {
    background-color: #f02348;
}
.yk-block a:nth-of-type(8) p::before {
    background-color: #1ac36e;
}
.last {
    width: 360px;
}
.last .pic {
    display: block;
    height: 170px;
    background-color: #528bfe;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 10px;
}
.last-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.last-box a {
    width: 175px;
    height: 170px;
    margin-bottom: 10px;
    padding: 32px 0 0 32px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.last-box a:nth-of-type(1) {
    background: url(bmfw.png) no-repeat center;
    background-size: 100% 100%;
}
.last-box a:nth-of-type(2) {
    background: url(myzj.png) no-repeat center;
    background-size: 100% 100%;
}
.last-box a:nth-of-type(3) {
    background: url(zxft.png) no-repeat center;
    background-size: 100% 100%;
}
.last-box a:nth-of-type(4) {
    background: url(jdts.png) no-repeat center;
    background-size: 100% 100%;
}
.lunbo {
    height: 170px;
    background-color: #f7f6fd;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.ztzq {
    width: 271px;
    height: 125px;
    object-fit: cover;
    margin-top: 16px;
}
.pic-list a {
    width: 240px;
    height: 150px;
}
.pic-list a img {
    width: 257px;
    height: 150px;
    object-fit: cover;
}
.more {
    color: #3476ff;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: -30px;
    /* display: none; */
}
.last .news .news-tab,
.content .last .news {
    width: 360px;
}
.last .news .news-tab a {
    width: 50%;
}
.last-ul {
    display: none;
    position: relative;
}
.last-ul li {
    padding: 13px 0 12px 20px;
    position: relative;
}
.last-ul li .title {
    display: inline-block;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.last-ul li .time {
    float: right;
    font-size: 16px;
    color: #999999;
}
.last-ul li ::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #3476ff;
    left: 5px;
    border-radius: 50%;
    top: 20px;
}
.last-ul li:hover .title,
.last-ul li:hover .time {
    color: #3476ff;
}
.big-box a {
    width: 175px;
    height: 170px;
    padding-top: 123px;
    padding-left: 14%;
    color: #ffffff;
}
.big-box a:nth-of-type(1) {
    background: url(yjzj.png) no-repeat center;
    background-size: 100% 100%;
}
.big-box a:nth-of-type(2) {
    background: url(cjwt.png) no-repeat center;
    background-size: 100% 100%;
}
.yk .news .news-tab a {
    width: 50%;
}
.box .yk .news,
.yk .news .news-tab {
    width: 590px;
}
.pic-ul {
    margin-top: 40px;
    display: none;
}
.pic-ul .pic {
    display: block;
    width: 590px;
    height: 380px;
    margin-bottom: 40px;
    position: relative;
}
.pic-ul .pic .big-pic {
    width: 590px;
    height: 380px;
    object-fit: cover;
}

.pic-ul .pic .big-pic {
    width: 590px;
    height: 380px;
    object-fit: cover;
}
.pic-ul .sm-list {
    display: flex;
    justify-content: space-between;
}
.pic-ul .sm-list .sm-pic p {
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
}
.pic-ul .sm-list .sm-pic {
    width: 185px;
    position: relative;
}
.pic-ul .sm-list .sm-pic img {
    width: 185px;
    height: 155px;
    object-fit: cover;
}
.pic-ul .pic .bfd {
    position: absolute;
    top: 150px;
    right: 255px;
}
.pic-ul .sm-list .sm-pic .bfx {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 60.5px;
    right: 75.5px;
}
.yk-block {
    width: 310px;
}
.yk-block a:nth-of-type(3n) {
    margin-right: 10px;
}
.yk-block a:nth-of-type(2n) {
    margin-right: 0;
}
.yk-last {
    width: 360px;
}
.yk-box a:nth-of-type(1) {
    background: url(tslz.png) no-repeat center;
    background-size: 100% 100%;
}
.yk-box a:nth-of-type(2) {
    background: url(zsyz.png) no-repeat center;
    background-size: 100% 100%;
}
.yk-box a {
    width: 175px;
    height: 170px;
    padding-top: 123px;
    padding-left: 14%;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .index {
        padding: 10px;
        width: 100%;
        min-width: auto;
    }
    header {
        margin-bottom: 30px;
    }
    .contain {
        padding-top: 20px;
    }
    header .logo {
        width: 100%;
        object-fit: contain;
    }
    .box,
    .contain,
    .box .content .news,
    .news .news-tab,
    .block,
    .last,
    .last .pic,
    .last .pic img,
    .pic-list,
    .pic-list a,
    .pic-list a img,
    .last .news .news-tab,
    .box .yk .news,
    .yk .news .news-tab,
    .pic-ul .pic .big-pic,
    .pic-ul .pic,
    .pic-ul .sm-list .sm-pic,
    .pic-ul .sm-list .sm-pic img {
        width: 100%;
    }
    .box .show-content {
        display: block;
        padding: 20px 5px;
    }
    .box .tab span:first-of-type {
        padding: 0;
    }
    .box .tab span {
        width: 25%;
        font-size: 16px;
        padding: 0;
        line-height: 35px;
        height: 35px;
    }
    .box .tab .back {
        width: 20%;
        font-size: 14px;
        line-height: 35px;
        height: 35px;
    }
    .box .tab .back img {
        display: none;
    }
    .box .content .news {
        margin-bottom: 84px;
    }
    .news .news-tab a {
        width: 25%;
    }
    .more {
        width: 100%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        background-color: #eee;
        margin-top: 20px;
        bottom: -63px;
        display: block;
    }
    .block a {
        width: 30%;
        padding-top: 20px;
    }
    .block a p {
        font-size: 14px;
    }
    .lunbo {
        display: block;
        height: auto;
    }
    .last-box a {
        width: 49%;
    }
    .ztzq {
        margin-bottom: 20px;
    }
    .ztzq {
        width: 100%;
    }
    .qy .news-ul li:first-of-type img {
        width: 100%;
    }
    .qy .news-ul li .title {
        width: 260px;
    }
    .big-box {
        margin-top: 20px;
    }
    .pic-ul .sm-list{
        display: block;
    }
    .pic-ul .sm-list .sm-pic p{
        margin: 10px 0;
    }
    .yk-block a{
        width: 45%;
    }
}
@media screen and (max-width: 320px) {
    .qy .news-ul li .title,
    .last-ul li .title {
        width: 170px;
    }
}
