/*logo行*/
.logoImg {
    height: 70px;
    margin-top: 20px;
}

body {
    font-family: '宋体', sans-serif;
}

.filterBox {
    padding-top: 25px;
}

.filterBox .el-select .el-input__inner {
    border-radius: 4px 0 0 4px;
}

.filterBox .el-select .el-input.is-focus .el-input__inner,
.filterBox .el-select .el-input.is-hover .el-input__inner,
.filterBox .el-select .el-input.is-active .el-input__inner,
.filterBox .el-select .el-input__inner:focus {
    border-color: #C0C4CC;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #C0C4CC;
    outline: 0;
}

.filterBox .el-autocomplete .el-input__inner {
    border-radius: 0 4px 4px 0;
}

.el-button--danger {
    color: #FFF;
    background-color: #bf4444;
    border-color: #bf4444;
}

.logoBox {
    width: 100%;
    height: 110px;
    background: url("../images/top-bg.jpg") no-repeat;
    background-size: 100% 100%;
}

/*导航*/
.navBox {
    background: #e6e6e6;
    height: 50px;
    margin-bottom: 10px;
}

.navBox ul li {
    float: left;
    border-right: 1px solid #ccc;
    margin-top: 5px;
    position: relative;
}

.navBox ul li:last-child {
    border-right: none;
}

.navBox ul li a {
    color: #5d0006;
    font-size: 16px;
    padding: 10px 25px;
    display: block;
}

.navBox ul li.current {
    background: url(../images/sub-menu.png) no-repeat 50% 30px;
}

.sub-nav {
    min-width: 220px;
    position: absolute;
    background: #fff;
    left: 50%;
    margin-left: -110px;
    z-index: 10;
    border: 1px solid #b64141;
    padding: 10px 0;
    display: none;
}

.lay-nav:hover .sub-nav {
    display: block;
}

.lay-item:hover {
    background: #bf4444;
}

.lay-item:hover a {
    color: #ffffff;
}

.el-input--suffix .el-input__inner {
    min-width: 100px;
}

/*版权*/
.footerBox {
    overflow: hidden;
    border-top: 1px solid #a5a5a5;
    margin-top: 30px;
    padding: 20px 0;
}

.footerBox p {
    text-align: center;
    font-size: 16px;
   line-height: 30px;
}

.flexBox {
    display: flex;
    overflow: hidden;
}

.leftBox {
    margin-right: 5px;
    border: 1px solid #d2c4c4;
}

.paperBox {
    width: 510px;
    overflow: hidden;
    height: 725px;
    margin-bottom: 5px;
    box-sizing: border-box;
    position: relative;
}

.paperBox img {
    width: 100%;
    display: block;
}

.layerBox {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.layerBox .fl_l a {
    margin-right: 20px;
}

.layerBox img {
    margin-top: 3px;
}

/*版面热区红框*/
#map_tips {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: rgba(243, 152, 20, 0.3);
    box-sizing: border-box;
    display: none;
    /*不拦截鼠标事件*/
    pointer-events: none;
}

.rightBox {
    flex: 1;
    height: 762px;
    overflow: auto;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
}

