.publishingDetailHero {
    padding: 10px 0 0;
}
.publishingDetailHeroInner {
    min-height: 329px;
    padding: 50px 0 0 103px;
    box-sizing: border-box;
    background: #eef6ff url("/res/images/coopJournal/sci/banner.png") center/100% 100% no-repeat;
}
.publishingDetailHeroContent {
    max-width: 526px;
}
.publishingDetailHeroContent h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.26;
    color: #1578fc;
}
.publishingDetailHeroContent h2 {
    margin: 9px 0 14px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
}
.publishingDetailHeroContent p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
.publishingDetailActions {
    display: flex;
    gap: 20px;
    margin-top: 42px;
}
.publishingDetailActions .ml20 {
    margin-left: 0;
}
.publishingPrimaryBtn,
.publishingDetailGhostBtn {
    display: inline-block;
    width: 180px;
    height: 60px; 
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.publishingPrimaryBtn {
    border: 0;
    background: #1664ff;
    color: #fff;
}
.publishingDetailGhostBtn {
    border: 0;
    background: #fff;
    color: #333;
    text-decoration: none;
}
.publishingSectionTitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
}

.publishingAdvantageSection {
    padding: 22px 0 23px;
}
.publishingAdvantageCards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.publishingAdvantageCard {
    width: calc((100% - 40px) / 3);
    height: 215px;
    box-sizing: border-box;
    padding: 20px;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}
