﻿#article .main { margin-top: 60px; border-radius: 10px; opacity: 0; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
#article .main.show { opacity: 1; transform: translateY(-60px); }
#article .section { width: 685px; background: #fff; border-radius: 10px; }
#article .section .title { font-size: 20px; line-height: 20px; height: 20px; font-weight: bold; padding-bottom: 40px; }
#article .section .title span { font-size: 14px; font-weight: normal; color: #999; margin-left: 24px; }
#article .section .desc { display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: 40px; }
#article .section .desc .item { width: 218px; margin-right: 16px; position: relative; }
#article .section .desc .item:nth-child(3n) { margin-right: 0px; }
#article .section .desc .item .pic { width: 218px; height: 122px; background: #D9D9D9; border-radius: 10px; overflow: hidden; }
#article .section .desc .item .pic img { width: 100%; height: 100%; object-fit: cover; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#article .section .desc .item .pic img:hover { -webkit-transform: scale(1.04); transform: scale(1.04); }
#article .section .desc .item .name { font-size: 14px; height: 42px; font-weight: bold; line-height: 1.5; margin: 16px 0px 16px 0px; max-height: 84px; overflow: hidden; }
#article .section .desc .item .name a { display: block; }
#article .section .desc .item .tag { width: 100%; font-size: 12px; color: #999; }
#article .section .desc .item .tag span:after { content: ""; display: inline-block; vertical-align: middle; width: 1px; height: 13px; background: #D9D9D9; margin: 0px 14px; }
#article .section .desc .item .tag span:last-child:after { display: none; }
#article .cut-pic { height: 40px; }
#article .latest { width: 765px; padding: 0px; }
#article .latest .title { padding: 40px; }
#article .latest .desc { padding: 0px 40px 40px 40px; border-bottom: 1px solid #EFEFEF; }
#article .latest .list { padding: 40px; }
#article .latest .list .item { padding-bottom: 40px; display: flex; justify-content: space-between; overflow: hidden; }
#article .latest .list .item:last-child { padding-bottom: 0px; }
#article .latest .list .item .pic { width: 218px; height: 122px; background: #D9D9D9; border-radius: 10px; overflow: hidden; }
#article .latest .list .item .pic img { width: 100%; height: 100%; object-fit: cover; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#article .latest .list .item .pic img:hover { -webkit-transform: scale(1.04); transform: scale(1.04); }
#article .latest .list .item .info { flex: 1; margin-left: 40px; position: relative; }
#article .latest .list .item .name { font-size: 16px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#article .latest .list .item .text { line-height: 1.5; color: #999; margin: 16px 0px 0px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; white-space: normal; }
#article .latest .list .item .tag { position: absolute; bottom: 0; font-size: 12px; color: #999; }
#article .latest .list .item .tag span:after { content: ""; display: inline-block; vertical-align: middle; width: 1px; height: 13px; background: #D9D9D9; margin: 0px 14px; }
#article .latest .list .item .tag span:last-child:after { display: none; }
#article .sidebar { width: 292px; margin-top: 60px; opacity: 0; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
#article .sidebar.show { opacity: 1; transform: translateY(-60px); }
#article .sidebar .topbar .item { padding: 24px; margin-bottom: 24px; line-height: 24px; font-size: 24px; color: #fff; border-radius: 9px; background: url(/res/pc/images/temp4.png)no-repeat; background-size: cover; }

#article .sidebar .topbar .item .btn a { display: block; width: 95px; height: 32px; background: #FFFFFF; border-radius: 5px; color: #F48334; }

#article .sidebar .topbar .item .btn { width: 95px; height: 32px; line-height: 32px; text-align: center; font-size: 14px; margin-top: 16px; border: none; padding: 0; }

