body {}

.layout {}

/* 搜索区域 */

/* 区域标题 */
.news-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #107AC6;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 16px;
}

.news-header h2 {
    font-weight: bold;
    font-size: 22px;
    color: #1937A0;
}

.news-header::before {
    content: '';
    width: 2px;
    height: 14px;
    background: #1937A0;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.news-header .more {
    margin-left: auto;
    color: #D1AE79;
    font-size: 14px;
}
.news-header .more:hover{
    text-decoration: underline;
}

/* 新闻动态 */
.gzdt {
    padding-top: 26px;
    padding-bottom: 30px;
}

.gzdt .gzdt-frist {
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 20px;
}

.gzdt .gzdt-frist .article-title {
    margin-bottom: 10px;
}

.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;
}

.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;
}


.gzdt .article-item {
    margin-top: 18px;
}

.gzdt .article-item .article-title {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.gzdt .article-item .article-title h5 {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    max-width: 80%;
    display: inline-block;
}
.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: #D1AE79;
    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: #D1AE79;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px dashed #D1AE79;
    border-top: 0;
    flex: 1;
}

.tzgg .article-item .article-body {
    padding-left: 10px;
    padding-top: 4px;
    flex: 1;
    max-width: 80%;
}

.tzgg .article-item .article-body .article-title {
    font-size: 16px;
    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: 16px;
    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: 16px;
    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;
    text-align: center;
}

.xyfc .article-item .article-title h5 {
    font-size: 16px;
}
.xyfc .article-item .article-title h5:hover{
    font-weight: bold;
    color: #1937A0;
}

/* 离退休工作处 */
.ltxgzc {}

.ltxgzc .news-body {
    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: 14px 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;
    display: block;
    margin-bottom: 6px;
}

.ltxgzc .article-item p {
    font-size: 18px;
    color: #FFFFFF;
}