@charset "utf-8";
.summary {
    color: #888888;
    text-align: justify;
}

.main {
    display: flex;
    align-items: center;
}

.mainTitle {
    font-weight: bold;
    padding-left: 32px;
    max-height: 92px;
    line-height: 92px;
    position: relative;
    overflow: hidden;
}

.mainTitle::before,
.mainTitle::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient( to right, rgba(238, 28, 37), rgba(255, 255, 255, 0));
    position: absolute;
    top: 0px;
    left: 0px;
}

.mainTitle::after {
    top: auto;
    bottom: 0px;
}

.mainText {
    margin-top: 20px;
    color: #999999;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 145px;
    line-height: 1.71;
}

.channl {
    text-align: center;
    margin-bottom: 60px;
}

.channl a {
    display: inline-block;
    padding-left: 220px;
    font-weight: bold;
    color: #ee1c25;
    position: relative;
    line-height: 1;
}

.channl a::before {
    content: '';
    display: block;
    width: 280px;
    height: 121px;
    background: url(../images/main_icon.png);
    position: absolute;
    right: 90px;
    bottom: -15px;
}

.mode01 {
    padding-bottom: 100px;
}

.modeCon {
    display: flex;
    justify-content: space-between;
}

.modeCon .lf {
    width: 55.25%;
    position: relative;
}

.modeCon .rt {
    width: 41.25%;
}

.slider-for {
    width: 100%;
    margin-bottom: 25px;
}

.slider-for li {
    position: relative;
}

.slider-for li::after {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}

.slider-for .itemTitle {
    width: 100%;
    padding: 0 24px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    color: #fff;
    z-index: 1;
}

.slickBottom {
    width: 85.067%;
}

.slider-nav {
    margin-left: -12px;
    margin-right: -12px;
}

.slider-nav a {
    display: block;
    margin: 0 12px;
}

.defArrow {
    display: flex;
    justify-content: flex-end;
    width: 90px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.defArrow div {
    width: 42px;
    height: 42px;
    background: url(../images/prev.png) no-repeat center;
}

.defArrow .prev {
    background-color: #ee1c25;
}

.defArrow .next {
    background-color: #e7c4a4;
    transform: rotateZ(180deg);
}

.modeCon .rt>a {
    color: #333;
    transition: all 0.3s ease;
}

.modeCon .rt>a:hover {
    transform: translateX(10px);
}

.mode01 .firstNew {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #ee1c25;
}

.mode01 .firstNew .title {
    line-height: 1;
}

.mode01 .firstNew .summary {
    text-indent: 2em;
    margin-top: 15px;
    line-height: 1.875;
    color: #888888;
}

.mode01 .firstNew .more {
    text-align: right;
    margin-top: 12px;
    color: #888888;
}

.mode01 .rt ul {
    margin-top: 7px;
}

.mode01 .rt ul a,
.mode04 .boxList ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 0 20px;
    border-bottom: 1px dashed #aeaeae;
    transition: all 0.35s ease;
    transform: translate3d(0px, 0px, 0);
}

.mode01 .rt ul a:hover,
.mode04 .boxList ul a:hover {
    transform: translate3d(10px, 0px, 0);
}

.mode01 .rt li:last-child a,
.mode04 .boxList ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0px;
    padding-top: 22px;
}

.mode01 .rt .info,
.mode04 ul li .info {
    width: 78.181%;
}

.mode01 .rt .date,
.mode04 .date {
    font-family: 'bahnschrift';
    font-weight: lighter;
    display: flex;
    max-width: 80px;
    align-items: baseline;
    line-height: 1;
}

.mode01 .rt li .title {
    margin-bottom: 15px;
}

.mode01 .rt li .summary {
    line-height: 1;
}

.mode01 .rt li .title,
.mode04 ul .title {
    line-height: 1;
}

.mode01 .rt li .summary， .mode04 ul .summary {
    line-height: 1;
    margin-top: 16px;
}

