/*中间内容*/
.main-content {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    background-color: #f2f2f2;
}

/*文章区域*/
#content-area {
    margin: 0;
    max-width: 980px;
    min-width: 700px;
    background-color: #fff;
    padding: 10px 30px 30px 30px;
    border-radius: 5px;
    border-bottom: 2px solid #f6f6f6;
    border-left: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
}

#content-area .title {
    text-align: center;
}


#content-area .head, #content-area .tail {
    margin-top: 20px;
    text-indent: 2em;
    line-height: 2;
    font-family: \4EFF\5B8B, SimSun, "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

#content-area table {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-collapse: collapse; /*设置单元格的边框合并为1*/
}

#content-area td, th {
    padding: 5px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}


#content-area table tr th {
    white-space: nowrap;
}

/*相关推荐*/
#relative-area {
    margin-left: 20px;
    width: 300px;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #fff;
    padding: 10px 20px 0 20px;
    border-radius: 5px;
    border-bottom: 2px solid #f6f6f6;
    border-left: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
}

.head_title {
    border-bottom: 1px solid rgba(0,0,0,.0625)!important;
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}

.head_title .bar {
    height: 50px;
    width: 30px;
    background-repeat: no-repeat;
    background-image: url(/images/icon/bar.png);
    display: inline-block;
    margin-bottom: -10px;
}

.head_title .title {
    font-weight: bold;
    font-size: 1.4em;
    margin-right: 10px;
}


.row-info {
    padding-top: 10px;
    border-bottom: 1px solid rgba(0,0,0,.0625)!important;
}

.row-info .title{

    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.row-info .badge-1{
    background-color: #e04a1d!important;
}
.row-info .badge-2{
    background-color: #f88217!important;
}
.row-info .badge-3{
    background-color: #ffb916!important;
}

.badge {
    min-width: 1rem;
    --bs-bg-opacity: 1;
    --bs-text-opacity: 1;
    color: white;
    margin-right: 5px;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.row-info span {
    font-size: 1rem;
}
.row-info a span {
    font-size: 1.2rem;
    line-height: 2rem;
    /*letter-spacing: 2px;*/
}

.row-info a{
    text-decoration: none;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.row-info  a:link {
    color: unset;
}

.row-info  a:visited {
    color: #939393 !important;
}

.row-info .row-content {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px;
    color: #444;
}


.footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-family: \4EFF\5B8B, SimSun, "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

.footer a {
    text-decoration: none;
}

/* 搜索结果高亮 */
.detail-search-result,.heightLight {

    color: #FF0000 !important;
    font-size: unset;
    font-weight: unset

}
