@charset "UTF-8";
@font-face {font-family: 'RobotoSlab-Bold';src: url('fonts/Roboto_Slab/RobotoSlab-Bold.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap;}
@font-face {font-family: 'RobotoSlab-Regular';src: url('fonts/Roboto_Slab/RobotoSlab-Regular.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap;}
@font-face {font-family: 'RobotoSlab-Light';src: url('fonts/Roboto_Slab/RobotoSlab-Light.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap;}
@font-face {font-family: 'Inter-ExtraBold';src: url('fonts/Inter/Inter-ExtraBold.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap;}
@font-face {font-family: 'Inter-Bold';src: url('fonts/Inter/Inter-Bold.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap;}
@font-face {font-family: 'Inter-Regular';src: url('fonts/Inter/Inter-Regular.woff2') format('woff2');font-weight: 400;font-style: normal;font-display: swap;}
@font-face {font-family: 'Inter-Thin';src: url('fonts/Inter/Inter-Thin.woff2') format('woff2');font-weight: 100;font-style: normal;font-display: swap;}
:root {
--mainContainer: 1180px;
--colLeft: 840px;
--colRight: 300px;
--mainColor: #000;
--priColor: #ec2127;
--secColor: #3399ff;
--mainFont: 'RobotoSlab-Regular';
--mainFontB: 'RobotoSlab-Bold';
--mainFontL: 'RobotoSlab-Light';
--priFont: 'Inter-Regular';
--priFontB: 'Inter-Bold';
--priFontT: 'Inter-Thin';
--mainFS: 14px;
--priFS: 16px;
--priFSM: 18px;
--priFSL: 20px;
--priFSXL: 22px;
--secFS: 24px;
--secFSM: 26px;
--secFSL: 30px;
--bdr: 1px solid #ebebeb; 
}
/* html,body {overflow-x: hidden;min-width: 1200px;} */
@media screen and (max-width: 1201px) {
    html,body {overflow-x: hidden;min-width: 1200px;}
}
*,*:after,*:before {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.clearfix:after {content: "";display: block;height: 0;width: 100%;clear: both;}
body {font-family: var(--mainFont), serif;font-size: var(--mainFS);font-weight: 400;margin: 0;padding: 0;list-style: none;line-height: 1.5;color: var(--mainColor);}
.fw {width: 100%;}
/* .nmol-header,.nmol-nav,.nmol-main,.nmol-footer,.nmol-mastercms{float: left;} */
.nmol-header .container,.nmol-footer .container,.nmol-mastercms .container{overflow: hidden;}
img{border: 0;max-width: 100%;}
img:hover {cursor: pointer;opacity: 0.9;}
a{text-decoration: none;border: none;color: inherit;}
a:hover{color: var(--priColor);}
.container {max-width: var(--mainContainer);width: 100%;;margin: 0 auto;}
.text-ellipsis-2-line {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.text-ellipsis-3-line {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.sticky {position: fixed;top: 0;width: 100%;z-index: 999;}
.hidden {display: none;}
h1,h2,h3,h4,h5,h6{margin: 0;}
/* article */
.article-image{position: relative;display: block;overflow: hidden;width: 100%;}
.article-image::before{padding-top: 66.67%;content: '';display: block;}
.article-image img{position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;object-fit: cover;}
.article-content,.legal-content{display: flex;flex-direction: column;gap: 10px;font-family: var(--priFont);}
.article-title{font-family: var(--mainFontB);font-weight: 400;font-size: var(--priFS);line-height: 1.4;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.article-link{color: inherit;}
.article-desc,.legal-content .article-desc{font-size: var(--priFS);overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.article-info{font-size: 12px;color: var(--priColor);}
.article-cat{text-transform: uppercase;margin-right: 5px;}
.article-cat::after {content: '';width: 8px;height: 8px;display: inline-block;background: transparent;border: 1px solid var(--priColor);border-radius: 4px;margin-left: 8px;}
.article-date{color: var(--mainColor);}
/* header-qc */
.hna-qc,.nmol-qc{text-align: center;}
.hna-qc img,.nmol-qc img{height: auto;}
/* nmol-header */
.nmol-header{padding: 15px 0;font-family: var(--priFont);}
.nmol-header .container{display: flex;flex-direction: row;justify-content: space-between;}
.header-left,.header-right{width: 300px;}
.header-left{display: flex;flex-direction: row;gap: 20px;align-items: center;}
.nmol-weekday{font-family: var(--priFontB);padding-bottom: 5px;}
.nmol-datetime{border-top: 1px solid #f4f5f5;padding-top: 5px;}
.logo,.header-right a{line-height: 1;}
.header-right{display: flex;flex-direction: row;gap: 10px;align-items: center;position: relative;justify-content: right;}
.hrbdr{border-left: 1px solid #f4f5f5;height: 31px;position: relative;top: -1px;}
/* frmSearch */
#nckttc-search{padding-right: 32px;}
#frmSearch {display: flex;overflow: hidden;align-items: center;position: absolute;height: 100%;top: 0;right: 0;}
#frmSearch input[type="text"] {height: 36px;float: left;border: 0;width: 0;outline: none;transition: all 0.4s ease;opacity: 0;display: none;}
#frmSearch.active input{width: 255px;padding: 0 10px;opacity: 1;display: block;background: #fabfc2;margin-right: 10px;border-radius: 2px;}
#frmSearch button[type="submit"] {width: 32px;height: 100%;line-height: 100%;border: 0;cursor: pointer;outline: none;float: right;background: transparent;padding: 0;}
#nckttc-search.active button i::before{content: "\f00d";}
#frmSearch input[type="text"]::placeholder {font-weight: 400;}
/* nmol-nav */
.nmol-nav{background: var(--priColor);color: #fff;font-family: var(--priFontB);font-size: 11px;margin-bottom: 25px;position: sticky;top: 0;z-index: 101;}
.menu{height: 43px;}
.menu-item{height: 100%;position: relative;float: left;}
.menu-item:hover,.menu-item.active{background: #941414;}
.menu-item:not(:first-child){margin-left: 10px;}
.menu-link{text-transform: uppercase;color: #fff;display: flex;align-items: center;height: 100%;}
.menu-item:not(:first-child) .menu-link{padding: 0 5px;}
.menu-link:hover{color: inherit;}
.menu-sub {position: absolute;top: 100%;left: 0;min-width: 220px;background: #fff;border-radius: 10px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);opacity: 0;visibility: hidden;transform: translateY(-10px);transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;overflow: hidden;z-index: 100;}
.menu-sub-link {display: block;padding: 14px 18px;color: var(--mainColor);font-size: var(--priFS);font-family: var(--priFont);text-decoration: none;transition: background 0.25s ease, padding-left 0.25s ease;}
.menu-sub-link:hover {background: #f5f5f5;padding-left: 24px;}
.menu-item:hover .menu-sub {opacity: 1;visibility: visible;transform: translateY(0);}
/* nmol-main */ 
.nmol-dflex{display: flex;flex-direction: row;justify-content: space-between;gap: 40px;}
.nmol-main.nmol-dflex{flex-direction: column;gap: 40px;}
.nmol-content{width: var(--colLeft);float: left;}
.sidebar{width: var(--colRight);min-width: var(--colRight);float: right;}
.sidebar > *:not(:first-child){margin-top: 20px;}
/* nmol-lcp */
.nmol-lcp-slider .hna-cat-content{height: 336px;overflow: hidden;}
.lcp-slider .article{width: 100%;float: left;display: flex !important;flex-direction: row-reverse;background: #e1989b;}
.lcp-slider .article-image{width: 505px;min-width: 505px;}
.lcp-slider .article-content{padding: 15px 20px;}
.lcp-slider .article-title{font-size: var(--secFSL);}
.lcp-slider .article-cat::after{background: var(--priColor);}
.lcp-slider .article-date{display: none;}
.lcp-slider .slick-dots{position: absolute;right: 20px;bottom: 10px;margin: 0;padding: 0;display: flex;gap: 3px;list-style: none;height: 8px;line-height: 1;}
.lcp-slider .slick-dots button{border: 0;background: #fff;width: 8px;height: 8px;border-radius: 4px;cursor: pointer;text-indent: -9999px;padding: 0;}
.lcp-slider .slick-active button{background: var(--priColor);}
.lcp-slider .slick-arrow{display: block;width: 25px;height: 37px;cursor: pointer;position: absolute;border: 0;text-indent: -9999px;z-index: 1;padding: 0;top: calc(50% - 18px);}
.lcp-slider .slick-next{right: 12px;background: url(../images/pc/icoNext.png) center center no-repeat;}
.lcp-slider .slick-prev{right: 468px;background: url(../images/pc/icoPrev.png) center center no-repeat;}
/* nmol-lcp-other */
.nmol-lcp-other .article{width: 100%;float: left;}
.nmol-lcp-other .article:not(:first-child){border-top: var(--bdr);margin-top: 20px;padding-top: 20px;}
.nmol-lcp-other .article-image{width: 110px;float: right;margin-left: 10px;}
.nmol-lcp-other .article-title{font-family: var(--mainFont);}
/* bx-cat */
.bx-cat-title,.nmol-heading-name{margin-bottom: 25px;}
.bx-cat-title,.nmol-heading-title,.nmol-cloud-tag h2,.bx-video-podcast h2,.bx-cat-name,.article-special h2,.legal-left h2,.article-expert,.nmol-leadership h2,.province-name,.choose-title,.nmol-health h2,.nmol-epaper h2{font-family: var(--priFontB);font-size: var(--secFSM);text-transform: uppercase;}
/* nmol-breakingnews */
.nmol-heading-name {position: relative;text-align: center;}
.nmol-heading-title {color: var(--priColor);position: relative; display: inline-flex;align-items: baseline;gap: 20px;margin: 0;}
.nmol-heading-title::before {content: "";width: 150px;height: 2px;background:linear-gradient(to right,#ef9aa0 0 3px,transparent 0px 2px,#ef9aa0 6px 100%);display: block;}
.nmol-heading-title::after {content: "";width: 150px;height: 2px;background:linear-gradient(
to left,#ef9aa0 0 3px,transparent 0px 2px,#ef9aa0 6px 100%);display: block;}
.nmol-heading-link {position: relative;display: inline-flex;align-items: baseline;gap: 14px;line-height: 0;}
.nmol-heading-link::before {content: "";width: 18px;height: 19px;display: inline-block;background:linear-gradient(to right,#ebebeb 0 7px,transparent 6px 11px,#f5989d 11px 16px);}
.nmol-breakingnews .bx-cat-content{position: relative;overflow: hidden;}
.nmol-breakingnews .bx-cat-content::before{display: block;content: '';position: absolute;width: 1px;height: 100%;background: #ebebeb;left: 388px;top: 215px;}
.nmol-breakingnews .bx-cat-content::after{display: block;content: '';position: absolute;width: 1px;height: 100%;background: #ebebeb;right: 389px;top: 215px;}
.nmol-breakingnews .article{float: left;width: 100%;}
.nmol-breakingnews .article:nth-child(1),.nmol-breakingnews .article:nth-child(2){width: calc((100% - 25px) / 2);display: flex;background: #faf7f7;}
.nmol-breakingnews .article:nth-child(2){margin-left: 25px;}
.nmol-breakingnews .article:nth-child(1) .article-image,.nmol-breakingnews .article:nth-child(2)  .article-image{width: 245px;min-width: 245px;}
.nmol-breakingnews .article:nth-child(1) .article-content,.nmol-breakingnews .article:nth-child(2)  .article-content{padding: 10px 10px 10px 25px;}
.nmol-breakingnews .article:nth-child(1) .article-title,.nmol-breakingnews .article:nth-child(2)  .article-title{font-size: var(--priFSXL);}
.nmol-breakingnews .article:nth-child(n+3){border-top: var(--bdr);margin-top: 25px;padding-top: 25px;width: calc((100% - 50px) / 3);}
.nmol-breakingnews .article:nth-child(4){width: calc(((100% - 50px) / 3) + 50px);padding-left: 25px;padding-right: 25px;}
.nmol-breakingnews .article:nth-child(3){margin-left: 0;clear: both;}
.nmol-breakingnews .article:nth-child(n+3) .article-image{display: none;}
.nmol-breakingnews .article:nth-child(n+3) .article-title{font-family: var(--mainFont);font-size: var(--priFSM);}
/* nmol-cloud-tag */
.nmol-cloud-tag .container{background-color: #fff3f3;background-image: image-set(url("../images/pc/icoEventNext.png") type("image/png"));background-repeat: no-repeat;background-position: center right 10px;background-size: 17px 12px;overflow: hidden;padding: 12px 10px;overflow: hidden;}
.nmol-cloud-tag h2{font-size: 13px;color: var(--priColor);background: url(../images/pc/icoEvent.png) left center no-repeat;padding-left: 40px;min-width: 100px;float: left;height: 36px;line-height: 36px;margin-right: 15px;}
.nmol-cloud-tag .bx-cat-content{overflow: hidden;width: 1000px;float: left;height: 36px;}
.nmol-cloud-tag marquee{width: 1000px;overflow: hidden;}
.nmol-cloud-tag a {background: #fff;display: inline-block;height: 36px;border-radius: 18px;padding: 0 20px;line-height: 36px;}
/* nmol-video-podcast */
.nmol-video-podcast{background:url("../images/pc/headphone-1.webp") left bottom / 400px no-repeat,url("../images/pc/headphone-2.webp") right top / 400px no-repeat,#fabfc2;}
.nmol-vp-name{text-align: center;margin: -25px 0 25px 0;}
.bx-video-podcast{display: inline-flex;background: #d62025;height: 50px;padding: 0 10px;border-radius: 8px;color: #fff;align-items: center;gap: 10px;}
.bx-video-podcast h2{font-size: var(--priFSXL);}
.bx-video-podcast h2[title="Video"]{background: url(../images/pc/icoMVideo.png) center left no-repeat;padding-left: 25px;background-size: 18px;}
.bx-video-podcast h2[title="Podcast"]{background: url(../images/pc/icoMPodcast.png) center left no-repeat;padding-left: 27px;background-size: 22px;}
.bx-video-podcast h2 a{color: inherit;}
.vpbdr{width: 1px;height: 20px;background: #fff;}
.nmol-video-podcast .bx-cat-content{position: relative;overflow: hidden;padding-bottom: 30px;}
.nmol-video-podcast .bx-cat-content::before{display: block;content: '';position: absolute;width: 1px;height: 100%;background: #e5a9ac;bottom: 263px;left: 50%;}
.nmol-video-podcast .article{width: calc(50% - 20px);}
.nmol-video-podcast .article:first-child{float: left;}
.nmol-video-podcast .article:not(:first-child){margin-left: 40px;float: right;}
.nmol-video-podcast .article:nth-child(5){width: 100%;margin-left: 0;float: left;clear: both;}
.nmol-video-podcast .article:first-child .article-image{margin-bottom: 10px;}
.nmol-video-podcast .article:first-child .article-title{font-size: var(--secFSL)}
.nmol-video-podcast .article-cat::after{background: var(--priColor);}
.nmol-video-podcast .article-desc{display: none;}
.nmol-video-podcast .article:not(:first-child) .article-image{width: 190px;float: left;margin-right: 25px;}
.nmol-video-podcast .article:nth-child(n+3){border-top: 1px solid #e5a9ac;margin-top: 25px;padding-top: 25px;}
.nmol-video-podcast .article:not(:first-child) .article-title{font-size: var(--priFSM);}
.nmol-video-podcast .article:nth-child(n+5) .article-image{width: 290px;}
.nmol-video-podcast .article:nth-child(n+5) .article-title{font-size: var(--secFS);}
.nmol-video-podcast .article:nth-child(n+5) .article-desc{display: -webkit-box}
/* bx-cat-title */
.bx-cat-title{text-align: center;}
.bx-cat-name{font-size: var(--secFSM);}
.bx-cat-link{position: relative;display: inline-block;text-transform: uppercase;text-decoration: none;line-height: 1.1;padding-bottom: 18px;}
.bx-cat-link::before{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 440px;height: 0.5px;background: #252525;}
.bx-cat-link::after {content: "";position: absolute;left: 50%;bottom: -6px;transform: translateX(-50%);width: 13px;height: 13px;background: var(--priColor);border: 4px solid #fff;border-radius: 50%;}
.bx-cat-sub{display: inline-block;}
.bx-cat-sub span,.bx-cat-sub a{font-size: 12px;text-transform: uppercase;}
.bx-cat-sub a:not(:last-child)::after{content: ",";display: inline;}
/* nmol-cat */
.bx-cat-first .article:first-child{width: var(--colLeft);float: left;display: flex !important;flex-direction: row-reverse;background: #f1efef;}
.bx-cat-first .article:first-child .article-image{width: 505px;min-width: 505px;}
.bx-cat-first .article:first-child .article-content{padding: 15px 20px;}
.bx-cat-first .article:first-child .article-title{font-size: var(--secFS);}
.bx-cat-first .article:first-child .article-cat{color: initial;}
.bx-cat-first .article:first-child .article-cat::after{background: var(--priColor);}
.bx-cat-first .article:not(:first-child){width: var(--colRight);float: right;}
.bx-cat-first .article:not(:first-child){border-top: var(--bdr);margin-top: 20px;padding-top: 20px;}
.bx-cat-first .article:nth-child(2){margin-top: 0;padding-top: 0;border: 0;}
.bx-cat-first .article:not(:first-child) .article-image{width: 110px;float: right;margin-left: 10px;}
.bx-cat-first .article:not(:first-child) .article-title{font-family: var(--mainFont);}
.bx-cat-first .article:not(:first-child) .article-info,.bx-cat-first .article:not(:first-child) .article-desc{display: none;}
/* bx-cat-relate */
.bx-cat-relate{position: relative;overflow: hidden;border-bottom: var(--bdr);padding-bottom: 25px;}
.bx-cat-relate::before{display: block;content: '';position: absolute;width: 1px;height: calc(100% - 75px);background: #ebebeb;left: 388px;top: 50px;}
.bx-cat-relate::after{display: block;content: '';position: absolute;width: 1px;height: calc(100% - 75px);background: #ebebeb;right: 389px;top: 50px;}
.bx-cat-relate .article{border-top: var(--bdr);margin-top: 25px;padding-top: 25px;width: calc((100% - 50px) / 3);float: left;}
.bx-cat-relate .article:nth-child(2){width: calc(((100% - 50px) / 3) + 50px);padding-left: 25px;padding-right: 25px;}
.bx-cat-relate .article-image,.bx-cat-relate .article-desc{display: none;}
.bx-cat-relate .article-title{font-family: var(--mainFont);font-size: var(--priFSM);}
/* article-special */
.article-special h2{font-size: var(--priFS);color: var(--priColor);display: flex;justify-content: space-between;align-items: center;margin-bottom: 5px;}
.article-special h2::after{content: '';display: block;width: 9px;height: 14px;background: var(--priColor);}
/* nmol-legal-advice */
.nmol-legal-advice .container{display: flex;justify-content: space-between;background: #f3f3f3;}
.nmol-legal-advice .legal-left{min-width: 340px;width: 340px;float: left;background: #e1e1e1;padding: 35px 40px 0 30px;text-align: right;display: flex;flex-direction: column;gap: 20px;}
.legal-left h2{font-size: var(--secFS);background: url(../images/pc/icoConsultant.png) left top 6px no-repeat;background-size: 24px;}
.legal-left h2::after{content: '';display: block;float: right;width: 120px;height: 2px;background: var(--priColor);}
.legal-left h2 + div{font-size: var(--priFS);font-family: var(--mainFontL);}
.legal-right{padding: 35px 30px 30px 30px;display: flex;gap: 30px;justify-content: space-between;}
.legal-right .legal-image{width: 115px;min-width: 115px;height: 115px;float: left;overflow: hidden;border-radius: 50%;}
.legal-image img{width: 100%;height: 100%;object-fit: cover;}
.legal-content{gap: 15px;}
.article-expert{font-size: var(--priFS);position: relative;padding-bottom: 10px;}
.article-expert::after{content: '';display: block;width: 80px;height: 1px;background: var(--priColor);position: absolute;left: 0;bottom: 0;}
.legal-content .article-title{font-size: var(--secFSM);}
/* bx-cat-second */
.bx-cat-second,.bx-cat-listing{display: flex;gap: 40px;font-family: var(--priFont);}
.nmol-leadership h2{font-size: 14px;color: #fff;padding: 10px 20px;background: #AB2720;background: linear-gradient(90deg, rgba(171, 39, 32, 1) 34%, rgba(226, 34, 38, 0.76) 100%);text-align: center;}
.nmol-leadership h2 a,.nmol-leadership h2 span{color: inherit;}
.leadership-content{display: flex;flex-direction: column;gap: 10px;}
.leadership-content p{margin: 0;}
.fbold{font-family: var(--priFontB)}
.leadership-content p i{font-size: var(--priFS);}
.bx-cat-second .bx-cat-content .article:first-child{width: var(--colLeft);float: left;display: flex !important;background: #f1efef;}
.bx-cat-second .bx-cat-content .article:first-child .article-image{width: 505px;min-width: 505px;}
.bx-cat-second .bx-cat-content .article:first-child .article-content{padding: 15px 20px;}
.bx-cat-second .bx-cat-content .article:first-child .article-title{font-size: var(--secFS);}
.bx-cat-second .bx-cat-content .article:first-child .article-cat::after{background: var(--priColor);}
.bx-cat-second .bx-cat-content .article:not(:first-child){margin-top: 25px;width: 100%;float: left;}
.bx-cat-second .bx-cat-content .article:not(:first-child) .article-image{width: 190px;float: left;margin-right: 25px;}
.bx-cat-second .bx-cat-content .article:not(:first-child) .article-image{width: 250px;}
.bx-cat-second .bx-cat-content .article:not(:first-child) .article-title{font-size: var(--priFSL);}
.bx-cat-second .bx-cat-content .article:not(:first-child) .article-desc{display: -webkit-box}
.bx-cat-second .article-cat{color: initial;}
.bx-cat-second .article-cat::after{background: var(--priColor);}
/* bx-cat-third */
.bx-cat-third{position: relative;overflow: hidden;}
.bx-cat-third::before{display: block;content: '';position: absolute;width: 1px;height: 100%;background: #ebebeb;left: 590px;top: 0;}
.bx-cat-third .article{width: calc(50% - 20px);float: left;margin-left: 40px;}
.bx-cat-third .article:nth-child(2n+1){margin-left: 0;clear: both;}
.bx-cat-third .article-image{width: 240px;float: left;margin: 0 20px 0 0;}
.bx-cat-third .article-title{font-size: var(--priFSL);}
.bx-cat-third .article-cat{color: initial;}
.bx-cat-third .article-cat::after{background: var(--priColor);}
/* nmol-province */
.nmol-province .container{background: #fdf2f2;padding: 0 30px 15px 30px;}
.province-title,.province-name{margin-bottom: 15px;}
.province-name{font-size: var(--secFS);margin-bottom: 10px;}
.province-link{position: relative;height: 60px;line-height: 60px;display: inline-block;background: url(../images/pc/icoRegion.png) right center no-repeat;padding-right: 35px;}
.province-link::before{content: '';display: block;height: 2px;width: 65%;background: var(--priColor);position: absolute;left: 0;top: 0;}
.province-link::after{content: '';display: block;height: 0.5px;width: calc(100% - 35px);background: #c2c2c2;position: absolute;left: 0;bottom: 0;}
.province-name + p{margin: 0;font-family: var(--mainFontL);font-size: var(--priFS);}
.province-content a{font-size: var(--priFS);display: inline-block;background: #fff;padding: 8px 15px;border-radius: 17px;margin-bottom: 15px;line-height: 1;}
/* nmol-media */
.bx-media{background: #fde8e9 url(../images/pc/emagazine-longform.webp) left bottom no-repeat;background-size: contain;width: var(--colLeft);padding: 10px 25px 10px 25px;}
.bx-media-title{display: flex;white-space: nowrap;font-family: var(--priFontB);justify-content: space-between;align-items: anchor-center;margin-bottom: 25px;}
.bx-media-title h2{font-size: 58px;line-height: 1;}
.bx-media-title h2 span{float: left;}
.heading-first{margin-left: -4px;}
.heading-first span:first-child,.heading-last span:first-child{color: var(--priColor);}
.heading-first span:nth-child(2),.heading-last span:first-child{font-family: var(--priFontT);font-weight: 100;}
.media-brd{content: '';display: block;width: 1px;height: 42px;background: #000;}
.bx-media .article:first-child{width: 550px;float: left;}
.bx-media .article:not(:first-child){width: 200px;float: right;}
.bx-media .article-image{margin-bottom: 10px;}
.bx-media .article:first-child .article-title{font-size: var(--secFS);}
.bx-media .article:first-child .article-cat{color: initial;}
.bx-media .article:first-child .article-cat::after{background: var(--priColor);}
.bx-media .article:not(:first-child) .article-desc{display: none;}
.bx-media .article:nth-child(n+3){margin-top: 25px;}
/* nmol-choose */
.nmol-choose{background: #ed1c24;padding: 20px 20px;color: #fff;height: 100%;max-height: 680px;overflow: hidden;}
.choose-title{font-size: var(--priFSL);position: relative;height: 40px;margin-bottom: 30px;}
.choose-link{float: left;line-height: 1;}
.choose-bdr{content: '';display: block;width: 3px;height: 15px;background: #fff;float: right;position: relative;top: 2px;}
.choose-title::after{content: '';display: block;height: 1.5px;width: 40%;background: #fff;position: absolute;left: 0;bottom: 0;}
.nmol-choose .bx-cat-content{height: calc(100% - 65px);}
.choose-slider{height: 100%;counter-reset: section;}
.choose-slider .article{width: 100%;display: flex !important;flex-direction: column;gap: 20px;}
.article-picture{display: flex;gap: 20px;align-items: center;}
.expert-image{width: 108px;min-width: 108px;height: 108px;border-radius: 50%;border: 3px solid #fe6b32;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);}
.expert-name{font-family: var(--mainFontB);font-size: var(--priFS);}
.choose-slider .article-title{font-size: var(--priFSXL);-webkit-line-clamp: 3;min-height: 92px;}
.choose-slider .article-link{color: inherit;}
.choose-slider .article-desc{font-family: var(--priFont);-webkit-line-clamp: 6;min-height: 144px;}
.choose-slider .slick-dots{left: 0;bottom: 10px;margin: 0;padding: 0;display: flex;gap: 5px;list-style: none;height: 6px;line-height: 1;width: 100%;justify-content: center;position: absolute;border-top: 1px solid #f46b6b;padding-top: 50px;}
.choose-slider .slick-dots button{border: 0;background: #f5989d;width: 6px;height: 6px;cursor: pointer;text-indent: -9999px;padding: 0;}
.choose-slider .slick-active button{background: #fff;}
.choose-slider .article::after {counter-increment: section;content: counter(section);width: 100%;font-size: 110px;display: block;text-align: right;color: #ffffff6b;font-family: var(--priFontB);line-height: 1;float: right;height: 110px;overflow: hidden;}
/* nmol-health */
.nmol-health h2{font-size: var(--priFSM);color: #fff;padding: 5px 10px;background: #AB2720;background: linear-gradient(90deg, rgba(171, 39, 32, 1) 34%, rgba(226, 34, 38, 0.76) 100%);display: flex;justify-content: space-between;align-items: center;width: 100%;margin-bottom: 10px;}
.nmol-health h2 a{background: url(../images/pc/ico-telesale.png) left center no-repeat;padding-left: 40px;background-size: 24px;color: inherit;}
.nmol-health h2::after{content: '';display: block;width: 3px;height: 15px;background: #fff;float: right;position: relative;top: 2px;}
.nmol-health .article-image{margin-bottom: 10px;}
/* nmol-forum */
.nmol-forum .bx-cat-content{background: #faf7f7;padding: 20px 25px;position: relative;overflow: hidden;height: 208px;}
.nmol-forum .slick-list {margin: 0 -20px;}
.nmol-forum .slick-slide {margin: 0 20px;}
.forum-slider .slick-dots{margin: 0;padding: 0;display: flex;gap: 5px;list-style: none;height: 8px;line-height: 1;width: 100%;justify-content: center;margin-top: 20px;}
.forum-slider .slick-dots button{border: 0;background: #ebebeb;width: 8px;height: 8px;cursor: pointer;text-indent: -9999px;padding: 0;border-radius: 4px;}
.forum-slider .slick-active button{background: var(--priColor);}
.forum-slider .slick-arrow{text-indent: -9999px;position: absolute;bottom: -1px;cursor: pointer;}
.forum-slider .slick-prev {width: 0px;height: 0px;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-right: 6px solid #8b8b8b;background: none;border-left: 0;left: calc(50% - 42px);}
.forum-slider .slick-next {width: 0px;height: 0px;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left: 7px solid #d0d0d0;background: none;border-right: 0;right: calc(50% - 42px);}
.forum-slider .article-image{width: 115px;height: 115px;float: left;margin: 0 20px 0 0;border-radius: 50%;}
.forum-slider .article-person{font-size: var(--priFS);position: relative;padding-bottom: 10px;}
.forum-slider .article-person::after{content: '';display: block;height: 0.5px;width: 60px;background: var(--priColor);position: absolute;left: 0;bottom: 0;}
/* nmol-epaper */
.nmol-epaper h2{font-size: var(--priFSM);color: #fff;padding: 5px 10px;background: #AB2720;background: linear-gradient(90deg, rgba(171, 39, 32, 1) 34%, rgba(226, 34, 38, 0.76) 100%);display: flex;justify-content: space-between;align-items: center;width: 100%;margin-bottom: 10px;}
.nmol-epaper h2 a{color: inherit;}
.nmol-epaper h2::after{content: '';display: block;width: 3px;height: 15px;background: #fff;float: right;position: relative;top: 2px;}
.nmol-epaper .bx-cat-content{position: relative;overflow: hidden;height: 440px;}
.epaper-slider .slick-dots{margin: 0;padding: 0;display: flex;gap: 5px;list-style: none;height: 8px;line-height: 1;width: 100%;justify-content: center;margin-top: 10px;}
.epaper-slider .slick-dots button{border: 0;background: #ebebeb;width: 8px;height: 8px;cursor: pointer;text-indent: -9999px;padding: 0;border-radius: 4px;}
.epaper-slider .slick-active button{background: var(--priColor);}
.epaper-button{width: 100%;display: flex;justify-content: center;color: #fff !important;font-family: var(--priFontB);text-transform: uppercase;background: #0084ff;align-items: center;height: 40px;margin-top: 10px;}
.epaper-button span{color: inherit;background: url(../images/pc/icoPaper.png) left center no-repeat;padding-left: 20px;background-size: 12px;}
/* nmol-poem */
.nmol-poem .bx-cat-link img{height: 23px;vertical-align: middle;}
.nmol-poem .bx-cat-content .article{width: calc((100% - 60px) / 3);float: left;margin-left: 30px;display: flex;background: #faf7f7;}
.nmol-poem .bx-cat-content .article:nth-child(3n+1){margin-left: 0;clear: both;}
.nmol-poem .bx-cat-content .article-image{width: 160px;min-width: 160px;float: left;}
.nmol-poem .bx-cat-content .article-title{padding: 5px 10px 5px 15px;font-family: var(--mainFont);}
/* nmol-4cat */
.nmol-4cat .container{position: relative;overflow: hidden;}
.nmol-4cat-item{width: calc((100% - 102px) / 4);float: left;margin-left: 34px;position: relative;}
.nmol-4cat-item:nth-child(4n+1){margin-left: 0;clear: both;}
.nmol-4cat-item .bx-cat-name{font-size: var(--priFSL);}
.nmol-4cat-item .bx-cat-link{padding-bottom: 10px;}
.nmol-4cat-item .bx-cat-link::before{width: 50%;background: var(--priColor);}
.nmol-4cat-item .bx-cat-link::after{display: none;}
.nmol-4cat-item .article{width: 100%;float: left;}
.nmol-4cat-item .article:not(:first-child){border-top: var(--bdr);margin-top: 20px;padding-top: 20px;}
.nmol-4cat-item .article:first-child .article-image{margin-bottom: 10px;}
.nmol-4cat-item .article:not(:first-child) .article-image{width: 110px;float: right;margin-left: 10px;}
.nmol-4cat-item .article:not(:first-child) .article-title{font-family: var(--mainFont);}
.nmol-4cat-item:not(:first-child)::before{content: '';display: block;width: 1px;height: 100%;background: #ebebeb;position: absolute;left: -17px;top: 60px;}
/* nmol-mostread */
.nmol-mostread .bx-cat-title{border-top: var(--bdr);text-align: left;}
.nmol-mostread .bx-cat-name{font-size: var(--secFS);color: var(--priColor);}
.nmol-mostread .bx-cat-link{padding: 14px 0;}
.nmol-mostread .bx-cat-link::after{display: none;}
.nmol-mostread .bx-cat-link::before {left: 0;transform: unset;width: 50%;background: var(--priColor);}
.nmol-mostread{counter-reset: section;}
.nmol-mostread .bx-cat-content{display: flex;position: relative;flex-wrap: wrap;justify-content: space-between;}
.nmol-mostread .article{width: calc((100% - 68px) / 3);float: left;position: relative;padding-top: 20px;margin-top: 20px;border-top: var(--bdr);}
.nmol-mostread .article:nth-child(1),.nmol-mostread .article:nth-child(4),.nmol-mostread .article:nth-child(7){padding-top: 0;margin-top: 0;border-top: 0;}
.nmol-mostread .article::after {counter-increment: section;content: counter(section);width: 50px;display: block;text-align: right;font-size: 78px;color: #feeeee;font-family: 'Times New Roman', Times, serif;line-height: 100%;position: absolute;right: 0;top: 15px;}
.nmol-mostread .article:nth-child(1)::after,.nmol-mostread .article:nth-child(4)::after,.nmol-mostread .article:nth-child(7)::after{top: -10px;}
.nmol-mostread .article-title{-webkit-box-orient: vertical;text-overflow: ellipsis;-webkit-line-clamp: 3;display: -webkit-box;overflow: hidden;position: relative;z-index: 1;padding-right: 20px;font-family: var(--mainFont);font-size: var(--priFSM);}
.nmol-mostread .article:nth-child(1) {order: 1;}
.nmol-mostread .article:nth-child(2) {order: 4;}
.nmol-mostread .article:nth-child(3) {order: 7;}
.nmol-mostread .article:nth-child(4) {order: 2;}
.nmol-mostread .article:nth-child(5) {order: 5;}
.nmol-mostread .article:nth-child(6) {order: 8;}
.nmol-mostread .article:nth-child(7) {order: 3;}
.nmol-mostread .article:nth-child(8) {order: 6;}
.nmol-mostread .article:nth-child(9) {order: 9;}
/* nmol-topic */
.nmol-topic .bx-cat-title{border-top: var(--bdr);text-align: left;}
.nmol-topic .bx-cat-name{font-size: var(--secFS);}
.nmol-topic .bx-cat-link{padding: 14px 0;}
.nmol-topic .bx-cat-link::before {left: 0;transform: unset;width: 50%;background: var(--priColor);}
.nmol-topic .bx-cat-link::after {top: -1px;left: 0;transform: unset;width: 120%;background: var(--priColor);height: 1px;bottom: unset;border: 0;border-radius: 0;}
.nmol-topic .bx-cat-content{position: relative;overflow: hidden;height: 451px;}
.nmol-topic .slick-list {margin: 0 -15px;}
.nmol-topic .slick-slide {margin: 0 15px;}
.nmol-topic .article-image{line-height: 0;}
.nmol-topic .article-title{background: #f1efef;padding: 10px 15px 0 15px;height: 200px;font-size: var(--priFSM);}
.article-more{font-family: var(--priFont);text-transform: uppercase;color: #fff;padding: 10px 10px;text-align: center;background: #AB2720;background: linear-gradient(90deg, rgba(171, 39, 32, 1) 34%, rgba(226, 34, 38, 0.76) 100%);display: block;width: 100%;}
.topic-slider .slick-dots{margin: 0;padding: 0;display: flex;gap: 5px;list-style: none;height: 8px;line-height: 1;width: 100%;justify-content: center;margin-top: 20px;}
.topic-slider .slick-dots button{border: 0;background: #ebebeb;width: 8px;height: 8px;cursor: pointer;text-indent: -9999px;padding: 0;border-radius: 4px;}
.topic-slider .slick-active button{background: var(--priColor);}
.topic-slider .slick-arrow{text-indent: -9999px;position: absolute;bottom: -1px;cursor: pointer;}
.topic-slider .slick-prev {width: 0px;height: 0px;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-right: 6px solid #8b8b8b;background: none;border-left: 0;left: calc(50% - 42px);}
.topic-slider .slick-next {width: 0px;height: 0px;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left: 7px solid #d0d0d0;background: none;border-right: 0;right: calc(50% - 42px);}
/* nmol-headhunter */
.nmol-headhunter .bx-cat-sub,.nmol-headhunter .bx-cat-sub samp{font-family: var(--mainFont);}
.nmol-headhunter .bx-cat-sub span,.nmol-headhunter .bx-cat-sub samp{text-transform: none;font-size: var(--priFS);}
.nmol-headhunter .bx-cat-sub samp{color: #2190e6;}
.nmol-headhunter .bx-cat-content{background: #fdfcfc;border: var(--bdr);display: flex;}
.nmol-headhunter .bx-cat-content > div{width: calc(100% / 3);float: left;}
.nmol-headhunter .bx-cat-content > div:not(:first-child){border-left: var(--bdr);}
.nmol-headhunter .bx-cat-content > div > h4{padding: 10px;background: #fefafa;text-transform: uppercase;font-family: var(--priFontB);border-bottom: var(--bdr);width: 100%;display: flex;gap: 5px;align-items: center;}
.nmol-headhunter .bx-cat-content > div > h4 + div{padding: 10px;}
.bx-recruitment-content .article,.bx-seekers-content .article{width: 100%;float: left;background: #fff7f7;border: 1px solid #fcecec;border-radius: 3px;padding: 10px;display: flex;flex-direction: column;gap: 10px;}
.bx-recruitment-content .article-title,.bx-seekers-content .article-title{font-family: var(--mainFont);}
.bx-seekers-content .article{background: #f2e1e1;}
.bx-recruitment-content .article:not(:first-child),.bx-seekers-content .article:not(:first-child){margin-top: 10px;}
.article-company,.article-seekers{background: url(../images/pc/icoJCompany.png) left 1px no-repeat;padding-left: 15px;font-family: var(--priFontB);font-size: 12px;color: #b4b3b3;background-size: 12px;}
.article-seekers{background: url(../images/pc/icoJAuthor.png) left 3px no-repeat;background-size: 10px;}
.survey-item{width: 100%;background: #fff7f7;border: 1px solid #fcecec;border-radius: 3px;padding: 10px 20px;display: flex;flex-direction: column;gap: 10px;}
.survey-item p{margin: 0;font-size: var(--priFS);}
.survey-link{width: 100%;display: flex;justify-content: center;color: #fff !important;font-family: var(--priFontB);text-transform: uppercase;background: #0084ff;align-items: center;height: 40px;margin-top: 10px;}
.bx-survey-content{display: flex;flex-direction: column;justify-content: space-between;height: calc(100% - 42px);}
.survey-more{text-align: right;text-transform: uppercase;color: var(--priColor);font-size: 12px;}
/* nmol-footer */
.nmol-footer{background: #f5f5f5;padding: 20px 0 0 0;font-size: 14px;font-family: var(--priFont);margin-top: 30px;}
.footer-content{display: flex;justify-content: space-between;gap: 40px;padding-bottom: 20px;}
.footer-left{width: 660px;min-width: 660px;}
.footer-left p{margin: 10px 0 0 0;}
.footer-left p:first-child{margin-top: 0;}
.footer-right{display: flex;flex-direction: column;gap: 40px;}
.footer-menu{position: relative;overflow: hidden;}
.footer-menu::after{content: '';display: block;width: 1px;height: calc(100% - 20px);background: #ebebeb;position: absolute;top: 10px;left: 50%;}
.footer-menu a{font-family: var(--priFontB);width: calc(50% - 30px);float: left;border-top: 1px dotted #999;padding: 5px 0;margin-left: 60px;}
.footer-menu a:nth-child(2n+1){margin-left: 0;clear: both;}
.footer-menu a:nth-child(-n + 2){border-top: 0;}
.footer-logo img{margin-top: 5px;width: 278px;height: auto;}
.footer-social{justify-content: left;}
.footer-copyright{display: block;width: 100%;border-top: var(--bdr);color: #989898;padding: 10px 0;}
/* nmol-mastercms */
.nmol-mastercms .container{padding: 15px 0;font-family: var(--priFont);color: #989898;}
/* backTop */
.backTop{background: url(../images/pc/icoBackTop.png) 0 0 no-repeat;width: 38px;height: 38px;display: none;position: fixed;bottom: 225px;right: 10px;cursor: pointer;z-index: 10;}
/* smenu */
#smenu {width: 100%;max-width: 320px;background: #fff;position: fixed;top: 0;left: -320px;bottom: 0;z-index: 101;height: 100%;transition: left 0.3s ease;}
#smenu.show {left: 0;}
.close {width: 40px;height: 40px;font-size: 40px;background: #f8f8f8;line-height: 36px;text-align: center;color: var(--priColor);font-weight: 700;display: block;float: right;cursor: pointer;}
body::after {content: "";position: fixed;opacity: 0;z-index: 100;pointer-events: none;height: 0;width: 0;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);transition: opacity 0.3s ease-in-out;}
.off,.offs{overflow: hidden;}
.off::after {opacity: 1;width: 100%;height: 100%;pointer-events: auto;}
.sm-list{margin: 0;list-style: none;display: flex;flex-direction: column;gap: 0;padding: 0 25px;height: calc(100% - 100px);overflow-y: scroll;}
.sm-list > li{position: relative;display: flex;flex-direction: column;width: 100%;border-bottom: 1px solid #e8e8e8;}
.sm-list > li > a{width: calc(100% - 65px);font-size: 15px;font-weight: 700;text-transform: uppercase;color: initial;padding: 12px 0;}
.sm-list > li.sub{flex-wrap: wrap;flex-direction: unset;}
.sm-sub{margin: 0;padding: 0 0 10px 0;list-style: none;width: 100%;display: none;}
.sm-sub.active{display: block;}
.sm-sub li{padding-left: 12px;}
.sm-sub li > a{display: flex;padding: 10px 0;color: initial;font-size: 15px;}
.chevron {display: flex;width: 45px;height: 45px;align-items: center;margin-left: auto;color: #999;justify-content: center;font-size: 20px;cursor: pointer;transform: rotate(90deg);}
/* nmol-breadcrumb */
.nmol-breadcrumb .bx-cat-title{margin-bottom: 0;}
/* bx-cat-listing */
.bx-cat-listing .article,.bx-cat-latest .article{width: 100%;float: left;}
.bx-cat-listing .article:not(:first-child),.bx-cat-latest .article:not(:first-child){padding-top: 30px;margin-top: 30px;border-top: var(--bdr);}
.bx-cat-listing .article-image,.bx-cat-latest .article-image{width: 290px;float: left;margin: 0 30px 0 0;}
.bx-cat-listing .article-title,.bx-cat-latest .article-title{font-size: var(--priFSL);}
.bx-cat-listing .article-cat,.bx-cat-latest .article-cat{color: initial;}
.bx-cat-listing .article-cat::after,.bx-cat-latest .article-cat::after{background: var(--priColor);}
/* __MB_ARTICLE_PAGING */
.__MB_ARTICLE_PAGING{text-align: center;margin-top: 30px;}
.__MB_ARTICLE_PAGING span, .__MB_ARTICLE_PAGING a {display: inline-block;height: 50px;text-align: center;line-height: 50px;background: #ebebeb;padding: 0 50px;border-radius: 25px;cursor: pointer;text-transform: uppercase;}
.__MB_ARTICLE_PAGING span{background: #ebebeb;color: var(--priColor);}
.__MB_ARTICLE_PAGING a:hover {background: #ebebeb;color:#fff;}
.__MB_ARTICLE_PAGING.pager-active span:first-child {display: none;}
/* bx-cat-detail */
.bx-cat-detail .nmol-content{flex-direction: column;gap: 30px;display: flex;}
/* article-detail */
.article-detail-subtitle{color: var(--priColor);}
.article-detail-subtitle:empty{display: none;}
.article-detail-title,.article-detail-desc {font-size: var(--secFSL);font-family: var(--mainFontB);}
.article-detail-title,.article-detail-info,.article-detail-desc{margin-bottom: 20px;}
.article-detail-author{text-align: right;font-family: var(--mainFontB);}
.article-detail-source{text-align: right;font-style: italic;margin-top: 10px;}
.article-detail-subtitle:empty,.article-detail-source:empty,.article-detail-author:empty{display: none;}
.article-detail-body {display: grid;width: 900px;margin-left: -60px;grid-template-columns: auto 840px;}
.article-detail-body #__MB_MASTERCMS_EL_3{width: 100%;float: right;}
.article-detail-body .article-share-button{width: 38px;float: left;}
/* btn-share */
.article-extension {position: sticky;top: 50px;}
.change-font {width: 38px;overflow: hidden;border: 1px solid #ffb2b5;border-radius: 19px;padding: 3px 6px;display: flex;align-items: center;justify-content: center;flex-direction: column;gap: 5px;margin-bottom: 15px;}
.font {text-align: center;float: left;width: 32px;cursor: pointer;}
.change-font .ico-arrow{width: 24px;height: 24px;text-align: center;line-height: 24px;border-radius: 24px;cursor: pointer;background: #ffb2b5;font-weight: 900;}
.article-detail-social {display: flex;align-items: center;justify-content: center;gap: 5px;flex-direction: column;}
.article-detail-social .share-social__link,.__MB_FOLLOW_ARTICLE_ACT_URL {width: 38px !important;height: 38px !important;;border-radius: 38px;display: flex;font-size: 18px;background: #ffb2b5;color: initial;position: relative;cursor: pointer;justify-content: center;align-items: center;}
.article-detail-social .share-social__link:hover img{filter: invert(1);}
/* article-detail-topic */
.article-detail-topic {display: flex;flex-direction: column;gap: 20px;background: #fdf2f2;padding: 20px 20px;}
.article-detail-heading{font-size: 16px;font-family: var(--priFontB);}
.article-detail-heading a{color: var(--priColor);}
.article-detail-topic .bx-cat-content{padding-left: 25px;border-left: var(--bdr);}
.article-detail-topic .article:not(:first-child){margin-top: 20px;}
.article-detail-topic .article{position: relative;width: 100%;float: left;}
.article-detail-topic .article::before {content: '';display: block;width: 6px;height: 6px;border-radius: 3px;background: #ccc;position: absolute;left: -28px;top: 0;}
.article-detail-topic .article-content{padding-top: 0;}
.article-detail-topic .article-image{width: 160px;float: left;margin: 0 20px 0 0;}
/* bx-cat-latest */
.bx-cat-latest .nmol-heading-name,.article-detail-relate .nmol-heading-name{text-align: left;}
.bx-cat-latest .nmol-heading-title,.article-detail-relate .nmol-heading-title{color: initial;font-size: var(--priFSXL);}
.bx-cat-latest .nmol-heading-title::before,.bx-cat-latest .nmol-heading-title::after,.article-detail-relate .nmol-heading-title::before,.article-detail-relate .nmol-heading-title::after{display: none;}
.bx-cat-latest .nmol-heading-link::before,.article-detail-relate .nmol-heading-link::before{height: 16px;}
/* article-detail-tag */
.article-detail-tag span,.article-detail-tag a{display: inline-block;margin: 0 10px 15px 0;height: 36px;line-height: 36px;}
.article-detail-tag span{font-size: 18px;background: url(../images/pc/ico-tag.png) left 9px no-repeat;padding-left: 30px;}
.article-detail-tag a{background: #efeeee;padding: 0 10px;border-radius: 5px;}
/* article-detail-relate */
.article-detail-relate .article{width: calc((100% - 68px) / 3);float: left;margin-left: 34px;}
.article-detail-relate .article:nth-child(3n+1){margin-left: 0;clear: both;}
.article-detail-relate .article-image{margin-bottom: 10px;}
.article-detail-relate .article-title{font-family: var(--mainFont);}