<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.lmTit {
    margin-bottom: 0.35rem;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.lmTit .tit{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.lmTit .tit h2{
    font-size: 0.44rem;
    line-height: 0.46rem;
    font-weight: normal;
    color: #333333;
    position: relative;
    font-family: dingliesongtypeface;
    letter-spacing: -3px;
}
.lmTit .tit p{
    font-family: Merriweather;
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #015198;
}
.lmTit a.more{
    display: block;
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #bcbcbc;
    font-family: dingliesongtypeface;
}
.lmTit a:hover{
    color: #015198;
}
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner&gt;div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    padding: 33.9% 0 0;
}
.banner .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
}
.banner .slick-dots li{
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 100%;
    background: #fff;
    margin: 0 0.06rem;
}
.banner .slick-dots li.slick-active{
    background: #f39800;
}
/* 筹资项目 */
.indexCon2{
    padding: 0.5rem 0;
    background: #f5f7fa;
}
.project li{
    float: left;
    width: 18.736%;
    margin-right: 1.5%;
}
.project li:nth-of-type(5n){
    margin-right: 0;
}
.project li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.project li a .img{
    padding: 167% 0 0;
}
.project li a p{
    width: 100%;
    height: auto;
    font-size: 0.3rem;
    line-height: 1;
    font-family: dingliesongtypeface;
    color: #fff;
    letter-spacing: -4px;
    padding: 0.3rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.project li a&gt;p::before{
    display: block;
    content: "";
    width: 100%;
    padding: 83% 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-size: 100% 100%!important;
}
.project li:nth-of-type(1) a&gt;p::before{
    background: url(../img/projectBg1.png);
}
.project li:nth-of-type(2) a&gt;p::before{
    background: url(../img/projectBg2.png);
}
.project li:nth-of-type(3) a&gt;p::before{
    background: url(../img/projectBg3.png);
}
.project li:nth-of-type(4) a&gt;p::before{
    background: url(../img/projectBg4.png);
}
.project li:nth-of-type(5) a&gt;p::before{
    background: url(../img/projectBg5.png);
}
.project li a&gt;p::after{
    display: block;
    content: "";
    width: 0.2rem;
    height: 0.03rem;
    background: #fff;
    position: absolute;
    left: 0.35rem;
    top: 0.15rem;
}
.project li a:hover{
    transform: translateY(-0.1rem);
}
.project li a:hover&gt;p::after{
    width: 0.6rem;
}
.project li a:hover p{
    font-size: 0.36rem;
}
/* link */
.indexCon3{
    padding: 0.6rem 0;
    background: url(../img/bg3.png) no-repeat center;
    background-size: cover;
}
.linkSub ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    height: 1.8rem;
    border-radius: 0 0.36rem 0 0.36rem;
    overflow: hidden;
    transition: all .3s;
}
.linkSub ul li:nth-of-type(4n){
    margin-right: 0;
}
.linkSub ul li a{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    align-content: center;
    position: relative;
}
.linkSub ul li a::before{
    display: block;
    content: "";
    width: 0.85rem;
    height: 1.15rem;
    background: url(../img/icon.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.linkSub li p.icon{
    width: 0.7rem;
    height: 0.7rem;
}
.linkSub li p.icon img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.linkSub li p.icon img:nth-of-type(2){
    display: none;
}
.linkSub li p.tit{
    font-size: 0.26rem;
    line-height: 0.34rem;
    color: #fff;
    font-family: dingliesongtypeface;
    width: 100%;
    height: auto;
    text-align: center;
}
.linkSub li a:hover{
    background: linear-gradient(180deg, #f1f3f9 0%, #fff 100%)
}
.linkSub li a:hover::before{
    display: block;
}
.linkSub li a:hover p.icon img:nth-of-type(1){
    display: none;
}
.linkSub li a:hover p.icon img:nth-of-type(2){
    display: block;
}
.linkSub li a:hover p.tit{
    color: #015198;
}
.linkSub li:hover{
    transform: translateY(-0.16rem);
}
/* indexCon5 */
.indexCon5{
    padding: 0.6rem 0;
    background: #f4f6fa;
}
.xxgk{
    width: 45.34%;
}
.xxgk ul li img{
    display: block;
    width: 100%;
    height: 1.6rem;
    object-fit: cover;
}
.xxgk ul li {
    margin-top: 0.26rem;
}
.xxgk ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #333;
    font-family: SourceHanSansCN-Regular;
}
.xxgk ul li a span{
    font-family: SourceHanSansCN-Medium;
    color: #015198;
    margin-right: 0.1rem;
}
.xxgk ul li a:hover{
    color: #015198;
    font-weight: bold;
    transform: translate(5px);
}
.download{
    width: 51.34%;
}
.download li {
    margin-bottom: 0.07rem;
}
.download li:last-of-type{
    margin-bottom: 0;
}
.download li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
}
.download li a .time{
    width: 0.98rem;
    height: 1.1rem;
    background: #015198;
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    font-family: SourceHanSansCN-Regular;
}
.download li a .time span{
    display: block;
    width: 100%;
    font-size: 0.34rem;
    line-height: 0.45rem;
    font-weight: bold;
}
.download li a .con{
    width: calc(100% - 0.98rem);
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.download li a .con span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download li a .con span.tit{
    font-family: SourceHanSansCN-Regular;
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #333;
}
.download li a .con span.txt{
    font-family: SourceHanSansCN-Regular;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #888888;
}
.download li a:hover .con span.tit{
    color: #015198;
    font-weight: bold;
}
.download li a:hover .time{
    background: #f39800;
}
/* indexCon4 */
.indexCon4{
    padding-top: 0.4rem;
    background: #f4f6fa;
}
.imgLink{
    float: right;
    width: 38.7%;
}
.imgLink li{
    margin-top: 0.25rem;
}
.imgLink li a{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.3rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.imgLink li a .img{
    width: 100%;
    padding: 2.5rem 0 0;
}
.imgLink li a .con{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-20%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.imgLink li a .con .tit{
    font-size: 0.42rem;
    line-height: 1;
    color: #fff;
    font-family: dingliesongtypeface;
    text-align: center;
}
.imgLink li a .con .txt{
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #fff;
    font-family: Merriweather;
    text-align: center;
}
.imgLink li a:hover{
    box-shadow:0 0 0.15rem 0 rgba(0,51,102,0.25)
}
.jzdt{
    float: left;
    width: 59.2%;
    position: relative;
    z-index: 5;
}
.jzdt ul{
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.jzdt .sub .bd{
    padding: 0 0.4rem 0.2rem;
    height: 3.75rem;
    border-radius: 0 0 0.1rem 0.1rem;
    box-sizing: border-box;
}
.jzdt ul .tit{
    padding-bottom: 0.1rem;
    border-bottom: 0.04rem solid #015198;
    margin-bottom: 0.1rem;
}
.jzdt ul .txt{
    height: 0.7rem;
    border-bottom: 1px solid #e9e9e9;
}
.jzdt ul  li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.jzdt ul  li p:nth-of-type(1){
    text-align: left;
    width: 50%;
}
.jzdt ul  li p:nth-of-type(2){
    text-align: center;
    width: 20%;
}
.jzdt ul  li p:nth-of-type(3){
    text-align: right;
    width: 20%;
}
.jzdt ul  li.tit p{
    font-size: 0.32rem;
    line-height: 0.4rem;
    color: #015198;
    font-family: dingliesongtypeface;
}
.jzdt ul  li.txt p{
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #898989;
    font-family: SourceHanSansCN-Regular;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 0.64rem;
}
.jzdt ul  li.txt p:nth-of-type(2){
    color: #015198;
}
.jzdt ul  li.txt p:nth-of-type(3){
    font-size: 0.18rem;
}
.jzdt .lmTit{
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0.3rem 0.4rem 0.4rem;
    margin-bottom: 0;
    border-radius: 0.2rem 0 0 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.jzdt .lmTit a.more{
    margin-left: 0.1rem;
}
.jzdt .sub{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    background: url(../img/jzdtBg.png) no-repeat top center;
    background-size: 100% 100%;
}
.jzdt::before{
    display: block;
    content: "";
    width: calc(100% - 0.4rem);
    height: 50%;
    background: url(../img/jzdtBg2.png) no-repeat right top;
    background-size: 100% auto;
    position: absolute;
    right: 0.4rem;
    top: 0.25rem;
    z-index: -1;
}
/* indexCon1 */
.indexCon1{
    padding: 0.6rem 0 0.5rem;
    background: url(../img/bg1.png) no-repeat center;
    background-size: cover;
}
.tabCon .conSub{
    display: none;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.tabCon .conSub.active{
    display: block;
}
.tabIn{
    display: flex;
}
.tabIn p{
    font-size: 0.26rem;
    line-height: 0.34rem;
    color: #888888;
    font-family: SourceHanSansCN-Regular;
    cursor: pointer;
    padding-bottom: 0.1rem;
    margin: 0 0.25rem;
    position: relative;
}
.tabIn p::before{
    display: block;
    content: "";
    width: 1px;
    height: 0.26rem;
    background: #cbcbcb;
    position: absolute;
    right: -0.25rem;
    top: 0.04rem;
}
.tabIn p::after{
    display: none;
    content: "";
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    border-top: 0.06rem solid #015198;
    border-bottom: 0 solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}
.tabIn p:last-of-type{
    margin-right: 0;
}
.tabIn p:last-of-type::before{
    display: none;
}
.tabIn p.in{
    border-bottom: 1px solid #015198;
    color: #015198;
}
.tabIn p.in::after{
    display: block;
}
.newBanner{
    width: 50%;
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newBanner li a .img{
    padding: 5.4rem 0 0;
}
.newBanner .con{
    padding: 0.25rem 1.5rem 0.25rem 0.3rem;
    background: linear-gradient(0deg,rgba(0,30,57,1) 0% ,rgba(0,30,57,0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.newBanner .con .time{
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #fff;
    font-family: SourceHanSansCN-Regular;
    margin-bottom: 5px;
}
.newBanner .con .tit{
    font-size: 0.24rem;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
    color: #fff;
    font-family: SourceHanSansCN-Medium;
}
.newBanner .slick-dots{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 0.3rem;
    bottom: 0.25rem;
    right: 0.3rem;
    transform: translateY(-50%);
}
.newBanner .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    background: #fff;
    margin: 0 0.06rem;
}
.newBanner .slick-dots li.slick-active{
    background: #f39800;
}
.newList{
    width: 46.6%;
}
.newList li a{
    display: block;
    width: 100%;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #333;
    font-family: SourceHanSansCN-Regular;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.2rem;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px dashed transparent;
}
.newList li a::before{
    display: block;
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 100%;
    background: #015198;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.newList li a span{
    display: block;
    float: right;
    transform: none;
    color: #888;
    margin-left: 30px;
}
.newList li a:hover{
    border-bottom: 1px dashed rgba(1,81,152,0.6);
    color: #015198;
    transform: translateX(5px);
}
.newList.left{
    width: 100%;
}
.newList.left ul li{
    float: left;
    width: 48.3%;
    margin-right: 3.4%;
}
.newList.left ul li:nth-of-type(2n){
    margin-right: 0;
}
.newList li.first a{
    display: flex;
    padding: 0.5rem 0.3rem 0.4rem;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(1,81,152,0.07);
    border-bottom: none!important;
    justify-content: flex-start;
    align-items: center;
}
.newList li.first a::before{
    display: none;
}
.newList li.first a .time{
    width: 1rem;
}
.newList li.first a .time p:nth-of-type(1){
    font-size: 0.58rem;
    line-height: 1;
    color: #015198;
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    text-align: center;
}
.newList li.first a .time p:nth-of-type(2){
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #015198;
    font-family: SourceHanSansCN-Regular;
    text-align: center;
}
.newList li.first a .con{
    width: calc(100% - 1rem);
    padding-left: 0.3rem;
    box-sizing: border-box;
}
.newList li.first a .con .tit{
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #111111;
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0.15rem;
    margin-bottom: 0.1rem;
    border-bottom: 1px solid #eaeaea;
}
.newList li.first a .con .txt{
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #888888;
    font-family: SourceHanSansCN-Regular;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: break-spaces;
}
.newList li.first a:hover{
    transform: none;
}
.newList li.first a:hover .con .tit{
    color: #015198;
    border-bottom: 1px solid #015198;
}
.newList li.first a::after{
    display: block;
    content: "新";
    color: #fff;
    font-size: 0.2rem;
    font-family: SourceHanSansCN-Regular;
    font-weight: bold;
    text-align: center;
    line-height: 0.3rem;
    width: auto;
    height: auto;
    position: absolute;
    left: 0.1rem;
    top: 0.05rem;
}
.newList li.first a::before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 0.33rem solid #f39800;
    border-right: 0.33rem solid transparent;
    border-top: 0.33rem solid #f39800;
    border-bottom: 0.33rem solid transparent;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    background: transparent;
}
.newList li{
    margin-top: 0.15rem;
}
.newList li.first{
    margin-top: 0;
}
@media only screen and (max-width: 1040px){
    .indexCon1,.indexCon5,.indexCon2,.indexCon3{
        padding: 50px 0;
    }
    .indexCon4{
        padding-top: 50px;
    }
    .newBanner,.newList{
        width: 100%;
    }
    .newBanner{
        margin-bottom: 20px;
    }
    .newBanner li a .img{
        padding: 56.25% 0 0;
    }
    .newList.left ul li{
        width: 100%;
        margin-right: 0;
    }
    .newList.left ul li:first-of-type{
        margin-bottom: 20px;
    }
    .xxgk,.download{
        width: 100%;
    }
    .download{
        margin-top: 50px;
    }
    .xxgk ul li img{
        width: 100%;
        height: auto;
    }
    .jzdt{
        width: 100%;
    }
    .imgLink{
        width: 100%;
    }
    .imgLink li{
        width: 49%;
        margin-right: 2%;
        float: left;
    }
    .imgLink li:nth-of-type(2n){
        margin-right: 0;
    }
    .imgLink li a .img{
        padding: 45.7% 0 0;
    }
    .project li a p{
        padding: 10px;
        font-size: 26px;
        line-height: 34px;
        letter-spacing: 0;
    }
    .project li a&gt;p::after{
        left:14px;
        top:5px;
    }
    .linkSub ul li{
        border-radius: 0 20px 0 20px; 
    }
    .tabIn p{
        margin: 0 15px;
        font-size: 20px;
        padding-bottom: 5px;
    }
    .lmTit .tit h2{
        font-size: 36px;
        line-height: 40px;
    }
    .lmTit .tit p{
        font-size: 18px;
        line-height: 30px;
        margin-left: 5px;
    }
    .lmTit a.more{
        font-size: 20px;
        line-height: 30px;
    }
    .linkSub li p.icon{
        width: 60px;
        height: 60px;
    }
    .linkSub li p.icon img{
        width: 90%;
        height: 90%;
    }
    .banner .slick-dots{
        bottom: 30px;
    }
    .newBanner .con{
        padding: 15px 120px 15px 15px;
    }
    .jzdt .sub .bd{
        height:375px;
    }
}
@media only screen and (max-width: 768px){
    .indexCon1,.indexCon5,.indexCon2,.indexCon3{
        padding: 40px 0;
    }
    .indexCon4{
        padding-top: 40px;
    }
    .imgLink li{
        width: 100%;
        margin-right: 0;
    }
    .imgLink li a{
        border-radius: 20px;
    }
    .linkSub ul li{
        width: 49%;
        margin-right: 2%;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .linkSub ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .lmTit{
        margin-bottom: 25px;
    }
    .indexCon1 .lmTit{
        flex-wrap: wrap;
    }
    .tabIn{
        width: 100%;
        margin-top: 10px;
        justify-content: space-between;
    }
    .tabIn p:first-of-type{
        margin-left: 0;
    }
    .jzdt ul{
        padding: 0 20px;
    }
    .jzdt .sub .bd{
        height: 375px;
        padding: 0 20px 20px;
    }
    .jzdt .lmTit{
        padding: 20px 20px 35px;
    }
    .jzdt::before{
        right: 20px;
    }
    .project li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .project li:nth-of-type(2n){
        margin-right: 0;
    }
    .project li a .img{
        padding: 80% 0 0;
    }
    .project li:last-of-type{
        width: 100%;
    }
    .project li:last-of-type a .img{
        padding: 40% 0 0;
    }
    .project li a&gt;p::before{
        padding: 0;
        height: 240%;
        background-size: cover!important;
    }
    .tabIn p::before{
        right: -15px;
    }
}
@media only screen and (max-width: 560px){
    .indexCon1,.indexCon5,.indexCon2,.indexCon3{
        padding: 25px 0;
    }
    .indexCon4{
        padding-top: 30px;
    }
    .lmTit{
        margin-bottom: 20px;
    }
    .lmTit .tit h2{
        font-size: 28px;
        line-height: 40px;
    }
    .lmTit .tit p{
        font-size: 14px;
        line-height: 34px;
        margin-left: 5px;
    }
    .lmTit a.more{
        font-size: 16px;
    }
    .tabIn{
        margin-top: 5px;
    }
    .tabIn p{
        margin: 0 10px;
        font-size: 16px;
        line-height: 25px;
    }
    .tabIn p::before{
        right: -10px;
        height: 18px;
        top: 5px;
    }
    .banner .slick-dots{
        bottom: 10px;
    }
    .banner .slick-dots li{
        width: 8px;
        height: 8px;
        margin:0 4px;
    }
    .project li{
        width: 100%;
        margin-bottom: 10px;
    }
    .project li a .img{
        padding: 50% 0 0!important;
    }
    .project li:last-of-type{
        margin-bottom: 0;
    }
    .indexCon3{
        padding: 15px 0;
    }
    .linkSub ul li{
        margin-top: 6px;
        margin-bottom: 6px;
        height: 110px;
    }
    .linkSub li p.tit{
        font-size: 20px;    
        line-height: 30px;
    }
    .linkSub li p.icon{
        width: 48px;
        height: 48px;
    }
    .imgLink li{
        margin-top: 10px;
    }
    .imgLink li a .con .tit{
        font-size: 28px;
        line-height: 30px;
    }
    .imgLink li a .con .txt{
        font-size: 14px;
        line-height: 24px;
    }
    .imgLink li a .con{
        transform: translateY(-40%);
    }
    .download li a .time{
        width: 74px;
        height: 74px;
        font-size: 14px;
        line-height: 20px;
    }
    .download li a .time span{
        font-size: 24px;
        line-height: 30px;
    }
    .download li a .con{
        width: calc(100% - 74px);
        padding: 0 10px;
    }
    .download li a .con span.tit{
        font-size: 16px;
        line-height: 24px;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 72px;
    }
    .download li a .con span.txt{
        display: none;
    }
    .download{
        margin-top: 30px;
    }
    .xxgk ul li{
        margin: 0;
        padding: 12px 0;
        border-bottom: 1px solid #ebebeb;
    }
    .xxgk ul li a{
        font-size: 16px;
        line-height: 24px;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 48px;
    }
    .xxgk ul li a span{
        margin-right: 5px;
    }
    .xxgk ul li:first-of-type{
        margin-top: 0;
    }
    .jzdt::before{
        display: none;
    }
    .jzdt .lmTit{
        justify-content: space-between;
        padding: 0;
    }
    .jzdt ul{
        padding: 15px 10px 0;
        background: #fff;
        border-radius: 0;
    }
    .bgx{
        background:#fff;
        padding-bottom: 10px;
    }
    .jzdt .sub .bd{
        padding: 0 10px;
        background: #fff;
        height: 280px;
    }
    .jzdt ul li.tit p{
        font-size: 20px;      
        line-height: 30px;
    }
    .jzdt ul .tit{
        padding-bottom: 5px;
        border-bottom: 2px solid #015198;
        margin-bottom: 5px;
    }
    .jzdt ul li.txt p{
        font-size: 14px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
        line-height: 20px;
        max-height: 60px;
    }
    .jzdt ul li p:nth-of-type(1){
        width: 45%;
    }
    .jzdt ul  li p:nth-of-type(2){
        width: 26%;
    }
    .jzdt ul  li p:nth-of-type(3){
        width: 24%;
    }
    .jzdt .sub{
        background: none;
    }
    .newList li.first a .con .txt{
        display: none;
    }
    .newList li a{
        font-size: 16px;
        line-height: 22px;
        padding-left: 15px;
        height: auto;
        white-space: normal;
        text-overflow: clip;
        border-bottom: 1px dashed #dddddd;
        padding-bottom: 10px;
    }
    .newList li a::before{
        width: 5px;
        height: 5px;
        top: 10px;
        transform: none;
    }
    .newList li a span{
        display: block;
        float: none;
        margin-bottom: 5px;
        margin-left: 0;
    }
    .newList li{
        margin-top: 10px;
    }
    .newList li.first a{
        padding: 15px 10px;
    }
    .newList li.first a .time{
        width: 65px;
    }
    .newList li.first a .time p:nth-of-type(1){
        font-size: 30px;
        line-height: 1;
    }
    .newList li.first a .time p:nth-of-type(2){
        font-size: 16px;
        line-height: 30px;
    }
    .newList li.first a .con{
        width: calc(100% - 65px);
        padding-left: 15px;
    }
    .newList li.first a .con .tit{
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
        text-overflow: clip;
    }
    .newList li.first a::after{
        font-size: 14px;
        left: 5px;
        top: 3px;
        line-height: 20px;
    }
    .newList li.first a::before{
        border-left: 20px solid #f39800;
        border-right: 20px solid transparent;
        border-top: 20px solid #f39800;
        border-bottom: 20px solid transparent;
    }
    .newBanner{
        margin-bottom: 15px;
    }
    .newList.left ul li:first-of-type{
        margin-bottom: 15px;
    }
    .newList li.first a:hover .con .tit{
        border-bottom: none;
    }
    .newBanner .con{
        padding: 8px 70px 8px 8px;
    }
    .newBanner .con .time{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    .newBanner .con .tit{
        font-size: 16px;
        line-height: 22px;
        max-height: 44px;
    }
    .newBanner .slick-dots{
        height: 22px;
        bottom: 8px;
        right: 8px;
    }
    .newBanner .slick-dots li{
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
    .jzdt ul .txt{
        height:56px;
    }
}</pre></body></html>