@charset "utf-8";

/* 基础 */
html, body {
    min-width: 1200px;
}
body {
    font-family: 'Microsoft Yahei', 'PingFang SC', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background: #FBEFE2;
}
.wrap {
    min-width: 1200px;
    margin:0 auto;
    overflow: hidden;
}
.inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* banner */
.banner-box {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    
}
.banner-box img {
    display: block;
    width: 100%;
    min-width: 1200px;
    height: auto;
    position: relative;
    z-index:1;
}

/* 导航 */
.nav-bar {
    width: 100%;
    min-width: 1200px;
    background: #b81b22;
    height: 56px;
    line-height: 56px;
    border-top: 1px solid #d44a50;
    border-bottom: 1px solid #8f1218;
}
.nav-bar ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.nav-bar li {
    display: inline-block;
    padding: 0 36px;
    position: relative;
}
.nav-bar li + li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.4);
}
.nav-bar a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.nav-bar a:hover,
.nav-bar a.active {
    color: #ffe082;
    text-decoration: none;
}

/* 简介 */
.intro-section {
    padding: 90px 0 0px;
    position: relative;
    z-index: 0;
    margin-top: -100px;
    background: url(../images/bza_bg.png) no-repeat top center;
    height: 767px;
}
.intro-box {
    width: 1222px;
    height: 569px;
    margin: 0 auto;
    background: url(../images/bza_text_bg.png) no-repeat center top;
    position: relative;
}
.intro-content {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 75px;
    overflow: hidden;
    color: #000;
    line-height: 1.5;
    text-indent: 2em;
    text-align: justify;
    width:1120px;
}
.intro-content p {
    margin-bottom: 16px;
    font-size:20px;

}

/* 板块公共 */
.section {
    width: 100%;
    min-width: 1200px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px auto;
    position: relative;
    overflow: hidden;
}
.section-title {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    overflow:hidden;
    position:relative;
    min-height:127px;
}
.section-title img {
    display: block;
    margin: 0 auto;
    width:1920px;
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    z-index:1;
}
.section-body {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0 50px;
}

/* 人物卡片 */
.person-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -14px;
}
.person-card {
    width: 276px;
    height: 358px;
    margin: 0 14px 28px;
    background: url(../images/pic_bg_red.png) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding:5px;
}
.person-card .photo {
    display: block;
    width: 266px;
    height: 349px;
    object-fit: cover;
}
.person-card .name {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    width: 266px;
    height: 127px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url(../images/pic_text_red.png) no-repeat center top;
    background-size: 100% 100%;
    display:flex;
    flex-direction: column;
}
.person-card .name span{
flex:1;
text-shadow: 1px 1px 0px rgba(171,30,0,0.88);
}
.person-card .name span:nth-child(1){
padding-top:20px;
}
.person-card.orange .name {
    background-image: url(../images/pic_text_orange.png);
}

/* 更多 */
.more-row {
    text-align: center;
    padding-top: 10px;
}
.more-link {
    display: inline-block;
    width: 104px;
    height: 39px;
    background: url(../images/more_bg1.png) no-repeat center top;
    background-size: 100% 100%;
    text-align: center;
    line-height: 39px;
    color: #fff;
    font-size: 14px;
}
.more-link:hover {
    background-image: url(../images/more_bg2.png);
    color: #fff;
    text-decoration: none;
}

/* 板块背景与高度 */
.ccsm-section { background-image: url(../images/ccsm_bg.png); height: 1526px; }
.snzz-section { background-image: url(../images/snzz_bg.png); height: 2221px; }
.ymzx-section { background-image: url(../images/ymzx_bg.png); height: 1471px; }
.zcxf-section { background-image: url(../images/zcxf_bg.png); height: 1871px; }
.zyll-section { background-image: url(../images/zyll_bg.png); height: 2224px; }
.qt-section { background-image: url(../images/qt_pic_bg.png); height: 2259px; }

/* 其他 - 视频 */
.qt-video-wrap {
    width: 100%;
    min-width: 1200px;
    background: url(../images/qt_video_bg.png) no-repeat center top;
    background-size: 1920px auto;
    height: 991px;
    overflow: hidden;
}
.qt-video-inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 55px;
}
.qt-video-title {
    text-align: center;
    margin-bottom: 35px;
}
.qt-video-title img {
    display: inline-block;
}
.qt-video-list {
    display: flex;
    justify-content: space-between;
}
.video-card {
    width: 380px;
    height: 260px;
    background: url(../images/qt_video_bg2.png) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}
