@charset "utf-8";
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    padding: 47.7% 0 0;
}
.banner .slick-dots{
    width: auto;
    bottom: 0.25rem;
    left: auto;
    right: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    background: rgba(255,255,255,0.6);
    border-radius: 100%;
    margin: 0 0.1rem;
    position: relative;
}
.banner .slick-dots li::before{
    display: block;
    content: "";
    width: 0.18rem;
    height: 1px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    left: calc(100% + 0.01rem);
    top: 50%;
}
.banner .slick-dots li:first-of-type::after{
    display: block;
    content: "";
    width: 0.18rem;
    height: 1px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    right: calc(100% + 0.01rem);
    top: 50%; 
}
.banner .slick-dots li.slick-active{
    width: 0.46rem;
    height: 0.46rem;
    background: rgba(255,255,255,0.4) url(../img/dots.png) no-repeat center;
    background-size: 0.35rem auto;
}
.lmTit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.lmTit p{
    width: 0.38rem;
    height: 1px;
    background: #9a0d15;
}
.lmTit h2{
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #9a0d15;
    margin: 0 0.2rem;
    white-space: nowrap;
}
div.more{
    display: flex;
    justify-content: flex-end;
}
div.more a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.18rem;
    color: #a5282f;
    padding-left: 0.1rem;
    padding-right: 0.15rem;
    border-left: 1px solid #a5282f;
    position: relative;
}
div.more a::before{
    display: block;
    content: "";
    border-top: 0.05rem solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0.05rem solid transparent;
    border-left: 0.06rem solid #a5282f;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
div.more a:hover{
    padding-right: 0.2rem;
    font-weight: bold;
}
/* indexCon2 */
.indexCon2{
    padding: 0.6rem 0;
}
.indexCon2 .list{
    float: left;
    width: 31.82%;
    margin-right: 2.25%;
    padding: 0.4rem 0.3rem;
    border: 1px solid #cc9966;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: #000;
}
.indexCon2 .list:nth-of-type(1){
    background: #fff url(../img/bg2_1.png) no-repeat top center;
    background-size: 100% auto;
}
.indexCon2 .list:nth-of-type(2){
    background: #fff url(../img/bg2_2.png) no-repeat top center;
    background-size: 100% auto;
}
.indexCon2 .list:nth-of-type(3){
    background: #fff url(../img/bg2_3.png) no-repeat top center;
    background-size: 100% auto;
}
.indexCon2 .list::before{
    display: block;
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    background: transparent;
    border-right: 3px solid #cc9966;
    border-bottom: 3px solid #cc9966;
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: -1;
}
.indexCon2 .list:nth-of-type(3n){
    margin-right: 0;
}
.indexCon2 .list .more{
    margin-top: 0.25rem;
}
.list ul{
    margin-top: 0.4rem;
}
.list ul li{
    width: 100%;
    height: auto;
    position: relative;
}
.list ul li:first-of-type{
    margin-bottom: 0.2rem;
}
.list ul li:first-of-type img{
    display: block;
    width: 100%;
    height: auto;
}
.list ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.list ul li a .tit{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.42rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    margin: 5px 0;
}
.list ul li a .time{
    font-family: Arial;
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #b4b4b4;
    padding-left: 0.2rem;
    background: #fff;
    position: relative;
    z-index: 9;
}
.list ul li::before{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #dadada;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    transform: translateY(50%);
}
.list ul li::after{
    display: block;
    content: "";
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 100%;
    background: #a12e33;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    transform: translateY(50%);
}
.list ul li:first-of-type::before,.list ul li:first-of-type::after{
    display: none;
}
.list ul li a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #a12e33;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    transform: translateY(50%);
}
.list ul li a:hover::before{
    width: 100%;
}
.list ul li a:hover .tit{
    color: #a12e33;
    text-indent: 8px;
    font-weight: bold;
}
.list ul li a:hover .time{
    color: #a12e33;
}

