.banner-swiper-container {
    max-height: 380px;
    overflow: hidden;
    position: relative;
    z-index: 9
}

.banner-swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff
}

.main .news,
.main .notices,
.main .partyBuilding,
.main .students {
    margin-top: 30px
}
/* 2020/12/22 修复首页新闻显示不完整 */
.main .news .content_item {
  padding: 0 15px 0 0;
}
.main .news .content_item_title {
  line-height: 29px;
}
.main .news .content_item_main {
  margin-top: 0;
}
.title_box {
    height: 49px;
    line-height: 49px;
    /* border-bottom: 2px solid #00448d; */
    background-color: #00448d;
    background: url(../image/home_top.jpg) no-repeat;
    background-position-y: 46px;
}

.title_box .title {
    font-size: 22px;
    color: #00448b;
    /* background-color: orange; */
    padding: 0 15px;
    /* border-radius: 0 0 25px 0; */
    position: relative;
}

.title_box .more {
    width: 55px;
    font-size: 14px;
    color: #fff;
    position: relative;
    background: url(../image/news_more.jpg) no-repeat;
    background-position: 0px 15px;
}


.content_box {
    margin-top: 15px;
    overflow: hidden
}

.content_img img {
    width: 100%;
    height: 100%;
}

.content_main {
    max-height: 310px;
    padding: 0;
}

.content_item {
    border-bottom: 1px dashed #999;
    padding: 8px 15px 8px 0;
}

.content_item_title {
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_item_title>a {
    font-size: 15px;
    color: #333
}

.content_item_title>a:hover {
    color: #00448d;
    text-decoration: underline
}

.content_item_main {
    font-size: 14px;
    margin-top: 5px;
 
    line-height: 24px;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.content_item_time {
    font-size: 12px;
    line-height: 24px;
    color: #999
}

/* 新闻 */
.news .title_box .more {
    background: url(../image/home_more.jpg) no-repeat;
    background-position: 0 15px;
}
.news .content_img .news-swiper-container {
    height: 310px;
    overflow: hidden
}

.news .content_img .swiper-pagination {
    padding-right: 15px;
    text-align: right
}

.news .content_img .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    background-color: #00448d;
}


/* 通知公告 */
.notices .title_box {
    background: #fff;
    background-color: #2764b4;
}
.notices .title_box .title {
    /* background-color: orange; */
    width: 140px;
    height: 50px;
    padding: 0 10px;
    /* border-radius: 0 0 25px 0; */
    color: #fff;
    background: url(../image/ibox2_top1.jpg) no-repeat;
}
.notices .title_box .more {
    background: none;
    color: #fff;
    height: 50px;
    background: url(../image/ibox2_top2.jpg) no-repeat;
    position: relative;
}
.notices .title_box .more >span {
    position: absolute;
    left: -60px;
    top: 0;
}
.notices .title_box .more >span:hover {
    color: #ccc;
}
.notices .content_main .content_img>p {
    color: #999;
    background-color: #ccc
}
.notices .content_item {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
}
.notices .notices_left {
    width: 20%;
    color: #999;
    background-color: #ccc;
    text-align: center;
}
.notices .notices_right {
    width: 75%;
}
.notices .content_main .time_day {
    height: 45px;
    line-height: 45px;
    font-size: 30px
}

.notices .content_main .time_year {
    height: 25px;
    line-height: 25px;
    font-size: 12px
}




/* 党建&学生 */
.partyBuilding a,
.students a {
    color: #00448d
}

.partyBuilding .content_img,
.students .content_img {
    height: 119px
}

.partyBuilding .content_main>.row,
.students .content_main>.row {
    margin-bottom: 15px
}

.partyBuilding img,
.students img {
    width: 100%;
    height: 100%
}
@media screen and (max-width:767px) {
    .news .content_item {
        padding: 8px 15px 8px 15px !important;
    }
}