.video-card .v-thumb {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 48px;
    border-radius: 4px;
    text-align:center;
}
.video-card .play {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 65px;
    margin-top: -20px;
}
.video-card .v-title {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 10px;
    height: 42px;
    line-height: 42px;
    background: url(../images/qt_video_text_bg.png) no-repeat left top;
    background-size: 100% 100%;
    color: #000;
    font-size: 20px;
    
}
.video-card .v-title span{
    display:block;
    width:280px;
    height:52px;
    line-height:1.5;
    text-align:Center;
    margin:34px auto 0;
}
/* 其他 - 图文报道 */
.qt-article-wrap {
    width: 1200px;
    margin: 0 auto;
}
.qt-article-title {
    text-align: center;
    margin-bottom: 35px;
}
.qt-article-title img {
    display: inline-block;
}
.article-list {
    display: flex;
    justify-content: space-between;
}
.article-card {
    width: 380px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.article-card .a-thumb {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.article-card .a-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.article-card:hover .a-thumb img {
    transform: scale(1.05);
}
.article-card .a-info {
    padding: 18px;
}
.article-card h4 {
    font-size: 16px;
    color: #b81b22;
    margin-bottom: 10px;
    line-height: 1.4;
}
.article-card h4 a {
    color: #b81b22;
}
.article-card h4 a:hover {
    text-decoration: underline;
}
.article-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 口号 */
.slogan-bar {
    width: 100%;
    min-width: 1200px;
    text-align: center;
    color: #ffe082;
    font-size: 26px;
    letter-spacing: 6px;
    font-weight: bold;
    position:relative;
    height:613px;
}
.slogan-bar img{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
}
/* ================= 新版图文报道 / 视频报道 ================= */

/* 公共头部 */
.qt-section-hd {
    width: 1200px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}
.qt-badge {
    display: inline-block;
    background: linear-gradient(90deg, #b81b22, #d92b32);
    color: #ffe082;
    font-size: 26px;
    font-weight: bold;
    padding: 10px 36px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 4px 10px rgba(184,27,34,0.25);
}
.qt-badge::before,
.qt-badge::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #ffe082;
    border-radius: 50%;
    transform: translateY(-50%);
}
.qt-badge::before { left: 14px; }
.qt-badge::after { right: 14px; }
.qt-more {
    color: #fff;
    font-size: 16px;
    width:108px;
    height:38px;
    line-height:38px;
    text-align:Center;
    font-weight: bold;
    position:absolute;
    right:0;
    background: url(../images/more_bg1.png) no-repeat;
}
.qt-more::after {
    content: ' >>';
    font-family: 'Microsoft Yahei', sans-serif;
}
.qt-more:hover {
    text-decoration: none;
}
.qt-title-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

/* 图文报道 */
.qt-article-wrap {
    width: 1200px;
    margin: 0 auto;
}
.article-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.article-card {
    display: flex;
    width: 100%;
    height: 405px;
    background: #fff;
    border: 1px solid #f5d0c5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s;
    margin-bottom:56px;
    background: linear-gradient( 270deg, #FFFFFF 0%, #FFEDED 58.11%, #FFE0E0 100%);
    align-items:center;
}
.article-card:hover {
    box-shadow: 0 6px 20px rgba(184,27,34,0.12);
}
.article-card .a-thumb {
    flex: 0 0 360px;
    height: 210px;
    overflow: hidden;
}
.article-card .a-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.article-card:hover .a-thumb img {
    transform: scale(1.05);
}
.article-card .a-info {
    flex: 1;
    position: relative;
}
/* 双数卡片：图片在右、文字在左（左右互换） */
.qt-article-wrap .article-card:nth-child(even) {
    flex-direction: row-reverse;
}
.qt-article-wrap .article-card:nth-child(even) .a-tag{
    background: url(../images/qt_twbd_title_l.png);
    padding:22px 40px 0px 0px;
    text-align:right;
}
.article-card img{
    width:500px;
    height:375px;
}
.a-tag {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    box-sizing: border-box;
    padding: 22px 0px 0px 40px;
    border-radius: 4px;
    margin-bottom: 12px;
    width:100%;
    height:88px;
    background: url(../images/qt_twbd_title_r.png) no-repeat;
}
.article-card p {
    font-size: 20px;
    color: #5c2b2b;
    line-height: 1.9;
    text-indent:2em;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 22px 30px;
}
.a-more {
    display: inline-block;
    margin-top: 12px;
    color: #b81b22;
    font-size: 20px;
    text-indent:0px;
}
.a-more:hover {
    color: #8f1218;
    text-decoration: underline;
}

/* 视频报道 */
.qt-video-wrap {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background: none;
    overflow: hidden;
    padding-bottom: 80px;
}
.qt-video-wrap .qt-more{
    background: url(../images/more_bg2.png) no-repeat;
}
.qt-video-inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.qt-video-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background: url(../images/qt_video_bg2.png) no-repeat;
    padding-top:42px;
}
.video-card {
    width: 360px;
    height: 358px;
    position: relative;
    cursor: pointer;
    background: linear-gradient( 180deg, #E32525 0%, #F99551 100%);
    
}
.video-card .v-thumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-card .v-thumb img {
    width: 336px;
    height: 258px;
    margin-top:-12px;

}
.video-card .play {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 65px;
    margin-top: 0;
    z-index: 2;
}
.video-card .v-title {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    right: 0;
    bottom: 14px;
    width:336px;
    height: 110px;
    background: url(../images/qt_video_text_bg.png) no-repeat;
    color: #000;
    z-index: 2;
}

/* 其他模块高度自适应 */
.qt-section {
    height: auto;
    min-height: 2259px;
}
