@charset "utf-8";
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    height: 100vh;
}
.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: #0c58a5;
}
.lmTit h2{
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #0c58a5;
    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: #0c58a5;
    padding-left: 0.1rem;
    padding-right: 0.15rem;
    border-left: 1px solid #0c58a5;
    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 #0c58a5;
    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 #d1dff0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: #fff url(../img/bg2.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 #c3d5eb;
    border-bottom: 3px solid #c3d5eb;
    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: #0c58a5;
    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: #0c58a5;
    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: #0c58a5;
    text-indent: 8px;
    font-weight: bold;
}
.list ul li a:hover .time{
    color: #0c58a5;
}
/* indexCon1 */
.indexCon1{
    padding: 0.6rem 0 0.3rem;
    background: url(../img/bg1.png) no-repeat center;
    background-size: cover;
}
.newBanner{
    width: 50.32%;
}
.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-right: 1.1rem;
    padding-top: 0.2rem;
    padding-left: 1.1rem;
    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;
}
.newBanner li a .time{
    width: 0.7rem;
    height: 0.7rem;
    background: #0c58a5;
    border: 2px solid #0c58a5;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0.2rem;
}
.newBanner li .time .day{
    font-size: 0.32rem;
    line-height: 0.34rem;
    color: #fff;
    margin: 0.03rem 0;
}
.newBanner li .time .year{
    font-size: 0.15rem;
    line-height: 0.26rem;
    color: #0c58a5;
    background: #fff;
    white-space: nowrap;
}
.newBanner li a:hover div.tit p{
    color: #0c58a5;
    font-weight: bold;
}
.newBanner .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 0.3rem;
    right: 0;
    bottom: 0;
}
.newBanner .slick-dots li{
    width: 0.1rem;
    height: 0.1rem;
    background: #d8d8d8;
    border-radius: 100%;
    margin-left: 0.1rem;
}
.newBanner .slick-dots li.slick-active{
    background: #0c58a5;
}
.tabList{
    width: 46.85%;
}
.tabIn{
    margin-bottom: 0.15rem;
}
.tabIn li{
    float: left;
    width: auto;
    font-size: 0.26rem;
    line-height: 0.48rem;
    color: #0c58a5;
    border-bottom: 2px solid #0c58a5;
    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: #0c58a5;
    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: #0c58a5;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.notice .time{
    font-family: Arial;
    line-height: 1;
    color: #0c58a5;
    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: 1;
    overflow: hidden;
    max-height: 0.3rem;
}   
.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: #0c58a5;
    font-weight: bold;
}
.notice a:hover .con .txt{
    color: #0c58a5;
}
.notice a:hover .sx{
    background: #0c58a5;
}
.notice li a:hover::before{
    width: 100%;
}
.notice div.more{
    margin-top: 0.3rem;
}
/* indexCon3 */
.indexCon3{
    padding: 0.2rem 0 0.6rem;
    position: relative;
}
.yqlj{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.yqlj a{
    display: block;
    width: auto;
    height: auto;
    position: relative;
    margin: 0 auto;
}
.yqlj li{
    width: auto;
}
.yqlj a .icon{
    display: block;
    margin: 0 auto;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 100%;
    box-sizing: border-box;
    background: url(../img/bg3.png) no-repeat center;
    background-size: cover;
    position: relative;
    transition: all .4s;
}
.yqlj a .icon img{
    display: block;
    width: auto;
    height: auto;
    max-width: 0.8rem;
    max-height: 0.7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.yqlj a .tit{
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: 0px;
    color: #0c58a5;
    margin-top: 0.1rem;
    text-align: center;
}
.yqlj a:hover .tit{
    font-weight: bold;
}
.yqlj a:hover .icon img{
    animation: bouns .5s infinite; 
}
.indexCon3 .lmTit{
    margin-bottom: 0.35rem;
}
.indexCon3 .lmTit h2{
    position: relative;
    padding-bottom: 0.1rem;
}
.indexCon3 .lmTit h2::before{
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #0c58a5;
    position: absolute;
    left: 0;
    bottom: 0;
}
/*  */
@media only screen and (min-width: 1921px){
    .yqlj a .icon img{
        min-width: 0.6rem;
        min-height: 0.6rem;
    }
}
@media only screen and (max-width: 1640px){
    .banner a .img{
        padding:47.7% 0 0;
height:0;
    }
}
@media only screen and (max-width: 1440px){
    .newBanner li a .time{
        width: 0.8rem;
    }
    .newBanner li a div.tit{
        padding-left: 1.2rem;
    }
}
@media only screen and (max-width: 1040px){
    .indexCon1{
        padding: 50px 0 0;
    }
    .indexCon2,.indexCon4{
        padding: 50px 0;
    }
    .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;
    }
    .indexCon3::before{
        display: none;
    }
    .newBanner li a div.tit{
        padding: 15px 110px 15px 15px;
        box-sizing: border-box;
        background: #0c58a5;
    }
    .newBanner .slick-dots{
        bottom: 15px;
        right: 15px;
    }
    .newBanner li a div.tit p{
        color: #fff!important;
    }
    .newBanner .slick-dots li{
        background: rgba(255,255,255,0.4);
    }
    .newBanner .slick-dots li.slick-active{
        background: #fff;
    }
    .newBanner li a:hover div.tit p{
        color: #fff!important;
    }
    .newBanner li a .img{
        padding: 56.25% 0 0;
    }
    .banner .slick-dots{
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 15px;
    }
    .indexCon3{
        padding: 10px 0 50px;
    }
    .yqlj{
        justify-content: space-between;
    }
    .yqlj a .icon{
        width: 1.2rem;
        height: 1.2rem;
    }
    .yqlj a .icon img{
        max-width: 0.7rem;
        max-height: 0.5rem;
    }
    .newBanner li a .time{
        left: 10px;
        bottom: 67px;
    }
}
@media only screen and (max-width: 768px){
    .indexCon1{
        padding: 40px 0 0;
    }
    .indexCon2{
        padding: 40px 0;
    }
    .indexCon2 .list{
        margin-top: 40px;
    }
    .indexCon3{
        padding: 0px 0 10px;
    }
    .yqlj {
        flex-wrap: wrap;
    }
    .yqlj li{
        width: 30%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 560px){
    .indexCon1{
        padding: 30px 0 0;
    }
    .indexCon2{
        padding: 30px 0;
    }
    .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;
    }
    .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;
    }
    .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: 20px;
        width: 50%;
        margin-right: 0;
        text-align: center;
        box-sizing: border-box;
    }
    .tabIn li.in{
        font-size: 20px;
        padding: 0;
    }
    .tabIn li::before{
        height: 100%;
        background: #fff;
    }
    .newBanner li a div.tit{
        padding: 10px 80px 10px 10px;
    }
    .newBanner .slick-dots{
        right: 10px;
        bottom: 10px;
    }
    .newBanner li a div.tit p{
        font-size: 16px;
        line-height: 24px;
    }
    .newBanner .slick-dots{
        height: 24px;
    }
    .newBanner .slick-dots li{
        margin-left: 5px;
        width: 8px;
        height: 8px;
    }
    .newBanner .slick-dots li:first-of-type{
        margin-left: 0;
    }
    .banner .slick-dots li.slick-active{
        width: 30px;
        height: 30px;
        background-size: 20px auto;
    }
    .banner .slick-dots{
        bottom: 10px;
    }
    .indexCon3{
        padding: 0px 0 10px;
    }
    .yqlj a .icon{
        width: 1rem;
        height: 1rem;
    }
    .yqlj a .tit{
        font-size: 16px;
    }
    .yqlj a .icon img{
        max-width: 0.65rem;
        max-height: 0.45rem;
    }
    .yqlj li{
        margin-bottom: 25px;
    }
    .newBanner li a .time{
        width: 58px;
        height: 58px;
        border: 1px solid #0c58a5;
        left: 5px;
        bottom: 49px;
    }
    .newBanner li .time .day{
        font-size: 24px;
        line-height: 30px;
        margin: 3px 0;
    }
    .newBanner li .time .year{
        font-size: 12px;
        line-height: 20px;
    }
}