@charset "GB2312";
/* CSS Document */
#sharePopup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 48px;
    background: white;
    box-shadow: 0 0 58px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-align: center;
    max-width: 300px;
    border-radius: 28px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
#sharePopup img {
    width: 188px;
    height: 188px;
}
#sharePopup .copyurl {
    padding: 0 6px;
    display: block;
    width: 128px;
    white-space: nowrap;
    overflow-x: auto; /* 允许水平滚动 */
    scrollbar-width: none; /* 隐藏滚动条（Firefox）*/
    -ms-overflow-style: none; /* 隐藏滚动条（IE 10+）*/
    border-radius: 5px;
}
#sharePopup .copytext {
    padding: 12px 0 0 0;
    font-size: 12px;
}
#saveBtn, #closeBtn {
    padding: 10px 20px;
    background-color: #4e6ef2;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
}
#closeBtn {
    background-color: #fff;
    position: absolute;
    color: #000;
    top: 8px;
    right: 8px;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0;
}
#closeBtn::after {
    content: "\2715";
    transform: rotate(45deg);
    font-size: 16px;
    font-weight: bold;
}
#copyBtn {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 6px 12px;
    color: white;
    border-radius: 5px;
    background: #4e6ef2;
}
#sharePopup p::-webkit-scrollbar { /* 隐藏滚动条（Chrome、Safari、Opera）*/
    display: none;
}
.linkarex {
    background: #4e6ef2;
    color: #fff;
    position: relative;
    border: 1px solid #4e6ef2;
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    margin: 18px 0;
}
.shownews {
    padding: 88px 20px 60px 20px;
}
.shownews .context .showt {
    padding: 0 38px 0 38px;
}
.shownews .context .showt h1 {
    font-size: 6vw;
    font-weight: bold;
}
.shownews .context .showt span {
    padding: 8px 6px 8px 2px;
    font-size: 16px;
}
.shownews .context .times {
    font-size: 3vw;
}

.shownews .context .cons .textall{text-indent: 2em; font-size:16px; font-weight: 300;line-height: 26px;}
.shownews .context .cons {
    background: #fff;
    padding: 48px 38px;
    margin: 28px 0 0 0;
    color: #333;
    border-radius: 33px;
    position: relative;
}
.shownews .context .cons img {
    width: 100%;
}
.navknows {
    padding: 18px 48px 28px 38px;
    color: #999;
}
.navknows a {
    color: #999;
}
.navknows a:hover {
    color: #666;
}
.newscate {
    padding: 28px;
    background: #fff;
    margin: 28px 0;
    border-radius: 28px;
}
.newscate p {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 12px 0;
}
.newscate a {
    padding: 0 19px 8px 0;
    color: #999;
    white-space: nowrap;
	text-overflow:ellipsis;
	display: block;
	overflow: hidden;
}
.newscate a:hover {
    color: #666;
}

.shareback {
    position: absolute;
    right: 48px;
    top: -18px;
}
.shareback a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
	margin: 0 0 0 4px;
}
.shareback .backlist {
    background: url("../img/nav/goback.svg") #4e6ef2 center no-repeat;
	background-size: 22px;
}

.shareback .shareBtn {
    background: url("../img/nav/arrow.svg") #4e6ef2 center no-repeat;
	background-size: 16px;
}

@media (min-width: 560px) {
    .shownews .context .showt h1 {
        font-size: 4vw;
    }
    .shownews .context .times {
        font-size: 2vw;
    }
}
@media (min-width: 760px) {
	
	.newscate a {display:inline-block;}
}
@media (min-width: 1025px) {
	
    .navknows {
        padding: 18px 48px 28px 50px;
        color: #999;
    }
    .shownews .context .showt {
        padding: 0 48px 0 48px;
    }
    .shownews .context .cons {
        padding: 58px 68px;
    }
}
@media (min-width: 1168px) {
    .shownews {
        padding: 88px 0;
        width: 1088px;
        margin: 0 auto;
    }
    .shownews .context .showt h1 {
        font-size: 38px;
    }
}