.publishingAdvantageCardHead {
    display: flex;
    align-items: flex-start;
}
.publishingAdvantageCardIcon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    margin-top: 1px;
}
.publishingAdvantageCardTitle {
    margin: 7px 0 0 14px;
    line-height: 30px;
}
.publishingAdvantageCardList {
    list-style: none;
    line-height: 22px;
    color: #333;
}
.publishingAdvantageCardList li {
    position: relative;
    font-size: 14px;
}
.publishingAdvantageCardList li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}
.publishingAdvantageCardList li + li {
    margin-top: 6px;
}
.publishingIssueSection {
    padding: 0;
    background: #fff;
}
.publishingReasonSection {
    padding: 40px 0;
    background: #fff;
}
.publishingReasonTitle {
    margin: 0 0 32px;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
}
.publishingReasonPanel {
    padding: 20px 30px;
    border: 1px solid rgba(195, 198, 216, 0.3);
    border-radius: 20px;
    background: #ecf6f5;
}
/*.publishingReasonList {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
.publishingReasonItem {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
.publishingReasonItem + .publishingReasonItem {
    margin-top: 20px;
}
.publishingReasonNo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 12px;
    background: rgba(10, 104, 105, 0.1);
    color: #0a6869;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}
.publishingReasonText {
    line-height: 25px;
    border-radius: 10px;
}
.nowap{
    white-space: nowrap !important;
}
.wordBreak{
    word-break: break-all;
}
.publishingReasonAdvantageTitle {
    margin: 20px 0 20px;
    color: #0a6869;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.publishingReasonCards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.publishingReasonCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 188px;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}
.publishingReasonCardIconWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 12px;
    background: rgba(10, 104, 105, 0.1);
}
.publishingReasonCardIcon {
    width: 24px;
    height: 24px;
}
.publishingReasonCardTitle {
    margin: 20px 0 0;
    color: #0a6869;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
.publishingReasonCardDesc {
    margin: 20px 0 0;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 0 20px;
}
.publishingSectionHead {
    padding-bottom: 24px;
}
.publishingSectionTitle {
    margin: 0;
    line-height: 1.4;
}
.publishingSectionDesc {
    width: 760px;
    margin: 12px auto 0;
    line-height: 24px;
}
.publishingIssuePanel {
    min-height: 460px;
    padding: 35px 51px 40px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #f1f7ff;
}
.publishingIssueCards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 20px;
}
.publishingIssueCard {
    display: flex;
    align-items: center;
    min-height: 77px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid rgba(228, 236, 247, 0.9);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(25, 102, 255, 0.04);
}
.publishingIssueIconWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    background: #E6F4FF;
    border-radius:  10px
}
 
.publishingIssueText {
    margin: 0 0 0 16px;
    line-height: 24px;
}
.publishingValueSection {
    padding: 0 0 40px;
    background: #fff;
}
.publishingValueSection .publishingSectionHead {
    padding-bottom: 32px;
}
.publishingValueSection .publishingSectionTitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
}
.publishingValueCards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.publishingValueCard {
    display: flex;
    align-items: flex-start;
    min-height: 180px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #fff;
}
.publishingValueIconWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    background: rgba(10, 104, 105, 1);
}
.publishingValueIcon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.publishingValueContent {
    flex: 1;
    margin-left: 20px;
}
.publishingValueCardTitle {
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.publishingValueCardDesc {
    margin: 10px 0 0;
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.publishingValueList {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
.publishingValueList li {
    position: relative;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.publishingValueList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}
.publishingValueList li + li {
    margin-top: 4px;
}
.publishingTargetSection {
    background: #fff;
}
.publishingTargetCards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.publishingTargetCard {
    overflow: hidden;
    padding: 8px 8px 34px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.publishingTargetImgWrap {
    overflow: hidden;
    height: 192px;
    border-radius: 8px 8px 0 0;
}
.publishingTargetImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.publishingTargetBody {
    padding: 16px 20px 0;
}
.publishingTargetText {
    margin: 0;
    color: #181c23;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.publishingSciSupportSection {
    padding: 40px 0;
    background: #fff;
}
.publishingSciSupportSection .publishingSectionHead {
    padding-bottom: 38px;
}
.publishingSciServiceTableWrap {
    overflow: hidden;
    border: 1px solid #dfe7f1;
    border-radius: 14px;
}
.publishingSciServiceTable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}
.publishingSciServiceTable td {
    border-right: 1px solid #dfe7f1;
}
.publishingSciServiceTable th,
.publishingSciServiceTable td {
    border-bottom: 1px solid #dfe7f1;
    vertical-align: top;
}
.publishingSciServiceTable th:last-child,
.publishingSciServiceTable td:last-child {
    border-right: 0;
}
.publishingSciServiceTable tbody tr:last-child td {
    border-bottom: 0;
}
.publishingSciServiceTable th {
    padding: 16px 28px;
    background: #f7faff;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}
.publishingSciServiceTable th:first-child,
.publishingSciServiceTable td:first-child {
    width: 205px;
}
.publishingSciServiceStage {
    display: flex;
    align-items: flex-start;
    padding: 26px 20px 26px 18px;
}
.publishingSciServiceNo {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    background: #ECF6F5;
    margin-top: 3px;
    border-radius: 50px;
}
.publishingSciServiceNoBadge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin-top: 3px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.publishingSciServiceStageTitle {
    display: block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    color: #1664ff;
}
.nowap{
    white-space: nowrap;
}
.publishingSciServiceTable td:nth-child(2) {
    padding: 18px 24px 18px 20px;
}
.publishingSciServiceTable td:nth-child(2) ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.publishingSciServiceTable td:nth-child(2) li {
    position: relative;
    padding-left: 14px;
    line-height: 30px;
}
.publishingSciServiceTable td:nth-child(2) li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}
.publishingSciServiceTable td:nth-child(2) li + li {
    margin-top: 2px;
}
.publishingFlowSection {
    padding: 40px 0;
    background: #f4f7fb;
}
.publishingFlowSection .publishingSectionHead {
    padding-bottom: 38px;
}
.publishingFlowList {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.publishingFlowItem {
    position: relative;
    width: 108px;
    text-align: center;
}
.publishingFlowItem:not(:last-child)::after {
    content: "";
    position: absolute;
    left: calc(100% + 14px);
    top: 35px;
    width: 45px;
    height: 8px;
    transform: translateX(-50%);
    background: url("/res/images/coopJournal/sci/sciarrow.png") center/100% 100% no-repeat;
}
.publishingFlowIcon {
    width: 72px;
    height: 72px;
    margin: 0 auto 13px;
    border-radius: 50px;
    background: #fff;
}
.publishingFlowText {
    margin: 0;
    color: #1664ff;
    line-height: 20px;
    white-space: nowrap;
}
.publishingFlowBanner {
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.publishingAssuranceSection {
    padding: 40px 0;
    background: #fff;
}
.publishingAssurancePanel {
    padding: 40px;
    border-radius: 20px;
}
.publishingAssuranceGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.publishingAssuranceColumn {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.publishingAssuranceCard {
    display: flex;
    align-items: center;
    min-height: 77px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
}
.publishingAssuranceIconWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 10px;
}
.publishingAssuranceIcon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.publishingAssuranceText {
    flex: 1;
    margin: 0 0 0 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
.publishingBenefitSection {
    padding: 40px 0;
    background: #fff;
}
.publishingBenefitSection .publishingSectionHead {
    padding-bottom: 38px;
}
.publishingBenefitCards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}
.publishingBenefitCard {
    min-height: 216px;
    padding: 30px 18px 22px;
    box-sizing: border-box;
    border: 1px solid #d8e4f3;
    border-radius: 7px;
    background: #f1f7ff;
}
.publishingBenefitIconWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.publishingBenefitCards .publishingBenefitIconWrap {
    width: 50px;
    height: 50px;
    margin-bottom: 28px;
    border-radius: 12px;
    background: rgba(10, 104, 105, 0.1);
}
.publishingBenefitIcon {
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 0;
}
.publishingBenefitTitle {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
}
.publishingBenefitText {
    margin: 14px 0 0;
    line-height: 22px;
}
.publishingAudienceSection {
    padding: 40px 0;
    background: #f4f7fb;
}
.publishingAudienceSection .publishingSectionHead {
    padding-bottom: 38px;
}
.publishingAudienceCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.publishingAudienceCard {
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(43, 78, 122, 0.08);
}
.f700{
    font-weight: 700;
}
.publishingAudienceImg {
    width: 100%;
    height: 192px;
    object-fit: cover;
}
.publishingAudienceBody {
    padding: 32px 18px 36px;
}
.publishingAudienceTitle {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
}
.publishingAudienceText {
    margin: 12px 0 0;
    color: #1664ff;
    line-height: 22px;
}
.publishingCtaSection {
    padding: 40px 0;
    background: #fff;
}
.publishingCtaPanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 237px;
    padding: 38px 36px 34px;
    box-sizing: border-box;
    border-radius: 18px;
    background: #f2f7ff;
}
.publishingCtaContent {
    width: 500px;
}
.publishingCtaTitle {
    margin: 0;
    font-size: 36px;
    line-height: 48px;
}
.publishingCtaDesc {
    width: 420px;
    font-size: 18px;
    font-weight: 600;
    margin: 22px 0 0;
    line-height: 28px;
}
.publishingCtaDesc2 {
    margin-top: 10px;
    font-size: 18px;
}
.publishingCtaTags {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 34px;
}
.publishingCtaTags span {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.publishingCtaTags img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.publishingCtaBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 510px;
    height: 58px;
    border: 0;
    border-radius: 5px;
    background: #1664ff;
    font-size: 22px;
    cursor: pointer;
}
.publishingCtaBtn img {
    width: 22px;
    height: 16px;
    margin-right: 10px;
}
