@charset "UTF-8";
.img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img p{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
a:hover .img p{
    transform: scale(1.05);
}
.new{
    width:100%;
    margin-top: 0.3rem;
}
.newBanner{
    width: 50%;
    float: left;
}
.newBanner li{
    width: 100%;
    height: auto;
    float: left;
}
.newBanner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newBanner a .img{
    width: 100%;
    padding: 4.84rem 0 0;
}
.newBanner a .con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 100%);
}
.newBanner a .con .tit{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
    font-weight: normal;
}
.newBanner a .con .txt{
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #fff;
    margin-top: 0.05rem;
}
.newBanner .slick-dots{
    width: auto;
    height: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0.2rem;
    bottom: 0.1rem;
}
.newBanner .slick-dots li{
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    border-radius: 100%;
    margin-left: 0.08rem;
    margin-right: 0;
}
.newBanner .slick-dots li button,.newBanner .slick-dots li button::before{
    display:none;
}
.newBanner .slick-dots li.slick-active{
    background: #003a8c;
}
.newList{
    width: 46.3%;
    float: right;
}
.newList li{
    position: relative;
}
.newList li::before{
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #003a8c;
    position: absolute;
    left: 0;
    bottom: 0;
}
.newList li:hover::before{
    width: 100%;
}
.newList li:first-of-type a{
    padding-top: 0;
}
.newList li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    border-bottom: 1px solid #ececec;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.newList li a .time{
    font-family: Arial;
    font-size: 0.16rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    width: 0.8rem;
    height: 0.8rem;
    background: #003a8c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.newList li a .time span{
    font-size: 0.34rem;
    margin-bottom: 0.08rem;
}
.newList li a .con{
    width: calc(100% - 0.8rem);
    padding-left: 0.25rem;
    box-sizing: border-box;
}
.newList li a .con .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333333;
    max-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0.05rem;
}
.newList li a .con .txt{
    font-size: 0.15rem;
    line-height: 0.25rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.5rem;
}
.newList li a:hover .time{
    color: #fff;
}
.newList li a:hover .con .tit{
    color: #003a8c;
    font-weight: bold;
}
.notices{
    margin-top: 0.15rem;
}
.notices li{
    float: left;
    width: 32%;
    margin: 0.15rem 0;
    margin-right: 2%;
}
.notices li:nth-of-type(3n){
    margin-right: 0;
}
.notices li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0.25rem 0.35rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 0.15rem 0 rgba(214,214,214,0.5);
    position: relative;
    z-index: 9;
}
.notices li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #003a8c;
    z-index: -1;
}
.notices li a .tit{
    width: 100%;
    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.15rem 0 0;
    float: left;
}
.notices li a .txt{
    width: 100%;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    display: none;
}
.notices li a .time{
    font-family: Arial;
    font-size: 0.16rem;
    color: #003a8c;
    line-height: 0.24rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    float: left;
    position: relative;
}
.notices li a .time::before{
    display: block;
    content: "";
    width: 1.2rem;
    height: 1px;
    background: #003a8c;
    position: absolute;
    left: 100%;
    bottom: 0.07rem;
    transform: translateX(0.1rem);
}
.notices li a .time span{
    font-size: 0.36rem;
    line-height: 1;
}
.notices li a .time b{
    font-size: 0.24rem;
    font-weight: normal;
    margin: 0 2px;
    line-height: 0.28rem;
}
.notices li a:hover .tit{
    color: #fff;
}
.notices li a:hover .time{
    color: #fff;
}
.notices li a:hover .time::before{
    background: #fff;
}
.notices li a:hover .txt{
    color: rgba(255,255,255,0.8);
}
.notices li a:hover::before{
    left: 0;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .newBanner,.newList{
        width:100%;
    }
    .newList li a{
        padding-top:0.2rem;
    }
    .newList li a:first-of-type{
        padding-top: 0.2rem;
    }
    .newBanner a .img{
        padding: 56.25% 0 0;
    }
    .notices li{
        width:48%;
        margin-right:4%;
    }
    .notices li:nth-of-type(3n){
        margin-right: 4%;
    }
    .notices li:nth-of-type(2n){
        margin-right: 0;
    }
    .newBanner a .con .tit{
        padding-right: 120px;
        -webkit-line-clamp: 1;
    }
    .newBanner .slick-dots{
        height: 0.3rem;
    }
}
@media screen and (max-width: 768px) {
     .notices li{
        width:49%;
        margin-right:2%;
    }
    .notices li:nth-of-type(3n){
        margin-right: 2%;
    }
    .notices li:nth-of-type(2n){
        margin-right: 0;
    }
    .notices li a{
        padding: 20px 15px;
    }
}
@media screen and (max-width: 520px) {
    .notices li{
        width:100%;
        margin-right:0%;
    }
    .notices li:nth-of-type(3n){
        margin-right: 0%;
    }
    .notices li:nth-of-type(2n){
        margin-right: 0;
    }
    .new{
        width:100%;
        margin-top: 15px;
    }
    .title h3 span{
        padding-top: 1px;
    }
    .newList li a .con .txt{
        display:none;
    }
    .newList li a .con .tit{
        -webkit-line-clamp: 2;
        font-size: 16px;      
        line-height: 24px;           
        max-height: 48px;
    }
    .newBanner a .con{
        padding:10px  5px ;
    }
     .newBanner .slick-dots{
         right: 5px;
         bottom: 10px;
     }
    .newBanner .slick-dots li{
        width: 8px;
        height: 8px;
        margin-left: 5px;
    }
    .newBanner a .con .tit{
        padding-right: 75px;
    }
    .notices li a .tit{
        height: auto;
        font-size: 16px;
        line-height: 24px;
    }
    .notices li a .time{
        font-size: 14px;
    }
}