@charset "UTF-8";
/*颜色相关*/
/*媒体查询*/
/*媒体查询*/
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; -webkit-tap-highlight-color: transparent; }

body { font-size: 16px; background: #fff; color: #333; }

a { color: inherit; text-decoration: none; }

button, input, textarea { border: none; background: transparent; outline: none; -webkit-tap-highlight-color: transparent; }

ul, ol { list-style: none; }

i { font-style: normal; }

.mainContBox { max-width: 1200px; margin-left: auto; margin-right: auto; }

.clearfix:after { content: ''; display: block; clear: both; }

.lineText { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

.only-sm-block { display: none; }
@media only screen and (max-width: 680px) { .only-sm-block { display: block; } }

@media only screen and (max-width: 680px) { .only-sm-none { display: none; } }
.main_cont { width: 1200px; margin: auto; }

header { background: url("/dgimages/boke/header_bg.png") no-repeat center; background-size: cover; color: #fff; position: sticky; top: 0; z-index: 2; }
header .logo { display: block; float: left; width: 113px; height: 38px; margin-top: 14px; }
header .logo img { width: 100%; height: 100%; }
header .nav { float: right; line-height: 66px; }
header .nav li { float: left; }
header .nav .nav_item { display: block; padding: 0 30px; }
header .nav .nav_item.active, header .nav .nav_item:hover { background: #ef4b4b; }

footer { background: url("/dgimages/boke/footer_bg.png") no-repeat center; background-size: cover; color: #9d9d9d; margin-top: 50px; }
footer .footer_cont { display: flex; align-items: center; }
footer .nav { line-height: 40px; margin-left: -30px; }
footer .nav li { float: left; }
footer .nav .nav_item { display: block; padding: 0 30px; }
footer .nav .nav_item:hover { color: #fff; }
footer .copyright { margin-top: 10px; }
footer .code { float: right; width: 300px; text-align: center; font-size: 12px; padding: 30px; margin-left: 120px; }
footer .code img { width: 62px; height: 62px; margin-bottom: 10px; }

main .left_cont { float: left; width: 790px; margin-right: 38px; }
main .right_cont { float: left; width: 372px; }
main .right_cont .item_block { padding: 8px 18px; box-shadow: 0 0 43px rgba(214, 214, 214, 0.34); }
main .right_cont .item_block:nth-child(n+2) { margin-top: 34px; }
main .right_cont .item_block .title { line-height: 44px; font-size: 16px; font-weight: bold; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e1e1e1; }
main .right_cont .item_block .title .more { font-size: 12px; color: #7b7b7b; font-weight: normal; }
main .right_cont .item_block .list_info { font-size: 14px; padding: 10px 0; margin-top: 5px; }
main .right_cont .item_block .list_info .item a { display: flex; padding: 5px 0; align-items: center; }
main .right_cont .item_block .list_info .item a .text_cont { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
main .right_cont .item_block .list_info .item a .hot_tag { margin-left: 5px; font-size: 18px; }
main .right_cont .item_block .list_info .item a:hover { color: #e43f3f; }
main .right_cont .item_block .list_info.default_num { padding-left: 20px; list-style: decimal; }
main .right_cont .item_block .circle_num { counter-reset: list_num; }
main .right_cont .item_block .circle_num .item { padding-left: 24px; position: relative; }
main .right_cont .item_block .circle_num .item:before { display: inline-block; content: counter(list_num); counter-increment: list_num; width: 16px; line-height: 16px; text-align: center; position: absolute; left: 0; top: 8px; background: #ececec; border-radius: 50%; }
main .right_cont .item_block .circle_num .item:nth-child(-n+3):before { color: #fff; }
main .right_cont .item_block .circle_num .item:nth-child(1):before { background: #fb4c35; }
main .right_cont .item_block .circle_num .item:nth-child(2):before { background: #fb7235; }
main .right_cont .item_block .circle_num .item:nth-child(3):before { background: #fbae35; }
main .right_cont .item_block .case { margin-top: 10px; padding: 10px 0; }
main .right_cont .item_block .case .item { display: block; width: 100%; height: 150px; border-radius: 5px; position: relative; overflow: hidden; }
main .right_cont .item_block .case .item:nth-child(n+2) { margin-top: 22px; }
main .right_cont .item_block .case .item img { width: 100%; height: 100%; object-fit: cover; }
main .right_cont .item_block .case .item .title { line-height: normal; position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); color: #fff; font-size: 12px; padding: 6px 12px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }

.index_page { margin-top: 26px; }
.index_page .swiper-container { width: 100%; height: 445px; }
.index_page .swiper-container img { width: 100%; height: 100%; object-fit: cover; }
.index_page .swiper-container .swiper-button-white { background: rgba(255, 255, 255, 0.22); width: 36px; padding: 36px 0; }
.index_page .swiper-container .swiper-button-white:after { font-size: 28px; }
.index_page .swiper-container .banner_item_info { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.5); color: #fff; font-size: 14px; padding: 13px 12px; }
.index_page .article_box { margin-top: 40px; }

.article_box .article_item { display: flex; padding: 34px 0; border-bottom: 1px solid #d3d3d3; }
.article_box .article_item .img { width: 260px; height: 172px; margin-right: 38px; object-fit: cover; }
.article_box .article_item h3 { font-size: 22px; font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.article_box .article_item .tag { display: inline-block; color: #e43f3f; font-weight: normal; font-size: 12px; padding: 1px 6px; border: 1px solid; vertical-align: 3px; margin-right: 5px; }
.article_box .article_item:hover h3 { color: #e43f3f; }
.article_box .article_item .info { flex: 1; overflow: hidden; }
.article_box .article_item .info .desc { color: #969696; line-height: 1.6; margin-top: 20px; height: 75px; overflow: hidden; }
.article_box .article_item .info .msg { color: #bbbbbb; font-size: 14px; margin-top: 26px; }
.article_box .article_item .info .msg .icon { margin-right: 4px; font-size: 14px; vertical-align: -1px; }
.article_box .article_item .info .msg .time { font-size: 15px; margin-left: 20px; }
.article_box.list_art { padding-top: 30px; }
.article_box.list_art h2 { font-size: 30px; padding: 24px 0; line-height: 48px; border-bottom: 1px solid #cfcfcf; }
.article_box.list_art h2 .icon { font-size: 16px; margin-right: 10px; }
.article_box.list_art .article_item { display: block; }
.article_box.list_art .item_cont { display: flex; margin-top: 20px; }
.article_box.list_art .item_cont .img { width: 280px; height: 140px; }
.article_box.list_art .item_cont .desc { margin-top: 10px; }
.article_box .pagination { margin-top: 40px; text-align: center; font-size: 0; line-height: 37px; color: #9e9e9e; }
.article_box .pagination .btn_item { display: inline-block; vertical-align: middle; font-size: 16px; width: 35px; background: #efefef; }
.article_box .pagination .num_box { display: inline-block; vertical-align: middle; font-size: 20px; margin: 0 24px; }
.article_box .pagination .num_box .item { float: left; display: block; min-width: 35px; }
.article_box .pagination .num_box .item:nth-child(n+2) { margin-left: 12px; }
.article_box .pagination .num_box .item.active { background: #373d41; color: #fff; }
.article_box .pagination .num_inp { font-size: 16px; display: inline-block; vertical-align: middle; margin-left: 30px; }
.article_box .pagination input { display: inline-block; vertical-align: middle; width: 56px; height: 37px; color: #373d41; text-align: center; border: 1px solid #c4c4c4; margin: 0 10px; font-size: 20px; }
.article_box .pagination input::-webkit-outer-spin-button, .article_box .pagination input::-webkit-inner-spin-button { -webkit-appearance: none; -moz-appearance: textfield; }

.detail_page { margin-top: 40px; }
.detail_page .breadcrumb { font-size: 18px; color: #606060; line-height: 48px; padding: 10px 0; border-bottom: 1px solid #cfcfcf; }
.detail_page .breadcrumb a:hover { color: #e43f3f; }
.detail_page .breadcrumb .icon { margin: 0 6px; }
.detail_page .article { padding: 30px 0; }
.detail_page .article h3 { font-size: 24px; font-weight: bold; }
.detail_page .article .other_msg { font-size: 14px; color: #969696; margin-top: 10px; }
.detail_page .article .other_msg span:nth-child(n+2) { margin-left: 40px; }
.detail_page .article .detail { padding: 40px 0; border-bottom: 1px solid #cfcfcf; padding-left: 80px; transform: translateZ(0); }
.detail_page .article .detail .float { position: fixed; top: 40px; left: 0; }
.detail_page .article .detail .float .float_info { width: 64px; text-align: center; font-size: 14px; }
.detail_page .article .detail .float .float_info .btn_item { display: block; padding: 14px 0; border: 1px solid #e0e0e0; position: relative; cursor: pointer; }
.detail_page .article .detail .float .float_info .btn_item > .icon { margin-bottom: 6px; }
.detail_page .article .detail .float .float_info .btn_item:not(:last-child) { border-bottom: none; }
.detail_page .article .detail .float .float_info .btn_item.zixun { background: #ef4b4b; color: #fff; border-color: #ef4b4b; }
.detail_page .article .detail .float .float_info .btn_item.zan .text { display: none; }
.detail_page .article .detail .float .float_info .btn_item.zan:hover { color: #ef4b4b; }
.detail_page .article .detail .float .float_info .btn_item.zan:hover .num { display: none; }
.detail_page .article .detail .float .float_info .btn_item.zan:hover .text { display: block; }
.detail_page .article .detail .float .float_info .btn_item.share:hover .share_pop { width: 212px; }
.detail_page .article .detail .float .float_info .share_pop { width: 0; overflow: hidden; position: absolute; left: 62px; top: 0; border: 1px solid #e0e0e0; display: flex; height: 74px; background: #fff; transition: width .2s linear; }
.detail_page .article .detail .float .float_info .share_pop .item { display: flex; width: 70px; min-width: 70px; align-items: center; justify-content: center; font-size: 15px; }
.detail_page .article .detail .cont { font-size: 16px; color: #4b4b4b; line-height: 1.6; }
.detail_page .article .detail .cont > * { margin-bottom: 20px; }
.detail_page .related { padding: 8px 18px 20px; background: #f6f6f6; }
.detail_page .related h3 { font-size: 18px; font-weight: bold; line-height: 48px; }
.detail_page .related .list { margin-top: 10px; }
.detail_page .related .item { display: block; float: left; width: 230px; font-size: 14px; }
.detail_page .related .item:nth-child(n+2) { margin-left: 32px; }
.detail_page .related .item img { width: 100%; height: 150px; object-fit: cover; vertical-align: top; margin-bottom: 10px; }
.detail_page .related .item .title { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }
.detail_page .related .item:hover .title { color: #ef4b4b; }
.detail_page .prev_next { display: flex; justify-content: space-between; margin-top: 30px; }
.detail_page .prev_next .btn h4 { font-weight: bold; font-size: 16px; }
.detail_page .prev_next .btn p { max-width: 300px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 14px; color: #969696; margin-top: 8px; }
.detail_page .prev_next .btn:hover p { color: #ef4b4b; }

.banner_group { display: flex; }
.banner_group img { width: 100%; height: 100%; object-fit: cover; }
.banner_group .left_img { display: block; width: 480px; height: 268px; margin-right: 14px; }
.banner_group .right_img { display: block; width: 296px; height: 126px; }
.banner_group .right_img:nth-child(n+2) { margin-top: 16px; }
.banner_group.single .left_img { width: 100%; height: 248px; }

.list_page { margin-top: 40px; }

.news_page { margin-top: 8px; }

.douyin_page { margin-top: 33px; }
.douyin_page .right_cont { margin-top: 50px; }
.douyin_page .single_img { display: block; width: 100%; height: 218px; }
.douyin_page .single_img img { width: 100%; height: 100%; object-fit: cover; }

.banner_single_img { display: block; width: 100%; height: 296px; background-size: 2200px; background-position: center; background-repeat: no-repeat; position: relative; }
.banner_single_img:before { content: ''; display: block; width: 1300px; height: 20px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background: #fff; pointer-events: none; }

.msg_page .list_art { padding-top: 0; }
.msg_page .right_cont { margin-top: 30px; }

/*# sourceMappingURL=index.css.map */
