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

.indexContent {
    padding-top: 6px;
    margin-top: -6px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
/* row01 */
.row01{ width: 16.2rem; margin: 0 auto; position: relative; z-index: 1;}
.title, .summary{ text-align: justify;}
.mode01{ overflow-y: hidden; margin-right: -0.06rem; padding-right: 0.06rem;}
.mode01 .modeLf{ width: 11.2rem; flex-shrink: 0; overflow: hidden;}
/* .mode01 .modeLf li{ max-height: 1.35rem !important;} */
.mode01 .modeLf a{ display: block; position: relative;}
.mode01 .modeLf .infoBox{ width: 100%; height: 2.25rem; padding: 0.49rem 0.4rem 0.4rem; box-sizing: border-box; background: url(../images/row01_black.png) no-repeat center bottom; color: #fff; background-size: 100% 100%; position: absolute; bottom: 0px; left: 0px;}
.mode01 .modeLf .channel{ display: inline-block; color: #fff; line-height: 1; font-size: 0.18rem; padding: 10px 15px; background-color: #00873c;}
.mode01 .modeLf .title{ color: #fff; font-size: 0.24rem; font-weight: bold; line-height: 1; margin-top: 0.2rem; box-sizing: border-box;}
.mode01 .modeLf .summary{ color: #fff; font-size: 0.16rem; line-height: 1.625; margin-top: 0.15rem; box-sizing: border-box;}
.mode01 .modeLf .gp-img-responsive{ padding-bottom: 56.25%; height: 0; position: relative;}
.mode01 .modeLf .gp-img-responsive img{ width: 100%; height: auto; position: absolute; left: 50%; transform: translateX(-50%);}
.mode01 .modeRt{ width: 5.3rem; max-height: 6.75rem; overflow: visible !important;}
.mode01 .modeRt ul{ position: relative;}
.mode01 .modeRt .img{ width: 2.24rem; flex-shrink: 0; line-height: 1; font-size: 0rem; transition: all 0.35s ease;}
.mode01 .modeRt .title{ line-height: 1.666; font-weight: bold; color: #222;}
.mode01 .modeRt .date{ font-size: 0.16rem; line-height: 1; color: #999; margin-bottom: 0.1rem; transition: margin-bottom 0.35s ease;}
.mode01 .modeRt li.on .title, .mode01 .modeRt li.on .date{ color: #fff;}
.mode01 .modeRt .gp-img-responsive{ padding-bottom: 56.25%;}
.mode01 .modeRt .textBox{ width: calc(100% - 2.24rem); max-height: 1.35rem; background: #fff; padding: 0.22rem 0.33rem 0.23rem; border: 1px solid #e5e5e5; box-sizing: border-box; transition: all 0.35s ease;}
.mode01 .modeRt li &gt; a{ position: relative;}
.mode01 .modeRt li &gt; a::before{ content: ''; display: block;
    position: absolute; left: 0rem; top: 0rem; right: 0rem; bottom: 0rem; z-index: -1;}
.mode01 .modeRt li.on &gt; a::before{ background: #976c08; left: -0.2rem; top: -0.06rem; right: -0.06rem; bottom: -0.06rem; z-index: 1;}
.mode01 .modeRt li.on .img, .mode01 .modeRt li.on .textBox{ position: relative; z-index: 10;}
.mode01 .modeRt li.on .textBox{ background: #976c08; color: #fff; border-color: #976c08;}
.mode01 .dots{ display: none;}

.jspContainer{ overflow: visible;}
.scroll-pane .jspVerticalBar { display: none;}
.scroll-pane.on .jspVerticalBar { display: none; z-index: 1; right: 0rem;}
.jspPane{ margin-left: 0rem !important;}
.jspTrack{ background: #fff;}
.jspDrag{ background: #976c08;}


.itemInfo {
    padding: 16px 30px 28px;
    background-color: #fff;
    display: flex;
    min-height: 109px;
}

.videoIcon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/mode01_icon.png) no-repeat center/cover;
}

.itemTitle {
    display: inline-block;
    width: calc(100% - 146px);
    padding: 7px 20px 0px;
    font-weight: bold;
}

li:hover .itemTitle {
    color: #333;
}

.itemDate {
    display: inline-block;
    width: 110px;
    font-weight: bold;
    color: #00863b;
    margin-bottom: 22px;
    height: 28px;
    margin-top: 10px;
    position: relative;
}

.itemDate span {
    line-height: 1;
}

.itemDate::after {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    background-color: #00863b;
    position: absolute;
    right: 0px;
    bottom: -22px;
}

.slick-dots {
    position: absolute;
    bottom: 28px;
    left: 86px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 1;
}

.slick {
    position: relative;
    /* z-index: 50; */
}

.slick::after {
    content: '';
    display: block;
    width: 93.2%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 32px;
    left: 30px;
}

.slick-dots li {
    font-size: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00863b;
    opacity: 0.3;
    margin-right: 18px;
    transition: all 0.35s ease;
}

.slick-dots li button {
    background-color: initial;
    border: none;
    outline: none;
    font-size: 0px;
}

.slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

.channlTitle a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.channlTitle .title {
    font-weight: bold;
    line-height: 1;
}

.channlTitle .more {
    color: #999999;
    vertical-align: bottom;
}


.mode02 {
    width: 32.214%;
}

.mode02 ul {
    position: relative;
    margin-top: 13px;
}

.mode02 ul::before {
    content: '';
    display: block;
    height: 200%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mode02 ul::after {
    content: '';
    display: block;
    width: 200%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mode02 ul .date {
    font-family: 'Agency';
    font-weight: bold;
    color: #00873b;
    width: 115px;
    padding-left: 26px;
    text-align: center;
    background: #fff url(../images/mode02_icon.png) no-repeat;
    background-position: 30% 45%;
    line-height: 28px;
    max-height: 28px;
    transition: all 0.3s ease;
}

.mode02 ul .title {
    padding: 11px 0px 0px 30px;
    margin-bottom: 25px;
    line-height: 16px;
}

.mode02 li a {
    display: block;
    border-left: 1px solid #00863b;
    transition: border-left 0.3s ease;
}

.mode02 li {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 18px;
    position: relative;
}

.mode02 li:hover a {
    border-left: 4px solid #00863b;
}

.mode02 li:hover .date {
    background-color: #a2622a;
    color: #fff;
    background: #a2622a url(../images/mode02_icon_white.png) no-repeat;
    background-position: 30% 45%;
}

.mode02 li:hover .title {
    font-weight: bold;
    color: #333;
}

/* row02 */
.row02 {
    position: relative;
    z-index: 10;
    /* background-color: #fff; */
    padding: 110px 0px 163px;
}

.mode03 .gp-img-responsive {
    padding-bottom: 56.325%;
}

.tabTitle {
    height: 94px;
    padding: 29px 10px 28px;
    background: url(../images/row02_bg.png);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.tabTitle::before {
    content: '';
    display: block;
    width: 85.71%;
    height: 100%;
    background: url(../images/row02_bg_shadow.png) no-repeat center/cover;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.boxTitle {
    position: relative;
    top: 0px;
    right: 0px;
    min-width: 107px;
    min-height: 36px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.102);
    transition: transform 0.35s ease, top 0.35s ease, padding 0.35s ease;
}
.boxTitle:first-child{
    margin-left: 60px;
}
.boxTitle:first-child.on{
    margin-left: 0px;
    margin-right: 10px;
}
.boxTitle:last-child{
    margin-right: 60px;
}
.boxTitle:last-child.on{
    margin-right: 0px;
    margin-left: 10px;
}

.boxTitle a {
    display: block;
    padding: 10px 20px;
    transition: padding 0.35s ease, background-color 0.35s ease, background-color 0.35s ease;
    /* transition: padding 3s ease,background-color 3s ease ,background-color 3s ease; */
    white-space: nowrap;
    line-height: 1;
}

.boxTitle.on {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    top: 22px;
    right: 0px;
    z-index: 10;
}

.boxTitle.on a {
    /* position: absolute;
    top: 10px;
    left: -50%;
    background-color: #fff; */
    color: #005826;
    border-radius: 0px;
    font-weight: bold;
    padding: 23px 52px;

}

.boxTitle:hover a {
    color: #fff;
}

.boxTitle.on:hover a {
    color: #00863b;
}

.box {
    display: none;
}

.box ul {
    margin-left: -12px;
    margin-right: -12px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.35s ease;
}

.box.on ul {
    animation-name: effect1;
    -webkit-animation-name: effect1;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
}

.box ul li{
    transition: all 0.3s ease;
}
.box ul li:hover{
    transform: translateY(-10px);
}

@keyframes effect1 {
    from {
        opacity: 0;
        transform: translateY(70px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes effect1 {
    from {
        opacity: 0;
        transform: translateY(70px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.box li&gt;a {
    display: block;
    margin: 0 12px;
}

.boxList {
    margin-top: 35px;
}

.box .info {
    background: #fff;
    padding: 7px 31px 32px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.box .info .date {
    color: #999999;
    line-height: 17px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 16px;
}

.box .info .date::before {
    content: '';
    display: block;
    width: 18px;
    height: 17px;
    background: url(../images/mode02_icon.png) no-repeat center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.box .info .title {
    line-height: 1.375;
    min-height: 2.75em;
}

.box .more {
    width: 154px;
    border-radius: 6px;
    background-color: #d9ad4e;
    margin: 0 auto;
    margin-top: 23px;
    transition: all 0.35s ease;
}

.box .more a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 11px 0px 12px;
    line-height: 1;
}

.box .more:hover {
    transform: translateY(-5px);
}





/* 响应式样式 */
@media screen and (max-width:1700px){
}

@media screen and (max-width:1600px){
    .mode01 .modeRt .textBox{ padding: 15px 20px;}
    
}

@media screen and (max-width:1480px) {
    
    .tabTitle{  justify-content: center; flex-wrap: wrap; height: auto; padding: 15px 10px 15px;}
    .boxTitle:first-child{ margin-left: 0px;}
    .boxTitle:last-child{ margin-right: 0px;}
    .boxTitle.on{ top: 0px;}
    .boxTitle.on a{ padding: 15px 30px;}
    .mode02 li, .mode02 ul .title{ margin-bottom: 15px;}
    .row02{ padding: 60px 0px 163px;}
    
}

@media screen and (max-width:1400px) {
    
}

@media screen and (max-width:1280px) {
    
}

@media screen and (max-width:1200px) {
    .row01{ width: 100%; padding: 0 20px; box-sizing: border-box;}
    .mode01 .modeRt li.on &gt; a::before{ left: -10px !important;}
}

@media screen and (max-width:1100px) {
    .mode02 li, .mode02 ul .title{ margin-bottom: 8px;}
    .row02{ padding: 40px 0 130px;}
}
@media screen and (max-width:1080px) {
  .mode02{ width: 100%;}
  .mode02{ margin-top: 30px;}
  .box ul li{ width: 50%; margin-bottom: 10px;}

  
  .row01{ width: 100%; padding: 0 40px; box-sizing: border-box;}
  .mode01 .modeRt{ display: none;}
  .mode01 .modeLf{ width: 100%; padding-bottom: 20px; position: relative;}
  .mode01 .modeLf .infoBox{ position: relative; background: none; color: #121212; height: unset; padding: 15px 0;}
  .mode01 .modeLf .title{ color: #121212; font-size: 18px; margin-top: 15px; line-height: 1.333;
      text-overflow: inherit; white-space: normal;}
  .mode01 .modeLf .summary{ color: #121212; font-size: 16px; margin-top: 15px; line-height: 24px;}
  .mode01 .dots{ display: block; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); z-index: 3;}
  .mode01 .dots span{ display: inline-block; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background: #C3C3C3;
      margin: 0 10px; width: 15px; height: 15px; transition: background 0.35s ease;}
  .mode01 .dots span.swiper-pagination-bullet-active{ background: #00873c;}
  .mode01 .modeLf .gp-img-responsive{width: 100%;height: 0;padding-bottom: 56.25%;}
  .mode01 .modeLf .gp-img-responsive img{ width: 100%; height: auto; max-width: 100%; max-height: unset;}
  .mode01 .modeLf .channel{ font-size: 16px; line-height: 40px; padding: 0 20px;}
  .mode01 .modeLf .summary{ -webkit-line-clamp: 4;}
  .mode01 .modeLf li::after{ display: none;}

}

@media screen and (max-width:1024px) {
    .mode01 .modeLf .summary{ line-height: 1.5;}

}
@media screen and (max-width:997px) {
    .mode01 .modeRt .title{ line-height: 27px;}
    
}

@media screen and (max-width:900px) {

}
@media screen and (max-width:767px) {
    .mode01 .dots{ width: 100%; text-align: center;}
    .gp-container{ padding-left: 0; padding-right: 0px;}
    .row01{ padding: 0 30px;}
    
}

@media screen and (max-width:680px) {
    .box ul li{ width: 100%;}
    .mode02 ul .title{ padding-left: 10px;}
    .box .info{ padding: 15px 15px 20px;}
    .boxTitle.on{ font-size: 18px;}
}

@media screen and (max-width:540px) {
    .videoIcon{ display: none;}
    .itemInfo{ padding: 15px 15px 28px;}
    .itemTitle{ padding: 7px 0px 0px; width: calc(100% - 60px);}
    .box .more{ margin-top: 10px;}
    .gp-container{ margin-left: 15px; margin-right: 15px;}
    .row01{ padding: 0 15px;}
}

@media screen and (max-width:479px) {
    .mode01 .modeLf{ padding-bottom: 30px;}
    .mode01 .dots span{ margin: 0 5px;}

    .boxTitle.on{ font-size: 16px;}
    .itemInfo{ display: block;}
    .itemTitle, .itemDate{ width: 100%;}
    .itemDate{ text-align: right;}
    .itemDate::after{ bottom: -18px;}
}

@media screen and (max-width:380px) {

}</pre></body></html>