@import "base.css";

.app-body {
    background-color: #f5f5f5;
    padding: 1rem 0;
}

.app-left {
    width: 300px;
}

.app-right {
    flex: 1;
    margin-left: 1rem;
}

.app-right .widget {
    background-color: #ffffff;
    padding: 0 1rem 1rem;
}

.app-right .widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 51px;
    border-bottom: 1px solid #e8e8e8;
}

.app-right .widget-header .title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.app-right .widget-header .title::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 11px;
    background: url(../img/ico1.png) 0 0 no-repeat;
    content: "";
    margin-top: -6px;
}

.app-right .widget-header .breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.app-right .widget-header .breadcrumb li {
    padding: 0 1rem;
    position: relative;
    font-size: 14px;
}

.app-right .widget-header .breadcrumb li::after {
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1em;
    height: 1em;
    content: '>';
    color: #999999;
    margin-top: -0.55em;
    text-align: right;
}

.app-right .widget-header .breadcrumb li:last-child {
    padding-right: 0;
}

.app-right .widget-header .breadcrumb li:last-child::after{
    display: none;
}

.app-right .widget-header .breadcrumb a {
    color: #007bff;
    font-size: 14px;
}

.app-right .widget-header .breadcrumb a:hover {
    color: #f56c6c;
}

.app-right .widget-header .breadcrumb li:last-child a{
    color:#999999;
}

.app-right .widget-body{
    min-height: 600px;
}

.app-right .widget-body .nav-content{
    margin-top: 1rem;
    border: 1px solid #e8e8e8;
    padding: 0.5rem 1rem;
    font-size: 14px;
    line-height: 2em;
    background-color: #ECF3FA;
}

.pic-list{
    overflow: hidden;
}

.pic-list ul{
    list-style: none;
    margin: -0.5rem -0.5rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.pic-list ul li{
    width: 33.3333%;
    padding: 0 0.5rem;
    margin-top: 1rem;
}

.pic-list ul li a{
    display: block;
}

.pic-list ul li a .img{
    padding-bottom: 75%;
    position: relative;
}

.pic-list ul li a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pic-list ul li a .img .block img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.pic-list ul li a .title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    font-size: 14px;
}

.pic-list ul li a:hover .title{
    color:#cf1919;
}

.news-detail-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-detail-list ul li {
    padding: 1em;
    border-bottom: 1px solid #e8e8e8;
}
.news-detail-list ul li:hover {
    background: #f8f8f8;
}
.news-detail-list .flex {
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 0;
}
.news-detail-list .title {
    width: unset;
    font-weight: bold;
    font-size: 15px;
}

.news-detail-list .title a:hover{
    color:#cf1919;
}

.news-detail-list .date {
    font-size: 12px;
    color: #999;
    width: unset;
}
.news-detail-list .content {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
    margin: 0;
}

.news-show {
    padding: 5px;
}
.news-show__title {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 18px;
    margin-bottom: 0;
}
.news-show__title__bar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 0 1em;
    border-bottom: 1px solid #e8e8e8;
    color: #999;
    height: 45px;
}

.news-show__title__bar span{
    margin: 0 1rem;
}
.news-show__detail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1em;
}
.news-show__detail__zoom {
    border: 1px solid #e8e8e8;
    margin: 5px 0;
    width: 288px;
}
.news-show__detail__info {
    margin-left: 30px;
    margin-top: 10px;
}
.news-show__detail__info ul {
    width: 300px;
}
.news-show__detail__info ul li {
    font-size: 12px;
    border-bottom: 1px dashed #e0e1dc;
    padding: 10px 0;
}
.news-show__detail__info ul li em {
    font-style: normal;
}
.news-show__cotent{
    min-height: 450px;
}
.news-show__widget {
    margin-top: 1em;
}
.news-show__widget__header {
    color: #000;
    background-color: #f8f8f8;
}
.news-show__widget__header .title {
    padding: 0.5em 1em;
    background-color: #409eff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.news-show__tag {
    padding: 1em 0;
    border-top: 1px dashed #e0e1dc;
    margin: 0;
    color: #999;
    font-weight: normal;
    font-size: 12px;
}
.news-show__adjoin {
    list-style: none;
    margin: 0;
    border-top: 1px dashed #e0e1dc;
    padding: 1em 0 0;
    color: #999;
    font-size: 12px;
}
.news-show__adjoin li {
    line-height: 2em;
}

.news-adjoin-list ul{
    list-style: none;
    margin: 0 -1rem;
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}

.news-adjoin-list ul li{
    width: 50%;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    height: 40px;
}

/* 文本编辑器 */
.fr-view {
    line-height: 1.8;
    font-size: 15px;
}

/* 文章侧边栏 - 产品分类 */
.nav-sidebar__menu {
    padding: 1em;
    background: #fff;
}

.nav-sidebar__menu__header {
    margin-bottom: 1em;
    color:#000000;
}
.nav-sidebar__menu__body {
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-sidebar__menu__body li {
    height: 36px;
    padding-left: 26px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(to bottom, #fbfbfb, #f1f1f3);
}
.nav-sidebar__menu__body li img{
    margin-right: 10px;
}
.nav-sidebar__menu__body li a{
    color: #007bff;
}
.nav-sidebar__menu__body li a:hover{
    color:#cf1919;
}

/* 文章侧边栏 - 最新资讯 */
.nav-sidebar__topNews {
    margin-top: 1em;
    padding: 1em;
    background: #fff;
}
.nav-sidebar__topNews__header {
    font-size: 18px;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e8e8e8;
}
.nav-sidebar__topNews__body ul {
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0.8em 0 0 0;
}
.nav-sidebar__topNews__body ul li {
    padding: 0.8em 0 0.8em 1em;

    background: url(../img/shu.jpg) 0 center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 文章侧边栏 - 热门关键词 */
.nav-sidebar__topKeywords {
    margin-top: 1em;
    padding: 1em;
    background: #fff;
}
.nav-sidebar__topKeywords__header {
    font-size: 18px;
    color: #000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e8e8e8;
}
.nav-sidebar__topKeywords__body .flex {
    flex-wrap: wrap;
    font-size: 12px;
    margin: 0 -0.8em;
    width: 100%;
}
.nav-sidebar__topKeywords__body div {
    width: 50%;
    padding: 0 0.4em;
    margin-top: 0.8em;
}
.nav-sidebar__topKeywords__body div a {
    display: block;
    padding: 0.8em 0;
    border: 1px dashed #e8e8e8;
    background: #fcfcfc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

/* 标签页 */
.tag-description {
    margin-top: 1rem;
    border: 1px solid #e8e8e8;
    padding: 0.5rem 1rem;
    font-size: 14px;
    line-height: 2em;
    background-color: #ECF3FA;
}
.tag-description font {
    color: #409eff;
    font-weight: 700;
}
.tag-widget {
    margin-top: 1em;
}
.tag-widget__header {
    display: flex;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 0.5em;
}


/* 分页 */
.el-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 0 1em;
}
.el-pagination button a,
.el-pagination .el-pager li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}
.el-pagination button a:hover,
.el-pagination button a:link {
    color: inherit;
}
.el-pagination .el-pager li {
    padding: 0 !important;
    cursor: unset !important;
}
.el-pagination .el-pager li a {
    padding: 0 4px;
}