* {margin: 0;padding: 0;box-sizing: border-box;}
body {
    background: #f5f6f7;
    font-family: "PingFang SC","Microsoft YaHei",sans-serif;
    font-size: 14px;
    color: #333;
}
a {text-decoration: none;color: #333;}
a:hover {color: #e64340;}
ul,li {list-style: none;}
img {max-width: 100%;border: 0;}
.clear {clear: both;}
.container {
    width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1199px){
    .container {width: 96%;padding: 0 2%;}
}
@media (max-width: 768px){
    .container {width: 100%;padding: 0 10px;}
    .main-left,.banner-left {width: 100%!important;float: none!important;}
    .main-right,.banner-right {width: 100%!important;float: none!important;margin-top:15px;}
    .news-pic {width: 120px;height: 80px;}
    .news-title {font-size:16px;}
}

.top-header {
    background: #e64340;
    height: 55px;
    line-height: 55px;
    position: sticky;
    top:0;
    z-index:999;
}
.logo {float: left;}
.logo a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.nav-menu {float: left;margin-left: 30px;}
.nav-item {
    color: #fff;
    padding: 0 14px;
    font-size: 15px;
    display: inline-block;
}
.nav-item:hover,.nav-item.active {
    background: #c52f2c;
}

.top-banner {margin: 15px 0;overflow: hidden;}
.banner-left {
    width: 820px;
    float: left;
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.banner-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-tit {
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    background: linear-gradient(transparent,rgba(0,0,0,0.7));
    color:#fff;
    padding:15px;
    font-size:18px;
}
.banner-right {
    width: 360px;
    float: right;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}

.title-tit {
    font-size: 16px;
    border-left: 4px solid #e64340;
    padding-left: 10px;
    margin-bottom: 15px;
}
.hot-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.hot-list li:last-child {border:none;}

.main-wrap {overflow: hidden;}
.main-left {
    width: 820px;
    float: left;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.main-right {
    width: 360px;
    float: right;
}
.side-box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.news-list-item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.news-pic {
    width: 180px;
    height: 120px;
    float: left;
    margin-right: 15px;
    border-radius: 6px;
    overflow: hidden;
}
.news-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.news-pic img:hover {transform: scale(1.05);}
.news-info {overflow: hidden;}
.news-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 500;
}
.news-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}
.news-time {
    color: #999;
    font-size: 12px;
}

.list-tit {
    font-size: 20px;
    padding-bottom:10px;
    border-bottom: 2px solid #e64340;
    margin-bottom: 20px;
}

.article-title {
    font-size: 26px;
    text-align: center;
    margin: 20px 0;
    line-height:1.4;
}
.article-info {
    text-align: center;
    color: #999;
    margin-bottom: 30px;
    padding-bottom:15px;
    border-bottom:1px solid #eee;
}
.article-content {
    line-height: 2;
    font-size: 16px;
    color:#333;
}
.article-content img {
    display:block;
    margin:15px auto;
    border-radius:6px;
}

.page {text-align: center;margin: 30px 0;}
.page a {
    border: 1px solid #eee;
    padding: 6px 12px;
    margin: 0 3px;
    border-radius:4px;
}
.page a:hover {
    background: #e64340;
    color: #fff;
    border-color: #e64340;
}

.footer {
    background: #333;
    color: #aaa;
    text-align: center;
    padding: 30px 0;
    margin-top: 30px;
}

.tab-channel {
    background: #fff;
    margin: 0 0 15px;
    padding: 0 15px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.tab-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
}
.tab-scroll::-webkit-scrollbar {display: none;}
.tab-item {
    display: inline-block;
    padding: 14px 18px;
    font-size: 15px;
    color: #666;
    position: relative;
    transition: all 0.2s;
}
.tab-item.active {
    color: #e64340;
    font-weight: bold;
}
.tab-item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background: #e64340;
    border-radius: 3px;
}

.article-tools{margin:30px 0;padding:20px 0;border-top:1px solid #eee;}
.btn-like{display:inline-block;padding:8px 20px;background:#f5f5f7;border-radius:20px;color:#666;margin-right:15px;cursor:pointer;}
.btn-like.active{background:#e64340;color:#fff;}
.comment-box{margin:40px 0;}
.comment-title{font-size:18px;border-left:4px solid #e64340;padding-left:10px;margin-bottom:20px;}
.comment-form{background:#f9f9f9;padding:20px;border-radius:8px;margin-bottom:20px;}
.comment-form textarea{width:100%;height:100px;border:1px solid #eee;padding:10px;border-radius:6px;resize:none;}
.comment-form button{margin-top:10px;padding:8px 25px;background:#e64340;color:#fff;border:none;border-radius:4px;cursor:pointer;}
.comment-list .comment-item{padding:15px 0;border-bottom:1px solid #eee;}
.comment-user{font-weight:bold;margin-bottom:5px;}
.comment-time{font-size:12px;color:#999;margin-top:5px;}

.load-more{text-align:center;padding:20px 0;color:#999;}
.load-loading{color:#e64340;}
.no-more{color:#ccc;}
