@charset 'utf-8';
.banner .tit {
    color: #1F1F1F;
    font-size: 48px;
    position: absolute;
    line-height: 1.5;
    letter-spacing: 2px;
    top: calc(50% - 30px);
    text-align: center;
    width: 100%;
    font-weight: 400;
}
.site-main > .container{
    max-width: 1470px;
}
.site-main > .container.main-container{
    max-width: 1470px;
    padding: 0 15px 0;
    padding-bottom: 100px;
    margin-top: 50px;
}
.site-main.has-side > .container.main-container{
    max-width: 1470px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px 0;
    padding-bottom: 100px;
    margin-top: 50px;
}
.breadcrumb.in-banner {
    position: absolute;
    top: calc(50% + 40px);
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.container {
    max-width: 1310px;
}
.article-top-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.article-top-list .top-link{
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    color: #666666;
    font-size: 16px;
    position: relative;
    transition: all .3s ease;
}
.article-top-list .top-link:before{
    content: "#";
    color: #C60033;
    margin-right: 3px;
    transition: all .3s ease;
}
.article-top-list .top-link:hover,
.article-top-list .top-link.active{
    color: #C60033;
}
.hot-article{
    position: relative;
    z-index: 0;
    padding: 45px 0px 20px;
    margin-bottom: 0;
}
.hot-article:before{
    content: "";
    background: #F6F6F6;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.hot-article .article-top-title{
    color: #1F1F1F;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
}
.hot-article .article-top-title span{
    color: #C60033; 
}
.hot-article-list{
    opacity: 0;
    transition: all .3s ease;
}
.hot-article-list.slick-initialized {
    opacity: 1;
    visibility: visible; 
}
.hot-article-list {
    margin: 0 -17px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.hot-article-list li {
    width: 33%;
    padding: 0 17px;
}
.hot-article-list li .box {
    margin: 0 auto;
    max-width: 348px;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.hot-article-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:80;
}
.hot-article-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
    margin: 0 auto 0;
    max-width: 348px;
}
.hot-article-list .pic:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.hot-article-list .box:hover .pic:before {
    opacity: 1;
}
.hot-article-list li .box:hover .pic{
    color: #C60033;
}
.hot-article-list .text {
    max-width: 348px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 0 15px;
    position: relative;
    transition: all .3s ease;
}
.hot-article-list .name {
    color: #212121;
    transition: all .3s ease;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    margin-bottom: 10px;
}
.hot-article-list li .box:hover .name{
    color: #C60033;
}
.hot-article-list .description {
    color: #777777;
    transition: all .3s ease;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
}
.hot-article-list .slick-arrow {
    transition: all .3s ease;
    border: 0;
    color: transparent;
    background: #2B2B2B;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    border-radius: 50%;
}
.hot-article-list .slick-arrow:hover {
    transition: all .3s ease;
    background: #E0E0E0;
}
.hot-article-list .slick-arrow:hover{
    background: #C60033;
}
.hot-article-list .slick-arrow:before {
    content: "";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    font-size: 33px;
}
.hot-article-list .slick-arrow:hover:before {
    color: #FFF;
}
.hot-article-list .slick-prev {
    left: -101px;
    top: calc(50% - 65px);
}
.hot-article-list .slick-prev:before {
    content: "\f104";
    position: absolute;
    left: 16px;
    top: 1px;
}
.hot-article-list .slick-next {
    right: -101px;
    top: calc(50% - 65px);
}
.hot-article-list .slick-next:before {
    content: "\f105";
    position: absolute;
    right: 18px;
    top: 1px;
}
/*------------ side ------------*/
.side {
    transition: all .3s ease;
    z-index: 1;
    padding-bottom: 50px;
    order: 2;
    width: 358px;
}
.side.active .article-other {
    position: fixed;
    top: 35px;
    z-index: 1;
}
.side.active2 {
    position: relative;
    top: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.has-side .content {
    width: calc(100% - 358px);
    padding-right: 40px;
    box-sizing: border-box;
    order: 1;
}
/*------------ / side ------------*/
.article-list {
    margin: 0 -15px 0;
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
}
.article-list li {
    width: 50%;
    padding: 0 15px 30px;
    position: relative;
    margin-bottom: 30px;
}
.article-list li:nth-child(2n+1) {
    clear: left;
}
.article-list > li:before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #EEEEEE;
    position: absolute;
    left: 15px;
    bottom: 0;
}
.article-list li .box {
    margin: 0 auto;
    position:relative
}
.article-list li .box .row{
    display: flex;
    margin-top: 7px;
}
.article-list li .box .col:nth-child(1){
    width: calc(100%);
    box-sizing: border-box;
}
.article-list li .cover {
    position:absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    z-index:5;
    font-size: 0;
}
.article-list li .author{
    color: #BBBBBB;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
}
.article-list li .author:before{
    content: '';
    background: url(../../images/common/article/pen-icon.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    left: 0px;
}
.article-list li .date{
    color: #BBBBBB;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.article-list li .date:before{
    content: '';
    background: url(../../images/common/article/date-icon.svg);
    width: 14px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 0px;
}
.article-list li .name{
    color: #222;
    transition: all .3s ease;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    margin-bottom: 10px;
}
.article-list li .box:hover .name{
    color: #C60033;
}
.article-list li .description{
    color: #777777;
    transition: all .3s ease;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    margin-bottom: 15px;
}
.article-list .pic:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.article-list .box:hover .pic:before {
    opacity: 1;
}
/*keyword*/
.keyword_box{
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    z-index: 35;
}
.keyword_box .keyword  li{
    width: auto;
    padding: 0 0px;
    display: inline;
}
.article-list .keyword_box li a, 
.keyword_box li a{
    color: #666666;
    line-height: 1;
    margin-right: 5px;
    transition: all .3s ease;
    font-size: 16px;
    background: #F3F3F3;
    padding: 8px 10px;
    border-radius: 20px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}
.article-list .keyword_box li a:before,
.keyword_box li a:before {
    content: "#";
    color: #C60033;
    margin-right: 0px;
    transition: all .3s ease;
}
.keyword_box li:hover a{
    color: #C60033;
}
.keyword_box.detail{
    margin:30px 0 15px;
}  
.keyword_box.detail .tag{
    background: #ddd;
    display: inline-block;
    padding: 3px 5px;
    font-weight: bold;
} 
.article-list > li{
    display: none;
}
.read-more{
    position: relative;
    text-align: center;
    z-index: 0;
    margin-top: 30px;
}
.read-more .read-more-btn{
    position: relative;
    width: 213px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #FFF;
    transition: all .3s ease;
    border-radius: 0;
    display: inline-block;
    color: #777777;
    font-size: 16px;
    border: 1px solid #EEEEEE;
}
.read-more .read-more-btn:hover{
    background: #BB1B21;
    color: #FFF;
}
.works-search-btn{
    display: none;
}
.popular-tag{
    background: #FAF1F1;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 25px 29px 20px;
    margin-bottom: 120px;
}
.popular-tag .popular-title{
    position: relative;
    padding-left: 25px;
    color: #202020;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.popular-tag .popular-title:before{
    content: '';
    background: url(../../images/common/article/crown-icon.svg);
    width: 18px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: 0px;
}
.popular-keyword-list .link{
    color: #666666;
    line-height: 1;
    margin-right: 5px;
    transition: all .3s ease;
    font-size: 16px;
    background: #FFFFFF;
    padding: 8px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
}
.popular-keyword-list .link:before {
    content: "#";
    color: #C60033;
    margin-right: 0px;
    transition: all .3s ease;
}
.popular-keyword-list .link:hover{
    color: #C60033;
}
.article-qa{
    background: #FAF1F1;
    padding: 25px 29px 45px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    width: 358px;
    box-sizing: border-box;
    margin-top: 86px;
}
.article-qa .title{
    width: 170px;
    height: 170px;
    background: url(../../images/common/article/side-bg-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFF;
    font-size: 24px;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    padding-top: 88px;
    display: inline-block;
    line-height: 1.2;
    margin-top: -108px;
    margin-bottom: 25px;
    font-weight: normal;
}
.article-qa .text{
    color: #1F1F1F;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 25px;
}
.info-list{
    text-align: left;
}
.info-list .info{
    color: #666666;
    line-height: 1;
    margin-right: 5px;
    transition: all .3s ease;
    font-size: 16px;
    background: #FFFFFF;
    padding: 8px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
}
.info-list .info:before {
    content: "#";
    color: #C60033;
    margin-right: 0px;
    transition: all .3s ease;
}
.side-inquiry-btn{
    color: #FFF;
    background: #BB1B21;
    transition: all .3s ease;
    width: 180px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    display: inline-block;
    border-radius: 60px;
    position: absolute;
    left: calc(50% - 90px);
    bottom: -20px;
}
.side-inquiry-btn:hover{
    background: #dd4045;
}
.article-header{
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.article-header:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    position: absolute;
    left: 0;
    bottom: 0;
}
.article-header .author{
    color: #BBBBBB;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
}
.article-header .author:before{
    content: '';
    background: url(../../images/common/article/pen-icon.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    left: 0px;
}
.article-header .date{
    color: #BBBBBB;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.article-header .date:before{
    content: '';
    background: url(../../images/common/article/date-icon.svg);
    width: 14px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 0px;
}
.article-header .title{
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
    margin-top: 10px;
}
.article-detail{
    position: relative;
    padding-bottom: 30px;
}
.article-detail:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    position: absolute;
    left: 0;
    bottom: 0;
}
.site-main.has-side.no-article-other .side{
    display: none;
}
.site-main.has-side.no-article-other .content{
    padding-right: 0;
}
.site-main.has-side.no-article-other > .container.main-container{
    justify-content: center;
}
.article-other{
    margin-bottom: 10px;
    margin-top: 50px;
    width: 358px;
}
.article-other .other-title{
    margin: 0;
    color: #212121;
    font-size: 24px;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}
.article-other .other-title:before{
    content: '';
    background: url(../../images/common/article/crown-icon.svg);
    width: 18px;
    height: 15px;
    position: absolute;
    top: 9px;
    left: 2px;
}
.article-other-list {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.article-other-list li {
    width: 100%;
    padding: 0 0 20px;
    position: relative;
}
.article-other-list li .box {
    max-width: 380px;
    margin: 0 auto;
    position:relative;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px;
}
.article-other-list li .cover {
    position:absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    z-index:5;
    font-size: 0;
}
.article-other-list li .name {
    color: #212121;
    transition: all .3s ease;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    margin-bottom: 15px;
}
.article-other-list li .name {
    color: #212121;
    transition: all .3s ease;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    margin-bottom: 10px;
}
.article-other-list li .box:hover .name {
    color: #C60033;
}
.article-other-list li .description {
    color: #777777;
    transition: all .3s ease;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    margin-bottom: 5px;
}
.article-other-list li .date{
    color: #BBBBBB;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.article-other-list li .date:before{
    content: '';
    background: url(../../images/common/article/date-icon.svg);
    width: 14px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 0px;
}
@media(max-width:1500px){
    .hot-article-list .slick-prev {
        left: -60px;
    }
    .hot-article-list .slick-next {
        right: -60px;
    }
}
@media(max-width:1300px){
    .banner .tit {
        font-size: 33px;
    }
    .breadcrumb.in-banner {
        top: calc(50% + 20px);
    }
    .hot-article-list .slick-prev {
        left: -40px;
    }
    .hot-article-list .slick-next {
        right: -40px;
    }
    .hot-article {
        padding: 20px 50px 10px;
    }
    .site-main.has-side > .container.main-container {
        max-width: unset;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width:1000px){
    .mmenu-show .side,
    .side {
        display: block;
        width: 100%;
        padding-bottom: 0;
    }
    .site-main.has-side > .container.main-container {
        display: flex;
        flex-direction: column;
    }
    .has-side .content {
        padding-right: 0;   
        padding-left: 0;
        position: relative;
        width: auto;
        float: none;
        margin-bottom: 30px;
    }
    .banner > img {
        min-height: 100px;
    }
    .banner .container {
        justify-content: center;
        flex-direction: column;
    }
    .banner .tit {
        font-size: 30px;
        left: 0;
        top: 0;
        position: relative;
    }
    .breadcrumb.in-banner {
        right: 0;
        top: 0;
        position: relative;
    }
    .article-list li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .article-list > li:before {
        width: 100%;
        left: 0;
    }
    .article-header {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .article-header .title {
        font-size: 20px;
        line-height: 1.4;
    }
    .article-other {
        margin-top: 20px;
    }
    .article-other .other-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .article-other .other-title:before {
        top: 7px;
    }
    .article-other-list {
        padding-left: 0;
        padding-right: 0;
    }
    .article-other-list li .box {
        max-width: unset;
    }
    .side.active .article-other,
    .side.active2 .article-other {
        position: relative;
        width: 100%;
    }
}
@media(max-width:600px){  
    .read-more .read-more-btn {
        width: 160px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .hot-article-list .text {
        padding-top: 10px;
    }
    .hot-article-list .name { 
        font-size: 17px;
        height: 48px;
        margin-bottom: 5px;
    }
    .article-list li .box .row {
        flex-direction: column;
    }
    .article-list li .box .col:nth-child(1) {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .article-list li .box .col:nth-child(2) {
        width:100%;
        order: 1;
    }
    .article-list li .pic{
        margin-bottom: 10px;
    }
    .article-list li .name {
        font-size: 17px;
        line-height: 1.4;
        height: 48px;
        margin-bottom: 5px;
    }
    .article-list li .description {
        margin-bottom: 5px;
    }
    .article-list .keyword_box li a, 
    .keyword_box li a {
        font-size: 15px;
    }
}