
a{
    text-decoration: none;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.more{
    color: #999;
}
.more:hover{
    color: #999;
}
.breadcrumb a{
    color: #212529;
}
.breadcrumb a:hover{
     color: #212529;
}


.welcome-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.welcome-banner h1 {
    color: white !important;
}

.welcome-banner .lead {
    color: rgba(255, 255, 255, 0.9);
}

.article-item {
    transition: all 0.3s ease;
}

.article-item:hover {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: -0.5rem;
}


.category-link{
    background: #F7F7F7;
    color: #135294;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}
.category-link:hover{
    background: #0d6efd;
    color: #ffffff;

}
.author-hot{

}
.author-hot .image{
    overflow: hidden;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #f7f7f7;
    margin: auto;
}
.author-hot .name{
    text-align: center;
    font-size: 14px;
    color: #000000;
}
.poetry-list{
    color: #666;
}
.poetry-list li{
    padding: 10px;
    border-bottom: 1px solid #ededed;
}
.poetry-list li:last-child {
    /*border-bottom: none; !* 去除最后一个li的下划线 *!*/
}

.poetry-list li .title{
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #135294;
}
.poetry-list li .title:hover{
    color: #0d6efd;
}
.poetry-list li .author{
    width: 6rem;
    font-size: 12px;
    color: #999;
    text-align: right;
}
.poetry-list li .data{
    line-height: 12px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.authors .cover{
    float: left;
    margin-right: 10px;
    width: 68px;
    height: 68px;
    background-color: #F5F6F9;
    border-radius: 50%;
}
.authors .cover img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.authors .data{
    height: 68px;
}
.authors .data .name{
    line-height:1;
    margin: auto;
}
.authors .data p{
    color: #999999;
}


.authors-list{
    color: #666;
}
.authors-list li{
    padding: 10px;
    border-bottom: 1px solid #ededed;
}
.authors-list li:last-child {
    /*border-bottom: none; !* 去除最后一个li的下划线 *!*/
}
.authors-list li .cover{
    float: left;
    margin-right: 10px;
    width: 68px;
    height: 68px;
    background-color: #F5F6F9;
    border-radius: 50%;
}
.authors-list li .cover img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.authors-list li .data{
    height: 68px;
}

.authors-list li .data .name{
    font-size: 1rem;
    color: #333333;
    font-weight: bold;
    line-height:1;
    margin: auto;
}
.authors-list li .data .introduction{
    font-size: 0.8rem;
    color: #999999;
    margin-bottom: 20px;
    /* 关键代码：限制为2行，超出显示省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: 3em; /* 2行 x 1.5行高 = 3em */
}

.tag-list a{
    margin: 2px 5px;
    background: #eeeeee;
    padding: 5px 10px;
    color: #333333;
    white-space: nowrap;
    display: inline-block;
}
.tag-list a:hover{
    background: #dddddd;
}