#article .sidebar .hot { background: #fff; border-radius: 10px; margin-bottom: 32px; }
#article .sidebar .hot .title { padding: 24px; font-size: 20px; font-weight: bold; line-height: 28px; border-bottom: 1px solid #EFEFEF; }
#article .sidebar .hot .desc { padding: 16px; }
#article .sidebar .hot .item { padding-bottom: 28px; }
#article .sidebar .hot .item:last-child { padding-bottom: 0px; }
#article .sidebar .hot .item .fll { margin-top: 4px; font-size: 20px; font-weight: bold; color: #BB0000; }
#article .sidebar .hot .item .name { width: 221px; max-height: 56px; margin-bottom: 12px; overflow: hidden; font-size: 16px; line-height: 28px; }
#article .sidebar .hot .item .name a { display: block; font-size: 14px; line-height: 1.5; }
#article .sidebar .hot .item .time { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #999; }
#article .sidebar .hot .item .time span { display: inline-block; flex: 1; }
#article .sidebar .hot .item .time .icon { margin-right: 8px; }
.window1 .flr { background-color: #9d9d9d; opacity: 0.9; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); border-radius: 50%; border: 4px solid #fff; padding: 4px; position: fixed; top: -30px; right: -30px; z-index: 1000; width: 20px; height: 20px; text-align: center; }
.window1 .flr:hover { background-color: #2279f2 !important; }
#wechat_mask { position: fixed !important; }

#DryGoods { padding: 40px 40px 0px 40px; }
#DryGoods .desc { padding-bottom: 0px; }
#DryGoods .item { margin: 0px 20px 40px 0px; }

/*新闻详情*/
#article-item { padding: 40px; margin-top: 48px; background: #fff; border-radius: 10px; box-sizing: border-box; }
#article-item .title { font-size: 32px; line-height: 32px; color: #000; text-align: center; }
#article-item .time { width: 100%; font-size: 16px; line-height: 20px; display: flex; align-items: center; justify-content: center; padding: 24px 0px 16px; }
#article-item .time .icon { margin: 4px 12px 0px 0px; }
#article-item .time .icon-calendar { background-position: -20px -20px; }
#article-item .tag { font-size: 12px; color: #999; text-align: center; padding-bottom: 40px; }
#article-item .tag span:after { content: ""; display: inline-block; vertical-align: middle; width: 1px; height: 13px; background: #D9D9D9; margin: 0px 14px; }
#article-item .tag span:last-child:after { display: none; }
#article-item .share { display: flex; justify-content: center; align-items: center; color: #666666; }
#article-item .share span { margin-right: 12px; font-size: 14px; }
#article-item .share a { margin-right: 20px; }
#article-item .icon { transition: inherit; }
#article-item .icon-wechat { position: relative; }
#article-item .icon-wechat .wechat-qrcode { display: none; border: 1px solid #eee; position: absolute; z-index: 9; top: -205px; left: -86px; width: 200px; height: 192px; color: #666; font-size: 12px; text-align: center; background-color: #fff; box-shadow: 0 2px 10px #aaa; }
#article-item .icon-wechat .wechat-qrcode h4 { font-weight: normal; height: 26px; line-height: 26px; font-size: 12px; background-color: #f3f3f3; margin: 0; padding: 0; color: #777; }
#article-item .icon-wechat .wechat-qrcode .qrcode { width: 105px; margin: 10px auto; }
#article-item .icon-wechat .wechat-qrcode .qrcode table { margin: 0 !important; }
#article-item .icon-wechat .wechat-qrcode .help p { font-weight: normal; line-height: 16px; padding: 0; margin: 0; }
#article-item .icon-wechat .wechat-qrcode:after { content: ''; position: absolute; left: 50%; margin-left: -6px; bottom: -13px; width: 0; height: 0; border-width: 8px 6px 6px 6px; border-style: solid; border-color: #fff transparent transparent transparent }
#article-item .icon-wechat:hover .wechat-qrcode { display: block; }
#article-item .icon-wechat:hover { background-position: -315px -95px; }
#article-item .icon-weibo:hover { background-position: -375px -95px; }
#article-item .icon-shareurl:hover { background-position: -435px -95px; }
#article-item .nextbox { position: relative; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; margin-top: 40px; font-size: 12px; color: #999; border-bottom: 1px solid #F0F0F0; border-top: 1px solid #F0F0F0; }
#article-item .nextbox > div > a { display: flex; align-items: center; }
#article-item .center { line-height: 14px; text-align: center; margin-top: 24px; }
#article-item .center a { color: #999; }
#article-item .center a:hover { color: #F48334; }
#article-item .nextbox a { color: #999; }
#article-item .nextbox a:hover { color: #F48334; }
#article-item .nextbox a:hover .icon-left-32 { background-position: -374px -314px; }
#article-item .nextbox a:hover .icon-right-32 { background-position: -434px -314px; }
#article-item .nextbox p { margin: 0 12px; }
#article-item .share-url { opacity: 0; }
#article-item .links { position: relative; display: block; font-weight: bold; text-decoration: none; color: #999; padding-top: 0px !important; }
#article-item .links:after, .links:before { content: ""; display: block; position: absolute; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#article-item .btn-pre { text-align: right; }

#article-item .links span { width: 2px; height: 2px; border-radius: 50%; background-color: #999; display: inline-block; vertical-align: middle; margin-top: 2px; margin-right: 2px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#article-item .next-btn:hover .links span { background-color: #F48334; }


/*视频详情页*/
.body { background: #f5f5f5; overflow: hidden; }
.footer { background: #f5f5f5; }
#video-item { padding: 30px 40px 60px; margin: 40px auto 60px; background: #fff; box-sizing: border-box; border-radius: 10px; }
#video-item .video-title { font-size: 20px; font-weight: bold; }
#video-item .video-tip { color: #666; padding: 0px 0px 40px 0px; }

#video-item .logopic { max-width: 1020px; max-height: 500px; min-height: 200px; margin: 40px 0; overflow: hidden; border-radius: 10px; position: relative; text-align: center; }
#video-item .logopic img { max-width: 100%; max-height: 100%; min-width: 500px; object-fit: cover; border-radius: 8px; }
#video-item .logopic-mask { background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; height: 100%; }
#video-item .logopic-mask div { position: absolute; top: 50%; margin-top: -50px; width: 100%; text-align: center; }
#video-item .logopic-mask div a { color: #fff; font-size: 16px; font-weight: bold; }
#video-item .step table { text-align: left; }
#video-item .step:nth-last-of-type(1) .step-line { display: none; }
#video-item .step-index { width: 50px; vertical-align: top; position: relative; }
#video-item .step-line { position: absolute; left: 13px; top: 8px; height: 100%; border-left: 1px solid #e0e0e0; width: 1px; }
#video-item .step-index em { width: 26px; height: 26px; line-height: 26px; border-radius: 50%; display: inline-block; text-align: center; font-size: 14px; font-weight: bold; color: #fff; background-color: #49BB78; z-index: 100; position: absolute; }
#video-item .step-title { font-size: 16px; font-weight: bold; padding-bottom: 8px; }
#video-item .step-title em { display: inline-block; width: 24px; height: 24px; line-height: 24px; text-align: center; font-weight: bold; color: #fff; background: #4089DD; border-radius: 50%; margin-right: 8px; vertical-align: top; }
#video-item .step-desc { color: #666; line-height: 2; }
#video-item .step-pic { margin: 16px 0px; text-align: center; }
#video-item .step-pic img { max-width: 100%; border-radius: 5px; box-shadow: 5px 5px 5px #e0e0e0; }
