body {
    background: #f2f2f2;
}


/* 主体 */

.main_body {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


/* 图片&新闻动态 */

.newsPic-newsMessage {
    width: 1260px;
    /* background: red; */
    margin: 50px auto 100px;
    overflow: hidden;
}

.newsPic {
    width: 49%;
    height: 310px;
    float: left;
}

.newsPic img {
    width: 100%;
    height: 310px;
}

.newsMessage {
    width: 49%;
    float: left;
    margin-left: 2%;
    /* background: yellow; */
}

.newsMessage-tit {
    width: 100%;
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 8px;
    border-left: 5px solid #003f7e;
}

.newsMessage-message {
    width: 100%;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 14px;
}

.newsMessage-message li {
    padding-top: 10px;
    position: relative;
    cursor: pointer;
}

.newsMessage-message li :hover {
    color: #003f7e;
}

.newsMessage-message li .message-time {
    position: absolute;
    right: 0;
}


#swiper-pagination{
    left: 90%;
    width: 10%;
    top: 277px;
}

#swiper-pagination .swiper-pagination-bullet{
  background: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
}


/* 通知公告 */

.notification-announcement {
    width: 1260px;
    /* background: red; */
    margin: 30px auto 84px;
    font-size: 16px;
}

.notification-announcement-tit {
    width: 100%;
    padding: 3px 0 3px 8px;
    border-left: 5px solid #003f7e;
}


/* 图片&列表 */

.notification-announcement-pic-lis {
    width: 100%;
    /* background: yellow; */
    overflow: hidden;
    margin-top: 15px;
}

.notification-announcement-pic-lis-left,
.notification-announcement-pic-lis-centent,
.notification-announcement-pic-lis-right {
    width: 33%;
    float: left;
}

.notification-announcement-pic-lis-centent,
.notification-announcement-pic-lis-right {
    margin-left: 0.5%;
}

.notification-announcement-pic {
    width: 100%;
    position: relative;
}

.notification-announcement-pic img {
    width: 100%;
    height: 254px;
}

.notification-announcement-pic p {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.notification-announcement-tittle-more {
    width: 90%;
    padding: 20px 5%;
    overflow: hidden;
}

.notification-announcement-tittle-more span {
    font-size: 16px;
    width: 40%;
    float: left;
}

.notification-announcement-tittle-more a {
    font-size: 12px;
    float: right;
    color: #333333;
}

.img_tit {
    width: 100%;
    height: 40px;
    text-align: left;
    text-indent: 20px;
    line-height: 40px;
    position: absolute;
    top: 270px;
    background: rgb(0 0 0 / 0.35);
}


/* 新闻列表 */

.notification-announcement-message-lists {
    width: 90%;
    list-style-type: disc;
    list-style-position: outside;
    padding: 0 5%;
}

.notification-announcement-message-lists li {
    padding: 26px 5% 17px 0;
    border-bottom: 1px solid #d2d3d4;
    cursor: pointer;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    list-style-type: disc;
    list-style-position: inside;
}


/* 视频新闻 */

.picNews-videoNews {
    width: 1260px;
    margin: 45px auto 0;
    overflow: hidden;
  	 font-size: 16px;
    /* background: red; */
}

.picNews,
.videoNews {
    width: 48%;
    float: left;
}

.videoNews {
    margin-left: 4%;
}

.picNews-lists {
    width: 100%;
    overflow: hidden;
    margin-top: 22px;
    /* background: yellow; */
}

.picNews-lists li {
    width: 49%;
    float: left;
    margin-left: 1%;
    cursor: pointer;
}

.picNews-lists li img {
    width: 100%;
    height: auto;
}

.picNews-lists li p {
    width: 100%;
    font-size: 14px;
    padding: 20px 0;
}



.swiper-button-next, .swiper-button-prev {
	position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    color: #ffffff;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 9px;
    left: auto;
    top: 205px;
    color: #ffffff;
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
opacity: .35;
    cursor: auto;
    pointer-events: none;
    position: absolute;
    top: 205px;
    color: #ffffff;
}