body,
html {
    position: relative;
    width: 100%;
    height: 100%;
}

/*
.bannerSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerSwiper a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerSwiper a>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */


.topBannerBg{
    position:relative;
}


/* 鼠标滚轮提示动画 start */
.tipImg {
    position: relative;
    bottom: 40px;
    left:0px;
}

.bannerTip {
    position: absolute;
    bottom: 0px;
    left: 5%;
    /* transform: translate(-50%, -50%); */
    display: block;
    width: 38px;
    margin: 0 auto;
    height: auto;
    animation: imganimation 2s linear infinite;
}

@keyframes imganimation {
    0% {
        bottom: 25px;
    }

    50% {
        bottom: 55px;
    }

    100% {
        bottom: 25px;
    }
}

.tipImg span {
    margin-top: 20px;
}

/* 鼠标滚轮提示动画end*/





/* 最新发布 */
.aboutBg {
    height: 100%;
    width: 100%;
    position: relative;
    padding-top:120px;
    padding-bottom:30px;
}
.aboutIndex{
    position:relative;
    z-index:9;
}
.aboutUs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.aboutUsL {
    width: 55%;
    height:100%;
}
.aboutUsL .swiper-slide img{
    height: 355px;
    object-fit: cover;
}

.aboutUsR {
    width: 42%;
}
.aboutUsR .listWrap{
	margin-top:20px;
}
.aboutUsR .listWrap li{
    /* padding:10px 0px; */
    background:url(../../images/pc/docx.png)left center no-repeat;
    background-size:20px 20px;
    padding-left:25px;

    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.aboutUsR .listWrap li a{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #3c3c3c;
}
.aboutUsR .listWrap li span{
    float:right;
    font-size:14px;
    color: #8D8D8D;
    margin-left:10px;
}
.aboutUsR .listWrap li a:hover{
    color:#000;
}


/* 通知公告 */
.noticeTemp {
    height: 100%;
    width: 100%;
    position: relative;
}
.notePart{
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:0 2px 8px 2px rgba(0, 0, 0, 0.05);
    padding:15px 30px;
}
.notePart h4{
    width:8%;
    font-weight:600;
}
.notePart ul{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:85%;
}

.notePart ul li{
    width:46%;
    position:relative;
}
.notePart ul li span{
    float:right;
    color: #8d8d8d;
    margin-left:5px;
}
.notePart ul li a{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #3c3c3c;
}


/* 范文大全 */
.artWrap{
    padding-top:30px;
}
.pubArtPart{
    padding:30px;
    box-shadow:0 6px 6px 5px rgba(0, 0, 0, 0.02);
}
.contWrap{
    margin-top:20px;
}
.contWrap ul {
    display:flex;
    justify-content:space-between;
    align-items:center;
    width: 100%;
    flex-wrap: wrap;
}
.contWrap ul li{
    width:48%;
    height:40px;
    line-height:40px;
    background:url(../../images/pc/docx.png)left center no-repeat;
    background-size:20px 20px;
    padding-left:25px;
}








/* 适配 */
@media (max-width: 1680px) {



}

@media (max-width: 1440px) {


}

@media (max-width: 1280px) {

}

@media (max-width: 992px) {

}

@media (max-width: 600px) {


}
