/* ========================================
   文章和图片详情页样式
   ======================================== */

/* 热门模块 */
.hotmg {
    margin-top: 37px;
}

/* 主内容区域 */
.appcon {
    margin-top: 40px;
    display: flex;
}

.appcon-list {
    width: 830px;
}

.aside-nggift,
.ey_hotnr {
    margin-bottom: 30px;
}

.aside-nggift > div:first-of-type,
.aside-hotzj > div:first-of-type,
.ey_hotnr > div:first-of-type {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px;
    padding-left: 19px;
    position: relative;
    margin-bottom: 15px;
}

.aside-nggift > div:first-of-type::before,
.aside-hotzj > div:first-of-type::before,
.ey_hotnr > div:first-of-type::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 19px;
    background: #FF6B35;
    border-radius: 2px;
}

.ey_hotnr img {
    width: 100%;
    height: 212px;
}

.ey_hotnr li {
    margin-bottom: 17px;
    position: relative;
}

.ey_hotnr li > a {
    display: flex;
    justify-content: space-between;
}

.ey_hotnr li:nth-child(n+2)::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #F16D45;
    border-radius: 50%;
}

.ey_hotnr li span {
    width: 44px;
    opacity: 0.6;
    margin-left: 35px;
}

.ey_hotnr li p {
    flex: 1;
    opacity: 0.8;
    padding-left: 20px;
}

/* 通用工具类 */
.flex {
    display: flex;
    align-items: center;
}

/* 分类列表 */
.typelist {
    justify-content: flex-start !important;
    margin-bottom: 30px;
    width: 830px;
    height: 48px;
    background: #EFEFEF;
    border-radius: 5px;
}

.typelist p,
.typelist a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    transition: all 0.3s ease;
}

.typelist p:hover,
.typelist a:hover {
    background: #e0e0e0;
}

.onk {
    color: #FFFFFF !important;
    background: linear-gradient(180deg, #FF4747 0%, #FF6433 100%);
}

/* 新闻列表 */
.newlist li a {
    display: flex;
    justify-content: flex-start;
}

.newlist li a:nth-of-type(3n) {
    margin-right: 0;
}

.newlist li a .firstList {
    position: relative;
}

.firstList img {
    width: 230px;
    height: 150px;
    border-radius: 5px;
}

.newlist li {
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all linear .3s;
    border-radius: 8px;
    overflow: hidden;
}

.newlist li:hover {
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
    transition: all linear .3s;
    transform: translateY(-3px);
}

.newlist li:nth-child(2n) {
    margin-right: 0;
}

.newlist li a .firstList div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 46px 12px 30px 8px;
}

.newlist li a:hover .firstList div {
    display: block;
}

.newlist li a .firstList div p {
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #ECF0F5;
}

.newlist li a .firstList div span {
    display: block;
    width: 80px;
    height: 30px;
    border: 1px solid #FFC600;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #FFC600;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
    border-radius: 4px;
}

.newlist li a .seclist {
    background: #FFF;
    padding-left: 20px;
    flex: 1;
}

.seclist p:nth-child(2) {
    width: 550px;
    height: 40px;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 28px;
}

.seclist p:nth-child(3) {
    display: flex;
    justify-content: flex-start;
}

.seclist p:nth-child(3) span:first-child {
    margin-right: 40px;
    color: #FF6B35;
}

.newlist li a .seclist h3 {
    width: 500px;
    font-size: 16px;
    font-family: "PingFang SC", sans-serif;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newlist li a .seclist span {
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #999999;
}

.seclist span:nth-child(3) {
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #FF6B35 !important;
    margin-right: 40px;
}

/* 侧边栏 */
.ey_yball {
    width: 340px;
    margin-left: 30px;
}

.eyou_alltxt {
    margin-bottom: 20px;
}

.ey_ey_mhong {
    width: 100% !important;
    margin-bottom: 40px;
}

.ey_ey_mhong {
    margin-right: 0;
}

.ey_ey_mhong li {
    background: url(../images/gl_back.png) left center no-repeat;
    transition: all 0.3s ease;
}

.ey_ey_mhong li:hover {
    background: url(../images/gl_hover.png) left center no-repeat;
}

.ey_ey_mhong li a p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ey_ey_mhong li a p span:nth-child(1) {
    width: 235px;
    margin-left: 20px;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #333333;
}

.ey_hotpic {
    position: relative;
    margin-top: 20px;
}

.ey_hotpic img {
    width: 100%;
    height: 130px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border-radius: 5px;
}

.ey_hotpic p {
    width: 100%;
    height: 26px;
    line-height: 26px;
    background: #000000;
    opacity: 0.8;
    border-radius: 0 0 5px 5px;
    padding: 0 45px;
    text-align: center;
    position: absolute;
    bottom: 3px;
    color: #fff;
}

.ey_ey_mhong li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
    color: #999;
    transition: color 0.3s ease;
}

.ey_ey_mhong li a:hover {
    color: #333;
}

.ey_rmzx {
    margin-top: 40px;
}

.ey_conlb {
    position: relative;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 30px;
    transition: all linear .3s;
}

.ey_conlb:hover {
    transform: translateY(-3px);
}

.ey_coning {
    width: 160px;
    height: 90px;
    overflow: hidden;
    border-radius: 5px;
}

