﻿.index-marketing{
    width: 1200px;
    max-width: 100%;
    display: block;
    font-size: 0;
    margin: 0 auto;
    padding-bottom: 100px;
}
.main-title-block{
    text-align: center;
    display: block;
    margin: 80px 0;
}
.main-title-box{
    display: inline-block;
    position: relative;
}

.main-title{
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    padding-right: 20px;
    transform: skewX(-10deg);
}
.main-title-line{
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #61c1be;
}

.main-title-line:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #61c1be;
    border-left: 8px solid transparent;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.marketing-list{
    width: 280px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 26px;
}
.marketing-list:nth-child(4n+4){
    margin-right: 0;
}
.marketing-list-img-box{
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    position: relative;
}
.marketing-list-info-title{
    font-size: 16px;
    font-weight: bold;
    color: #61c1be;
    letter-spacing: 1px;
    overflow: hidden;
    margin-top: 10px;
    height: 25px;
    overflow: hidden;
    transition: all .5s ease;
}

.marketing-list-article{
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
    height: 75px;
    overflow: hidden;
    transition: all .5s ease;
}
/*----------------------------------*/
.marketing-block{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
}

.marketing-block .marketing-list{
    margin-bottom:30px; 
    text-align: left;
}

.marketing-block .marketing-list-info-title{
    text-align: left;
}
/*--------------page-------------------*/
.marketing-page-block{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    padding: 80px 0;
    overflow: hidden;
}
.marketing_page_left{
    width: 800px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.marketing_page_right{
    width: calc(100% - 800px);
    display: inline-block;
    vertical-align: top;
}

.marketing_page_left .main-title-block{
    text-align: left;
    margin: 0;
}
.marketing_page_left .main-title{
    font-size: 16px;
    color: #888888;
    font-weight: 500;
}

.marketing_page_title{
    font-size: 24px;
    font-weight: bold;
    transform: skewX(-10deg);
    margin-top: 15px;
    transition: all 1s ease;

}
.marketing_page_img{
    margin-top: 15px;
}

.marketing_page_img-slick-box{
    width: 80%;
    margin-top: 25px;
}
.marketing_page_img-slick-list{
    width: calc((95vw - 5px) / 2);
    margin-right: 15px;
}
.marketing_page_img-slick-list-img{
    position: relative;
    padding-top: 180%;
    overflow: hidden;

}
.marketing_page_img-slick-list-img img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.marketing_page_img-slick-list-text{
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 5px;
}

.marketing-page-edit-box{
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
    letter-spacing: 1px;
}
.marketing-page-info-recent-more{
    font-size:16px;
    font-weight: bold;
    color: #000; 
    transform: skewX(-10deg);
    text-align: center;
     width: 280px;
    max-width: 100%;
    display: block;
    float: right;
    transition: all .5s ease;
}


.marketing-page-info-list-box{
    margin-top: 15px;
    width: 280px;
    max-width: 100%;
    display: block;
    float: right;
    transition: all .5s ease;
}
.marketing-page-info-list{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.marketing-page-info-list-img{
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
}
.marketing-page-more-list-title{
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 22px;
    overflow: hidden;
    transition: all .5s ease;
}
.marketing-page-more-list-p{
    font-size: 12px;
    color: #888888;
    overflow: hidden;
    height: 19px;
    margin-top: 5px;
}
.marketing-page-info-recent-box.stuck{
    position: fixed;
    top: 60px;
    width: 400px;
    
}
.marketing-page-info-recent-box{
    padding-bottom: 50px;
    box-sizing: border-box;
}
.marketing-page-info-recent-box::-webkit-scrollbar{
    display:none;
}
.marketing-page-info-recent-box{
    width: 400px;
    max-width: 100%;
}

/*
.marketing-page-info-recent-box.stuck .marketing-page-info-list-box,
.marketing-page-info-recent-box.stuck .marketing-page-info-recent-more{
    width: 150px;
    clear: both;
}

.marketing-page-info-recent-box.stuck .marketing-page-info-list-img{
    height: 117px;
}*/