/* indexCon3 */
.indexCon3{
    padding: 0.6rem 0;
    position: relative;
}
.indexCon3::before{
    display: block;
    content: "";
    width: calc(53.32% + 1rem);
    height: 100%;
    background: url(../img/bg3.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.indexCon3 .lmTit{
    justify-content: flex-start;
    margin-bottom: 0.35rem;
}
.indexCon3 div.more{
    margin-top: 0.4rem;
}
.zcwj{
    width: 46.68%;
    position: relative;
    z-index: 9;
}
.zcwj div.more{
    margin-right: 1.3rem;
}
.zczx{
    width: 49%;
    position: relative;
    z-index: 9;
}
.zczx .lmTit p{
    background: #fff;
}
.zczx .lmTit h2{
    color: #fff;
}
.zczx div.more a{
    color: #fff;
    border-left: 1px solid #fff;
}
.zczx div.more a::before{
    border-left: 0.06rem solid #fff;
}
.zczx ul li:first-of-type a{
    padding-top: 0;
}
.zczx ul li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed rgba(255,255,255,0.4);
    padding: 0.25rem 0;
}
.zczx ul li a .time{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 0.8rem;
    height: 0.68rem;
    background: #fff;
    font-family: Arial;
    font-size: 0.16rem;
    line-height: 1;
    color: #9a0d15;
}
.zczx ul li a .time span{
    display: block;
    font-size: 0.3rem;
    margin-bottom: 5px;
}
.zczx ul li a .con{
    width: calc(100% - 0.8rem);
    padding-left: 0.2rem;
    box-sizing: border-box;
    transition: all .3s;
}
.zczx ul li a .con .tit{
    font-size: 0.18rem;
    line-height: 0.2rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 0.2rem;
    margin-bottom: 0.1rem;
}
.zczx ul li a .con .txt{
    font-size: 0.14rem;
    line-height: 0.19rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.38rem;
}
.zczx ul li a:hover .con{
    padding-left: 0.3rem;
}
.zczx ul li a:hover .tit{
    font-weight: bold;
}
.zcwj ul li{
    float: left;
    width: 46.8%;
    margin-right: 6.4%;
    background: #fff;
    box-shadow: 0 0.05rem 0.15rem 0 rgba(167,167,167,0.75);
}
.zcwj ul li:nth-of-type(2n){
    margin-right: 0;
}
.zcwj ul li div.img{
    width: 100%;
    padding: 2rem 0 0;
}
.zcwjList{
    width: 100%;
    height: auto;
    padding: 0.2rem 0.2rem 0.3rem;
    box-sizing: border-box;
}
.zcwjList div{
    position: relative;
    z-index: 9;
}
.zcwjList a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.zcwjList .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    margin: 0.1rem 0;
}
.zcwjList div a .time{
    font-family: Arial;
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #b4b4b4;
    padding-left: 0.2rem;
    background: #fff;
    position: relative;
    z-index: 9;
}
.zcwjList div::before{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #dadada;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    transform: translateY(50%);
}
.zcwjList div::after{
    display: block;
    content: "";
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 100%;
    background: #a12e33;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    transform: translateY(50%);
}
.zcwjList div a:hover .tit{
    color: #a12e33;
    font-weight: bold;
}
.zcwjList div a:hover .time{
    color: #a12e33;
}
.zcwjList div a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #a12e33;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    transform: translateY(50%);
}
.zcwjList div a:hover::before{
    width: 100%;
}
/* indexCon4 */
.indexCon4{
    padding: 0.6rem 0;
}
.yylj.flex{
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.yylj.flex ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0.35rem;
}
.yylj.flex ul li a{
    display: block;
    width: auto;
    height: auto;
    padding: 0 0.35rem;
    box-sizing: border-box;
    border-left: 1px solid  #e4dfdf;
}
.yylj a .icon img{
    display: block;
    width: auto;
    height: auto;
    min-width: 0.62rem;
    margin: 0 auto 0.2rem;
}
.yylj a .tit{
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #333333;
    text-align: center;
}
.yylj a:hover .tit{
    color: #9a0d15;
    font-weight: bold;
}
/* indexCon5 */
.indexCon5{
    margin-bottom: 0.6rem;
}
.indexCon5 li{
    float: left;
    width: 16%;
    margin-right: 0.8%;
}
.indexCon5 li:nth-of-type(6n){
    margin-right: 0;
}
.indexCon5 li a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.indexCon5 li a .img{
    display: block;
    width: 100%;
    padding: 32.2% 0 0;
}
/* indexCon1 */
.indexCon1{
    padding: 0.6rem 0 0.3rem;
    background: url(../img/bg1.png) no-repeat center;
    background-size: cover;
}
.newBanner{
    width: 50.32%;
    box-shadow: 0 0.05rem 0.1rem 0 rgba(0,0,0,0.05);
}
.newBanner ul li{
    float: left;
    width: 100%;
    height: auto;
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newBanner li a .img{
    width: 100%;
    padding: 4.7rem 0 0;
}
.newBanner li a div.tit{
    padding-top: 0.34rem;
    padding-left: 0.94rem;
    padding-right: 0.1rem;
    padding-bottom: 0.1rem;
    width: 100%;
    box-sizing: border-box;
}
.newBanner li a div.tit p{
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.newBanner li a:hover div.tit p{
    color: #9a0d15;
    font-weight: bold;
}
.newBanner li a .time{
    width: 0.84rem;
    height: 0.74rem;
    background: #9a0d15;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: Arial;
    font-size: 0.3rem;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newBanner li a .time span{
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    margin-top: 0.05rem;
}
.newBanner li a:hover div.tit p:nth-of-type(2){
    color: #9a0d15;
    font-weight: normal;
}
.newBanner .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 0.3rem;
    right: 0;
    bottom: 0.4rem;
    width: calc(100% - 0.84rem);
    box-sizing:border-box;
}
.newBanner .slick-dots li{
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(154,13,21,0.5);
    border-radius: 100%;
    margin-left: 0.1rem;
}
.newBanner .slick-dots li.slick-active{
    background: #9a0d15;
}
.tabList{
    width: 46.85%;
}
.tabIn{
    margin-bottom: 0.15rem;
}
.tabIn li{
    float: left;
    width: auto;
    font-size: 0.26rem;
    line-height: 0.48rem;
    color: #9a0d15;
    border-bottom: 2px solid #9a0d15;
    cursor: pointer;
    margin-right: 0.5rem;
    position: relative;
}
.tabIn li:last-of-type{
    margin-right: 0;
}
.tabIn li::before{
    display: block;
    content: "";
    width: 1px;
    height: 0.25rem;
    background: #c8c8c8;
    position: absolute;
    right: -0.24rem;
    top: 50%;
    transform: translateY(-50%);
}
.tabIn li:last-of-type::before{
    display: none;
}
.tabIn li.in{
    background: #9a0d15;
    color: #fff;
    font-size: 0.26rem;
    padding: 0 0.2rem;
}
.tabCon .notice{
    display: none;
    animation: 0.8s ease 0s 1 normal backwards running fadeInUp;
}
.tabCon .notice.on{
    display: block;
}
.notice li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.2rem 0;
    position: relative;
}
.notice li a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #9a0d15;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.notice .time{
    font-family: Arial;
    line-height: 1;
    color: #9a0d15;
    text-align: center;
    white-space: nowrap;
}
.notice .time h2{
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    font-weight: normal;
}
.notice .time p{
    font-size: 0.16rem;
}
.notice .sx{
    width: 1px;
    height: 0.6rem;
    background: #e6e6e6;
    margin: 0 0.2rem;
}
.notice .con{
    max-width: calc(100% - 1rem);
}
.notice .con .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
}   
.notice .con .txt{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #a09f9f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice a:hover .con .tit{
    color: #9a0d15;
    font-weight: bold;
}
.notice a:hover .con .txt{
    color: #9a0d15;
}
.notice a:hover .sx{
    background: #9a0d15;
}
.notice li a:hover::before{
    width: 100%;
}
.notice div.more{
    margin-top: 0.35rem;
}
/*  */
@media only screen and (max-width: 1700px){
    .yylj.flex ul li a{
        padding: 0 0.25rem;
    }
}
@media only screen and (max-width: 1600px){
    .yylj.flex ul li a{
        padding: 0 0.15rem;
    }
}
@media only screen and (max-width: 1540px){
    .yylj.flex ul li a{
        padding: 0 0.1rem;
    }
}
@media only screen and (max-width: 1460px){
    .yylj.flex ul li a{
        padding: 0 0.15rem;
    }
}
@media only screen and (max-width: 1040px){
    .indexCon1{
        padding: 50px 0 0;
    }
    .indexCon2,.indexCon4{
        padding: 50px 0;
    }
    .indexCon3{
        padding: 0;
    }
    .indexCon5{
        margin-bottom: 30px;
    }
    .newBanner{
        width: 100%;
    }
    .tabList{
        width: 100%;
        margin-top: 40px;
    }
    .indexCon2 .list{
        width: 100%;
        margin-right: 0;
        margin-top: 50px;
    }
    .indexCon2 .list:first-of-type{
        margin-top: 0;
    }
    .zcwj{
        width: 100%;
    }
    .zczx{
        width: 100%;
        position: relative;
        padding: 30px;
        margin-top: 40px;
        box-sizing: border-box;
    }
    .indexCon3::before{
        display: none;
    }
    .zczx::before{
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background: url(../img/bg3.png) no-repeat center;
        background-size: cover;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }
    .zcwj div.more{
        margin-right: 0;
    }
    .yylj.flex{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .yylj.flex ul{
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .yylj.flex ul li:first-of-type a{
        border-left: 0;
    }
    .indexCon5 li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .indexCon5 li:nth-of-type(3n){
        margin-right: 0;
    }
    .newBanner li a .time{
        width: 74px;
        height: 64px;
    }
    .newBanner li a div.tit{
        padding: 26px 10px 8px 84px;
        box-sizing: border-box;
    }
    .newBanner li a div.tit p{
        font-size: 18px;
        line-height: 30px;
    }
    .newBanner .slick-dots{
        bottom: 38px;
        width: calc(100% - 74px);
        height: 20px;
    }
    .newBanner .slick-dots li{
        width: 8px;
        height: 8px;
    }
    .newBanner li a .img{
        padding: 56.25% 0 0;
    }
    .banner .slick-dots{
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 15px;
    }
    .zcwj ul li div.img{
        padding: 56% 0 0;
    }
    .zcwj ul li{
        width: 48%;
        margin-right: 4%;
    }
}
@media only screen and (max-width: 768px){
    .zcwj ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    .zcwj div.more{
        margin-top: 0;
    }
    .zczx{
        padding: 30px 20px;
    }
    .indexCon1{
        padding: 40px 0 0;
    }
    .indexCon2{
        padding: 40px 0;
    }
    .indexCon4{
        padding: 40px 0 20px;
    }
    .indexCon3{
        padding: 0;
    }
    .indexCon5{
        margin-bottom: 15px;
    }
    .indexCon2 .list{
        margin-top: 40px;
    }
    .yylj.flex ul{
        margin-top: 0;
    }
    .yylj.flex ul li{
        width: 49%;
        margin-right: 2%;
        margin-top: 20px;
    }
    .yylj.flex ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .yylj.flex ul li a{
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 0;
        background: linear-gradient(90deg, #e8f8fd 0%, #e5e7f5 100%);
        height: 85px;
    }
    .yylj.flex ul li a p.icon{
        margin-right: 10px;
    }
    .yylj a .icon img{
        margin: 0;
    }
}
@media only screen and (max-width: 560px){
    .yylj.flex ul li{
        width: 100%;
        margin-top: 15px;
        margin-right: 0;
    }
    .yylj.flex ul li a{
        justify-content: flex-start;
    }
    .indexCon5 li{
        width: 47.5%;
        margin-right: 3%;
        margin-bottom: 15px;
    }
    .indexCon5 li:nth-of-type(3n){
        margin-right: 3%;
    }
    .indexCon5 li:nth-of-type(2n){
        margin-right: 0;
    }
    .indexCon1{
        padding: 30px 0 0;
    }
    .indexCon2{
        padding: 30px 0;
    }
    .indexCon4{
        padding: 30px 0 15px;
    }
    .yylj a .icon img{
        width: 54px;
        min-width: auto;
    }
    .lmTit{
        justify-content: center!important;
        width: 100%;
    }
    .lmTit p{
        width: 24px;
    }
    .lmTit h2{
        font-size: 22px;
        line-height: 30px;
        margin: 0 10px;
    }
    .indexCon2 .list{
        margin-top: 30px;
        padding: 20px 15px;
    }
    .list ul{
        margin-top: 15px;
    }
    .indexCon2 .list .more{
        margin-top: 15px;
    }
    .tabList{
        margin-top: 30px;
    }
    .zczx ul li a .con .txt{
        display: none;
    }
    .zczx ul li a .con .tit{
        -webkit-line-clamp: 2;
        height: auto;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 26px;
    }
    .notice .con .txt{
        display: none;
    }
    .notice .con .tit{
        -webkit-line-clamp: 2;
        height: auto;
        max-height: 56px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 28px;
    }
    .list ul li a .tit{
        white-space: normal;     
        text-overflow: clip;      
        font-size: 16px;      
        line-height: 24px;
    }
    .list ul li a .time{
        font-size: 15px;
    }
    .indexCon3 .lmTit{
        margin-bottom: 15px;
    }
    .zcwj ul li{
        margin-bottom: 20px;
    }
    .zcwjList{
        padding: 15px 15px 20px;
    }
    .zcwjList .tit{
        font-size: 16px;
        line-height: 24px;
        height: auto;
        max-height: 48px;
        margin: 5px 0;
    }
    .zcwjList div a .time{
        font-size: 15px;
    }
    .zczx{
        margin-top: 30px;
        padding: 20px 15px;
    }
    .indexCon3 div.more{
        margin-top: 20px;
    }
    .zczx ul li a .time{
        width: 60px;
        height: 54px;
    }
    .zczx ul li a .con{
        width: calc(100% - 60px);
        padding-left: 15px;
    }
    .zczx ul li a{
        padding: 15px 0;
    }
    .zczx ul li a .time span{
        font-size: 26px;
        margin-bottom: 2px;
    }
    .indexCon5{
        margin-bottom: 0;
    }
    .notice li a{
        padding: 15px 0;
    }
    .notice .time h2{
        font-size: 26px;
        margin-bottom: 5px;
    }
    .notice .sx{
        height: 50px;
        margin: 0 12px;
    }
    .notice .con{
        width: calc(100% - 80px);
    }
    .tabIn{
        margin-bottom: 0;
    }
    .tabIn li{
        font-size: 22px;
        width: 50%;
        margin-right: 0;
        text-align: center;
        box-sizing: border-box;
    }
    .tabIn li.in{
        font-size: 22px;
        padding: 0;
    }
    .tabIn li::before{
        height: 100%;
        background: #fff;
    }
    .newBanner li a .time{
        width: 64px;
        height: 54px;
        font-size: 24px;
    }
    .newBanner li a div.tit{
        padding: 5px 6px 5px 70px;
        box-sizing: border-box;
    }
    .newBanner li a div.tit p{
        font-size: 16px;
        line-height: 22px;
        overflow: hidden;
        white-space: normal;
        text-align: left;
        text-overflow: clip;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 44px;
    }
    .newBanner .slick-dots{
        bottom: 54px;
        width: 100%;
        height: 35px;
        background: linear-gradient(0deg, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0) 100%);
    }
    .newBanner .slick-dots li{
        background: #fff; 
    }
    .banner .slick-dots li.slick-active{
        width: 30px;
        height: 30px;
        background-size: 20px auto;
    }
    .banner .slick-dots{
        bottom: 10px;
    }
}