/* 标题样式1 */
.sen-title-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.sen-title-logo {
    width: 73px;
    position: absolute;
    bottom: 0;
    left: -35px;
}

.sen-title-box .sen-title {
    text-align: left;
}

.sen-title-box .sen-title h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}

.sen-title-box .sen-title h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.sen-title-box .sen-title-line {
    flex: 1;
    margin-left: 30px;
    margin-right: 20px;
    background-image: url('../images/more_line.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 20px;
}

.sen-title-box .sen-title-more {
    color: #0058FF;
    font-size: 14px;
}

.sen-title-box .sen-title-more img {
    width: 38px;
    margin-left: 10px;
}

/* 标题样式2 */
.sen2-title-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    border-bottom: 0px solid #D8D8D8;
    margin-bottom: 14px;
    margin-bottom: 0;
    background-color: #0058FF;
    padding: 8px 12px;
}

@media (max-width: 767.98px) {
    .sen2-title-box {
        margin-top: 10px;
    }
}

.sen2-title-box .sen-title {
    border-bottom: 3px solid #0058FF;
border-bottom: 0px solid #0058FF;
}

.sen2-title-box .sen-title h2 {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0;
}

.sen2-title-box .sen-title-more {
    color: #FFFFFF;
    font-size: 14px;
    margin-left: auto;
}

/* 标题样式3 */
.sen3-title-box {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    padding-right: 10px;
    /* margin-bottom: 14px; */
    background-image: url('../images/index_title_bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
}

.sen3-title-box .sen-title {
    padding-left: 50px;
}

.sen3-title-box .sen-title h2 {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.sen3-title-box .sen-title-more {
    color: #FFFFFF;
    font-size: 12px;
    margin-left: auto;
}


/* -------------------------------------------- */
.sen-1 {
    background-color: #E8F2FE;
    background-image: url('../images/bg_sen1.png');
    /* background-size: cover; */
    background-size: 100%;
}

@media (max-width: 767.98px) {
    .sen-1 {
        background-color: #FFFFFF;
        background-image: none;
        padding-bottom: 10px;
    }
}



.site-banner {
    /* height: 400px; */
    /* background-color: #6c757d; */
}

.bannerSwiper {
    /* border-radius: 10px; */
}

.bannerSwiper .swiper-slide {
    height: auto;
}
@media (max-width: 767.98px) {
    .bannerSwiper .swiper-slide {
        height: auto;
    }
}

.bannerSwiper .swiper-slide img {
    width: 100%;
}

.bannerSwiper .swiper-pagination {
    bottom: 0;
    height: 40px;
    padding-top: 5px;
    text-align: right;
    padding-right: 10px;
}

.bannerSwiper .swiper-slide {
    position: relative;
}

.bannerSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.bannerSwiper .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    width: 16px;
    border-radius: 20px;
}

/* 工作动态 */
.gzdt-bg {
    background-color: #EFF4FD;
}

.gzdt-box {
    background-color: #FFFFFF;
    border-bottom-right-radius: 0px;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
}
@media (max-width: 767.98px) {
    .gzdt-box {
        padding-top: 0;
        padding-bottom: 10px;
    }
}

.gztdSwiper {
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .gzdt-box {
        border-bottom-right-radius: 0;
    }

    .gztdSwiper {
        margin-bottom: 20px;
    }
}

.gztdSwiper .swiper-pagination {
    bottom: 0;
    height: 40px;
    padding-top: 5px;
    text-align: right;
    padding-right: 10px;
}

.gztdSwiper .swiper-slide {
    position: relative;
    border-radius: 10px;
    padding-top: 72%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: 0.5s;
}
.gztdSwiper .swiper-slide:hover{
    background-size: 105% 105%;
}

.gztdSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.gztdSwiper .swiper-slide-text {
    position: absolute;
    bottom: 0;
    z-index: 100001;
    color: #FFFFFF;
    line-height: 40px;
    background-color: rgba(0, 88, 255, 0.5);
    width: 100%;
    padding-left: 10px;
}

.gztdSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.gztdSwiper .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    width: 16px;
    border-radius: 20px;
}

.gzdt-list {
    margin-left: 20px;
}

.gzdt-list .gzdt-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.gzdt-list .gzdt-item .news-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #CCCCCC;
}