.ey_coning img,
.ey_coning video {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.ey_conlb:hover .ey_conings {
    display: block;
}

.ey_conings {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 90px;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.ey_conings > div {
    width: 160px;
    height: 90px;
}

.ey_conings > div img {
    width: 24px;
    height: 24px;
    margin: auto;
}

.ey_zxtxt {
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #666666;
    margin-left: 10px;
}

.ey_zxtxt p:nth-child(1) {
    width: 170px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    margin-bottom: 20px;
}

.ey_hotlist a,
.ey_hotlist a div {
    display: flex;
    align-items: center;
}

.ey_hotlist a div {
    flex: 1;
    flex-direction: column;
    margin-left: 15px;
}

.ey_hotlist a div h1 {
    width: 170px;
    height: 20px;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #666666;
}

.ey_hotlist a div p {
    width: 170px;
    height: 17px;
    font-size: 12px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #666666;
    margin-top: 7px;
    margin-bottom: 14px;
}

.ey_hotlist a img {
    width: 80px;
    height: 90px;
    border-radius: 15px;
}

.ey_hotlist a div .pinfen img {
    height: 12px;
    margin-right: 3px;
}

.ey_hotlist a button {
    width: 56px;
    height: 25px;
    border: 1px solid #999999;
    border-radius: 13px;
    background: none;
    color: #999;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ey_hotlist a button:hover {
    border-color: #FF6B35;
    color: #FF6B35;
}

.pinfen {
    margin: 0 !important;
}

.ey_hotlist li {
    margin-bottom: 20px;
}

.ey_apptxt {
    display: flex;
}

.ey_apptxt .btn {
    margin: auto;
}

.ey_appny {
    flex: 1;
}

.ey_apptxt img {
    width: 150px;
    height: 150px;
    border-radius: 30px;
    margin-right: 20px;
}

.ey_appny p img {
    width: 90px;
    height: 14px;
    margin-right: 3px;
}

.ey_appny > h1 {
    font-size: 24px;
    font-family: "PingFang SC", sans-serif;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 15px;
}

.ey_appny > p {
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
}

.ey_appny > p > span {
    margin-right: 20px;
}

.ey_apptxt .iosbtn,
.ey_apptxt .andbtn {
    width: 134px;
    height: 48px;
    opacity: 1;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 19px;
    text-indent: 20px;
    transition: all 0.3s ease;
}

.ey_apptxt .iosbtn {
    background: url(../images/android.png) 15px center no-repeat #FF8535;
    background-size: 19px 22px;
}

.ey_apptxt .andbtn {
    background: url(../images/ios.png) 15px center no-repeat #FF8535;
    background-size: 19px 22px;
}

.ey_apptxt .iosbtn:hover {
    background: url(../images/android.png) 15px center no-repeat #F17070;
    background-size: 19px 22px;
}

.ey_apptxt .andbtn:hover {
    background: url(../images/ios.png) 15px center no-repeat #F17070;
    background-size: 19px 22px;
}

.ey_apptxt .iosbtn > img:last-child,
.ey_apptxt .andbtn > img:last-child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    width: 132px;
    height: 134px;
    z-index: 999;
    border-radius: 0;
    border: 1px solid #F17070;
}

.ey_apptxt .btn img {
    width: 100%;
    height: 100%;
}

/* 文章内容样式 */
.ey_mgdc > p {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 2;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.ey_mgdc img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 5px;
}

.eyconnr {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 35px;
    padding: 40px 0 28px !important;
    border-bottom: 1px solid #D8D8D8;
}

.eyconnr * {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 35px;
}

.eyconnr p {
    text-indent: 2em !important;
    margin-bottom: 20px;
}

.eyconnr img {
    display: none !important;
    margin: 20px auto !important;
}

.eyconnr img.width_active {
    display: block !important;
    width: 515px !important;
    height: auto !important;
}

.eyconnr img.height_active {
    display: block !important;
    width: 515px !important;
    height: auto !important;
}

/* 轮播图样式 */
.ey_gswiper {
    width: 769px;
    height: 100%;
    margin-bottom: 36px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide > img {
    width: 100%;
    height: 416px;
    object-fit: cover;
}

/* 相关推荐 */
.ey_rfmt ul,
.ey_rfmt a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ey_rfmt li {
    width: 47%;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ey_rfmt li:hover {
    transform: translateX(5px);
}

.ey_rfmt a {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.9;
    transition: color 0.3s ease;
}

.ey_rfmt a:hover {
    color: #FF6B35;
    opacity: 1;
}

.ey_rfmt a > span:last-child {
    width: 51px;
    margin-left: 15px;
    font-size: 14px;
    color: #666;
}

.ey_rfmt a > span:first-child {
    flex: 1;
    font-size: 14px;
}

.ey_rfmtall {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.ey_rfmtall a {
    display: flex;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.ey_rfmtall a:hover {
    transform: translateX(5px);
}

.ey_rfmtall a h3,
.ey_rfmtall a h1 {
    width: 311px;
    height: 20px;
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ey_rfmtall a span {
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
}

.eyou_alltxt {
    border: none !important;
    margin-top: 40px;
}

/* 文章标题样式 */
.appcon-list > h1 {
    font-size: 24px;
    font-family: "PingFang SC", sans-serif;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.appcon-list .source {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 30px;
}

.appcon-list .source > span {
    font-size: 14px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    color: #666666;
    margin-right: 50px;
}

.appcon-list .source > span:last-of-type {
    margin-right: 0;
}

.appcon-list > p {
    margin-bottom: 20px;
    text-indent: 2em !important;
    font-weight: 400;
    color: #666;
    line-height: 35px;
}

.appcon-list iframe {
    margin: 0 auto !important;
}

.appcon-list span {
    text-indent: 0 !important;
}

.appcon-list > img {
    width: 500px;
    height: 281px;
    text-align: center;
    margin-left: 134px;
    margin-bottom: 36px;
    border-radius: 5px;
}
