@charset "utf-8";
* { margin: 0; padding: 0;box-sizing:border-box; }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; background: #f5f5f7 }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #000; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1180px; margin: auto; }
.mycenter{
    text-align: center;
}
.two-line{
      display: -webkit-box;           /* 1. 将元素的盒子模型设置为旧的 flexbox 模型 */
  -webkit-box-orient: vertical;   /* 2. 设置子元素的排列方式为垂直 */
  -webkit-line-clamp: 2;          /* 3. 关键属性：限制显示的行数为 3 */
  overflow: hidden;               /* 4. 隐藏超出部分的内容 */
  text-overflow: ellipsis;        /* 5. 在被截断的地方显示省略号 (...) */
}
/*header*/
header { height: 64px; width: 100%; z-index: 999999; position: fixed; top: 0; background: #fff; box-shadow: 0px 5px 40px 0px rgb(17 58 93 / 10%) !important; }
header .box { position: relative }
.logo {float: left;margin-right: 60px;font-size: 30px;font-weight: 700;line-height: 64px;}
.logo a{color: #444;}
nav li { float: left }
nav li a { padding: 0 14px; color: #333; line-height: 64px; font-size: 16px }

li.selected a, nav li:hover a {color: #fc5531;}
#starlist li:nth-child(n+6) {
  display: none;
}
/*mnav*/
#mnavh { display: none; width: 40px; height: 40px; text-align: center; }
.navicon { display: block; position: relative; width: 27px; height: 2px; background-color: #828282; margin-top: 23px; float: left; }
.navicon:before, .navicon:after { content: ''; display: block; width: 27px; height: 2px; position: absolute; background: #828282; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.navicon:before { margin-top: -8px; }
.navicon:after { margin-top: 8px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 28px; height: 2px; position: absolute; background: #828282; }
/*search*/
.search { overflow: hidden; width: 264px; float: right; background: #f8f8f8; border-radius: 40px; height: 44px; line-height: 44px; margin-top: 10px; position: relative; }
.search input.input_submit { border: 0; color: #fff; outline: none; position: absolute; top: 4px; right: 6px; display: block; font-size: 0; height: 36px; width: 60px; background: url(../images/search.png) no-repeat center #ffffff; background-size: 24px; box-shadow: 0 1px 3px 0 rgb(0 0 0 / 5%); cursor: pointer; border-radius: 20px; }
.search input.input_text { border: 0; line-height: 44px; height: 44px; font-size: 14px; outline: none; text-indent: 1em; background: none; }
.is-search { position: absolute; right: 0; top: 16px; cursor: pointer; border-radius: 100%; }
.is-search i { display: block; width: 36px; height: 36px; background: url(../images/search.png) no-repeat center; background-size: 18px; }
.search-page { width: 460px; background: #fff; position: absolute; top: 0; right: 0; z-index: 8; display: none; }
.search_box { height: 50px; padding-top: 12px; }
.search-page .search { clear: both; width: 360px; margin: auto; border-radius: 0 5px 5px 0; }
.search-page .search input.input_text { width: 83%; float: left; z-index: 9; }
.search-page .search input.input_submit { width: 15%; }
.search select { border: none; height: 36px; right: 20%; outline: none; z-index: 9; position: absolute; background: #fff; }
.search-page .go-left { background: url(../images/close.png) no-repeat center; width: 36px; height: 36px; background-size: 20px; position: absolute; right: 0; top: 16px; }
.search input.input_submit:hover { background: #fc5531; font-size: 15px; }
main { width: 1180px; margin: 84px auto 0; overflow: hidden; display: block; }
.lbox { width: 860px; float: left; }
.rbox { width: 300px; float: right; }

/*tab*/
.gd-box { background: #fff; }
#tab { padding: 0 20px; overflow: hidden; border-bottom: #efefef 1px solid; }
#tab li { font-size: 16px; margin-right: 30px; position: relative; cursor: pointer; display: inline-block; line-height: 50px; color: #666; float: left; }
#tab li:after { content: ""; background: #fc5531; width: 20%; height: 2px; position: absolute; bottom: 0; left: 40%; opacity: 0; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
#tab li:hover:after, #tab li.tab-current:after { opacity: 1; width: 100%; margin: auto; display: block; left: 0; }
#tab li.tab-current, #tab li:hover { color: #fc5531; }
#tab-content>div { display: none; }
#tab-content>div:nth-child(1) { display: block }
#tab-content { overflow: hidden; }
.blogs_list { background: #fff; }
.blogs_list li { overflow: hidden; padding: 20px; border-bottom: #efefef 1px solid; position: relative; background: #fff; transition: .5s; height: 150px; }
.blogs_list li:hover { background: #fafafa; }
.blogs_list li:last-child { margin-bottom: 0 }
.blogs_list li i { width: 240px; height: 150px; overflow: hidden; border-radius: 4px; display: block; float: left; margin-right: 20px; position: relative }
.blogs_list li em { position: absolute; background: rgba(0,0,0,.6); left: 0; top: 15px; padding: 4px 8px; font-size: 12px; line-height: 14px; font-style: normal; border-radius: 0 3px 3px 0; transition: .5s }
.blogs_list li em:hover { background: #fc5531 }
.blogs_list li em a { color: #fff }
.blogs_list li i img { width: 100%; min-height: 100%; transition: .5s; }
.blogs_list li i img:hover { transform: scale(1.05) }
.blogs_list li h2 { word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-weight: normal; font-size: 20px; line-height: 1.4; margin-bottom: 10px; }
.blogs_list li h2 a { color: #333; transition: .3s; }
.blogs_list li h2 a:hover { color: #fc5531 }
.blogs_list li p { word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; color: #666; font-size: 14px; line-height: 1.58; }
.blogs_list section { display: block; position: relative; overflow: hidden; height: 100%; }
.blogs_info { position: absolute; left: 0; bottom: 5px; color: #999; font-size: 12px; width: 100%; }
.blogs_list li span.timer { float: left; left: auto; }
.blogs_list li span.view { float: right; background: url(../images/view.png) no-repeat left center; background-size: 14px; padding-left: 16px; }
.btn_more { background: #fff; text-align: center; overflow: hidden; padding: 20px; }
.btn_more a { color: #fc5531; width: 266px; height: 36px; line-height: 36px; margin: auto; display: block; border: #fc5531 1px solid; font-size: 14px; border-radius: 4px; transition: .3s; }
.btn_more a:hover { background: #fc5531; color: #fff; }
.adimg { margin: 20px 0; padding: 0 !important; }
.adimg img { width: 100%; border-radius: 4px }
.side_title { padding: 0 0 0 12px; margin-bottom: 5px; font-size: 16px; position: relative; }
.side_title:after { position: absolute; left: 0; top: 4px; width: 3px; height: 16px; content: ""; background: #fc5531; border-radius: 4px; }
/*pic_news*/
.pic_news { }
.pic_news li { padding: 15px 0; overflow: hidden; border-bottom: 1px solid rgba(239,239,239,.8); }
.pic_news li i { float: left; width: 100px; height: 63px; overflow: hidden; border-radius: 3px; margin-right: 10px; }
.pic_news li i img { width: 100%; min-height: 100%; transition: .5s }
.pic_news li h3 { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-weight: normal; font-size: 14px; line-height: 1.4; color: #333; margin-bottom: 5px; }
.pic_news li span { font-size: 12px; color: #999; line-height: 14px; }
.pic_news li:hover img { transform: scale(1.05) }
.pic_news li:hover h3 { color: #fc5531 }
.rbox > div { background: #fff; margin: 0 0 20px 0; padding: 15px; border-radius: 8px; box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%); }
.wenzi_news { overflow: hidden; margin-top: 10px; }
.wenzi_news li { position: relative; padding: 5px 0 5px 12px; line-height: 1.6; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.wenzi_news li:before { position: absolute; left: 0; top: 13px; content: ""; width: 0; height: 0; line-height: 0; border: 4px solid transparent; border-left: 5px solid #ccc; }
.wenzi_news li a { color: #666; }
.wenzi_news li:hover a { color: #fc5531 }
.tags ul { margin-top: 10px; overflow: hidden; }
.tags li { font-size: 12px; display: inline-block; float: left; width: 33.33%; text-align: center; }
.tags li a {padding: 8px 12px;display: block;border-radius: 2px;margin: 4px 2px 2px;color: #666;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;background: #f5f3f3;text-align: center;}
.tags li:hover a { background: #fc5531; color: #fff; }
.links { background: #fff; padding: 20px 20px 15px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%); }
.link_title { color: #333; font-size: 18px; margin-bottom: 20px; }
.links li { display: inline-block; margin: 0 15px 5px 0; color: #999; font-size: 14px; }
.links li a { color: #999; }
.links li:hover a { color: #fc5531; }
footer { padding: 40px 0; color: #666; background: #fff; border-top: 1px solid rgba(0, 0, 0, .08); }
footer a { color: #666; }
footer a:hover { color: #fc5531 }
.ftlogo img { width: 80px; }
.ftlogo { float: left; margin-right: 32px; }
.ftnav { margin-bottom: 10px; }
.ftnav a { margin-right: 10px; padding-right: 10px; position: relative; }
.ftnav a:after { content: "|"; position: absolute; right: 0; top: -1px }
.ftnav a:last-child:after { display: none }
.copyright { font-size: 12px; }
.copyright p { margin: 0 0 5px; }
.icon-top { border-radius: 3px; background: url(../images/top.png) no-repeat center #fc5531; background-size: 16px; width: 40px; height: 40px; position: fixed; right: 20px; bottom: 20%; transition: all 0.3s; z-index: 9999999; opacity: 0; }
.cd-is-visible { opacity: 1; }
.icon-top:hover { background: url(../images/top.png) no-repeat center #006934; background-size: 16px; }
.newslist { }
.page_title { padding: 10px 20px 5px; background: #fff; color: #333; font-size: 22px; }
/*pagelist*/
/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; border: #dddddd solid 1px; margin-left: -1px; display: inline-block;}
.pager ul li a:hover {border-color: #70c4f3; background-color: #70c4f3; color: #FFF}
.pager ul .active a {border: #3ea8e2 solid 1px; display: inline-block; background-color: #3ea8e2; color: #fff;}
.pager ul a:not([href]):not([class]):hover {border: #dddddd solid 1px; background-color: #fff}
.pager ul .active a:hover {color: #fff; border: #3ea8e2 solid 1px !important; background-color: #3ea8e2 !important}
.weizhi { color: #999; font-size: 12px; margin-bottom: 20px; }
.weizhi a { color: #999; }
article { background: #fff; padding: 30px 30px 0 30px; overflow: hidden; }
h1.ar_title { margin-bottom: 15px; font-size: 24px; line-height: 1.4; font-weight: normal; }
.ar_info { color: #999; font-size: 14px; margin-bottom: 30px; }
.ar_info a { color: #999; }
.ar_info a:hover, .weizhi a:hover { color: #fc5531; }
.ar_info span { margin-right: 30px; position: relative; }
.ar_info span:after { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 4px; background: #d1d0d0; right: -16px; top: 9px; }
.ar_info span:last-child:after { display: none }
.content { font-size: 16px; line-height: 1.8; word-break: break-all; color: #262626; }
.content p { margin: 20px 0; }
.content ul, .content ol { margin: 20px 0 20px 35px; }
.content ul li, .content ol li { margin-top: 3px; line-height: 30px; }
.content.content ul li { list-style-type: disc; }
.content ol li { list-style-type: decimal; }
.content h2, .content h3, .content h4, .content h5, .content h6 { position: relative; margin: 20px 0; padding-left: 10px; line-height: 1.2; border-left: 4px solid #fc5531; }
.content h2 { font-size: 22px; }
.content h3 { font-size: 20px; }
.content h4 { font-size: 18px; }
.content h5 { font-size: 17px; }
.content h6 { font-size: 16px; }
.content hr { width: 100%; height: 1px; border: 0; border-top: 1px #dedddd solid; margin: 30px 0; }
.content img { max-width: 100% !important; width: auto !important; height: auto !important; margin: 20px auto; }
.content video { height: auto !important; display: block; margin: auto; max-width: 100% !important; }
.content table { max-width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse; font-size: 15px; line-height: 26px; }
.content table th { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #dedede; }
.content table td { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #ffffff; }
.content span.marker { background: yellow; }
.content blockquote { position: relative; padding: 30px 30px 30px 75px; background: #f3f3f3; border-left: 0; font-size: 16px; border-radius: 3px; margin: 20px 0; display: block; }
.content blockquote:before { content: ""; background: url(../images/yinhao.png) no-repeat; width: 37px; height: 32px; position: absolute; left: 26px; top: 16px; }
.diggit { display: block; width: 160px; margin: 30px auto; background: #fc5531; background-size: 20px; border-radius: 3px; line-height: 40px; text-align: center; font-size: 18px; }
.diggit a { color: #fff; display: block }
.diggit img { display: inline-block; width: 20px; margin: 0 4px -2px 0; }
.diggit b { font-size: 14px; vertical-align: top; margin: 0 3px; font-weight: normal; }
.tags_list { font-size: 14px; overflow: hidden; padding: 20px 0; }
.tags_list a { color: #999; padding: 4px 10px; border: #e7e5e5 1px solid; margin: 5px 8px 5px 0; display: inline-block; border-radius: 2px; }
.tags_list a:hover { background: #fc5531; color: #fff; border: #fc5531 1px solid; }
.info-pre-next { overflow: hidden; margin: 0 auto 20px; }
.info-pre-next li { width: 49%; height: 86px; position: relative; border-radius: 3px; overflow: hidden }
.info-pre-next li a { display: block; overflow: hidden; }
.info-pre-next li a:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); content: ""; z-index: 1; transition: .5s }
.info-pre-next li:hover a:before { background: rgba(0,0,0,.7); }
.info-pre-next li:nth-child(odd) { float: left; }
.info-pre-next li:nth-child(even) { float: right }
.info-pre-next li span img { display: inline-block; vertical-align: bottom; }
.info-pre-next li i { display: block; overflow: hidden; position: absolute; width: 100%; }
.info-pre-next li i img { width: 100%; }
.info-pre-next li h3 { position: absolute; padding: 10px 15px 0; line-height: 20px; font-weight: normal; color: #fff; z-index: 1; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; font-size: 14px; }
.info-pre-next li p { position: absolute; bottom: 0; font-size: 12px; line-height: 16px; color: #fff; z-index: 1; padding: 10px 20px; width: 352px; }
.info-pre-next li p span:nth-child(2) { text-align: right; float: right; }
.other { background: #fff; overflow: hidden; padding: 10px 10px 20px; }
.btitle { padding: 0 0 0 12px; font-size: 18px; position: relative; margin: 6px 20px; }
.btitle:after { position: absolute; left: 0; top: 4px; width: 3px; height: 16px; content: ""; background: #fc5531; border-radius: 4px; }
.faq { background: #fff; margin-bottom: 20px }
.faq ul { padding: 0 16px; }
.faq li { line-height: 32px; border-bottom: #f2f2f2 1px solid; position: relative; }
.faq li:before { position: absolute; left: 1px; top: 22px; width: 0; height: 0; border: 4px solid transparent; border-left: 6px solid #ccc; content: ""; }
.faq li a { color: #333; font-size: 16px; padding: 10px 0 10px 18px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.faq li:hover a { color: #fc5531 }
.faq li span { float: right; font-size: 14px; color: #999; margin-left: 20px; }
.faq_title { font-size: 24px; line-height: 1.4; margin-bottom: 15px; padding-left: 44px; font-weight: normal; color: #333; background: url(../images/wd.jpg) no-repeat left top; }
.faq_info { color: #999; font-size: 14px; }
.faq_best { font-size: 20px; border-bottom: 1px solid #efefef; padding-bottom: 12px; margin: 40px 0 0; }
.faq_other { background: #fff; overflow: hidden; }
.wzlist { margin: 10px 10px 20px; }
.wzlist li { border-bottom: 1px solid #efefef; padding: 20px; transition: .5s }
.wzlist li:hover { background: #fafafa; }
.wzlist h4 {margin: 0 0 10px;font-size: 20px;line-height: 1.4;color: #444;}
.wzlist h4 a { color: #333 }
.wzlist h4 a:hover { color: #fc5531 }
.wzlist li p { font-size: 14px; color: #666; line-height: 1.6; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.wz_info { color: #999; font-size: 12px; margin-top: 15px; }
.wz_info a {color: #fc5531;}
.wz_info em { font-style: normal; float: right; background: url(../images/view.png) no-repeat left center; background-size: 14px; padding-left: 16px; }
.wz_info span { margin-right: 20px }
.white_box { background: #fff; padding: 30px; margin-bottom: 20px; min-height: 600px; }
.line_title { text-align: center; font-size: 24px; line-height: 1.4; font-weight: normal; color: #333; position: relative; margin-bottom: 50px; }
.line_title:after { position: absolute; left: 50%; bottom: -15px; width: 20px; height: 2px; margin-left: -10px; background: #999; content: ""; }
.tb_tags { overflow: hidden; }
.tb_tags li { width: 160px; float: left; text-align: center; }
.tb_tags li a { display: block; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 36px; background: #f7f8f9; margin: 8px; }
.tb_tags li a:hover { color: #fff; background: #fc5531 }
.err_text { text-align: center; color: #666; }
h3.err_title { font-size: 28px; text-shadow: 3px 5px 2px rgb(0 0 0 / 30%); font-weight: normal; margin: 20px auto; }
.err_text a { color: #fc5531; }
ul.fmpic_news { }
ul.fmpic_news li { position: relative; border-radius: 3px; overflow: hidden; margin: 15px 0; }
ul.fmpic_news li a { position: relative; display: block; }
ul.fmpic_news li i { height: 120px; display: block; overflow: hidden; }
ul.fmpic_news li img { width: 100%; }
ul.fmpic_news li h3 { line-height: 1.6; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: absolute; bottom: 26px; left: 10px; color: #fff; font-weight: normal; width: 90%; }
ul.fmpic_news li span { position: absolute; bottom: 8px; left: 10px; font-size: 12px; color: rgba(255, 255, 255, 0.5) !important; }
ul.fmpic_news a:before { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.66); position: absolute; opacity: .5; top: 0; left: 0; content: ""; }
ul.fmpic_news li:last-child { margin: 15px 0 0; }
.wzfaq { background: #fff; }
.wzfaq ul { margin: 0; }
.zhuanzai { background: #e8eef3; padding: 8px 20px; border-radius: 0 5px 5px 0; font-size: 13px; color: #999; }
.bgbox {border-radius: 8px;box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);overflow: hidden;margin: 0 0 20px 0;background: #fff;}
.libgbox { border-radius: 8px; box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%); overflow: hidden; margin-bottom: 20px; }



.xllist li:before {
    display: none;
}

.xllist i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    background: #d2cbca;
    font-style: normal;
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
}

.xllist li {
    padding: 10px 0 5px;
}

.xllist li:nth-child(-n+3) i {background:#fc5531}

.wzlist h4 i {
    font-size: 14px;
    color: #fff;
    background: #fc5531;
    font-weight: normal;
    width: 26px;
    height: 25px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    margin-left: 10px;
    font-style: normal;
}



 .csbox .header {
            background-color: #fff;
            padding: 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            margin-bottom: 10px;
        }
      .csbox    .nav {
            display: flex;
            gap: 20px;
        }
      .csbox    .nav-item {
            padding: 5px 8px;
            border-radius: 5px;
            cursor: pointer;
        }
     .csbox     .nav-item.active {
            background-color: #ffebee;
            color: #e53935;
            font-weight: bold;
        }
       .csbox  .cslist {
           
            
            
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
     .csbox     .card {
            background-color: #fff;
 
            padding: 20px;
 
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            width: calc((100% - 10px) / 2);
        }
      .csbox    .card-img {
            width: 200px;
             aspect-ratio: 16/9;
       
        }
      .csbox    .card-info {
            flex: 1;
        }
        
        
      .csbox    .card-title {
            font-size: 16px;
            margin-bottom: 10px;
        }
      .csbox    .card-desc {
            font-size: 14px;
            color: #666;
            margin-bottom: 10px;
        }
     .csbox     .card-price {
            font-size: 16px;
            color: #e53935;
            margin-bottom: 10px;
        }
    .csbox      .btncs {
            background-color: #e53935;
            color: #fff;
            border: none;
            padding: 3px 10px;
            border-radius: 5px;
            cursor: pointer;
        }
        
       .csbox   .gocs{
           display: flex;
           justify-content: space-between;
       }
       
      .csbox   .csnum{
          color: #666;
          font-size: 14px;
      }
      
      
      .tuijian{
    padding: 10px 10px;
    line-height: 30px;
}

.tuijian p{
    margin-bottom: 10px;
}
.tuijian a{
    margin-right: 10px;
    color: #1472ff;
}

        
        
         @media (max-width: 767px) {
             
             
             .csbox    .card-info {
             width: 100%;
             flex:none;
        }
        
        
         .csbox .header {
            display: none;
        }
     
          
          .csbox    .card-img {
            width: 100%;
             
       
        }
        
            .csbox     .card {
                   padding: 10px;
                
            }
            
             .csbox    .card-title {
            font-size: 16px;
            margin-bottom: 10px;
        }
        
          .csbox     .card {
   
            width: 100%;
        }
         #starlist li:nth-child(n+6) {
  display: block;
}
             
         }
        
        
           .csimg{
        width: 100%;
    
        height: auto;
             background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 16 / 9;
        margin: auto;
        border: 1px solid #ddd;
    }
    
       .csimg0{

            background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
       }
    
       .csimg1{
       background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
       }
    
       .csimg2{
       background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
       }
    
       .csimg3{
       background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
       }
    
       .csimg4{
       background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
       }
    
       .csimg5{
       background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
       }
    
       .csimg5{
       background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
       }
    
       .csimg6{
       background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
   }
    
       .csimg7{

       background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
       }
    
       .csimg8{
       background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
       }
    
       .csimg9{
       background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
       }
    
       .csimg10{
       background-image: linear-gradient(to top, #dad4ec 0%, #dad4ec 1%, #f3e7e9 100%);
       }
    
    
    
       .csimg12{
 background-image: radial-gradient(at 50% 100%, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%);
 background-blend-mode: screen, overlay;
       }
    
       .csimg13{
 
 background-image: linear-gradient(to top, #bdc2e8 0%, #bdc2e8 1%, #e6dee9 100%);
 
 background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0,0,0,0.02) 50%, rgba(255,255,255,0.02) 61%, rgba(0,0,0,0.02) 73%), linear-gradient(33deg, rgba(255,255,255,0.20) 0%, rgba(0,0,0,0.20) 100%);
 background-blend-mode: normal,color-burn;
       }
    
       .csimg14{
 
 background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
       }
    
       .csimg15{
 background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
       }
    
       .csimg16{
 background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
       }
    
       .csimg17{
 background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
       }
    
       .csimg18{
 background-image: linear-gradient(-225deg, #20E2D7 0%, #F9FEA5 100%);
    }
    
  
    
  
    .csimg img{
               
 max-width: 90%;
 max-height: 90%;
    }
    
    
    
.cs_info { color: #999; font-size: 14px;  margin-bottom: 20px; display:flex;margin-top:20px;justify-content:center; }
.cs_info a { color: #1e62ec; }
.cs_info a:hover, .weizhi a:hover { color: #056DE8; }
.cs_info div { margin-right: 30px; position: relative; }
.cs_info .add_zan{margin-right:10px;}
.info{
    line-height: 45px;
    color: #767676;
    margin: 0px 0px 40px;
}


.ceshi{
    text-align: center;
    margin-top: 10px;
}


.ceshi a {
    font-size: 16px;
    background-color: #1472ff;
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
    padding: 5px 25px;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid  #1472ff;
    cursor: pointer;
}

.ceshi .geren:hover {
    background-color: #4280ff;
}

.ceshi .tuanti{
    background-color: #ffffff;
    color: #333;

}

.ceshi .tuanti:hover {
    background-color: #1472ff;
    color: #ffffff;
}

.tishi{text-align:center;font-size:18px;}
.tishi b{ color:#FF0000; font-family:Arial, Helvetica, sans-serif; }
.tishi span+span{margin-left:30px;}


@media (max-width: 1219px) {
main, .box { width: 950px }
.lbox { width: 684px }
.rbox { width: 250px }
.banner { width: 100%; height: auto; margin-bottom: 15px }
.headline { width: 100%; height: auto; }
.headline ul li { width: 49%; height: 188px; float: left; margin-bottom: 0 !important; }
.headline ul li:last-child { float: right }
.blogs_list li i { width: 185px; height: 115px }
.blogs_list li h2 { white-space: nowrap; display: block; }
.blogs_list li { height: 115px }
.info-pre-next li p { width: -webkit-fill-available; }
.tb_tags li { width: 20% }
}
 @media (max-width: 991px) {
main, .box { width: 730px }
.lbox { width: 100% }
.rbox { display: none }

header { background: #fff; position: fixed; top: 0; z-index: 999; padding-top: 0; box-shadow: #e0e7ec 1px 1px 3px; }
#mnavh { display: block; top: 22px; right: 0; position: absolute; }
#mnavh.open:after { position: fixed; width: 40%; height: 100%; content: ""; right: 0; top: 64px; }
nav { background: none; height: auto; padding-left: 0; margin-top: 0; }
nav #starlist { width: 100%; background: rgba(0,0,0,0.7); overflow: hidden; }
#starlist { display: none }
#starlist li { width: 60%; margin: 0; background: #ffffff; line-height: 50px; float: left; font-size: 16px; font-weight: normal; text-indent: 2em; border-top: #ede9e9 1px solid; }
#starlist li a { text-align: left; display: block; line-height: inherit; padding: 0 20px 0; }
#starlist li:nth-child(1) { }
#starlist li:last-child { padding-bottom: 100%; }
.is-search, .search-page { right: 60px }
li.selected a, #starlist li:hover a { background: rgba(255,255,255,.2); }
.tb_tags li { width: 25% }
.search {width: 44%;height: 32px;line-height: 32px;margin: 0;position: absolute;top: 10px;right: 60px;background-color: #f4f4f4;}
.search input.input_text { line-height: 32px; height: 32px; }
.search input.input_submit { height: 32px; top: 0; right: 0; background: url(../images/search.png) no-repeat center; background-size: 16px; box-shadow: none; }
.search input.input_submit:hover { font-size: 13px }
.wzfaq ul { padding: 10px; }
}
 @media (max-width: 767px) {
main, .box { width: 96% }
main { margin: 60px auto 0 }
header { height: 50px }
#mnavh { top: 0; }
.is-search { top: 7px }
.search-page { width: 100%; right: 0; top: 51px; }
.logo  { font-size:22px;line-height:50px }
.gd-box { overflow-x: scroll; }
ul#tab { width: max-content; }
.headline ul li { height: 160px }
article { padding: 15px 15px 0 15px; }
.other { padding: 0 }
}
 @media (max-width: 640px) {
.headline ul li { height: 110px }
nav #starlist { width: 110%; margin-left: -10px; }
.blogs_list li p { display: none; }
.blogs_list li h2 { white-space: pre-wrap; display: -webkit-box; font-size: 17px; }
.blogs_list li em { display: none }
.blogs_list li { padding: 15px 10px; }
.blogs_list li i { width: 36%; height: 92px; margin-right: 10px; }
.blogs_list li { height: 92px; }
span.timer { position: absolute; left: 39%; bottom: 15px; }
.blogs_info { position: inherit; }
.blogs_list section { position: initial; }
span.view { position: absolute; right: 10px; bottom: 15px; }
.ftlogo, .ftnav, .links, .icon-top, .faq li span { display: none }
footer { padding: 10px 0; text-align: center;  }
.weizhi { margin-bottom: 10px; }
article { padding: 15px 10px 0 10px; }
.tags_list { padding: 20px 0; font-size: 12px; }
.info-pre-next li { width: 100%; margin: 5px auto }
.info-pre-next li p { padding: 10px }
.wzlist li { padding: 15px 0 }
.btitle { margin: 6px }
.copyright { padding: 0 10px }
.wzlist h4 { font-size: 18px }
.white_box { padding: 30px 10px }
.tb_tags li { width: 50% }
.tb_tags li a { margin: 4px }
.copyright p:last-child { display: none; }
.page_title { display: none; }
}
