﻿@charset "utf-8";
/*基础制作页面组件*/

html, body { height: 100%; }
body {background:#fff;font-size:0.45rem;padding: 0; margin: 0; 
font-family: PingFangSC-Regular,STXihei,Verdana,Calibri,Helvetica,Arial,sans-serif;box-sizing: border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);}
@media screen and (min-width:640px) {body {background-image:-webkit-linear-gradient(left,#999,#fff,#999);}}
h1, h2, h3, h4 { font-weight: normal; }
*{ margin: 0; padding: 0; list-style: none;}
a { text-decoration: none; outline: none; color: #333; }
a:hover { text-decoration: none;color:#b11719; }
table { border-collapse: collapse; border-spacing: 0; }
iframe, img { border: 0; }
img { vertical-align: middle;object-fit:cover;}
input{outline: none}
.clear{clear: both; }
.clearfix { display: block; #zoom:1;}
.clearfix:after { content: ''; overflow: hidden; width: 100%; height: 0px; font-size: 0px; display: block; clear: both; }
.left { float: left; }
.right { float: right; }

.forcedellipsis{display:block;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.forcedellipsis2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.forcedellipsis3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}

.debug2{width: 100%;height: 0.2rem;background-color:#fff;/*border-top: 1px solid #eee;*/}
.debug5{width: 100%;height: 0.5rem;background-color:#fff;/*border-top: 1px solid #eee;*/}
.debug10{width: 100%;height: 0.35rem;background-color:#F4F6F8;}
.debug15{width: 100%;height: 1.7rem;background-color:#fff;}

/*---------- header ----------*/
.container {width:10rem;margin:0 auto;margin-left:auto;margin-right: auto;}
.container>header .logo {width:10rem;height:auto;}
.container>header .logo img{width:100%;height:auto;}

.main {width:10rem;margin:0 auto;background-color:#F1F1F1;overflow:hidden;}

.column {background-color:#fff;}

/*---------- 简介、TAG ----------*/
.zt-title {font-size:0.5rem;letter-spacing:0.2px;padding:0.4rem 0.3rem;border-bottom: 1px solid #eee;}
.zt-introduction {font-size:0.4rem;color:#BCBCBC;padding:0.3rem 0.3rem;}
.zt-columntag{display:flex;}
.zt-columntag a{padding:0.1rem 0.2rem;background:#eee;border-radius:0.05rem;margin-left:0.3rem;margin-bottom:0.6rem;text-align: center;}
.zt-columntag a:last-child{padding:0.1rem 0.2rem;background:#eee;border-radius:0.05rem;margin-right:0.3rem;margin-bottom:0.6rem;text-align: center;}

/*搜索*/
.news-search{width:10rem;height:0.9rem;background-color:#fff;padding:0.6rem 0 0.25rem 0;}
.news-search input{float:left; padding:0 0.2rem 0 1rem; width:62%;height:0.9rem;line-height:0.9rem;vertical-align:middle;margin-left:0.3rem;font-size:0.4rem; border:none;background-color: #f0f0f0;border-radius: 0.1rem; background-image:url('../images/searchbg.png'); background-repeat:no-repeat; background-size: contain;}
.news-search a{float: right; display:block; border:none;padding:0 0.4rem;margin-right:0.3rem;border-radius: 0.1rem; font-size:0.4rem;height:0.9rem; line-height:0.9rem;color:#666; background:#f0f0f0;cursor:pointer;}

/*---------- 图文 ----------*/
.columntitle {width:10rem;height:1.5rem;line-height:1.5rem;font-weight:bold;text-align:center;margin:0 auto;border-bottom: 1px solid #eee;word-wrap:break-word; }

.thumb-item {position:relative;padding:0.35rem 0.3rem;border-bottom:1px solid #eee;}
.thumb-item:last-child {border-bottom:none;}
.thumb-item:after {content:'.';visibility:hidden;height:0;display:block;clear:both;}

/*----------
.thumb-img {float:right;width:3.5rem;height:2.6rem;border-radius: 0.05rem;background:#eee url('../images/placeholder.png') no-repeat center center;-webkit-background-size:50% auto;background-size:50% auto;font-size:0.2rem;overflow:hidden;text-indent:-10000px;}
.thumb-img img {display:block;width:3.5rem;height:2.6rem;}----------*/
.thumb-img {float:right;width:3.5rem;height:1.96rem;border-radius: 0.05rem;background:#eee url('../images/placeholder.png') no-repeat center center;-webkit-background-size:50% auto;background-size:50% auto;font-size:0.2rem;overflow:hidden;text-indent:-10000px;}
.thumb-img img {display:block;width:3.5rem;height:1.96rem;}
.thumb-rw-img {float:right;width:3.5rem;height:4.7rem;border-radius: 0.05rem;background:#eee url('../images/placeholder.png') no-repeat center center;-webkit-background-size:50% auto;background-size:50% auto;font-size:0.2rem;overflow:hidden;text-indent:-10000px;}
.thumb-rw-img img {display:block;width:3.5rem;height:4.7rem;}

.thumb-info {float:left;width:5.4rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}
.thumb-tit {font-size:0.45rem;}
.thumb-extra {position:absolute;bottom:0.35rem;width:5.4rem;line-height:0.5rem;}
.thumb-extra span {font-size:0.35rem;color:#aaa;}
.thumb-extra .introduction {font-size:0.35rem;color:#aaa;letter-spacing:0.2px;padding-top:0.2rem;}
.thumb-extra .time {float:right;margin-top:0rem;font-size:0.35rem;color:#aaa;}

.introduction {font-size:0.35rem;color:#aaa;letter-spacing:0.2px;padding-top:0.2rem;}

.thumb-info-wt {float:left;width:9.4rem;}
.thumb-tit-wt {font-size:0.45rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}
.thumb-extra-wt {margin-top:0.2rem;bottom:0.35rem;width:9.4rem;}
.thumb-extra-wt span {font-size:0.35rem;color:#aaa;}
.thumb-extra-wt .keyword {padding:0 0.1rem;font-size:0.35rem;color:#aaa;float:left;}
.thumb-extra-wt .time {float:right;margin-top:0rem;font-size:0.35rem;color:#aaa;}


/*----------- 视频 ----------*/
.pack {width:9.4rem;margin:0 auto;overflow:hidden;}
.thumb-p2 {width:9.4rem;border-bottom: 1px solid #eee;padding:15px 0 7px 0;}
.thumb-p2:last-child {width:9.4rem;border-bottom:none;padding:15px 0 20px 0;}
.thumb-p2 li {width:48.5%;position:relative;}
.thumb-p2:after {content:'.';visibility:hidden;height:0;display:block;clear:both;}
.thumb-p2-tit {line-height:1.5;padding-top:5px;text-align:center;font-size:0.45rem;}
.thumb-p2-imgs {padding-bottom: 56%;width:100%;position: relative;display:block;background:#eee url('../images/placeholder.png') no-repeat center center;-webkit-background-size:50% auto;background-size:50% auto;border-radius:0.05rem;}
.thumb-p2-imgs img {width:100%;height:100%;position:absolute;display:block;border-radius:0.05rem;}
.thumb-p2-imgs img:last-child {margin-right:0;display:block;border-radius:0.05rem;}
.thumb-p2+.thumb {margin-top:-1px;}
.thumb-p2-box{position: relative;}
.ico_player {position:absolute;top:0;bottom:0;left:0;right:0;width:1rem;height:1rem;margin:auto;display:block;}
.ico_player a {z-index:999;position:absolute;}
.ico_player a:after {z-index:999;opacity:0.5;box-shadow:0 -1.0rem 0.5rem #333 inset;}
.ico_player a:before {content:'';top:0;bottom:0;left:0;right:0;width:1rem;height:1rem;background:url('../images/ico_play.png') no-repeat center center;-webkit-background-size:100% auto;display:block;background-size:100% auto;border-radius:100%;box-shadow:0 0 10px #333;margin:auto;}


/*----------- 图集 ----------*/
.thumb-p1 {padding:12px 0;border-bottom:1px solid #eee;}
.thumb-p1:last-child {padding:15px 0 20px 0;border:none;}
.thumb-p1:after {content:'.';visibility:hidden;height:0;display:block;clear:both;}
.thumb-p1-tit {line-height:1.5;font-size:0.45rem;padding-bottom:12px;}
.thumb-p1-imgs {width:100%;height:6rem;background:#eee url('../images/placeholder.png') no-repeat center center;-webkit-background-size:50% auto;background-size:50% auto;border-radius:0.05rem;}
.thumb-p1-imgs img {width:100%;height:6rem;border-radius:0.05rem;}

/*----------- 专题列表 ----------
.zt-p1 {margin-bottom:0.5rem;box-shadow: 0px 1px 5px #ccc;border-radius:0.05rem;}
.zt-p1:after {content:'.';visibility:hidden;height:0;display:block;clear:both;}
.zt-p1-imgs {padding-bottom: 56%;width:100%;position: relative;display:block;background:#eee url('../images/placeholder.png') no-repeat center center;-webkit-background-size:50% auto;background-size:50% auto;}
.zt-p1-imgs img {width:100%;height:100%;position:absolute;display:block;}
.zt-p1-tit {line-height:1.5;font-size:0.45rem;font-weight:bold;padding:0.3rem 0.3rem;}

/*----------- 专题列表 ----------*/
.zt-pack {width:9.2rem;margin:0 auto;overflow:hidden;}
.zt-p1 {padding-top:0.3rem;border-radius:0.05rem;border-bottom: 1px dashed #f2f2f2;}
.zt-p1:after {content:'.';visibility:hidden;height:0;display:block;clear:both;}
.zt-p1-imgs {padding-bottom: 56%;width:100%;position: relative;display:block;background:#fff url('../images/placeholder.png') no-repeat center center;-webkit-background-size:50% auto;background-size:50% auto;}
.zt-p1-imgs img {width:100%;height:100%;position:absolute;display:block;border:none;border-radius:0.15rem;}
.zt-p1-tit {font-size:0.47rem;color:#363636;padding:0 0 0.35rem 0;font-weight:400}
.zt-p1-tit span{width:0.9rem;height:0.57rem;margin-top:0.08rem;margin-right:0.15rem;float:left;vertical-align:middle;border:none; background-image:url('../images/ztlogo.png'); background-repeat:no-repeat; background-size: contain;}
.zt-p1-tips {font-size:0.3rem;color:#9a9a9a;padding:0.2rem 0 0.3rem 0;}


/*---------- 返回顶部 ----------*/
.backToTop{display:none;width:28px;height:37px;background:url(../images/up.png) no-repeat;position:fixed;_position:absolute;right:10px;bottom:2rem;font-size:0px;z-index:999; text-indent:-2000px;_bottom:"auto";cursor:pointer;}


/*---------- 2022 你好！创客 ----------*/
.nhckcolumntitle {width:10rem;height:1.5rem;line-height:1.5rem;font-weight:bold;text-align:center;margin:0 auto;border-bottom: 1px solid #eee;word-wrap:break-word;text-align:center!important; }

.nhckthumb-item {position:relative;padding:0.35rem 0.3rem;border-bottom:1px solid #eee;}
.nhckthumb-item:last-child {border-bottom:none;}
.nhckthumb-item:after {content:'.';visibility:hidden;height:0;display:block;clear:both;}

/*----------
.nhckthumb-img {float:right;width:3.5rem;height:2.6rem;border-radius: 0.05rem;background:#eee url('../images/placeholder.png') no-repeat center center;-webkit-background-size:50% auto;background-size:50% auto;font-size:0.2rem;overflow:hidden;text-indent:-10000px;}
.nhckthumb-img img {display:block;width:3.5rem;height:2.6rem;}----------*/
.nhckthumb-img {width:9.4rem;height:5.29rem;border-radius: 0.05rem;background:#eee url('../images/placeholder.png') no-repeat center center;-webkit-background-size:50% auto;background-size:50% auto;font-size:0.2rem;overflow:hidden;text-indent:-10000px;}
.nhckthumb-img img {display:block;width:9.4rem;height:5.29rem;}
.nhckthumb-rw-img {float:right;width:9.4rem;height:5.29rem;border-radius: 0.05rem;background:#eee url('../images/placeholder.png') no-repeat center center;-webkit-background-size:50% auto;background-size:50% auto;font-size:0.2rem;overflow:hidden;text-indent:-10000px;}
.nhckthumb-rw-img img {display:block;width:9.4rem;height:5.29rem;}

.nhckthumb-info {width:9.4rem;margin-top:0.3rem;}
.nhckthumb-tit {font-size:0.45rem;}
.nhckthumb-extra {width:9.4rem;height:0.5rem;line-height:0.5rem;margin-top:0.2rem;}
.nhckthumb-extra span {font-size:0.35rem;color:#aaa;}
.nhckthumb-extra .nhckkeyword {font-size:0.35rem;color:#aaa;letter-spacing:0.2px;padding-top:0.2rem;}
.nhckthumb-extra .nhcktime {float:right;margin-top:0rem;font-size:0.35rem;color:#aaa;}

.nhckthumb-info-wt {float:left;width:9.4rem;}
.nhckthumb-tit-wt {font-size:0.45rem;}
.nhckthumb-extra-wt {width:9.4rem;height:0.5rem;line-height:0.5rem;margin-top:0.2rem;}
.nhckthumb-extra-wt span {font-size:0.3rem;color:#aaa;}
.nhckthumb-extra-wt .nhckkeyword {padding:0 0.1rem;font-size:0.35rem;color:#aaa;float:left;}
.nhckthumb-extra-wt .nhcktime {float:right;margin-top:0rem;font-size:0.35rem;color:#aaa;}


/*---------- 食安天中行 ----------*/
.columntiktokjctj-header {width:9.4rem;height:1.5rem;line-height:1.5rem;font-weight:bold;text-align:center;margin:0 auto;border-bottom: 1px solid #eee;font-size:0.45rem;}

.pack-tiktok {width:9.4rem;margin:0 auto;overflow:hidden;}
.thumb-tiktok {width:9.4rem;padding:15px 0 7px 0;}
.thumb-tiktok:last-child {width:9.4rem;border-bottom:none;padding:15px 0 20px 0;}
.thumb-tiktok li {width:48.5%;position:relative;}
.thumb-tiktok:after {content:'.';visibility:hidden;height:0;display:block;clear:both;}
.thumb-tiktok-tit {line-height:1.5;padding-top:5px;text-align:center;font-size:0.45rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;}
.thumb-tiktok-imgs {padding-bottom: 8.622rem;width:100%;position: relative;display:block;background:#eee url('../images/placeholder.png') no-repeat center center;-webkit-background-size:50% auto;background-size:50% auto;border-radius:0.2rem;}
.thumb-tiktok-imgs img {width:100%;height:100%;position:absolute;display:block;border-radius:0.2rem;}
.thumb-tiktok-imgs img:last-child {margin-right:0;display:block;border-radius:0.2rem;}
.maskbg {position:absolute;top:0;bottom:0;left:0;right:0;background:#eee url('../images/maskbg.png') repeat center center;z-index:9;-moz-opacity:.3;opacity:.3;filter:alpha(opacity=30);-webkit-opacity:.3;border-radius:0.2rem;cursor:pointer;}

.thumb-tiktok+.thumb {margin-top:-1px;}
.thumb-tiktok-box{position: relative;}
.ico_player {position:absolute;top:0;bottom:0;left:0;right:0;width:1rem;height:1rem;margin:auto;display:block;}
.ico_player a {z-index:999;position:absolute;}
.ico_player a:after {z-index:999;opacity:0.5;box-shadow:0 -1.0rem 0.5rem #333 inset;}
.ico_player a:before {content:'';top:0;bottom:0;left:0;right:0;width:1rem;height:1rem;background:url('../images/ico_play.png') no-repeat center center;-webkit-background-size:100% auto;display:block;background-size:100% auto;border-radius:100%;box-shadow:0 0 10px #333;margin:auto;}


/*---------- 党建课堂 ----------*/
.djktcolumntitle {height:1.3rem;line-height:1.3rem;font-weight:bold;text-align:left!important;padding-left:0.3rem;color:#911005;overflow:hidden;background: url(../images/djkttitlebg.png) no-repeat;background-size: contain;background-color:#fff;}
.djktcolumntitle span{float:right;display:inline;padding-right:0.3rem;font-size:0.35rem;color:#911005;font-weight:normal;}

.djktcolumn {width: 10rem;margin: 0 auto;background-color: #fff;}

/*---------- &#51;&#54;&#53;&#23089;&#20048;&#97;&#112;&#112;&#23448;&#26041;&#29256;&#19979;&#36733;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#23448;&#32593;&#20307;&#32946;&#23089;&#20048;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#25163;&#26426;&#19979;&#36733;市实验中学 ----------*/
.syzxcolumntitle {height:1.3rem;line-height:1.3rem;font-weight:bold;text-align:left!important;padding-left:0.3rem;color:#072277;overflow:hidden;background: url(../images/syzxtitlebg.png) no-repeat;background-size: contain;background-color:#fff;}
.syzxcolumntitle span{float:right;display:inline;padding-right:0.3rem;}
.syzxcolumntitle span a{font-size:0.35rem;color:#fff;font-weight:normal;}

.syzxwlwzcolumn {width: 10rem;margin: 0 auto;background-color: #fff;}
.syzxwlwzcolumn .syzxwlwz{width:9rem;height:5.05rem;margin:0 auto;padding:0.35rem 0 0.45rem 0;border-radius:5px}
.syzxwlwzcolumn .syzxwlwz img{width:9rem;height:5.05rem;border-radius:5px}

.syzxcolumn {width: 10rem;margin: 0 auto 0.3rem auto!important;background-color: #fff;}
.syzxcolumndebug {width: 10rem;margin: 0 auto 0 auto;background-color: #fff;}

/*---------- 2022年优化营商环境 ----------*/
.yshjtips{width:10rem;margin: 0rem auto;background-color: #fff;}
.yshjtips img{width:100%;padding: 0.3rem 0 0.3rem 0}

/*---------- 直播预告 ----------*/
.djktlivelistlivenoticebox{width:10rem;margin:0rem auto 0.3rem auto;padding:0.35rem 0;background-color:#fff;background:url('../images/livenoticebg.png') no-repeat center center;-webkit-background-size:100% 120%;}
.syzxlivelistlivenoticebox{width:10rem;margin:0rem auto 0.3rem auto;padding:0.35rem 0;background-color:#fff;/*background:url('../images/livenoticebg.png') no-repeat center center;-webkit-background-size:100% 120%;*/}
.livelistlivenotice{border:1px #EAEAEA solid;width:9.4rem;margin:0rem auto;background-color:#F5F5F5;border-radius:7.5px;}
.livelistlivenotice .livelistlivenoticelogobox{border-right:2px #EBEBEB solid;width:3rem;margin:0.3rem auto;text-align:center;}
.livelistlivenotice .livelistlivenoticelogo{width:2rem;margin:0.3rem auto 0 auto;}
.livelistlivenotice .livelistlivenoticelogo img{width:2rem;margin-top:0.3rem;}
.livelistlivenotice .livelistlivenoticescene{margin:0.2rem auto 0.55rem auto;font-size:0.3rem;text-align:center;} 
.livelistlivenotice .livelistlivenoticescene font{color:#3875F5;padding-right:0.1rem} 
.livelistlivenotice .livelistlivenoticeinfo{width:5.7rem;margin:0.5rem 0.2rem 0.5rem 0;overflow:hidden;position:relative;}
.livelistlivenotice .livelistlivenoticeinfo .bd{}
.livelistlivenotice .livelistlivenoticeinfo .bd ul{overflow:hidden;zoom:1;}
.livelistlivenotice .livelistlivenoticeinfo .bd ul li{text-align:center;zoom:1;}
.livelistlivenotice .livelistlivenoticeinfo .bd ul li .livelistlivenoticetitle{height:1.2rem;line-height:0.6rem;font-size:0.45rem;text-align:left;}
.livelistlivenotice .livelistlivenoticeinfo .bd ul li .livelistlivenoticetime{height:0.6rem;line-height:0.7rem;font-size:0.35rem;color:#3875F5;text-align:left;}

/*---------- 正在直播 ----------*/
.livelistonlivebox{width:10rem;margin:0 auto 0rem auto;background-color:#fff;}
.livelistonliveheader {text-align:center;padding-top:0.2rem}
.livelistonliveheader .line {width:0.4rem;margin:0 0.1rem 0.15rem 0.1rem;display:inline-block;border-top:2px solid #A6A6A6;border-radius:2px;vertical-align:middle;}
.livelistonliveheader .content {color:#333333;font-size:0.5rem;line-height:1rem;font-weight:bold;}
.livelistonliveinfo {color:#A6A6A6;font-size:0.35rem;line-height:0.5rem;text-align:center;padding-bottom:0.4rem}
.livelistvideomain {width:9rem;height:auto;margin: 0.3rem auto 0 auto;position:relative;}
.livelistonlive{width:9rem;height:5.05rem;}
.livelistonlive img{width:9rem;height:5.05rem;border-radius:5px;}
.livelistpageviews{background-color:rgba(0,0,0,.5);border-radius:5px;line-height:0.5rem;position:absolute;top:0.2rem;right:0.2rem;z-index:9999;}
.livelistonlivelogo{height:0.2rem;}
.livelistonlivelogo img{margin:0 auto;vertical-align:middle;}
.livelistpersontime{font-size:0.3rem;color:#fff;padding:0 0.15rem 0 0.15rem;margin:0 auto;vertical-align:middle;}
.livelistonlivetitle{width:9rem;margin:0 auto;}
.livelistonlivetitle h1{line-height:0.7rem;font-size:0.45rem;margin:0 auto 0.3rem auto;padding:0.2rem 0;}

/*---------- 直播列表选项卡 ----------*/
.livelistslideTxtBox{width:10rem;height:0.1rem;margin:0rem auto 0 auto;}
.livelistslideTxtBox .hd{width:100%;height:0.1rem;line-height:0.1rem;padding:0 0;position:relative;overflow:hidden}
.livelistslideTxtBox .hd ul{width:50%;height:1rem;margin:0 auto;}
.livelistslideTxtBox .hd ul li{width:20%;margin-left:9%;float:left;text-align:center;cursor:pointer;font-size:0.45rem;}
.livelistslideTxtBox .hd ul li:last-child {width:20%;margin-right:9%;float:right;text-align:center;cursor:pointer;font-size:0.45rem;}
.livelistslideTxtBox .hd ul li.on{width:20%;height:1rem;color:#3875F6;position:relative;}
.livelistslideTxtBox .hd ul li.on:before{content: '';position:absolute;width:35%;left:34%;bottom:-5px;text-align:center;border-bottom:5px #1777FE solid;border-radius:5px;}
.livelistslideTxtBox .bd ul{margin:0 auto 0 auto;height:auto;}

/*---------- 直播回顾 ----------*/
.pageviews{background-color:rgba(0,0,0,.5);border-radius:5px;line-height:0.5rem;position:absolute;top:0.3rem;left:0.2rem;z-index:9999}
.persontime{font-size:0.3rem;color:#fff;padding:0 0.15rem 0 0.15rem;margin:0 auto;vertical-align:middle;}
.livelistlivereviewbox{width:10rem;margin:0 auto 0 auto;background-color:#fff;}
.livelistlivereview{width:9rem;height:auto;margin:0.3rem auto 0 0.5rem;list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;}
.livelistlivereview:after{content:'';width:9.4rem;}
.livelistlivereviewempty{width:4.3rem;height:0px;}
.livelistlivereview li{width:4.3rem;margin-bottom:0.5rem;overflow:hidden;background-color:#fff;box-shadow:0px 1px 5px #ccc;border-radius:5px;position:relative;}
.livelistlivereview li span{width:4.3rem;height:2.4rem;overflow:hidden;}
.livelistlivereview li span a img{width:4.3rem;height:2.4rem;}
.livelistlivereview li p{width:3.9rem;line-height:0.6rem;margin:0.2rem auto;padding:0 0.2rem}

/*---------- 更多直播 ----------*/
.more-show {width:3rem;height:0.8rem;line-height:0.9rem;margin:0 auto 0.4rem auto;font-size:0.35rem;text-align:center;background-color:#EEEEEE;border-radius:35px;}
.more-show a {color:#A6A6A6!important;}
.more-show a:hover {color:#2D8BDE!important;}

/*尾部*/
.footer {background-color: #f0f0f0;padding:0.5rem 0;}
.footer p{height:0.5rem;line-height:0.5rem;text-align:center;font-size:0.3rem;color:#999 !important;}



