.content{
    /*padding: 15px !important;*/
}
.link_detail_left{
    background: #ffffff;
    box-shadow: 2px 2px 3px rgba(173, 181, 189, 0.25);
    padding:0 10px;
    box-sizing: border-box;
}
.title{
    color: #212529;
}
.link_detail_right{
    
}
.fan-info{
    padding: 5px;
    font-size: 16px;
    color: #343a40;
    border-left: 3px solid #f589ae;
    background: #f1f3f5;
    margin: 0px;
}
.cilitiao{
    background: #404040;
    width: 100px;
    margin: 10px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cilitiao a {
    color: #73c644;
    font-size: 14px;
    margin: 0;
}
.tutishi {
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    background-image: linear-gradient(0deg, #e9ecef, #f8f9fa);
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
}
.yulantu2{
    
}
.yulantu2 p {
    margin: 0.2rem 0;
    line-height: 1.7;
    font-size: 14px;
    color: #212529;
}
.yulantu2 img {
    max-width: 100%;
    height: 100%;
    margin-bottom: 0.5rem;
}
.img_wrap{
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.cili-help{
        margin: 25px 0 0 0;
        padding: 3px 0;
    background-image: linear-gradient(0deg, #e9ecef, #f8f9fa);
}

.cililian .help_a {
    color: #f589ae;
    text-decoration: none;
    margin-left: 10px;
    font-size: 16px;
}

.cili {
    font-size: 14px;
    background: #f589ae;
    width: 66px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.cililian blockquote {
    padding: 10px 5px;
    font-size: 16px;
    color: #555;
    border-left: 3px solid #f589ae;
    background: #eee;
    margin: 0px;
    white-space: nowrap;
    overflow: auto;
}
.cililian blockquote a {
    color: #2F9FFF;
    text-decoration: none;
    font-size: 16px;
}
.tags {
    margin: 10px 0;
}
.tags a {
    background: #4caf50;
    padding: 6px 7px;
    border-radius: 2px;
}
.xgzy{
    padding-right: 0;
    padding-left: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 2px 2px 3px rgb(173 181 189 / 25%);
    border-radius: 0.25rem;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-image: linear-gradient(180deg, #dee2e6, #f8f9fa);
    border-radius: 5px 5px 0 0;
}
.tuijian_item{
        background: #ffffff;
    box-shadow: 2px 2px 3px rgba(173, 181, 189, 0.25);
    margin: 6px 3px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.tuijian_item:hover {
    background-color: white;
}

.tuijian_item:hover {
    box-shadow: 1px 1px 8px 3px #adb9c5;
    display: inline-block;
    border-radius: 2px;
}
.tj_img_wap {
    width: 100%;
    padding-bottom: 67.3%;
    height: 0;
    position: relative;
}
.tj_img_wap img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.subject_p {
    width: 100%;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 12px;
    text-indent: 2px;
    font-weight: bold;
    color: #284a6c;
}

.hide_scroller::-webkit-scrollbar {
    width: 0; /* 对于垂直滚动条 */
    height: 0; /* 对于水平滚动条 */
}





















