/* 共享样式开始 */

a {
    color: #333;
    
}
a:hover{
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: bottom;
    object-fit: cover;
}
section{
    margin-top: 50px;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.text_1{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.text_2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.small,small{
    font-size: 14px;
    color: #999;
}
.head .container-fluid::after{
    content: "";
    display: block;
    clear: both;
}
.share p{
    margin-bottom: 50px;
    padding-left: 15px;
    line-height: 35px;
    border-left: 4px solid #009b4d;
}
.share p span{
   vertical-align: 4px;
}
.share p span::before{
    content: '';
    margin: 0 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e25827;
    border-radius: 50%;
}