<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    min-width: 1250px;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: left;
    box-sizing: border-box;
    background-color: #fffaf4;
}

.banner {
    /* background: url(../images/szqhBanner.jpg) no-repeat center top; */
    height: auto;
}

.con1200 {
    width: 1200px;
    height: auto;
    margin: 0px auto;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #bf0009;
}

h3 {
    font-size: 20px;
    font-weight: normal;
}

p,
span {
    color: #333;
    line-height: 1.8;
}

img {
    width: 100%;
    height: 100%;
}

#main img {
    object-fit: cover;
}

/* #main p {
    margin-left: 20px;
} */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}

.blank20 {
    margin-top: 20px;
}

.blank30 {
    margin-top: 30px;
}

.blank50 {
    margin-top: 50px;
}

.fp_title {
    display: none;
}

.fp_subtitle {
    display: inline;
}


/* 头部导航 */

.m_header {
    position: relative;
}

.m_header1 {
    height: 40px;
    line-height: 40px;
    background-color: #fbfbfb;
    border-bottom: 1px #eaeaea solid;
}

.m_topNav {
    width: 1200px;
    margin: 0 auto;
}

.m_topNav ul li {
    float: left;
    padding: 0 10px;
    line-height: 40px;
    font-size: 12px;
}

.m_topNav li a {
    color: #6b6b6b;
}


/* 导航 */
.frNav {
    width: 150px;
    height: auto;
    position: fixed;
    right: 50%;
    margin-right: -760px;
    bottom: 50%;
    margin-bottom: -320px;
    z-index: 999;
    display: none;
}

.frNav ul i {
    display: block;
    width: 100%;
    height: 120px;
    background: url(../images/2023lhtp/frnavBg.png) no-repeat -49px 19px;
    border-bottom: 5px #bf0009 solid;
}

.frNav ul li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fbeee1;
}

.frNav ul li::after {
    display: block;
    content: "";
    width: 80%;
    height: 5px;
    margin: 0 10%;
    background-color: #ccc;
    transform: skewX(70deg);
}


/* 正文内容 */

#main .tout {
    margin-top: 40px;
    margin-bottom: 60px;
    box-shadow: 0 0 20px 0 #ccc;
    padding: 50px 0 10px;
    color: #bf0009;
    background-color: #fff;
    text-align: center;
    position: relative;
}

#main .tout .tout_top h1 {
    font-size: 36px;
    line-height: 1.4;
}

#main .tout .tout_top h1 a {
    color: #bf0009;
}

#main .tout .tout_bottom{
    margin: 10px 10px 40px;
    width: 100%;
    height: 32px;
    overflow: hidden;
}

#main .tout .tout_bottom h4 {
    margin: 0 6px;
    display: inline-block;
}
#main .tout .tout_bottom h4 a{
    font-size: 16px;
    font-weight: normal;
}


/* 要闻 S */

.boxXw {
    height: 480px;
}

.yaow_list {
    width: 410px;
    height: 480px;
    border-top: 10px #bf0009 solid;
}

.yaow_list .yw {
    padding: 10px;
    box-sizing: border-box;
    /* background-image: linear-gradient(to bottom, #bf0009 0%, #32b56e 100%); */
    background-color: #fff;
}


.yaow_list ul li {
    height: 92px;
    border-bottom: 1px #999 dashed;
    margin: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}
.yaow_list ul li:last-child {
    border-bottom: 0;
}

.yaow_pic {
    position: relative;
    width: 750px;
    height: 490px;
    overflow: hidden;
    border-top: 10px #bf0009 solid;
}

.yaow_pic .swiper-slide img {
    display: block;
    width: 750px;
    height: 480px;
    object-fit: cover;
}

.yaow_pic h3 {
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    background: #bf0009;
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.yaow_pic h3 a {
    color: #fff;
}

.yaow_pic .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 40px;
}

 :root {
    --swiper-theme-color: #fff;
}

.yaow_pic .swiper-button-next,
.yaow_pic .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.yaow_pic .swiper-pagination-bullet {
    background: #fff;
    margin-right: 5px;
}

.swiper-button-prev {
    left: 0px;
    right: auto;
    color: #bf0009;
    font-weight: bolder;
}

.swiper-button-next {
    right: 0px;
    left: auto;
    color: #bf0009;
    font-weight: bolder;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #bf0009;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
}

/* 标题栏 */

.topic {
    width: 1200px;
    margin: 80px auto 40px;
    /* text-align: center; */
    /* background: url(../images/kjsh/topicBg.png) no-repeat center center; */
    height: 80px;
    line-height: 75px;
    padding-left: 40px;
    background: linear-gradient(left,  #bf0009 60%, transparent);
    background: -o-linear-gradient(left, #bf0009 60%, transparent);
    background: -moz-linear-gradient(left,  #bf0009 60%, transparent);
    background: -webkit-linear-gradient(left, #bf0009 60%, transparent);
    /* background-color: #bf0009; */
    /* border-radius: 30px; */
    position: relative;
}

.topic h2 {
    display: inline-block;
    /* text-shadow: 1px 2px 2px #bf0009; */
    text-shadow: 4px 5px 5px #bf0009;
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: bolder;
    color: #fff;
}
.topic h2::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 5px;
    height: 100%;
    background-color: #fff;
}
.topic h2 a {
    color: #fff;
    font-weight: bolder;
}


/* 标题栏 E 综合报道 S */

.xczj .con1200 {
    height: 430px;
    background-color: #fff;
    padding: 10px;
}

.xczj .con1200 .pic {
    display: block;
    width: 580px;
    height: 400px;
    margin-right: 30px;
    position: relative;
}
.xczj .con1200 .pic img{
    display: block;
    object-fit: cover;
}

.xczj .con1200 .pic h3{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0px 5px;
    background: #bf0009;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1; 
    font-size: 16px;
}
.xczj .con1200 .pic h3 a{
    color: #fff;
}
.xczj .con1200 .con {
    width: 570px;
    height: 430px;
}

.xczj .con1200 .con li::before {
    content: "";
    position: absolute;
    top: 36px;
    left: -22px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bf0009;
}

.xczj .con1200 .con li{
    height: 84px;
    /* border-bottom: 1px #999 dashed; */
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}


.xczj .con1200 .con li:nth-child(-n+4){
    border-bottom: 1px #ccc dashed;
}

/* 重磅发布E 特别策划S */
.dbfc{
    background: #fff;
    padding: 10px;
    height: 740px;
    overflow: hidden;
}

.dbfc .pic {
    width: 480px;
    margin-right: 40px;
}
.dbfc .pic:first-child{
    margin-bottom: 40px;
}
.dbfc .pic img{
    width: 500px;
    height: 280px;
    display: block;
}
.dbfc .pic h3 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 5px;
    overflow: hidden;
    background: #bf0009;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1; 
    font-size: 16px;
}

.dbfc .pic h3 a {
    color: #fff;
}

.dbfc .con {
    width: 660px;
}

.dbfc .con li::before {
    content: "";
    position: absolute;
    top: 31px;
    left: -22px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bf0009;
}

.dbfc .con li {
    height: 73px;
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.4;
}
.dbfc .con li:nth-child(-n+9){
    border-bottom: 1px #ccc dashed;
}

/* 特别策划 E */

/* 手机样式 */

@media only screen and (max-width:1440px) {
    .frNav {
        display: none!important;
    }
}</pre></body></html>