.mode02 {
    padding-top: 132px;
    padding-bottom: 207px;
    background: url(../images/mode02_bg.png) no-repeat top center/cover;
}

.mode02 .channl {
    margin-bottom: 0px;
}

.mode02 .modeCo {
    padding-top: 90px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mode02 .firstNew {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 67.5%;
    padding: 53px 28px 62px 24px;
    background-color: #fff;
}

.mode02 .firstNew .img {
    width: 58.026%;
}

.mode02 .firstNew .img .gp-img-responsive {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 61.4%;
}

.mode02 .info {
    width: 37.89%;
    line-height: 1;
    margin-top: 30px;
}

.mode02 .title {
    line-height: 1.666;
    color: #333;
}

.mode02 .summary {
    line-height: 1.875;
    margin-top: 10px;
    color: #888;
}

.mode02 .more {
    margin-top: 35px;
    text-align: right;
    color: #888;
}

.mode02 .rt {
    width: 30.25%;
}

.mode02 .rt a {
    display: block;
    padding: 22px 29px 20px 26px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.mode02 .rt li:hover a {
    /*     transform: translateX(10px); */
}

.mode02 .rt .title {
    line-height: 1;
    max-width: 190px;
    margin: 0 auto;
}

.mode02 .rt .title .gp-img-responsive {
    padding-bottom: 63%;
}

.mode02 .rt .summary {
    line-height: 1.875;
    margin-top: 5px;
    height: 1.875;
}

.mode02 .rt li {
    /*      margin-bottom: 17px;  */
}

.mode02 .rt li:first-child a {
    padding-bottom: 0px;
    padding-top: 30px;
}

.mode02 .rt li:last-child {
    margin-bottom: 0px;
}


/* mode03 */

.mode03 {
    position: relative;
}

.mode03 .channl {
    text-align: left;
    margin-bottom: 50px;
}

.mode03 .channl a {
    padding-left: 236px;
    line-height: 1;
}

.mode03::before,
.mode03::after {
    content: '';
    display: block;
    width: 789px;
    height: 100%;
    background: url(../images/mode03_bg.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.mode03::after {
    content: '';
    width: 334px;
    background: url(../images/mode03_bg2.png) no-repeat;
    left: auto;
    right: 0px;
}

.mode03 .gp-container {
    display: flex;
    overflow: hidden;
}

.mode03 .lf {
    width: 370px;
    padding: 180px 0 188px;
    padding-right: 20px;
    box-shadow: 0 0 50px 20px rgb(0, 0, 0, 0.06);
}

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

.mode03 .info {
    padding: 30px 25px 55px;
}

.mode03 .lf .slick-active {
    position: relative;
}

.mode03 .leftSlide .info {
    position: relative;
}

.mode03 .leftSlide .info::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.mode03 .rt {
    width: calc(100% - 370px);
    padding: 145px 0 0;
    position: relative;
}

.mode03 .rightSlide .title {
    font-weight: normal;
    text-align: justify;
    line-height: 25px;
    height: 6em;
}

.mode03 .leftSlide .title {
    font-weight: bold;
    line-height: 1.3334;
}

.mode03 .rightSlide .slick-slide .title,
.mode03 .rightSlide .slick-slide .summary {
    /* -webkit-line-clamp: 4; */
    height: 103px;
}

.mode03 .lf .slick-slide.slick-active .title {
    -webkit-line-clamp: 2;
    height: 2.8em;
    overflow: hidden;
}

.mode03 .lf .title,
.mode03 .lf.summary {
    -webkit-line-clamp: 2;
}

.mode03 .lf .title {
    font-size: 1.8rem;
}

.mode03 .rightSlide .summary {
    text-align: justify;
    -webkit-line-clamp: 5;
}

.mode03 .lf .summary {
    -webkit-line-clamp: 3;
}

.mode03 .summary {
    line-height: 27px;
    margin-top: 15px;
    color: #999999;
    height: 8.757;
}

.mode03 .date {
    margin-top: 25px;
    padding-top: 25px;
    line-height: 1;
    position: relative;
    color: #999999;
}

.mode03 .lf .slick-active .date {
    display: none;
}

.mode03 .lf .date::before {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #e7c4a4;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mode03 .slick-list {
    overflow: visible;
}

.mode03 .slick-slide {
    /* width: 210px !important; */
    /* margin-top: 60px; */
}

.mode03 .slick-slide.slick-active {
    /* width: 350px !important; */
    margin-top: 0px;
    /* transition: width 0.35s ease; */
}

.rightSlide {
    padding-left: 10px;
}

.mode03 .slick-slide .gp-img-responsive {
    /* padding-bottom: 0%; */
}

.mode03 .leftSlide .slick-slide .gp-img-responsive {
    padding-bottom: 63.71%;
}

.mode03 .rightSlide .slick-slide a {
    display: block;
    margin: 0px 19px;
    background-color: #f3f3f3;
}

.mode03 .slick-active a {
    margin: 0px;
    background-color: initial;
}

.mode03 .lf .slick-slide .info {
    /* padding: 25px 30px 60px; */
}

.mode03 .lf .slick-active .info {
    padding: 30px 25px 55px;
}

.mode03 .slick-arrow {
    position: absolute;
    bottom: 110px;
    left: 0px;
    border: none;
    font-size: 0px;
    width: 42px;
    height: 43px;
    background: #e7c4a4 url(../images/prev.png) no-repeat center;
    z-index: 99;
}

.mode03 .slick-prev {
    background: #ee1c25 url(../images/prev.png) no-repeat center;
    left: -40px;
}

.mode03 .slick-next {
    transform: rotateY(180deg);
}

.mode03Slick {
    min-height: 454px;
}

.rightSlide {
    overflow: hidden;
    position: relative;
}

.leftSlide {
    overflow: hidden;
}


/* mode04 */

.mode04 {
    background: url(../images/mode04_bg.png) no-repeat center/cover;
    padding: 120px 0 106px;
    min-height: 806px;
}

.mode04 .tab {
    position: relative;
}

.mode04 .boxTitleList {
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 10;
}

.mode04 .boxList {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 60.667%;
    background-color: #fff;
    border: 3px solid #ee1c25;
    padding: 37px 33px 30px 55px;
}

.mode04 .boxTitle {
    transition: all 100ms ease;
    opacity: 0.5;
    padding: 55px 0px 50px;
    padding-right: 84px;
    margin-bottom: 10px;
    position: relative;
}

.mode04 .boxTitle.on a {
    font-weight: bold;
}

.mode04 .boxTitle a {
    padding-left: 275px;
    font-weight: normal;
}

.mode04 .boxTitle::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 33px;
    left: 0px;
}

.mode04 .channl {
    margin-bottom: 0px;
}

.mode04 .boxTitle.on {
    opacity: 1;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.mode04 .boxTitle.on::after {
    content: '';
    display: block;
    width: 6px;
    height: 36px;
    background-color: #ee1c25;
    position: absolute;
    right: 0px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.mode04 .box>a {
    display: flex;
}

.mode04 .img {
    width: 294px;
    margin-right: 24px;
    flex-shrink: 0;
}

.mode04 .img .gp-img-responsive {
    padding-bottom: 62.588%;
}

.mode04 .fyears .img {
    width: 100%;
}

.mode04 .fyears .img .gp-img-responsive {
    padding-bottom: 62.496%;
}

.mode04 .img .title {
    margin: 10px 0 0 0
}

.mode04 .video .img {
    width: 100%;
    margin: 0px;
}

.imgIn {
    position: relative;
    width: 98.421%;
}

.imgIn .gp-img-responsive {
    padding-bottom: 62.5%;
}

.clock {
    position: absolute;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px)
}

.fyears {
    overflow: hidden;
}

.fyears dd {
    width: 45%;
    float: left;
    margin: 7px 15px 26px 3px;
}

.fyears dd:nth-child(even) {
    float: right;
}

.mode04 .info {
    width: calc(100% - 318px);
    /* padding-top: 20px; */
}

.mode04 .box>a .info {
    margin-top: 20px;
}

.mode04 .title {
    line-height: 1;
    height: 1em;
    overflow: hidden;
}

.mode04 .info .summary {
    line-height: 1.375;
    margin-top: 17px;
    color: #888888;
    height: 2.75em;
    overflow: hidden;
}

.mode04 .info .date {
    margin-top: 24px;
}

.mode04 .box>a .date {
    float: right;
    margin-right: 12px;
}

.mode04 .box>a:hover .date {
    color: #222;
}

.mode04 ul li .info {
    width: calc(100% - 110px);
}

.mode04 ul .info .summary {
    line-height: 1;
    height: 1em;
}

.mode04 .boxList ul a {
    border-bottom: none;
    padding: 33px 0px 25px;
}

.mode04 .box {
    display: none;
}

.groupBg {
    /* padding-bottom: 73px; */
    padding-bottom: 100px;
    background: url(../images/mode06_bg1.png) no-repeat bottom center;
    background-size: 100% auto;
}


/* mode05 */

.mode05 {
    padding: 164px 0 193px;
}

.mode05 .img {
    max-width: 189px;
    border-radius: 50%;
    /* overflow: hidden; */
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.mode05 .img::after {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.mode05 .gp-img-responsive {
    padding-bottom: 100%;
    border-radius: 50%;
}

.mode05 ul {
    margin-left: -6px;
    margin-right: -6px;
}

.mode05 li a {
    display: block;
    margin: 0 6px;
    padding: 45px 55px 35px;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.03);
    border: 2px solid rgba(233, 233, 233, .6);
}

.mode05 li:hover a {
    border: 2px solid #ee1c25;
}

.mode05 li .name {
    line-height: 25px;
    padding-top: 20px;
    position: relative;
}

.mode05 li:hover .name {
    color: #222;
    font-weight: bold;
}

.mode05 li:hover .name::before {
    content: '';
    display: block;
    width: 39px;
    height: 16px;
    background: url(../images/mode05_bf_icon.png) no-repeat center;
    position: absolute;
    left: -52px;
    bottom: 0px;
}

.mode05 li .text {
    color: #888888;
    line-height: 1.875;
    margin-top: 15px;
}

.mode05 li .text span {
    display: block;
}


/* mode06 */

.mode06 {
    /* padding-bottom: 117px;
    background: url(../images/mode06_bg.png) no-repeat bottom center; */
}

.mode06 .channl {
    text-align: left;
    margin-bottom: 0px;
}

.mode06 .channl a::before {
    right: 160px;
}

.mode06 ul {
    overflow: hidden;
    padding-bottom: 90px;
}

.mode06 ul li {
    position: relative;
}

.mode06 ul li:last-child .summary {
    -webkit-line-clamp: 3;
}

.mode06 ul li::before {
    content: '';
    display: block;
    width: 1px;
    height: 300%;
    background-color: #fabd7e;
    position: absolute;
    left: 5px;
    top: 26px;
}

.mode06 ul li::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fabd7e;
    position: absolute;
    left: 0px;
    top: 20px;
}

.mode06 ul a {
    display: block;
    margin: 0 20px;
}

.mode06 .time {
    color: #da0b12;
    font-family: 'DFPLiJinHeiW8-GB', '华康俪金黑W8(P)';
    line-height: 1;
}

.mode06 .title {
    line-height: 1.6667;
    transition: all 350ms ease;
    margin-top: 15px;
}

.mode06 li:hover .title {
    color: #222;
    font-weight: bold;
}

.mode06 .summary {
    line-height: 1.875;
    margin-top: 13px;
    transition: all 350ms ease;
}

.mode06 li:hover .summary {
    text-indent: 0.8em;
}

.mode06 ul li:nth-of-type(1) {
    margin-top: 220px;
}

.mode06 ul li:nth-of-type(2) {
    margin-top: 150px;
}

.mode06 ul li:nth-of-type(3) {
    margin-top: 70px;
}


/* 响应式样式 */

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

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

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

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

@media screen and (max-width:1240px) {
    .modeCon {
        display: block;
    }
    .modeCon .lf,
    .modeCon .rt {
        width: 100%;
    }
    .modeCon .rt {
        margin-top: 40px;
    }
    .mode03 .lf {
        box-shadow: none;
        width: 500px;
    }
    .mode03 .slick-slide.slick-active {
        width: 500px;
    }
    .mode04 .boxTitle.on {
        padding-right: 0px;
    }
    .mode04 .boxTitle a {
        padding-left: 230px;
    }
    .mode05 li a {
        padding: 45px 30px 35px;
    }
    .mode06 ul li:nth-of-type(1) {
        margin-top: 140px;
    }
    .mode06 ul li:nth-of-type(2) {
        margin-top: 100px;
    }
    .mode06 ul li:nth-of-type(3) {
        margin-top: 40px;
    }
    .groupBg {
        padding-bottom: 120px;
    }
    .mainText {
        margin-bottom: 100px;
    }
    .mode02 .modeCo {
        padding-top: 30px;
    }
    .mode03 .lf {
        padding: 130px 0 130px;
    }
    .mode03 .rt {
        width: calc(100% - 500px);
        padding: 100px 0 0px;
    }
    .mode03 .slick-slide {
        /* margin-top: 100px; */
    }
    .mode04 {
        padding: 100px 0 80px;
    }
    .mode05 {
        padding: 100px 0 120px;
    }
    .mode01 .rt .info {
        width: calc(100% - 100px);
    }
    .mode02 .rt li {
        margin-bottom: 10px;
    }
    .mode02 .rt a {
        padding: 25px 29px 15px 26px;
    }
    .mode04 .boxTitleList {
        left: 20px;
    }
    .mode04 .boxList {
        right: 20px;
    }
}

@media screen and (max-width:1200px) {
    .mode02 .rt a {
        padding: 22px 29px 15px 26px;
    }
}

@media screen and (max-width:1100px) {
    .mode04 .boxTitleList {
        left: 0px;
    }
    .mode04 .boxList {
        right: px;
    }
}

@media screen and (max-width:1080px) {
    .mode04 {
        padding: 60px 0 80px;
    }
    .mode04 .boxTitleList {
        position: relative;
        left: 0px;
        top: 0px;
        display: flex;
        justify-content: space-between;
    }
    .mode04 .boxList {
        position: relative;
        top: 0px;
        right: auto;
    }
    .mode04 .boxTitle {
        /* width: 45%; */
        padding: 30px 0px;
    }
    .mode04 .channl {
        /* padding-right: 40px; */
        text-align: left;
    }
    .mode04 .boxList {
        width: 100%;
    }
    .mode05 ul li {
        width: 50%;
        margin-bottom: 10px;
    }
    .mode05 li a {
        padding: 30px 20px;
    }
    .mode03 .slick-slide.slick-active+li {
        margin-left: 0px;
    }
    .mode04 .boxTitle a {
        padding-right: 20px;
    }
    .mode04 .channl a::before {
        right: 100px;
    }
    .mode04 .info {
        padding-top: 0px;
    }
}

@media screen and (max-width:1024px) {
    .mode03 .gp-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .mode03 .rt {
        width: 100%;
        padding: 80px 0 0px;
    }
    .mode03 .lf {
        width: 100%;
        padding: 0px 0 10px;
    }
    .rightSlide {
        display: none;
    }
    .mode03Arrow {
        display: none;
    }
    .mode03 .channl {
        text-align: center;
    }
    .mode03 .slick-slide {
        margin-top: 0px;
    }
    .mode03 .slick-arrow {
        bottom: 30px;
        right: -100px;
    }
    .mode03 .slick-prev {
        right: -58px;
    }
    .channl {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:997px) {
    .content {
        padding-top: 80px;
    }
    .mode03::before,
    .mode03::after {
        max-width: 100%;
    }
    .mode06 ul li {
        margin-top: 40px !important;
    }
    .mode02 .modeCo {
        display: block;
    }
    .mode02 .firstNew,
    .mode02 .rt {
        width: 100%;
    }
    .mode02 .rt {
        margin-top: 10px;
    }
    .mode02 {
        padding-bottom: 160px;
    }
    .mode03 .lf {
        width: 100%;
        padding: 0;
    }
    .mode03 .lf .slick-slide .title {
        height: auto;
    }
    .mode04 .boxTitle::after {
        display: none;
    }
    .mode03 .slick-slide .gp-img-responsive {
        padding-bottom: 63.71%;
    }
    .mode03 .slick-slide a {
        background-color: #fff;
    }
}

@media screen and (max-width:930px) {
    .mode04 .boxTitleList {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .mode02 .modeCo {
        display: block;
        padding-top: 0px;
    }
    .slider-for .itemTitle {
    width: 100%;
    padding: 0 24px;
    position: absolute;
    bottom: 15px;
    left: 0px;
    color: #fff;
    z-index: 1;
    }
    .mode02 .firstNew,
    .mode02 .rt {
        width: 100%;
    }
    

    .fyears dd {
        width: 45%;
        float: left;
        margin: 10px 6px 5px 5px;
    }
    .mode02 {
        padding: 90px 0px;
    }
    .mode04 .boxList {
        padding: 20px;
    }
}

@media screen and (max-width:680px) {
    .mode01 {
        padding-bottom: 40px;
    }
    .mode02 {
        padding-top: 100px;
    }
    .mode04 .box>a,
    .mode02 .firstNew {
        display: block;
    }
    .mode04 .info,
    .mode04 .img,
    .mode02 .firstNew .img,
    .mode02 .info {
        width: 100%;
    }
    .mode04 .info {
        overflow: hidden;
    }
    .mode04 .boxList ul a {
        padding: 15px 0;
    }
    .mode02 .firstNew {
        padding: 20px;
    }
    .mode02 .more {
        margin-top: 15px;
    }
    .slider-nav,
    .defArrow {
        display: none;
    }
}

@media screen and (max-width:540px) {
    .mode05 ul li {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .mode02 .more {
        margin-top: 0px;
    }
    .mode02 .rt a {
        padding: 20px;
    }
    .channl a::before {
        background-size: cover;
        width: 231px;
        height: 100px;
    }
    .channl a,
    .mode03 .channl a {
        padding-left: 170px;
    }
    .mode04 .boxTitle a {
        padding-left: 190px;
    }
    .mode06 ul {
        padding-bottom: 40px;
    }
    .groupBg {
        padding-bottom: 60px;
    }
    .mode03 .lf .slick-slide .title,
    .mode03 .lf .slick-slide .summary {
        -webkit-line-clamp: 2;
    }
    .channl a {
        font-size: 3rem;
    }
}

@media screen and (max-width:414px) {
    .channl a::before {
        display: none;
    }
    .channl a,
    .mode03 .channl a,
    .mode04 .boxTitle a {
        padding-left: 0px;
    }
    .mode06 .channl {
        text-align: center;
    }
    .mode04 .boxTitle {
        padding: 15px 0;
    }
    .mode05 {
        padding: 50px 0;
    }
    .mode04 ul li .info {
        width: calc(100% - 90px);
    }
    .mode03Slick {
        min-height: unset;
    }
    .content,
    .mode02,
    .mode03 .rt {
        padding-top: 40px;
    }
    .mainText {
        margin-bottom: 40px;
    }
    .mode04 {
        padding-bottom: 40px;
    }
}

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