@charset "utf-8";

.page-main-warp {
    width: 100%;
    background-color: #fff;
}

.page-main-warp .container {
    width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 70px;
}

.article-warp-left {
    flex: 1;
}

.article-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-title>h1 {
    font-size: 23px;
    font-weight: bold;
}

.article-attribute {
    margin: 30px 0;
    display: flex;
    align-items: center;
}

.article-attribute .iconfont {
    margin-right: 10px;
}

.article-content a {
    color: #0033cc;
}

.attr-split {
    width: 1px;
    height: 14px;
    background-color: #000;
    margin: 0 15px;
}

.article-content-warp {
    align-self: flex-start;
}

.article-content-warp table {
    width: 100%!important;
}
/* 修复表格边框问题 */
.article-content-warp th,
.article-content-warp td {
    border: 1px solid;
    text-align: center;
}

.prev-and-next-warp {
    margin: 40px 0;
}

.related-article-warp {
    display: flex;
}

.realate-box {
    width: 50%;
}

.related-title .iconfont {
    color: #06c;
}

.related-title span {
    font-size: 18px;
    color: #06c;
    font-weight: 600;
}

.related-list {
    display: flex;
    flex-direction: column;
    margin-top: 7px;
}

.related-url-item {
    margin-top: 7px;
}

.article-warp-right {
    margin-left: 45px;
    width: 345px;
    flex-shrink: 0;
}

.article-warp-right .box-title {
    color: #525659;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 22px;
}

.contact-us-box {
    padding-bottom: 40px;
}

.contact-content > p {
    color: #555;
    line-height: 1.6;
}

.hot-article-item {
    display: flex;
    padding: 25px 0 15px;
    border-top: 1px solid #d3dae0;
}

.artcile-img-box {
    margin-right: 12px;
}

.artcile-img-box img{
    width: 106px;
    height: 79px;
}

.article-info .art-time {
    margin-top: 18px;
}

.art-time .iconfont {
    margin-right: 10px;
}

/* 20230505 新增详情页tags样式 begin*/
.tag-list {
    margin-top: 30px;
}

.tag-list .tag {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 8px;
    padding: 5px 10px;
    border: 1px solid #004b97;
    color: #004b97;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.tag-list .tag:hover {
    color: #fff!important;
    background-color: #1473e6;
}
/* 20230505 新增详情页tags样式 end*/

/* 20221021 新增详情页底部本区域链接 begin */
.cur-area-info-warp {
    margin-top: 35px;
}

.area-tabs {
    display: flex;
    cursor: pointer;
}

.area-tab {
    padding-bottom: 10px;
    margin-right: 20px;
    color: #999;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

.area-tab.active-title {
    color: #000;
    border-bottom: 2px solid #e1211c;
    background: url(../images/jt_15_1.gif) center bottom no-repeat;
}

.area-content {
    margin-top: 15px;
}

.area-tabs-data {
    display: flex;
    flex-wrap: wrap;
}

.area-tabs-data .link-box {
    width: 14%;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin: 5px 10px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
}

.area-tabs-data .link-box>a {
    white-space: nowrap;
}

/* 20221021 新增详情页底部本区域链接 end */