/*
 * @Author: qwelz
 * @Date: 2021-06-18 18:01:34
 * @LastEditors: qwelz
 * @LastEditTime: 2023-02-23 17:03:40
 */

/* 背景重设 */

body.in_body {
    background: #eee !important;
}

/* 日期显示 */

:root {
    --suda-red: #af251b;
}

#lunar-calendar-wrapper {
    margin: 10px auto;
    margin-top: 25px;
    width: 200px;
    padding: 6px 0;
    background-color: unset;
}

.calendar-container {
    width: fit-content;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}

.calendar-container > div {
    color: var(--suda-red);
    font-weight: bold;
    font-size: 16px;
    display: inline;
}

.calendar-container > div:first-child {
    margin-bottom: 3px;
    display: block;
}

#top-nav-lunar-date {
    font-size: 14px;
    font-weight: normal;
}

/* 首页-新闻动态 */

div.one_l_item {
    height: unset;
}

#news-select-ul > * {
    margin: 0;
}

/* 滚动新闻 */

#news-tab-container {
    width: 100%;
    overflow-x: hidden;
}

td[nowrap] {
    padding-right: 12px;
}

/* 友情链接 */

#xuekeban-friendly-links-title {
    margin-top: 20px;
}

#xuekeban-friendly-links-container {
    margin-top: 10px;
    padding-top: 0;
}

#xuekeban-friendly-links-container ul {
    background-color: gainsboro;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#xuekeban-friendly-links-container .xuekeban-friendly-li {
    margin: 3px 30px 3px 0 !important;
}

#xuekeban-friendly-links-container .xuekeban-friendly-li a {
    line-height: unset !important;
    font-size: 15px;
    font-weight: bold;
    height: unset;
    color: #333;
}

#xuekeban-friendly-links-container .xuekeban-friendly-li a:hover {
    color: var(--suda-red);
    text-decoration: underline;
}

#xuekeban-friendly-links-container .xuekeban-friendly-li a::after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    background-image: url(/_upload/tpl/01/ca/458/template458/images/url-link-icon.svg);
    background-repeat: no-repeat;
}

/* 底部样式 */

div.x-main > div.container {
    padding-bottom: 20px;
    box-shadow: 5px 2px 8px 4px #dedede;
}

div.foot {
    background-color: var(--suda-red);
    margin-top: 20px;
    padding-bottom: 20px;
}

/* 底部链接 */

div.footer-link-container {
    margin-top: 12px;
    padding-left: 0;
}

div.footer-link-container .left-links,
div.footer-link-container .mid-links,
div.footer-link-container .right-links {
    padding-right: 0;
}

a.footer-link-a {
    display: block;
    margin: 3px;
    font-size: 15px;
    color: white;
}

a.footer-link-a:hover {
    color: gray;
    text-decoration: underline;
}

/* 底部 copyright */

div.footer-copyright-container {
    margin-top: 20px;
}

div.footer-copyright-container p {
    text-align: center;
    color: white;
    margin-top: 10px;
    font-size: 13px;
}

/* 底部 logo */

div.footer-image-container {
    padding-right: 0;
    margin-top: 20px;
}

div.footer-image-container img {
    float: right;
}

/* 首页样式修复 */

#lun2 {
    border: 0.5px dashed var(--suda-red);
}

div.slide .carouse .slideItem_b {
    height: 380px;
}

div.one_l_item {
    margin-bottom: 30px;
}

/* 新闻标题字体大小 */

.one_l_item ul li a,
.one_l_item ul li span {
    font-size: 15px !important;
}

.one_l_item ul li a {
    width: calc(100% - 30px) !important;
}

.one_l_item ul li span {
    width: 80px !important;
}
