﻿@charset "utf-8";
@import url('global.css');
@import url('model/swiper.css');

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
}

body {
    background-color: #fff
}

.KV_story {
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.KV_story img {
    width: 100%;
    display: block
}

.story_list {
    width: 100%;
    padding: 0px 0px 30px 0px;
    overflow: hidden;
    background-color: #dadada
}

.story_list li {
    width: 1200px;
    height: 184px;
    margin-bottom: 20px;
    overflow: hidden
}

.story_list li a {
    position: relative;
    display: block
}

.story_list li a:after {
    content: "了解详情 >";
    position: absolute;
    bottom: 20px;
    left: 45px;
    display: inline-block;
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #2e2624;
    color: #fecc33;
    font-size: 14px;
    transition: all .25S;
}

.story_list li:hover a:after {
    bottom: 22px
}

.story_list li .content {
    display: block;
    background-color: rgba(0, 0, 0, .5);
    width: 600px;
    height: 184px;
    position: absolute;
    top: 0;
    left: 0
}

.story_list .title {
    border-left: 2px solid white;
    display: block;
    width: 80%;
    line-height: 1.25;
    padding-left: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 35px auto 10px 45px
}

.story_list .desc {
    color: #fff;
    font-size: 14px;
    display: block;
    margin: 10px auto 5px 45px;
}

.story_detail {
    width: 100%;
    background-color: #fff
}

.story_detail .warp {
    width: 1200px;
    overflow: hidden;
    background-color: white;
    padding: 20px 50px 50px 50px
}

.story_detail .title {
    line-height: 30px;
    font-size: 28px;
    color: #2e2624;
    padding: 10px 0 15px 0;
}

.story_detail .title:before {
    content: "|";
    padding-right: .5em
}

.story_detail .content {
    width: 870px;
    float: left;
    line-height: 18px;
    color: #333;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: normal;
    text-align: justify;
    text-justify: inter-ideograph
}

.story_detail .content img {
    width: 100%;
}

.story_detail .content p {
    margin-top: 1em;
    margin-bottom: 1em
}

.story_detail .side {
    width: 210px;
    float: right;
}

.story_detail .side a,
.story_detail .side img {
    width: 100%;
    display: block
}

.story_detail .side a {
    margin-bottom: 40px;
    transition: all .25S;
    opacity: .2
}

.story_detail .side a:hover,
.story_detail .side a.current {
    opacity: 1
}




.financial .side {
    width: 210px;
    float: right;
}

.financial .side a,
.financial .side img {
    width: 100%;
    display: block
}

.financial .side a {
    margin-bottom: 40px;
    transition: all .25S;
    opacity: .2
}

.financial .side a:hover,
.financial .side a.current {
    opacity: 1
}

.financial {
    width: 100%;
    background-color: #dadada
}

.financial .warp {
    overflow: hidden;
    background-color: white;
    padding: 20px 50px 50px 50px
}

.financial .title {
    line-height: 30px;
    font-size: 28px;
    color: #2e2624;
    padding: 10px 0 15px 0;
}

.financial .title:before {
    content: "|";
    padding-right: .5em
}

.financial .content {
    line-height: 2;
    font-size: 14px;
    color: #333;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: normal;
    text-align: justify;
    text-justify: inter-ideograph
}

.financial .content p {
    padding-bottom: 1em
}

.financial .content a {
    color: #133fb1;
    border-bottom: 1px solid #133fb1
}


._lep {
    width: 100%;
    background-color: #dadada
}

._lep .warp {
    overflow: hidden;
    background-color: white;
    padding: 20px 50px 50px 50px
}

._lep .title {
    line-height: 30px;
    font-size: 28px;
    color: #2e2624;
    padding: 10px 0 15px 0;
}

._lep .title:before {
    content: "|";
    padding-right: .5em
}

._lep .content {
    line-height: 2;
    font-size: 14px;
    color: #333;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: normal;
    text-align: justify;
    text-justify: inter-ideograph
}

._lep .content h3,
._lep .content p {
    padding: 0 25px 0 25px
}

._lep .content a {
    color: #133fb1;
    border-bottom: 1px solid #133fb1
}


._lep .content .box {
    background-color: #f5f5f5;
    overflow: hidden;
}

._lep .content .box.l {
    float: left;
    width: 49%;
    height: 286px
}

._lep .content .box.r {
    float: right;
    width: 49%;
    height: 286px
}

._lep .content .box.c li {
    float: left;
    width: 33%
}

._lep .content .box h3 {
    padding: 15px 0 0 25px
}

._lep .content .box ul {
    list-style: none;
    padding: 0 25px 15px 25px;
    overflow: hidden
}

.newwrap {
    width: 1180px;
    margin: 0 auto;
    padding: 0 60px;
}

.banner {
    width: 1180px;
    margin: 0 auto;
}

.banner img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 45px;
    height: 8px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    width: 45px;
    height: 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}

