@charset "UTF-8";
/* CSS Document */
/*基础部分*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, input, select, textarea, div, table, td, th, tr, dt, dd, dl { margin: 0; padding: 0; }
ul, ol { list-style: none; }
em, i { font-style: normal; }
table { border-spacing: 0; border-collapse: collapse; margin: inherit; }
img { border: none; vertical-align: middle; }
input, select, button { vertical-align: middle; outline: none; }
a { text-decoration: none; color: #333; }
a:hover { color: #5fa9f6; }
body { min-width: 1200px; font-family: "PingFang SC","微软雅黑",STHeiti,'Microsoft YaHei',Helvetica,Arial,sans-serif; outline: 0; background: #efeff4; color: #333; font-size: 14px; }
.fl { float: left; }
.fr { float: right; }
.hide { display: none; }
.bg_fff { background: #fff; }
.mbt20 { margin-bottom: 20px !important; }
.mt0 { margin: 0px !important; }
.padtb30 { padding: 30px 0; }
.mt-15 { margin-top: -15px; }
.clear:before, .clear:after { content: ''; display: block; clear: both; }
.gray { -webkit-filter: grayscale(100%); -moz-filter: grayscale(1); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); -webkit-filter: gray; filter: gray; }
.center { width: 1200px; margin: 0 auto; position: relative; }
.icoimg { background: url("../images/icoimg.png") no-repeat center; }
.ico_img { background: url("../images/ico_img.png") no-repeat center; }
.img { background: #c3c3c4; overflow: hidden; position: relative; }
.img img { width: 100%; height: 100%; display: block; -o-object-fit: cover; object-fit: cover; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.header_warp { background: #fff; position: relative; z-index: 5; }
.header_warp .header_top { height: 30px; background: #242424; color: #fff; font-size: 12px; line-height: 30px; }
.header_warp .header_top a { color: #fff; }
.header_warp .header_top .home { float: left; }
.header_warp .header_top .nav { float: left; padding-left: 10px; }
.header_warp .header_top .nav a { padding: 0 10px; }
.header_warp .header_top .iphone { float: right; position: relative; display: block; cursor: pointer; }
.header_warp .header_top .iphone i { display: inline-block; vertical-align: middle; width: 17px; height: 17px; margin: -4px 3px 0 0; background-position: -112px -75px; }
.header_warp .header_top .iphone .em { display: none; text-align: center; width: 130px; padding: 10px; background: #fff; color: #999; position: absolute; z-index: 10; right: 0; margin-right: -55px; top: 30px; border-radius: 0 0 5px 5px; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
.header_warp .header_top .iphone .em img { width: 130px; height: 130px; display: block; margin: 0 auto; }
.header_warp .header_top .iphone .em span { display: block; padding-top: 5px; }
.header_warp .header_top .iphone:hover .em { display: block; }
.header_warp .header_center { height: 100px; }
.header_warp .header_center .logo { float: left; width: 205px; /* height: 30px; */ display: block; margin-top: 18px; overflow: hidden; }
.header_warp .header_center .logo img { display: block;width: 200px; }
.header_warp .header_center .search { width: 460px; height: 43px; line-height: 43px; border: 1px solid #DEDEDE; border-radius: 21px; overflow: hidden; margin-top: 27px; }
.header_warp .header_center .search .input { float: left; padding: 0 10px; }
.header_warp .header_center .search .input input { border: none; width: 100%; overflow: hidden; }
.header_warp .header_center .search .btn { float: right; border: none; width: 81px; height: 43px; background: #5fa9f6; cursor: pointer; position: relative; }
.header_warp .header_center .search .btn:hover { background: #29619b; }
.header_warp .header_center .search .btn .but { position: absolute; top: 50%; left: 50%; margin: -15px 0 0 -15px; display: block; width: 30px; height: 30px; background-position: -143px -67px; }
.header_warp .header_nav { height: 70px; line-height: 70px; background: #5fa9f6; font-size: 18px; color: #fff; }
.header_warp .header_nav ul li { float: left; margin-left: 10px; }
.header_warp .header_nav ul li:hover { background: #29619b; }
.header_warp .header_nav ul .on { background: #29619b; }
.header_warp .header_nav a { display: block; color: #ffff; padding: 0 30px; }
.comment { min-height: calc(100vh - 300px); width: 1200px; padding: 20px 0; max-width: 1200px; margin: 0 auto; }
.comment > .curmb { height: 20px; line-height: 20px; padding-bottom: 20px; }
.comment_bjff { background: #fff; width: 100%; max-width: 100%; padding: 0; padding-bottom: 20px; }
.Minbox { background: #fff; border-radius: 5px; margin-bottom: 20px; }
.Minbox + .pages { margin-bottom: 0; }
.footer_warp { background: #353535; color: #9c9c9c; padding: 15px 0 30px; }
.footer_warp .fotter-link { text-align: center; line-height: 30px; }
.footer_warp .fotter-link a { color: #9c9c9c; }
.footer_warp .fotter-link a:hover { color: #fff; }
.footer_warp .fotter-link > a { margin: 0 12px; }
.ContL { float: left; width: 820px; margin-right: 20px; }
.ContR { float: right; width: 360px; }
.title { height: 60px; line-height: 60px; padding: 0 10px; overflow: hidden; border-bottom: 1px solid #efeff4; display: -webkit-box; display: -ms-flexbox; display: flex; }
.title .bt { float: left; font-weight: bold; font-size: 18px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.title .labbox { float: left; text-align: right; padding-right: 30px; }
.title .labbox .lab { cursor: pointer; }
.title .labbox .lab:last-child span { display: none; }
.title .labbox .lab span { padding: 0 10px; color: #999; }
.title .labbox .on { color: #5fa9f6; }
.title .more { float: right; color: #CACACA; }
.title .more .on { color: #5fa9f6; }
.title .more a { padding: 0 5px; cursor: pointer; }
.title .more a:hover { color: #5fa9f6; }
/* 面包屑 */
.curmb { color: #696969; font-size: 12px; height: 60px; line-height: 60px; overflow: hidden; padding: 0 10px; }
.curmb .home { display: inline-block; vertical-align: middle; height: 15px; width: 17px; background-position: -206px -76px; margin: -3px 0px 0 0; }
.curmb span { font-family: serif; }
.curmb a { color: #696969; }
.curmb a:hover { color: #5fa9f6; }
/* 分页 */
.pagewrap { width: 100%; height: 40px; padding: 20px 0 20px 0; line-height: 40px; text-align: center; color: #666666; overflow: hidden; }
.pagewrap a, .pagewrap span { display: inline-block; height: 38px; text-align: center; line-height: 40px; border: 1px solid #d1d1d6; border-radius: 5px; padding: 0 15px; margin: 0 2px; font-size: 16px; color: #626675; }
.pagewrap a.current, .pagewrap .active a, .pagewrap a:hover { color: #fff; border: 1px solid #5fa9f6; background: #5fa9f6; }
.pagewrap span { padding: 0 15px; }
.pagewrap li { display: inline-block; _zoom: 1; display: inline; }
.pagewrap .page { margin: 0 auto; display: block; }
.pagewrap li.active a { color: #fff; border: 1px solid #5fa9f6; background: #5fa9f6; }
/* 首页 */
.Min_index { padding-bottom: 40px; }
.Min_index .Minbox { margin-bottom: 0; }
.Min_index .title { padding: 0 20px; }
.Min1 .Min1-1 { width: 360px; height: 360px; overflow: hidden; }
.Min1 .Min1-1 .Rit1 { padding: 10px 10px; height: 340px; }
.Min1 .Min1-1 .Rit1 .title { height: 50px; line-height: 50px; border: none; padding: 10px 10px 0; }
.Min1 .Min1-1 .Rit1 .list { padding: 0; height: 275px; overflow: hidden; }
.Min1 .Min1-1 .Rit1 .list ul { padding: 10px 0; }
.Min1 .Min1-1 .Rit1 .list ul li { padding-bottom: 5px; }
.Min1 .Min1-1 .Rit1 .list ul li .img { width: 90px; height: 90px; }
.Min1 .Min1-1 .Rit1 .list ul li .name { width: 90px; }
.Min1 .lunbox { float: right; width: 790px; height: 360px; background: #fff; border-radius: 5px; overflow: hidden; }
.Min1 .lunbox .bd li { width: 790px; height: 360px; overflow: hidden; }
.Min1 .lunbox .bd li .img { width: 100%; height: 100%; display: block; position: relative; }
.Min1 .lunbox .bd li .img p { position: absolute; left: 0; bottom: 0; height: 40px; line-height: 40px; background: rgba(0, 0, 0, 0.5); width: 100%; text-align: center; color: #fff; overflow: hidden; }
.Min1 .lunbox .hd { position: absolute; bottom: 30px; height: 10px; width: 100%; left: 0; font-size: 0; text-align: center; }
.Min1 .lunbox .hd li { display: inline-block; vertical-align: middle; margin: -2px 6px 0 0; height: 12px; background: #9195a3; width: 12px; text-indent: 100em; border-radius: 50%; overflow: hidden; font-size: 20px; cursor: pointer; }
.Min1 .lunbox .hd .on { background: #5fa9f6; width: 30px; border-radius: 20px; }
.Min2 .title { padding: 0 20px; }
.Min2 .Min2-1 { width: 800px; overflow: hidden; }
.Min2 .Min2-1 .list .li { float: left; width: 240px; }
.Min2 .Min2-2 { width: 360px; }
.Min3 .box { padding-bottom: 20px; }
.Min3 .box .list { float: left; width: 800px; }
.Min3 .box .list ul { width: 105%; }
.Min3 .box .list li { float: left; width: 250px; height: 140px; overflow: hidden; margin: 20px 0 0px 20px; }
.Min3 .box .list li .img { display: block; width: 100%; height: 100%; overflow: hidden; position: relative; color: #fff; }
.Min3 .box .list li .img:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.Min3 .box .list li .img:hover .bt { background: rgba(17, 98, 220, 0.5); }
.Min3 .box .list li .img .bt { height: 30px; line-height: 30px; position: absolute; left: 0; bottom: 0; text-align: center; overflow: hidden; width: 100%; background: rgba(0, 0, 0, 0.5); }
.Min3 .box .textbox { width: 330px; background: #eee; height: 280px; float: right; margin: 20px 20px 0 0; padding: 10px; }
.Min3 .box .textbox .scroll { overflow-y: auto; height: 100%; }
.Min3 .box .textbox .scroll li { padding-bottom: 5px; }
.Min3 .box .textbox .scroll li .bt { display: block; height: 30px; line-height: 30px; overflow: hidden; }
.Min3 .box .textbox .scroll li p { line-height: 20px; max-height: 60px; overflow: hidden; text-align: justify; display: -webkit-box; -webkit-line-clamp: 3; font-size: 12px; -webkit-box-orient: vertical; word-break: break-all; }
.Min4 .list { padding: 20px 0 0 0; }
.Min4 .list li { float: left; width: 260px; margin: 0 10px 20px 26px; }
.Min4 .list li .img { height: 150px; display: block; width: 100%; }
.Min4 .list li .name { height: 30px; line-height: 30px; overflow: hidden; text-align: center; display: block; padding-top: 5px; }
.Min5 { padding-bottom: 30px; }
.Min5 .item { width: 380px; }
.Min5 .Rit2 { margin-right: 30px; }
.Min6 { padding-bottom: 20px; }
.Min6 .yq_link { overflow: hidden; line-height: 30px; }
.Min6 .yq_link .title { padding: 0; height: 40px; line-height: 40px; }
.Min6 .yq_link a { display: inline-block; vertical-align: middle; margin: 0 20px 0 0; }
.lunbox { position: relative; }
.lunbox .prev, .lunbox .next { position: absolute; background: url("../images/icoimg.png") no-repeat center; width: 34px; height: 60px; top: 50%; margin-top: -30px; }
.lunbox .prev i, .lunbox .next i { display: block; position: absolute; top: 0%; left: 0; bottom: 0; right: 0; margin: auto; width: 16px; height: 25px; background: url("../images/icoimg.png") no-repeat center; }
.lunbox .prev { background-position: -82px -3px; left: -3px; }
.lunbox .prev i { background-position: -2px -68px; }
.lunbox .prev:hover { background-position: -154px 0; }
.lunbox .next { background-position: -44px -3px; right: -3px; }
.lunbox .next i { background-position: -24px -68px; }
.lunbox .next:hover { background-position: -120px 0; }
/* 列表分类 */
.cont1 { overflow: hidden; padding: 0 10px; }
.cont1 ul { width: 103%; }
.cont1 ul li { float: left; width: 100px; height: 40px; display: block; margin: 0 20px 20px 0; }
.cont1 ul li a { padding: 0 5px; display: block; height: 38px; line-height: 38px; width: 88px; border: 1px solid #f0eff4; font-size: 14px; overflow: hidden; text-align: center; border-radius: 5px; }
.cont1 ul li a:hover { background: #5fa9f6; color: #fff; border-color: #5fa9f6; }
.cont1 ul .on a { background: #5fa9f6; color: #fff; border-color: #5fa9f6; }
/* 游戏列表 */
.cont2 { padding-bottom: 20px; }
.cont2 .list { padding-bottom: 20px; }
.cont2 .list ul li { float: left; width: 158px; height: 237px; border: 2px solid #d3d6e8; background: #fff; border-radius: 10px; overflow: hidden; padding: 23px 10px 0 10px; margin: 20px 0px 0 20px; text-align: center; position: relative; }
.cont2 .list ul li .img { width: 120px; height: 120px; border-radius: 20px; overflow: hidden; display: block; margin: 0 auto; }
.cont2 .list ul li .name { height: 40px; padding-top: 5px; line-height: 40px; overflow: hidden; font-size: 16px; width: 100%; margin: 0 auto; display: block; color: #626675; }
.cont2 .list ul li .btn { width: 80px; height: 30px; border: 1px solid #5fa9f6; border-radius: 5px; display: block; margin: 0 auto; color: #5fa9f6; line-height: 30px; }
.cont2 .list ul li .btn:hover { color: #fff; background: #5fa9f6; }
.cont2 .list ul li .time { height: 20px; line-height: 20px; padding-top: 10px; overflow: hidden; width: 100%; font-size: 12px; color: #626675; }
.cont2 .ul ul { width: 105%; }
.cont2 .ul ul li { float: left; width: 158px; height: 237px; border: 1px solid #c3c9f3; background: #f1f3ff; border-radius: 10px; overflow: hidden; padding: 23px 10px 0 10px; margin: 30px 24px 0 0; text-align: center; position: relative; }
.cont2 .ul ul li:hover { border-color: #fffdfb; -webkit-box-shadow: 0px 0px 15px rgba(56, 74, 184, 0.3); box-shadow: 0px 0px 15px rgba(56, 74, 184, 0.3); }
.cont2 .ul ul li:hover .btn { bottom: 0px; }
.cont2 .ul ul li:hover .bq, .cont2 .ul ul li:hover .time { display: none; }
.cont2 .ul ul li .img { width: 120px; height: 120px; border-radius: 20px; overflow: hidden; display: block; margin: 0 auto; }
.cont2 .ul ul li .name { height: 45px; padding-top: 5px; line-height: 45px; overflow: hidden; font-size: 16px; width: 100%; margin: 0 auto; display: block; }
.cont2 .ul ul li .bq { height: 22px; padding: 0 10px; min-width: 50px; text-align: center; display: inline-block; vertical-align: middle; margin: -2px 0 0 0; background: #c3c9f3; color: #5fa9f6; font-size: 12px; line-height: 22px; border-radius: 3px; }
.cont2 .ul ul li .time { height: 20px; line-height: 20px; padding-top: 10px; overflow: hidden; width: 100%; font-size: 12px; }
.cont2 .ul ul li .btn { position: absolute; width: 100%; height: 50px; line-height: 50px; background: #5fa9f6; color: #fff; left: 0; bottom: -100px; font-size: 16px; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.cont2 .ul ul li .btn::before { position: absolute; content: ''; width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #5fa9f6; left: 50%; margin-left: -20px; top: -20px; }
/* 攻略列表 */
.cont3 { padding-bottom: 20px; }
.cont3 .list { padding: 0 20px; }
.cont3 .list li { height: 120px; padding: 25px 0; border-bottom: 1px solid #f0eff5; }
.cont3 .list li:last-child { border: none; }
.cont3 .list li .img { width: 215px; height: 120px; float: left; display: block; margin-right: 20px; }
.cont3 .list ul li .infor { float: left; width: 545px; }
.cont3 .list ul li .infor .name { display: block; height: 40px; line-height: 40px; width: 100%; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; font-size: 18px; font-weight: bold; color: #000; margin-top: -5px; }
.cont3 .list ul li .infor .name:hover { text-decoration: underline; color: #5fa9f6; }
.cont3 .list ul li .infor .text { line-height: 30px; height: 60px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; }
.cont3 .list ul li .infor .bq { padding-top: 5px; height: 20px; line-height: 20px; }
.cont3 .list ul li .infor .bq i { display: inline-block; vertical-align: middle; margin: 0px 5px 0 0; }
.cont3 .list ul li .infor .bq .time { float: left; }
.cont3 .list ul li .infor .bq .time i { height: 17px; width: 17px; background-position: -180px -74px; }
.cont3 .list ul li .infor .bq .more_a { float: right; color: #5fa9f6; }
/* 本文导航 */
.cont4 { padding: 0 20px; }
.cont4 .list { padding: 10px 20px; }
.cont4 .list li { float: left; width: 50%; padding: 5px 0; }
.cont4 .list li a { display: block; width: 295px; height: 35px; border: 1px solid #eee; margin: 0 auto; line-height: 35px; text-align: center; border-radius: 5px; overflow: hidden; padding: 0 10px; }
.cont4 .list li a:hover { background: #5fa9f6; color: #fff; }
.cont4 .list .on a { background: #5fa9f6; color: #fff; }
.cont4 .pagelink { padding: 20px 0; }
.cont4 .pagelink li { float: left; width: 50%; height: 35px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.cont4 .pagelink li:nth-child(even) { text-align: right; }
.cont4 .pagelink li .btn { display: inline-block; width: 90px; height: 35px; line-height: 35px; color: #fff; border-radius: 5px; background: #757575; text-align: center; margin-right: 10px; }
.cont4 .pagelink .on .btn { background: #5fa9f6; }
.cont5 { padding: 0 20px 10px; }
.cont5 .table { display: block; padding: 20px 0; line-height: 25px; }
.cont5 .table table { margin: 0 auto; }
.cont5 .ulnews ul { width: 48%; float: left; overflow: hidden; padding: 10px 2% 0 0; }
.cont5 .ulnews ul:nth-child(even) { padding-right: 0; padding-left: 2%; }
.cont5 .ulnews ul li { height: 35px; overflow: hidden; line-height: 35px; margin: 2px 0; }
.cont5 .ulnews ul li .tex { float: left; max-width: 75%; overflow: hidden; display: block; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.cont5 .ulnews ul li .tex::before { content: ''; display: inline-block; vertical-align: middle; background: #757373; width: 5px; height: 5px; border-radius: 50%; margin-right: 5px; }
.cont5 .ulnews ul li .tex:hover { color: #5fa9f6; }
.cont5 .ulnews ul li .time { float: right; color: #666; }
.cont5 .ulnews ul .on .tex { color: #5fa9f6; }
.cont5 .title2 .bt { -webkit-box-flex: 0; -ms-flex: none; flex: none; padding-right: 30px; }
.cont5 .title2 .more { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; }
.cont5 .title { padding: 0; }
.cont5 .textbox .h2bt { height: 40px; line-height: 40px; overflow: hidden; padding-top: 10px; }
.cont5 .textbox .h2bt span { font-weight: bold; font-size: 16px; }
.cont5 .textbox .h2bt u { color: #5fa9f6; text-decoration: none; }
.cont5 .textbox .tex { color: #666; line-height: 30px; text-align: justify; max-height: 120px; overflow: hidden; text-align: justify; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-break: break-all; }
.cont5 .Rit6 .list { padding: 0; width: 105%; }
.cont5 .Rit6 .list .li { float: left; width: 247px; padding: 15px 20px 15px 0; }
.cont6 .lubox { margin: 20px; overflow: hidden; position: relative; }
.cont6 .bd { width: 540px; margin: 0 auto; height: 100%; position: relative; z-index: 1; }
.cont6 .bd ul li { float: left; position: relative; }
.cont6 .bd ul li .img { width: 100%; height: 100%; display: block; overflow: hidden; }
.cont6 .sp_l, .cont6 .sp_r { z-index: 10; position: absolute; top: 0; height: 100%; width: 120px; background: transparent; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff); zoom: 1; background: rgba(255, 255, 255, 0.5); }
.cont6 .sp_l { left: 0; }
.cont6 .sp_r { right: 0; }
.cont6 .lubox.lunbox_w { height: 300px; }
.cont6 .lubox.lunbox_w .tempWrap { margin-left: -540px; }
.cont6 .lubox.lunbox_w li { width: 540px; height: 300px; }
.cont6 .lubox.lunbox_h { height: 430px; width: 750px; margin: 0 auto; }
.cont6 .lubox.lunbox_h .bd { width: 250px; }
.cont6 .lubox.lunbox_h .tempWrap { margin-left: -250px; }
.cont6 .lubox.lunbox_h li { width: 250px; height: 430px; }
.cont6 .lubox.lunbox_h .sp_l, .cont6 .lubox.lunbox_h .sp_r { width: 250px; }
.cont7 { padding: 0 20px; }
.cont7 .title { padding: 0; }
.cont7 .list { padding: 10px 0; }
.cont7 .list li { display: block; height: 30px; line-height: 30px; overflow: hidden; padding: 5px 0; }
.cont7 .list li .name { float: left; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; width: 280px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 30px; }
.cont7 .list li .name img { width: 26px; height: 26px; display: block; border-radius: 8px; margin: 0px 10px 0 0; }
.cont7 .list li .name span { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.cont7 .list li p { width: 180px; float: left; overflow: hidden; padding-left: 20px; }
.cont7 .list li .btn { width: 70px; height: 28px; line-height: 28px; text-align: center; border: 1px solid #5fa9f6; border-radius: 5px; overflow: hidden; color: #5fa9f6; display: block; }
.cont7 .list li .btn:hover { background: #5fa9f6; color: #fff; }
.Rit1 .list { padding: 15px 10px 10px; }
.Rit1 .list ul li { float: left; width: 33.333%; margin: 0 0 10px 0; }
.Rit1 .list ul li .img { width: 100px; height: 100px; border-radius: 20%; display: block; margin: 0 auto; }
.Rit1 .list ul li .name { height: 20px; line-height: 20px; padding-top: 10px; overflow: hidden; text-align: center; width: 100px; margin: 0 auto; }
.Rit2 .list li { padding: 10px 20px; border-bottom: 1px solid #EDEDED; }
.Rit2 .list li .box { height: 40px; line-height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.Rit2 .list li .num { width: 20px; height: 20px; background: #4292FF; color: #fff; text-align: center; line-height: 20px; font-size: 12px; margin-right: 10px; }
.Rit2 .list li .infor { float: left; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.Rit2 .list li .infor .img { width: 80px; height: 80px; border-radius: 15px; overflow: hidden; display: none; }
.Rit2 .list li .infor .tex { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; }
.Rit2 .list li .infor .tex .name { display: block; height: 30px; line-height: 30px; overflow: hidden; }
.Rit2 .list li .infor .tex p { display: none; color: #666; height: 30px; line-height: 30px; overflow: hidden; }
.Rit2 .list li .down { background: url("../images/icoimg.png") no-repeat center; width: 26px; height: 28px; background-position: 0 0; }
.Rit2 .list .on { padding: 20px; }
.Rit2 .list .on .box { height: 80px; }
.Rit2 .list .on .num { height: 30px; line-height: 30px; }
.Rit2 .list .on .infor .img { display: block; margin-right: 15px; }
.Rit2 .list .on .infor .tex .name { font-size: 16px; }
.Rit2 .list .on .infor .tex p { display: block; }
.Rit2 .list .on .down { background-position: 0 -32px; }
.Rit2 .list li + li .num { opacity: 0.8; }
.Rit2 .list li + li + li .num { opacity: 0.5; }
.Rit2 .list li + li + li + li .num { background: #B6B6B6; }
.Rit3 .list { padding-bottom: 10px; }
.Rit3 .list li { padding: 10px 20px; }
.Rit3 .list li .img { position: relative; display: block; width: 100%; height: 200px; color: #fff; overflow: hidden; }
.Rit3 .list li .img:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.Rit3 .list li .img:hover p { background: rgba(17, 98, 220, 0.5); }
.Rit3 .list li .img p { display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 30px; background: rgba(0, 0, 0, 0.5); line-height: 30px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }
.Rit3 .list li .img p span { padding: 0 10px; }
.Rit4 .list { padding: 10px 20px; }
.Rit4 .list li { height: 77px; padding: 15px 0; border-bottom: 1px solid #efeff4; }
.Rit4 .list li:last-child { border: none; }
.Rit4 .list li .img { float: left; width: 130px; display: block; height: 100%; }
.Rit4 .list li .infor { float: left; padding-left: 12px; width: 175px; }
.Rit4 .list li .infor .name { width: 100%; line-height: 30px; height: 60px; margin-top: -6px; color: #333; font-size: 16px; font-weight: bold; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; }
.Rit4 .list li .infor .name:hover { color: #5fa9f6; }
.Rit4 .list li .infor .p { height: 20px; line-height: 20px; font-size: 12px; padding-top: 5px; }
.Rit4 .list li .infor .p .lab { padding: 0 10px; display: inline-block; vertical-align: middle; margin: 0 5px 0; background: #f0eff5; border-radius: 10px; }
.Rit5 .list { padding: 8px 20px; }
.Rit5 .list li { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100px; padding: 15px 0; border-bottom: 1px solid #efeff4; }
.Rit5 .list li:last-child { border: none; }
.Rit5 .list li .img { float: left; width: 160px; display: block; height: 100%; border-radius: 5px; }
.Rit5 .list li .infor { float: left; padding-left: 12px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.Rit5 .list li .infor .name { width: 100%; line-height: 25px; height: 50px; margin-bottom: 20px; color: #333; font-size: 16px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; }
.Rit5 .list li .infor .name:hover { color: #5fa9f6; }
.Rit5 .list li .infor .p { height: 20px; line-height: 20px; font-size: 14px; padding-top: 5px; color: #999; }
.Rit5 .list li .infor .p .lab { padding: 0 10px; display: inline-block; vertical-align: middle; margin: 0 5px 0; background: #f0eff5; border-radius: 10px; }
.Rit6 .list { padding: 10px 20px 10px 0; }
.Rit6 .list .li { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; width: 320px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 15px 0px 15px 20px; }
.Rit6 .list .li .img { width: 80px; height: 80px; overflow: hidden; border-radius: 15px; }
.Rit6 .list .li .infor { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; padding-left: 10px; }
.Rit6 .list .li .infor .name { height: 30px; line-height: 30px; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.Rit6 .list .li .infor p { line-height: 22px; height: 22px; font-size: 13px; color: #666; overflow: hidden; }
.Rit6 .list .li .infor p span { padding: 0 5px; }
.Rit7 { padding-bottom: 30px; }
.Rit7 .item { padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: 0; overflow: hidden; }
.Rit7 .item .img { width: 80px; height: 80px; border-radius: 15px; overflow: hidden; }
.Rit7 .item .infor { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; padding-left: 15px; }
.Rit7 .item .infor .name { height: 40px; line-height: 40px; font-weight: bold; overflow: hidden; font-size: 16px; display: block; width: 100%; margin-bottom: 10px; }
.Rit7 .item .infor p { color: #333; height: 20px; line-height: 20px; overflow: hidden; width: 100%; }
.Rit7 .tex { padding: 15px  20px 0; color: #666; line-height: 26px; text-align: justify; max-height: 78px; overflow: hidden; text-align: justify; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: break-all; }
.Rit7 .btnbox { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 20px 10px 0; }
.Rit7 .btnbox .btn { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0 10px; background: #ADADAD; height: 50px; line-height: 50px; border-radius: 5px; color: #fff; text-align: center; }
.Rit7 .btnbox .btn:hover { opacity: 0.9; }
.Rit7 .btnbox .btn i { display: inline-block; vertical-align: middle; width: 27px; height: 27px; margin: -2px 5px 0 0; }
.Rit7 .btnbox .anzhuo { background: #5fa9f6; }
.Rit7 .btnbox .anzhuo i { background-position: -46px -67px; }
.Rit7 .btnbox .ios i { background-position: -82px -67px; }
.newstoph1 { padding: 20px; border-bottom: 1px solid #efeff4; }
.newstoph1 .h1 { padding: 10px 0; line-height: 40px; font-size: 24px; font-weight: bold; color: #000; }
.newstoph1 .bq { line-height: 30px; height: 30px; }
.newstoph1 .bq span { padding-right: 30px; float: left; display: block; }
.newstoph1 .bq span i { display: inline-block; vertical-align: middle; margin: 0 3px 0 0; }
.newstoph1 .bq span .icotime { height: 17px; width: 17px; background-position: -180px -74px; }
.newstoph1 .bq .yd { float: right; padding-right: 0; color: #5fa9f6; }
.news_center { padding: 20px; line-height: 30px; word-break: break-all; font-size: 15px; }
.news_center table, .news_center video, .news_center iframe, .news_center embed { max-width: 100%; margin: 5px auto; }
.news_center table { line-height: 30px; }
.news_center img {max-width: 600px; max-height:420px; }
.news_center p > img { margin: 10px; cursor: pointer; }
.news_center h3 { background: #f0eff5; color: #5fa9f6; font-size: 17px; height: 30px; line-height: 30px; font-size: 16px; padding: 0; margin: 5px 0; }
.news_center h3::before { display: inline-block; vertical-align: middle; width: 4px; height: 30px; margin: -2px 10px 0 0; background: #5fa9f6; content: ''; }
.news_center a { color: #5fa9f6; }
.news_center.h3box h3 { color: #000; }
.news_center.h3box h3::before { display: none; }
.news_center.h3box h3 span { background: #5fa9f6; float: left; padding: 0 10px; color: #fff; }
.downtop { padding: 25px 20px 10px; }
.downtop .item { height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; }
.downtop .item .img { width: 100px; height: 100px; float: left; border-radius: 15px; overflow: hidden; }
.downtop .item .infor { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; padding-left: 20px; }
.downtop .item .infor .h1 { font-size: 24px; height: 30px; font-weight: bold; line-height: 30px; overflow: hidden; width: 100%; }
.downtop .item .infor .lis { line-height: 28px; color: #666; width: 80%; padding-top: 10px; }
.downtop .item .infor .lis p { float: left; width: 31%; padding-right: 2%; overflow: hidden; height: 28px; }
.downtop .btnbox { padding: 20px 0 0; }
.downtop .btnbox .btn { font-size: 16px; background: #ADADAD; height: 50px; line-height: 50px; border-radius: 5px; color: #fff; text-align: center; display: block; float: left; width: 160px; margin-right: 30px; }
.downtop .btnbox .btn:hover { opacity: 0.9; }
.downtop .btnbox .btn i { display: inline-block; vertical-align: middle; width: 27px; height: 27px; margin: -2px 5px 0 0; }
.downtop .btnbox .anzhuo { background: #5fa9f6; }
.downtop .btnbox .anzhuo i { background-position: -46px -67px; }
.downtop .btnbox .ios { background: #28C88A; }
.downtop .btnbox .ios i { background-position: -82px -67px; }
.warp404 { background: #fff; padding: 50px 20px  100px; text-align: center; color: #666; line-height: 40px; border-radius: 5px; }
.warp404 img { display: block; margin: 0 auto; }
.hj-top { padding: 20px; border-top: 5px solid #f6f6f6; }
.hj-top .img { height: 275px; width: 500px; float: left; display: block; }
.hj-top .infor { float: left; width: 640px; padding-left: 20px; overflow: hidden; }
.hj-top .infor .bt { padding-top: 10px; height: 50px; line-height: 50px; overflow: hidden; color: #000; font-size: 24px; font-weight: bold; }
.hj-top .infor .text { color: #626675; font-size: 16px; line-height: 30px; height: 150px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-break: break-all; }
.hj-top .infor .p { height: 27px; line-height: 27px; overflow: hidden; padding-top: 38px; }
.hj-top .infor .p .bq { float: left; }
.hj-top .infor .p .bq a { min-width: 30px; height: 27px; border-radius: 5px; text-align: center; color: #fff; line-height: 27px; float: left; display: block; margin-right: 5px; background: #3cca94; padding: 0 5px; }
.hj-top .infor .p .bq a + a { background: #fd7777; }
.hj-top .infor .p .bq a + a + a { background: #ffb76b; }
.hj-top .infor .p .bq a + a + a + a { background: #02baff; }
.hj-top .infor .p .bq a + a + a + a + a { background: #009f76; }
.hj-top .infor .p .bq a + a + a + a + a + a { background: #0003f9; }
.hj-top .infor .p .bq a + a + a + a + a + a + a { background: #222; }
.hj-top .infor .p .time { float: right; }
.hj-top .infor .p .time i { display: inline-block; vertical-align: middle; margin: 0px 5px 0 0; height: 17px; width: 17px; background-position: -300px 0; }
.hjlist .list { width: 100%; overflow: hidden; }
.hjlist ul { width: 105%; }
.hjlist .list li { margin: 20px 20px; width: 260px; height: 300px; background: #faf9ff; position: relative; float: left; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.hjlist .list li:hover { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
.hjlist .list li .imgtop { height: 145px; width: 100%; display: block; }
.hjlist .list li .text { border-left: 1px solid #efeef4; border-right: 1px solid #efeef4; }
.hjlist .list li .text .name { padding: 0 15px; height: 60px; line-height: 60px; overflow: hidden; font-size: 20px; color: #000; font-weight: bold; display: block; }
.hjlist .list li .text .name:hover { color: #5fa9f6; }
.hjlist .list li .text .p { height: 60px; line-height: 30px; overflow: hidden; padding: 0 15px; font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; }
.hjlist .list li .text .item { height: 60px; padding: 12px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.hjlist .list li .text .item .lis { float: left; width: 33.333%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.hjlist .list li .text .item .lis .img { width: 60px; height: 60px; margin: 0 auto; display: block; border-radius: 15px; }
.hjlist .list li .btn { width: 100%; height: 50px; line-height: 50px; text-align: center; background: #5fa9f6; color: #fff; display: block; }
.hjlist .list li .btn:hover { opacity: 0.9; }
.hjlist .list2 li { float: left; width: 340px; height: 205px; background: #fff; padding: 20px; -webkit-box-shadow: 0px 0px 20px rgba(200, 200, 200, 0.8); box-shadow: 0px 0px 20px rgba(200, 200, 200, 0.8); margin: 0px 28px 20px 0; }
.hjlist .list2 li:hover { -webkit-box-shadow: 0px 0px 20px rgba(255, 150, 1, 0.4); box-shadow: 0px 0px 20px rgba(56, 74, 184, 0.4); }
.hjlist .list2 li .img { float: left; height: 100px; width: 100px; border-radius: 20px; overflow: hidden; margin-right: 15px; }
.hjlist .list2 li .name { float: left; width: 220px; height: 40px; line-height: 40px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; color: #010101; font-size: 18px; font-weight: bold; }
.hjlist .list2 li .name:hover { color: #5fa9f6; text-decoration: underline; }
.hjlist .list2 li .tab { float: left; width: 145px; height: 60px; line-height: 24px; overflow: hidden; }
.hjlist .list2 li .tab p { height: 24px; width: 100%; overflow: hidden; font-size: 13px; padding: 3px 0; }
.hjlist .list2 li .tab p span { display: inline-block; height: 24px; vertical-align: middle; background: #efeff4; padding: 0 10px; font-size: 12px; margin: -2px 0 0 0; border-radius: 20px; }
.hjlist .list2 li .btn { float: right; width: 76px; height: 32px; border: 1px solid #5fa9f6; border-radius: 4px; overflow: hidden; display: block; text-align: center; line-height: 32px; color: #5fa9f6; font-size: 14px; margin-top: 13px; }
.hjlist .list2 li .btn:hover { background: #5fa9f6; color: #fff; }
.hjlist .list2 li .text { width: 100%; float: left; padding-top: 13px; height: 90px; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: break-all; }
.ranking { padding: 0 10px; }
.ranking .ContL { width: 310px; margin-right: 20px; }
.ranking .ContR { width: 850px; }
.rankingnav { width: 100%; overflow: hidden; }
.rankingnav .bt { width: 100%; height: 134px; margin-bottom: 20px; }
.rankingnav .bt img { width: 100%; display: block; }
.rankingnav .lis { width: 105%; padding-bottom: 5px; }
.rankingnav .lis a { border: 1px solid #f0eff4; width: 138px; height: 38px; overflow: hidden; line-height: 38px; display: block; margin: 0 10px 15px 0; float: left; text-align: center; padding: 0 5px; color: #626675; border-radius: 5px; }
.rankingnav .lis a:hover { color: #fff; background: #5fa9f6; border-color: #5fa9f6; }
.rankingnav .lis .on { color: #fff; background: #5fa9f6; border-color: #5fa9f6; }
.rankingnav ul li { line-height: 30px; height: 30px; padding: 5px 0; overflow: hidden; white-space: nowrap; }
.rankingnav ul li span { float: left; font-weight: bold; }
.rankingnav ul li a { float: left; max-width: 250px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.rankingnav ul .on a { color: #5fa9f6; }
.rankinglist li { border: 1px solid #f0eff4; border-radius: 20px; padding: 25px 30px 10px 55px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 20px; }
.rankinglist li .num { position: absolute; height: 34px; width: 31px; display: block; background-position: -244px -185px; left: 10px; top: 60px; text-align: center; line-height: 40px; font-size: 22px; font-weight: bold; color: #fff; }
.rankinglist li .num1 { background-position: -111px -185px; color: #ce7a00; }
.rankinglist li .num2 { background-position: -153px -186px; color: #9197a0; }
.rankinglist li .num3 { background-position: -199px -186px; color: #845c45; }
.rankinglist li .img { float: left; width: 100px; height: 100px; border-radius: 20px; margin: 0 20px 10px 0; }
.rankinglist li .infor { width: 660px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; }
.rankinglist li .infor .name { float: left; height: 40px; width: 500px; overflow: hidden; line-height: 40px; font-size: 16px; color: #010101; margin-top: -8px; font-weight: bold; display: block; }
.rankinglist li .infor .name:hover { color: #5fa9f6; text-decoration: underline; }
.rankinglist li .infor .bq { line-height: 24px; height: 24px; padding: 5px 0; width: 500px; float: left; }
.rankinglist li .infor .bq span { background: #efeff4; border-radius: 20px; padding: 0 10px; font-size: 13px; display: inline-block; vertical-align: middle; margin: -2px 10px 0 0; }
.rankinglist li .infor .bq i { color: #ff3b30; }
.rankinglist li .infor .btn { width: 100px; height: 40px; line-height: 40px; color: #fff; text-align: center; background: #5fa9f6; border-radius: 5px; display: block; float: right; margin: 10px 0 0 0; }
.rankinglist li .infor .btn:hover { opacity: 0.9; }
.rankinglist li .infor .text { width: 100%; float: left; line-height: 30px; overflow: hidden; }
.rankinglist + .pages .pagewrap { padding-top: 20px; }
.bg { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #111; opacity: 0.6; filter: Alpha(opacity=60); display: none; z-index: 999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.m-showbox { position: fixed; left: 50%; top: 50%; -webkit-box-shadow: 0 0 10px #111; box-shadow: 0 0 10px #111; display: none; z-index: 1000; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.m-showbox .inner-box { position: relative; }
.m-showbox img { display: none; }
.m-showbox img.current { display: block; height: 100%; width: 100%; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.close-showbox { position: fixed; width: 70px; height: 70px; background: #111 url("../images/down.png") 18px -300px no-repeat; top: 0; right: 0; cursor: pointer; z-index: 1001; opacity: 0.5; filter: alpha(opacity=50); }
.m-showbox .inner-box .prev { position: absolute; width: 30px; height: 60px; background: #111 url("../images/down.png") no-repeat 0px -365px; left: -80px; top: 50%; margin-top: -30px; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); }
.m-showbox .inner-box .next { position: absolute; width: 30px; height: 60px; background: #111 url("../images/down.png") no-repeat 0px -415px; right: -80px; top: 50%; margin-top: -30px; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); }
.m-showbox .inner-box .prev:hover, .m-showbox .inner-box .next:hover, .close-showbox:hover { background-color: #00ceff; }
.downwarp .down ul { width: 380px; padding: 30px 0; }
.downwarp .down ul li { width: 158px; height: 35px; border: 1px solid #ffdfb2; color: #5fa9f6; text-align: center; line-height: 35px; float: left; margin: 0 15px 15px 0; background: #fffcf7; overflow: hidden; }
.downwarp .down ul li i { display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; height: 18px; width: 18px; background-position: -205px 0; }
.downwarp .down ul li a { display: block; width: 100%; height: 100%; color: #5fa9f6; }
.downwarp .down ul li:hover { background: #fff; border-color: #5fa9f6; }
.zqtopbox .img { height: 280px; width: 100%; overflow: hidden; margin-bottom: 25px; }
.zqtopbox .zqnav { height: 55px; line-height: 55px; overflow: hidden; background: #3c3c3c; }
.zqtopbox .zqnav li { float: left; width: 140px; text-align: center; margin-right: 10px; }
.zqtopbox .zqnav li a { display: block; color: #fff; font-size: 18px; }
.zqtopbox .zqnav li a:hover { background: #5fa9f6; }
.zqtopbox .zqnav .on { background: #5fa9f6; }
.zqtopbox { margin-bottom: 15px; }
.zqtopbox .zqdown { background: #faf9ff; padding: 35px 30px 10px; border: 1px solid #f0eff5; }
.zqtopbox .zqdown .infor { min-height: 140px; }
.zqtopbox .zqdown .infor .img { width: 140px; height: 140px; float: left; border-radius: 30px; margin: 0; }
.zqtopbox .zqdown .infor .text { float: left; width: 700px; padding-left: 20px; }
.zqtopbox .zqdown .infor .text .name { height: 36px; padding: 15px 0; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; line-height: 36px; color: #000; font-weight: bold; font-size: 24px; }
.zqtopbox .zqdown .infor .text .name span { font-size: 14px; color: #9195a3; font-weight: normal; }
.zqtopbox .zqdown .infor .text .bq { line-height: 35px; height: 70px; overflow: hidden; width: 100%; }
.zqtopbox .zqdown .infor .text .bq p { float: left; min-width: 180px; padding-right: 10px; }
.zqtopbox .zqdown .infor .text .lab { height: 27px; padding-top: 10px; }
.zqtopbox .zqdown .infor .text .lab a { cursor: pointer; display: inline-block; vertical-align: middle; margin: -2px 8px 0 0; padding: 0 10px; border-radius: 20px; min-width: 50px; font-size: 14px; height: 25px; border: 1px solid #626675; line-height: 25px; }
.zqtopbox .zqdown .infor .text .lab .bg1 { color: #5fa9f6; border-color: #c3c9f3; background: #f1f3ff; }
.zqtopbox .zqdown .infor .text .lab .bg2 { color: #02baff; border-color: #afe4fa; background: #d4ecf7; }
.zqtopbox .zqdown .infor .text .lab .bg3 { color: #ff6158; border-color: #f9c3c0; background: #f8e0df; }
.zqtopbox .zqdown .infor .text .lab .bg4 { color: #222; border-color: #6a6969; background: #d6d5d5; }
.zqtopbox .zqdown .infor .text .lab .bg5 { color: #0003f9; border-color: #c0c7f9; background: #dfe8f8; }
.zqtopbox .zqdown .infor .text .lab .bg6 { color: #a358ff; border-color: #9fa1f6; background: #e0dff8; }
.zqtopbox .zqdown .infor .text .lab .bg7 { color: #009f76; border-color: #a3fae6; background: #dff8f0; }
.zqtopbox .zqdown .infor .btn { width: 100%; height: 50px; border-radius: 5px; text-align: center; color: #fff; line-height: 50px; background: #5fa9f6; font-size: 16px; margin: 10px 0; }
.zqtopbox .zqdown .infor .boxbtn { display: -webkit-box; display: -ms-flexbox; display: flex; height: 140px; float: right; width: 180px; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.zqtopbox .zqdown .infor .zqbtn { margin: 10px 0 0 0; background: #5ac8fa; }
.zqtopbox .zqdown .infor .btn:hover { opacity: 0.9; }
.zqtopbox .zqdown .infor .btnbox { float: right; width: 230px; padding: 0; }
.zqtopbox .zqdown .infor .btnbox .btn_ { margin-bottom: 15px; }
.zqtopbox .zqdown .text-p { padding: 15px 0 5px; line-height: 30px; }
.zqtopbox .zqdown .btnbox { height: 55px; padding: 10px 0; }
.zqtopbox .zqdown .btnbox .btn_ { width: 230px; float: left; margin-right: 10px; text-align: center; color: #fff; font-size: 18px; display: block; height: 55px; line-height: 55px; border-radius: 5px; background: #5fa9f6; }
.zqtopbox .zqdown .btnbox .btn_:hover { opacity: 0.9; }
.zqtopbox .zqdown .btnbox .btn_ i { display: inline-block; vertical-align: middle; margin: -2px 10px 0 0; }
.zqtopbox .zqdown .btnbox .anzhuo { background: #5fa9f6; }
.zqtopbox .zqdown .btnbox .anzhuo i { height: 34px; width: 28px; background-position: 0 -110px; }
.zqtopbox .zqdown .btnbox .iphone { background: #222; }
.zqtopbox .zqdown .btnbox .iphone i { height: 35px; width: 29px; background-position: -45px -112px; }
.zqtopbox .zqdown.down2 { border-radius: 5px; padding: 25px 30px 20px; }
.zqtopbox .zqdown.down2 .infor { padding-bottom: 10px; }
.zqtopbox .zqdown.down2 .infor .text .name { padding: 0; height: 40px; line-height: 40px; margin-bottom: 10px; }
.zqtopbox .zqdown.down2 .infor .text .bq { height: 60px; line-height: 30px; }


.Minbox .pagesnews { padding: 10px 0; line-height: 40px; text-align: center; }
.Minbox .pagesnews span { display: inline-block; vertical-align: middle; border-radius: 5px; padding: 0 10px; height: 40px; margin: 5px 35px; background: #5fa9f6; color: #fff; min-width: 200px; max-width: 320px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.Minbox .pagesnews a { color: #fff;}
.Minbox .pagesnews a:hover { opacity: 0.9; }