.rightBox > h4 {
    font-size: 24px;
    color: #3e3a39;
    text-align: center;
    font-weight: 500;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.rightBox > h5 {
    font-size: 20px;
    color: #3e3a39;
    text-align: center;
    font-weight: 500;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.comTitle {
    background: #bf4444;
    padding: 9px 15px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;
    width: 100%;
}

.paperNav {
    width: 38%;
    margin-right: 2%;
}

.paperNav ul li:nth-child(odd) {
    background-color: #f4f4f4;
}


.paperNav ul li a {
    line-height: 35px;
    display: block;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paperNav ul li.current a {
    background: url(../images/list-icon.png) no-repeat 10px 10px;
}

.rightArt {
    flex: 1;
    overflow: hidden;
    background: #f4f4f4;
}

.artList {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.artList ul {
    flex: 1;
    padding: 0 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.artList ul li {
    background: url(../images/list-icon.png) no-repeat 0 10px;
    padding-left: 15px;
}

.artList ul li a {
    line-height: 30px;
    font-size: 16px;
    padding: 5px;
    display: block;
}

.artMess {
    display: block;
    font-size: 14px;
    padding: 20px;
}

.artMess span {
    overflow: hidden;
    padding-right: 10px;
    color: #4f4444;
}

.artCon {
    flex: 1;
    height: 704px;
    padding: 20px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.art {
    flex: 1;
    overflow-y: auto;
}

.subComTitle {
    font-size: 17px;
    border-left: 5px solid #be4444;
    padding: 0 10px;
    line-height: 20px;
    margin-bottom: 10px;
}

#artCon, #artCon p {
    text-indent: 2em;
    line-height: 1.8em;
    margin-top: 12px;
    font-size: 18px;
    text-align: justify;
}

#artCon table {
    width: 100%;
    margin: 0;
    padding: 0;
}

#artCon td {
    text-align: center;
}

#artCon img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

/*推荐阅读*/
.artAbout {
    margin: 25px 0;
}

.artAbout ul li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 25px;
}

.artAbout ul li a {
    display: flex;
    overflow: hidden;
}

.artAbout ul li a p {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}

.artAbout ul li a span {
    margin-left: 15px;
    color: #999999;
    line-height: 22px;
}

/*评论*/
.commentBox ul {
    margin-top: 20px;
}

.commentBox ul li {
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: justify;
}

.commentBox ul li img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.commentBox ul li p {
    flex: 1;
    overflow: hidden;
    color: #333333;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.commentBox ul li span {
    margin-left: 15px;
    color: #999999;
    line-height: 22px;
}

.commentBox .el-input-group__append button.el-button {
    border-radius: 0 4px 4px 0;
    background-color: #bf4444;
    border-color: #bf4444;
    color: #ffffff;
}

/*搜索*/
.searchBox {
    border: 1px solid #ccc;
    margin-bottom: 40px;
}

.listUl {
    min-height: 500px;
}

.listUl li {
    overflow: hidden;
    clear: both;
    padding: 10px;
}

.listUl li:nth-child(odd) {
    background-color: #f4f4f4;
}

.searchTitle {
    display: flex;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
}

.searchTitle > i {
    font-style: normal;
    margin-right: 10px;
}

.searchTitle > a {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.searchTitle > p {
    padding: 0 30px;
}

.searchCon a {
    display: block;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    max-height: 70px;
}

.paginationBox {
    padding: 50px 20px 30px;
    text-align: center;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #bf4444;
}

.noData {
    text-align: center;
    line-height: 400px;
    font-size: 16px;
}

/*往期*/
.history-box {
    display: flex;
    overflow: hidden;
    border: 1px solid #a5a5a5;
    border-top: none;
}

.history-box .date-box {
    width: 200px;
    margin-right: 30px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

.date-box ul {
    border: 1px solid #a5a5a5;
    border-radius: 4px;
}

.date-box ul li {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.date-box ul li.current {
    background: #bf4444;
    color: #fff;
}

.history-box .lay-list {
    flex: 1;
    overflow: hidden;
}

.lay-list > ul {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
}

.lay-list > ul li {
    width: calc(20% - 1px);
    margin-bottom: 15px;
    cursor: pointer;
}

.lay-list > ul li img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.lay-list > ul li p {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*概览*/
.lay-box {
    width: auto;
    margin-right: 30px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

.lay-box ul {
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    overflow: hidden;
}

.lay-box ul li {
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
}

.lay-box li:nth-child(odd) {
    background-color: #f4f4f4;
}

/*日期*/
.date-container {
    position: relative;
    width: 100%;
    height: 321px;
}

.date-container .date-picker-box {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.date-container .el-popper[x-placement^=bottom] .popper__arrow,
.date-container .el-popper[x-placement^=top] .popper__arrow {
    display: none !important;
}

.el-date-picker {
    width: 100%;
    height: 100%;
}

.custom-date-picker-panel {
    border: 1px solid #E4E7ED;
    box-shadow: none;
    background: #FFF;
    border-radius: 0;
    line-height: 30px;
    top: 0 !important;
    margin: 0 !important;
    border: none;
    transition: none !important;
}

body > .custom-date-picker-panel {
    opacity: 0;
}

.custom-date-picker-panel .el-date-picker__header {
    padding: 8px 12px;
    margin: 0;
    background: #bf4444;
    box-sizing: border-box;
}

.custom-date-picker-panel .el-picker-panel__content {
    width: 100%;
    margin: 0;
    padding: 10px 12px;
    box-sizing: border-box;
    border-left: solid 1px #EBEEF5;
}

.el-date-picker__header-label {
    color: #ffffff !important;
    font-weight: bolder;
}

.custom-date-picker-panel .available.highLight {
    color: #bf4444;
    font-weight: bold;
}

.custom-date-picker-panel .el-picker-panel__icon-btn {
    font-size: 16px;
    color: #fff !important;
    border: 0;
    background: 0 0;
    cursor: pointer;
    outline: 0;
    margin-top: 7px;
}

.custom-date-picker-panel .available.highLight.current {
    background: #bf4444;
    color: #ffffff;
}

.custom-date-picker-panel .el-date-table td.disabled div,
.custom-date-picker-panel .el-date-table td.current:not(.disabled) span {
    background: transparent;
}

.el-date-table td.available:hover,
.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell,
.el-date-table td.today span {
    color: #bf4444;
}

.el-date-table th {
    color: #333;
    font-weight: 600;
}

.custom-date-picker-panel .el-date-table {
    font-size: 16px;
}
