body {}

.layout {}

/* 搜索区域 */

/* 区域标题 */
.news-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 16px;
}

.news-header h2 {
    font-weight: bold;
    font-size: 22px;
    color: #1937A0;
    padding-bottom: 10px;
}

.news-header::before {
    content: '';
    width: 60px;
    height: 4px;
    background: #107AC6;
    margin-right: 10px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.news-header .more {
    margin-left: auto;
    color: #1937A0;
    font-size: 14px;
}
.news-header .more:hover{
    text-decoration: underline;
}

/* 新闻动态 */
.gzdt .gzdt-frist {
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 20px;
}

.gzdt .gzdt-frist .article-title {
    margin-bottom: 10px;
    text-align: center;
}

.gzdt .gzdt-frist .article-title h5 {
    font-weight: bold;
    font-size: 18px;
    color: #1937A0;
}

.gzdt .gzdt-frist .article-title h5:hover{
    text-decoration: underline;
}

.gzdt .gzdt-frist .article-date {
    font-size: 14px;
    color: #D1AE79;
    margin-top: 8px;
    text-align: right;
}

.gzdt .gzdt-frist .article-desc {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 弹性伸缩盒子模型显示 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 2em;
    line-height: 1.8;
}
.gzdt .gzdt-frist .article-desc:hover {
    text-decoration: underline;
}


.gzdt .article-item {
    margin-top: 18px;
}
.gzdt .news-body .article-item:first-child{
display:none;
}

.gzdt .article-item .article-title {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.gzdt .article-item .article-title h5 {
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    max-width: 80%;
    display: inline-block;
}
@media (max-width: 768px) {
.gzdt .article-item .article-title h5 {
    max-width: 70%;
}
}
.gzdt .article-item .article-title h5:hover{
    font-weight: bold;
    color: #1937A0;
}

.gzdt .article-item .article-title h5::before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #666666;
    margin-right: 8px;
    line-height: 22px;
    position: relative;
    top: -2px;
}

.gzdt .article-item p {
    display: inline-block;
    margin-left: auto;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}

.gzdt .article-item p span {
    font-size: 14px;
    color: #999999;
    margin-right: 16px;
}





.site-footer {
    margin-top: 40px;
}



/* 通知公告 */
.tzgg .article-item {
    border-bottom: 1px dashed #DDDDDD;
    display: flex;
    padding-bottom: 20px;
    padding-top: 6px;
}

.tzgg .article-item .article-date {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 70px;
    height: 60px;
}

.tzgg .article-item .article-date .article-date-ri {
    background-color: #1937A0;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    flex: 1;
}

.tzgg .article-item .article-date .article-date-year {
    color: #1937A0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px dashed #1937A0;
    border-top: 0;
    flex: 1;
}

.tzgg .article-item .article-body {
    padding-left: 10px;
    padding-top: 4px;
    flex: 1;
    max-width: 270px;
}

.tzgg .article-item .article-body .article-title {
    font-size: 14px;
    color: #333333;
}
.tzgg .article-item .article-body .article-title:hover{
    font-weight: bold;
    color: #1937A0;
}

.tzgg .article-item .article-body .article-desc {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}

/* 健康常识 */
.jkcs-frist {
    /* display: flex; */
}

.jkcs-frist .article-img {
    display: block;
    padding-top: 65%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.3s;
}

.jkcs-frist .article-img:hover {
    transform: scale(1.1);
}

.jkcs-frist .article-body {
    margin-left: 20px;
    width: 100%;
}

.jkcs-frist .article-body .article-title h5 {
    color: #1937A0;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 弹性伸缩盒子模型显示 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jkcs-frist .article-body .article-title h5:hover{
    text-decoration: underline;
}

.jkcs-frist .article-date {
    font-size: 14px;
    color: #D1AE79;
    margin-top: 8px;
}

.jkcs-frist .article-desc {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}

.jkcs .article-item {
    margin-top: 18px;
}

.jkcs .article-item .article-title {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.jkcs .article-item .article-title h5 {
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    max-width: 80%;
    display: inline-block;
}

.jkcs .article-item .article-title h5::before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #666666;
    margin-right: 8px;
    line-height: 22px;
    position: relative;
    top: -2px;
}


.jkcs .article-item .article-title h5:hover {
    color: #1937A0;
    font-weight: bold;
}

.jkcs .article-item p {
    display: inline-block;
    margin-left: auto;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}

.jkcs .article-item p span {
    font-size: 14px;
    color: #999999;
    margin-right: 16px;
}


/* 夕阳风采 */
.xyfc .article-item {}

.xyfc .article-item .article-img {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top: 65%;
    transition: 0.3s;
}

.xyfc .article-img:hover {
    background-size: 110% 110%;
}

.xyfc .article-item .article-title {
    margin-top: 10px;
    display: block;
}

.xyfc .article-item .article-title h5 {
    font-size: 14px;
}
.xyfc .article-item .article-title h5:hover{
    font-weight: bold;
    color: #1937A0;
}

/* 离退休工作处 */
.ltxgzc {

}

.ltxgzc .news-body {
    background-color: rgba(0, 73, 153, 1);
    background-image: url('../images/index/bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.ltxgzc .article-list {}

.ltxgzc .article-item {
    text-align: center;
    border-bottom: 1px dashed #FFFFFF;
    margin: 0 20px;
    padding: 10px 0;
}

.ltxgzc .article-list>div:nth-child(5) .article-item,
.ltxgzc .article-list>div:nth-child(6) .article-item {
    border-bottom: none;
}

.ltxgzc .article-item label {
    font-size: 12px;
    color: #FFFFFF;
}

.ltxgzc .article-item p {
    font-size: 18px;
    color: #FFFFFF;
}

.xyfcSwiper h5{
    text-align: center;
}



/* 轮播图焦点新闻 */
.newsSwiper-text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}
.newsSwiper-text a,
.newsSwiper-text h5{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}
.newsSwiper .swiper-pagination{
    text-align: right;
    width: auto;
    right: 10px;
    bottom: 12px;
}
.newsSwiper .swiper-pagination .swiper-pagination-bullet{
    background-color: rgba(255, 255, 255, 1);
}
.newsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #FFFFFF;
}