.news-list.ly{
    min-height:0;
}
.news-list.ly li p{
    white-space: nowrap;      /* 强制文本在一行显示 */
    overflow: hidden;        /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    width: 80%;             /* 设置宽度为父元素的宽度 */
}

.index-box01{
    margin: 0;
}
.index-notice{
    border-top-right-radius:0;
}

.tzgg-list .date {
    color: #fff;
    background: #004ccb;
    padding: 6px 8px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-right: 2rem;
    float:left;
}
.tzgg-list .date b{
    font-size: 30px;
    display: block;
    font-weight: normal;
    line-height: 1.2;
}
.tzgg-list .text-over2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}
.tzgg-list a{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-weight: bold;
}

.tzgg-list .col-sm-3{
    display: flex;
    padding: 10px 15px 10px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

/*切换*/
.tab-titles{
    justify-content:unset;
}
.tab-titles h2 {
    margin-right:20px;
    border-bottom:none;
color:#888;
}
.tab-titles h2.active{
    border-bottom: 2px solid #004ccb;
color:#222;
}
.tab-titles a{
    position:absolute;
    right:15px;
}
.tab-content{
    display:none;
}
.tab-content.active{
    display:block;
}
.tab-content li a{
    font-weight: normal;
}