.detail {
    padding-top: 30px;
    padding-bottom: 30px;
}

.detail-title {
    font-size: 28px;
    color: #ffcc00;
    line-height: 1.4;
    position: relative;
    padding-left: 15px;
    font-weight: 600;
}

.detail-title::before {
    content: "";
    display: block;
    height: 27px;
    width: 4px;
    background: #ffcc00;
    position: absolute;
    left: 0;
    top: 9px;
}

.detail p {
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.6;
}

.detail h3 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
    color: #000;
}
.detail .fourOnTwo{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    /* align-items: center; */
    justify-content: center;
}
.detail .fourOnTwo li{
    margin:0 15px;
}
/* .detail .fourOnTwo li img{
    width: 60%;
} */
.about-cba {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.about-cat {
    width: 1180px;
    padding: 60px 60px;
    background: url(../../news/img/news-detail-bg.png);
    background-size: 100% 100%;
    margin: 30px auto 0 auto;
}

.about-cat h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
}

.about-cat p {
    color: #fff;
}

.about-cat a {
    color: #ffd52f;
}

.video {
    color: #ffd52f;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.video::before {
    content: "";
    display: block;
    background: url(../../news/img/news-detail-video.png) no-repeat;
    width: 25px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wrap {
    width: 1180px;
    margin: 0 auto;
    padding: 0 60px;
}

.wrap p a {
    font-weight: 600;
    color: #000;
}
.wrap p a.link{
    color: #ffd52f;
    text-decoration: underline;
}
.wrap p a.link img{
    transition: all 0.5s;
}
.wrap p a.link:hover{
    color: #ffd52f;
    text-decoration: underline;
}
.wrap p a.link:hover img{
    /* margin-left: 5px; */
}

#side .boxpd {
    padding: 0 60px;
}

.goPhotos {
    font-size: 18px;
    margin-top: 20px;
    display: block;
}

.newsList ul li h4 {
    min-height: 48px;
}

.news-video {
    border: 4px solid #ffc40e;
    position: relative;
    margin-top: 35px;
}

.news-video video {
    width: 100%;
    object-fit: fill;
    display: block;
}

.play_video {
    width: 88px;
    height: 88px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.goVideoPage {
    font-size: 18px;
    color: #898989;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    padding-left: 38px;
    cursor: default;
}

.goVideoPage:hover,
.goPhotoPage:hover {
    color: #898989;
}

.goVideoPage::before {
    content: "";
    display: block;
    width: 28px;
    height: 23px;
    background: url(../../news/img/news-shot.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.imgbox1 {
    display: grid;
    grid-template-columns: 1.33fr 2fr;
    grid-gap: 5px;
}

.imgbox2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.imgbox3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.imgbox3 .span {
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: center;
}

.imgbox3 .spans {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: center;
}

.imgbox4 {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    grid-gap: 5px;
}

.bold {
    font-size: 15px;
    font-weight: 600;
    color: #fac000;
}

 .detail .imgtag {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

.imgbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.imgbox>img:not(:last-child) {
    margin-right: 20px;
}

.imgbox>img:last-child {
    margin-left: 20px;
}
.imgbox>.img{
    width: 40%;
}
.imgbox>.img:not(:last-child) {
    margin-right: 20px;
}

.imgbox>.img:last-child {
    margin-left: 20px;
}
.detail .img_add_txt{
    width: 100%;
}
.detail .img>.img_add_txt p{
    text-align: left;
}
.detail .second-title {
    font-weight: 600;
    text-align: left;
    font-size: 18px;
}
.newsImgW60{width: 60%;display: block;margin: 15px auto;}

/**/
.perkins-detail{
    padding: 0;
   
}

.perkins-detail .wrap{
    padding: 0;
     display: flex;
    justify-content: center;
    align-items: center;
}


.perkins-detail .about-cat{
    margin-top: 0;
}

.perkins-body{
    margin-top: 0 !important;
}