.gzdt-list .gzdt-item .news-date .news-date-yue {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.gzdt-list .gzdt-item .news-date .news-date-nian {
    color: #666666;
    font-size: 12px;
}

.gzdt-list .gzdt-item .news-title {
    color: #333333;
    font-size: 14px;
    /* width: auto; */
    /* font-weight: bold; */
}

.gzdt-list .gzdt-item:hover .news-date {
    border-right: 1px solid #0058FF;
}

.gzdt-list .gzdt-item:hover .news-title,
.gzdt-list .gzdt-item:hover .news-date-yue,
.gzdt-list .gzdt-item:hover .news-date-nian {
    color: #0058FF;
}

/* 安全教育 */
.aqjy-box {
    padding: 50px 52px 20px 52px;
    background-color: #E8F2FE;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 100%;
}

@media (max-width: 767.98px) {
    .aqjy-box {
        padding: 50px 52px 20px 52px;
        background-color: #E8F2FE;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        height: 100%;
    }
}

.anjy-news-box {
    margin-top: 20px;
    display: block;
}

.anjy-news-box:hover {
    text-decoration: underline;
}

.anjy-news-box .news-title {
    font-weight: bold;
    font-size: 18px;
    color: #0058FF;
    line-height: 24px;
}

.anjy-news-box .news-content {
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    margin-top: 12px;
    max-height: 200px;
    overflow: hidden;
}

.aqjy-box  .Article_Index{ display: none !important; }
.aqjy-box  ul{ padding-left: 0; }
.aqjy-box  .Article_Content a{ 
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    margin-top: 12px;
    max-height: 200px;
    overflow: hidden;
    font-weight: 400;
display: block;
 }


/* 通知公告 */
.sen-2 {
    background-color: #EFF4FD;
    background-image: url('../images/bg_sen2.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-bottom: 44px;
    padding-top: 44px;
}

@media (max-width: 767.98px) {
    .sen-2 {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.tzgg-list {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .tzgg-list {
        margin-top: 20px;
    }
}

.tzgg-list .news-item {
    background-color: #FFFFFF;
    padding: 22px;
    display: block;
    border-radius: 4px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    position: relative;
    top: 0;
    margin-bottom: 20px;
height: 100%;
}

.tzgg-list .news-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    top: -5px;
    transition: .3s;
}

.tzgg-list .news-item .news-date {
    color: #115AA5;
    font-size: 12px;
}

.tzgg-list .news-item .news-title {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzgg-list .news-item:hover .news-title {
    color: #0058FF;
}





.sen-3 {
    padding-top: 44px;
}

@media (max-width: 767.98px) {
    .sen-3 {
        padding-top: 10px;
    }
}

/* 学生组织处轮播图 */
.xszzSwiper {
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .xszzSwiper {
        margin-bottom: 10px;
    }
}

.xszzSwiper .swiper-pagination {
    bottom: 0;
    height: 40px;
    padding-top: 5px;
    text-align: right;
    padding-right: 10px;
}

.xszzSwiper .swiper-slide {
    position: relative;
    border-radius: 10px;
    padding-top: 62%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: 0.5s;
}
.xszzSwiper .swiper-slide:hover{
    background-size: 105% 105%;
}

.xszzSwiper .swiper-slide-text {
    position: absolute;
    bottom: 0;
    z-index: 100001;
    color: #FFFFFF;
    line-height: 40px;
    background-color: rgba(0, 88, 255, 0.5);
    width: 100%;
    padding-left: 10px;
}

.xszzSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.xszzSwiper .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    width: 16px;
    border-radius: 20px;
}


.indexnews-list {
    border: 1px solid #D8D8D8;
    border-top: 0px solid #D8D8D8;
    padding: 10px;
    margin-bottom: 20px;
    height: 267px;
}


@media (max-width: 767.98px) {
    .indexnews-list{
        margin-bottom: 10px;
        height: auto;
    }
}

.indexnews-list .news-item {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-left: 10px;
}

.indexnews-list .news-item::before {
    position: absolute;
    top: 48%;
    left: 2px;
    width: 3px;
    height: 3px;
    content: '';
    background-color: rgba(204, 204, 204, 1);
    border-radius: 10px;
}

.indexnews-list .news-item .news-date {
    color: #115AA5;
    font-size: 14px;
    flex-shrink: 0;
    margin-left: auto;
    margin-bottom: 0;
    line-height: 2.2;
}

.indexnews-list .news-item .news-title {
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-right: 32px;
    margin-bottom: 0;
    line-height: 2.2;
}

.indexnews-list .news-item:hover .news-title,
.indexnews-list .news-item:hover .news-date {
    color: #0058FF;
    /* text-decoration: underline; */
}

.indexnews-list .news-item:hover::before {
    background-color: #0058FF;
}


.sen-4 {
    margin-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 767.98px) {
    .sen-4 {
        margin-top: 10px;
        padding-bottom: 40px;
    }
}