/* reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font-weight: normal;vertical-align: baseline; }
body, select, input, textarea { font-family:Microsoft YaHei,SimSun,arial; line-height:1.6;}
html {font-size : 75px;}
em,i{font-style:normal;}
ul,ol{list-style:none;}
a {color: #000;background:transparent;text-decoration:none;}
a:hover {outline:0;text-decoration:none;}
html, body {width: 100%;height: auto; background:#ffdfda;position: relative;color: #3e3e3e;}
.hidden{display:none !important;}
input,textarea,select{-webkit-appearance:none; margin:0;}
button{ background:none; border:none;-webkit-appearance:none;cursor:pointer;}
.tc{ text-align:center;}
.l{ float: left;}.r{ float: right;}
img{  line-height: 0; width: 100%;cursor:pointer;}
.noclick {pointer-events: none;  line-height: 0;}
body{ overflow: hidden; font-size: 14px;}
/*layout*/
#container,.header{ line-height:1.6; max-width: 640px; width:100%; height:auto;margin:0 auto; overflow:hidden;}
.wrap{max-width: 640px; width:100%; height:auto;margin:0 auto; overflow:hidden; position: relative; color: #313131; background:#fff url(ysgc_bgBot.png) no-repeat 0 bottom; background-size: 100% auto;padding-bottom: 1.33rem;}
.cove{width:100%;height:100%;overflow:hidden;position:fixed;top:0px;left:0px;background:rgba(0,0,0,0.5);z-index:998;}

/*loading效果css start*/
.cove1{width:100%;height:100%;overflow:hidden;position:fixed;top:0px;left:0px;background:rgba(0,0,0,0);z-index:119;}
#searchR{ background: #fff;}
.cell {
    float: left;
    width: 33%;
    box-sizing: border-box;
    display: table;
    position: absolute;
    left: 33%;
    top:50%;
    margin-top: -75px;
}
.card {
    background:rgba(0,0,0,0.5);
    border-radius: 15px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100px;
}
@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(255, 255, 255, 1) 1.5em 0 0 0, rgba(255, 255, 255, 1) 1.1em 1.1em 0 0, rgba(255, 255, 255, 1) 0 1.5em 0 0, rgba(255, 255, 255, 1) -1.1em 1.1em 0 0, rgba(255, 255, 255, 1) -1.5em 0 0 0, rgba(255, 255, 255, 1) -1.1em -1.1em 0 0, rgba(255, 255, 255, 1) 0 -1.5em 0 0, rgba(255, 255, 255, 1) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(255, 255, 255, 1) 1.5em 0 0 0, rgba(255, 255, 255, 1) 1.1em 1.1em 0 0, rgba(255, 255, 255, 1) 0 1.5em 0 0, rgba(255, 255, 255, 1) -1.1em 1.1em 0 0, rgba(255, 255, 255, 1) -1.5em 0 0 0, rgba(255, 255, 255, 1) -1.1em -1.1em 0 0, rgba(255, 255, 255, 1) 0 -1.5em 0 0, rgba(255, 255, 255, 1) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 1) 1.5em 0 0 0, rgba(255, 255, 255, 1) 1.1em 1.1em 0 0, rgba(255, 255, 255, 1) 0 1.5em 0 0, rgba(255, 255, 255, 1) -1.1em 1.1em 0 0, rgba(255, 255, 255, 1) -1.5em 0 0 0, rgba(255, 255, 255, 1) -1.1em -1.1em 0 0, rgba(255, 255, 255, 1) 0 -1.5em 0 0, rgba(255, 255, 255, 1) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}
/*loading效果css end*/ 
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.tipsCon::-webkit-scrollbar
{
    width: 0.1rem;
    height: 1rem;
    background-color:#ded5ca;
}
/*定义滚动条轨道 内阴影+圆角*/
.tipsCon::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #ded5ca;
}
/*定义滑块 内阴影+圆角*/
.tipsCon::-webkit-scrollbar-thumb
{
    border-radius: 0.05rem;
    background-color: #b39169;
}


#index,#list{width: 100%; height:auto; overflow: hidden;position: relative;}
#index .top{width: 100%; margin:0 auto;}
#list{background:#fff url(ysgc_bgBot.png) no-repeat 0 0; background-size: 100% auto;}
#list .top{ display: none;}

.search{height: 0.75rem;width: 84%; margin: 0.267rem auto 0 auto; background: #ff8812; border-radius: 0.6rem; overflow: hidden;}
.inputTxt{ background: #fff; border: none; border-bottom-left-radius: 0.6rem;border-top-left-radius: 0.6rem; padding:0 0 0 4%; width:82.4%; float:left; font-size: 0.4rem; height:0.7rem; margin:0.03rem 0 0 0.03rem;}
.sub{ background:url(ysgc_search.png) no-repeat 50% 50%; background-size: 0.42rem auto; border: none;border-bottom-right-radius:0.6rem;border-top-right-radius:0.6rem; width: 12%; height:0.75rem;font-size:0;float: left;}

.navBtn{ width: 100%; height: auto;overflow: hidden; background: url(ysgc_bgTop.png) no-repeat 0 0; background-size: 130% auto; margin: 0.33rem auto;}
.navBtn a{float: left; margin: 0 0.93rem 0 0; font-size: 0.4rem; padding-top: 1.8rem; width: 1.8rem;line-height: 1.6;font-weight: 700;text-align: center;}
.navBtn a.nav1{ background: url(ysgc_ico1.png) no-repeat 50% 0;background-size: 1.6rem 1.6rem; margin-bottom: 0.4rem; margin-left: 1.52rem;}
.navBtn a.nav2{ background: url(ysgc_ico2.png) no-repeat 50% 0;background-size: 1.6rem 1.6rem; margin-bottom: 0.4rem;}
.navBtn a.nav3{ background: url(ysgc_ico3.png) no-repeat 50% 0;background-size: 1.6rem 1.6rem; margin-bottom: 0.4rem;}
.navBtn a.nav4{ background: url(ysgc_ico4.png) no-repeat 50% 0;background-size: 1.6rem 1.6rem; margin-left: 1.52rem;}
.navBtn a.nav5{ background: url(ysgc_ico5.png) no-repeat 50% 0;background-size: 1.6rem 1.6rem;}
.navBtn a.nav6{ background: url(ysgc_ico6.png) no-repeat 50% 0;background-size: 1.6rem 1.6rem;}
.navBtn a.nav7{ background: url(ysgc_ico7.png) no-repeat 50% 0;background-size: 1.6rem 1.6rem;}


.chnM{ background: url(ysgc_titBgL.png) no-repeat 0 -0.01rem; background-size:auto 0.866rem; width: auto; height: 0.866rem; padding-left: 0.42rem;overflow: hidden;}
.chnM a{ color: #fff; font-size: 0.42rem; text-align: center; line-height:0.64rem;height:0.64rem; background: #ff8812; margin: 0.1rem 0 0 0; display: inline-block; float: left;padding: 0 0.1rem; overflow: hidden; font-weight: 700;}
.chnM::after{content:" "; width:0.523rem; height:0.866rem;background: url(ysgc_titBgR.png) no-repeat 0 -0.01rem; background-size:0.523rem 0.866rem; float: left; display: inline-block;}

.picTList1{ overflow: hidden;}
.picTList1 img{ width: 100%; height: auto; border-radius: 0.133rem;}
.picTList1 ul{height: auto; overflow: hidden; padding: 0.25rem 0 0 0; width:93%; margin:  0 auto;}
.picTList1 ul li{ float: left; width: 100%; font-size: 0.4rem; line-height:1rem;height:1rem; overflow: hidden; border-bottom: 1px dotted #c1c1c1;}
.picTList1 ul li:last-child{ border: none;}
.picTList1 p.tit-m{ background: url(ysgc_titm.png) no-repeat 0 bottom; background-size: 100% auto; height: 1.2rem; padding: 0.75rem 2% 0 2%; width:96%; color: #fff;position: absolute;bottom: 0;left: 0; font-size: 0.4rem; line-height:0.6rem; text-align: left; overflow: hidden; border-bottom-left-radius: 0.133rem; border-bottom-right-radius: 0.133rem;}
.picTList1 p.tit-m a{ color: #fff;}
.hotPic{ position: relative; width: 100%; height: auto; border-radius: 0.133rem; overflow: hidden;line-height: 1;}

.picTxt{ overflow: hidden;}
.picTxt img{ width: 100%; height: auto; border-radius: 0.133rem;}
.picTxt p{height: auto; overflow: hidden; padding: 0.2rem 0 0 0; width:100%; color:#434343; font-size: 0.35rem;letter-spacing: -0.5px;line-height: 1.6;}

.picTit{ overflow: hidden;}
.picTit ul{height: auto; overflow: hidden;width:100%; margin: 0 auto;}
.picTit ul li{ width: 100%; float: left; margin-bottom: 0.453rem; line-height: 1.2;}
.picTit ul li img{ width: 38.4%; height: auto; float: left; border-radius: 0.1rem;}
.picTit ul li p{width:58.4%;height: auto; overflow: hidden;float: right;}
.picTit ul li p.Ptit{color:#282828; font-size: 0.42rem; font-weight: 700; padding-bottom: 0.2rem;}
.picTit ul li p.PDes,.picTit ul li p.Pdes{color:#4e4e4e; font-size: 0.34rem;}

.videoList{ overflow: hidden;}
.videoList ul{height: auto; overflow: hidden;width:100%; margin: 0 auto;}
.videoList ul li{ width: 100%; float: left; margin-bottom: 0.453rem; line-height: 1.2; position: relative;}
.videoList ul li img{ width: 38.4%; height:2.26rem; float: left; border-radius: 0.1rem;object-fit:cover;}
.videoList ul li span{ position: absolute; width:38.4%; height:2.26rem;left: 0; top: 0;background:rgba(0,0,0,0.5);border-radius: 0.1rem;}
.videoList ul li span img{position: absolute;width: 1.2rem; height: auto; top:0.5rem; left: 1rem;}
.videoList ul li p{width:58.4%;height: auto; overflow: hidden;float: right;}
.videoList ul li p.Ptit{color:#282828; font-size: 0.42rem; font-weight: 700; padding-bottom: 0.1rem;}
.videoList ul li p.PDes,.videoList ul li p.Pdes{color:#4e4e4e; font-size: 0.34rem;}

.txtList{ overflow: hidden;}
.txtList ul{height: auto; overflow: hidden;width:100%; margin: 0 auto;}
.txtList ul li{ border-bottom: 1px solid #ccc; padding-bottom: 0.33rem; margin-bottom:0.4rem;width:100%;float: left;}
.txtList p{width:94%;height: auto; margin: 0 auto;}
.txtList p.Ptit{color:#282828; font-size: 0.42rem; font-weight: 700; padding-bottom: 0.1rem;}
.txtList p.PDes,.txtList p.Pdes{color:#4e4e4e; font-size: 0.34rem;}

.picScroll{width: 96%; margin: 0.24rem auto;}
.picScroll .swiper-container{overflow:hidden;position: relative;width:100%;padding:0;margin:0 auto;}
.picScroll .swiper-slide{width:29%;height:4.87rem; margin-left: 0.32rem; position: relative;}
.picScroll .swiper-slide img{width:100%;height:4.87rem; display: block;border-radius: 0.2rem; object-fit:cover;}
.picScroll .swiper-slide .tit{ position: absolute;background:rgba(0,0,0,0.5); bottom: 0; left: 0; width: 93%; padding:0.1rem 3.5%; color: #fff;border-bottom-left-radius: 0.2rem;border-bottom-right-radius: 0.2rem; font-size: 0.35rem;}
.picScroll .swiper-button-next,.picScroll .swiper-button-prev{margin-top:0;width:0.5rem;height:0.5rem;background:url(ysgc_picL.png) no-repeat left top; background-size: 100% 100%; position:absolute;top:2.185rem; left:0; outline:none;}
.picScroll .swiper-button-next{background:url(ysgc_picR.png) no-repeat left top;background-size: 100% 100%;left: 94.7%;}

.rdtj{ width:100%; height:auto;overflow: hidden;}
.rdtj .chnM{ margin-left: 0.4rem;}
.rdtj .picTList1{ width: 86%; margin: 0.24rem auto;}

.wmsjzd{ width: 100%; height:auto;overflow: hidden; margin-top: 0.24rem;}
.wmsjzd .chnM{ margin-left: 0.4rem;}
.map{background: url(ysgc_map.png) no-repeat 0 0; background-size: 100% auto; width: 100%; height: 6.55rem; margin-top: 0.53rem; position: relative;}
.map a{ position: absolute; width: 6.16rem; height: 1.08rem; display: block;}
.map a.btn1{ top: 0.8rem; left: 1.28rem;}
.map a.btn2{ top: 2.6rem; left: 2.67rem;}
.map a.btn3{ top:4.6rem; left: 3.53rem;}

.wmxf{width: 94%; height: 10.1rem; margin: 1.13rem auto 0 auto; background: url(ysgc_orBg.png) no-repeat 0 0; background-size: 100% auto; overflow: hidden;}
.wmxf .chnTit{ padding: 0.16rem 0 0 0.46rem; }
.wmxf .chnTit a{color: #fff; font-size: 0.46rem; line-height: 1.8;}
.wmxf ul{ overflow: hidden; width: 105%; margin:0.24rem 0 0 0.4rem;}
.wmxf ul li{ width:4.12rem; height:3.93rem; float: left; margin: 0 0.4rem 0.53rem 0; position: relative;}
.wmxf ul li img{ width: 100%; height: 100%; border-radius: 0.16rem;}
.wmxf ul li p{width: 88%; height:0.88rem; padding:3.05rem 6% 0 6%; text-align:center; line-height:0.44rem;border-radius: 0.16rem;background: url(ysgc_picM.png) no-repeat 50% bottom; background-size: 100% 100%; position: absolute; left: 0; top: 0;color: #fff; font-size: 0.4rem;overflow: hidden;}
.wmxf ul li i{position: absolute; left:50%; top:1.2rem; width: 1.2rem; height: 1.2rem; margin-left: -0.6rem; background: url(ysgc_playBtn.png) no-repeat 0 0; background-size: 100% 100%; display: block;}

#rule{}
#rule .tit{ margin:0.427rem auto 0 auto; width:6.17rem; height: 1rem; background: url(ysgc_titBg1.png) no-repeat 0 0;background-size: 100% 100%; text-align: center; font-size:0.48rem; line-height: 1rem; color: #fff;position: absolute;left: 50%;margin-left: -3.1rem;}
.ruleCon{ background:url(ysgc_tcBg.png) no-repeat 0 0; background-size:8.68rem auto; width: 8.68rem; margin:2.85rem auto 0 auto;position: relative; z-index: 99;}
.ruleCon .con{ width:90%;padding:1.7rem 0 0.65rem 0; margin: 0 auto;}
.ruleCon .con .txtR{ width:100%;height:8.5rem;overflow-y: auto;overflow-x: hidden; font-size: 0.4rem;}
.close{ background:url(ysgc_close.png) no-repeat 50% bottom; background-size: 100% 100%;width:0.86rem; height:0.86rem; position: absolute; font-size: 0; left:50%; margin-left:-0.43rem; bottom: -1.1rem;}
.closeBtn{font-size: 0; position: absolute; left: 0; top: 0; width:0.75rem;height:0.75rem;}

.nav{ width: 100%; height: 1.53rem; background: url(lshsdt_footBg.png) no-repeat 0 0; background-size: 100% 100%; position: fixed; bottom: 0; left: 0;}
.nav a{ display: block; width: 33.3%; float: left; height:1.2rem ; text-align: center; margin-top: 0.3rem;}
.nav a img{ width: auto; height: 1.2rem;}

#menu_wrapper { width: 100%; height: 0.82rem; margin:0 auto 0.2rem auto; overflow: hidden;z-index: 10; position: relative;}
#menu{background:rgba(255,236,174,0.6); height: 0.82rem;margin: 0 auto; overflow: hidden; padding: 0 0.25rem 0 0;}
#menu a, #menu>li {color: #7e7e7e; font-size: 0.427rem; display: inline-block; height:0.76rem;; line-height: 0.76rem;width:90px; padding: 0; margin: 0; text-align: center; overflow: hidden; text-decoration: none;float:left;}
#menu a.on{ color: #ff7825; border-bottom:0.06rem solid #ff7825;}
#menu_wrapper:before, #menu_wrapper:after { -webkit-transition: opacity .3s ease-out; -moz-transition: opacity .3s ease-out; -o-transition: opacity .3s ease-out; transition: opacity .3s ease-out; content: ''; display: block; width:0.2rem; height: 0.82rem;position: absolute; background-position: 50% 50%; background-repeat: no-repeat; background-size:0.16rem auto; z-index: 101; opacity: 0; }
#menu_wrapper.goleft:before { opacity: .8; left: 0; top: 0; background-image: url(ysgc_left.png); background-size: 50%; }
#menu_wrapper.goright:after { opacity: .8; right: 0; top: 0; background-image: url(ysgc_right.png); background-size: 50%; }

.chnNav{height: 0.72rem; width: 100%; white-space: nowrap; margin:0.2rem auto 0.15rem auto; overflow: hidden;}
.chnNav a{color: #7e7e7e; font-size: 0.36rem; line-height: 0.72rem; margin:0 0.06rem; display:inline-block; background: #dfdfdf;border-radius: 0.34rem; padding: 0 0.2rem;}
.chnNav a.on{ color: #fff; background: url(ysgc_navOnX.jpg) repeat-x 0 0; text-align: center; }

.chnT{ margin:0.67rem 0 0 0.47rem; color: #ff8812; font-size: 0.4rem; overflow: hidden;}
.chnT span{float: left;height: 0.866rem;padding-right: 0.08rem;line-height: 0.866rem;}
.chnT em{ font-size: 0.64rem;}
.chnT .more{ margin:0.24rem 0.73rem 0 0;}
.chnT .more img{ width: 1.57rem;}

.list1 .picTxt{ width: 86%; margin: 0.32rem auto;}

.list2 .chnM{ margin:0.67rem 0 0 0.35rem;}
.list2 .picTList1{ width: 86%; margin:0.24rem auto;}
.list2 .artDiv{background: none;}

.list2 .chnT .chnM{ margin: 0;}
.list2 .picTit{ width: 88%; margin:0.4rem auto;}

.list3 .chnT{ margin:0.67rem 0 0 0.4rem;}
.list3 .chnT .chnM{ margin: 0;}
.list3 .videoList{width: 86%; margin:0.4rem auto;}
.list3 .txtList{ width: 90%; margin:0.4rem auto;}

.list3 .chnM{margin:0.67rem 0 0 0.4rem;}
.list3 .picTList1{width: 86%; margin:0.4rem auto;}

.list4{}
.list4 .chnM{margin:0.4rem 0 0 0.4rem;}
.list4 .picTit{width: 97%; margin: 0.4rem auto;}
.list4 .picTit ul li{ width: 94%; padding: 0.26rem 2%; margin: 0 1% 0.453rem 1%; background: #fff; border-radius: 0.2rem; box-shadow: 0 0 0.1rem 0 rgba(180,180,180,0.5);}
.list4 .picTit ul li:first-child{ margin-top: 0.1rem;}
.back{width: 3.49rem; height:0.88rem; display: block; margin:0.5rem auto; background: url(ysgc_back.png) no-repeat 0 0; background-size: 100% 100%; }

#art-content {width:96%;color: #4e4e4e; word-wrap: break-word; overflow: hidden;margin: 0.24rem auto;border-radius: 0.2rem; box-shadow: 0 0 0.1rem 0 rgba(180,180,180,0.5); margin-bottom: 1rem;}
#art-title {font-size: 0.52rem; color: #4e4e4e; text-align: left; font-weight: bold; line-height: 1.4; }
#art-subtitle {padding: 0.28rem 0; font-size: 0.35rem; color: #4e4e4e; text-align: left; }
.art-con {font-size: 0.4rem; color: #333; }
.artDiv{ background: #fff; padding:0.5rem 0.45rem; line-height: 1.6;}
.artDiv img{width:auto;max-width: 100%; height: auto; border-radius: 0.16rem; margin: 0.2rem auto;}
.artDiv iframe{width:auto;max-width: 100%; height: auto;}
#seemore { width:100%;margin: 0 auto; background: #fff; border-top: 1px solid #e6e6e6; color: #6f6f6f; text-align: center; font-size: 0.186rem; line-height:2; cursor: pointer;}

.botNav{ position:fixed; bottom:0; left: 0; background: #fff; height: 1.73rem; width: 100%; box-shadow: 0 0 0.1rem 0 rgba(180,180,180,0.5);}
.botNav a{ width: 14.28%; float: left; overflow: hidden; height: 100%; font-size: 0;}
.botNav a.a1{ background: url(ysgc_navHome1.png) no-repeat 50% 50%; background-size:auto 0.92rem;}
.botNav a.on1{background-image: url(ysgc_navHome.png);}
.botNav a.a2{ background: url(ysgc_navSj1.png) no-repeat 50% 50%; background-size:auto 0.92rem;}
.botNav a.on2{background-image: url(ysgc_navSj.png);}
.botNav a.a3{ background: url(ysgc_navBy1.png) no-repeat 50% 50%; background-size:auto 0.92rem;}
.botNav a.on3{background-image: url(ysgc_navBy.png);}
.botNav a.a4{ background: url(ysgc_navWm1.png) no-repeat 50% 50%; background-size:auto 0.92rem;}
.botNav a.on5{background-image: url(ysgc_navWm.png);}
.botNav a.a5{ background: url(ysgc_navI1.png) no-repeat 50% 50%; background-size:auto 0.92rem;}
.botNav a.on5{background-image: url(ysgc_navI.png);}
.botNav a.a6{ background: url(ysgc_navZy1.png) no-repeat 50% 50%; background-size:auto 0.92rem;}
.botNav a.on6{background-image: url(ysgc_navZy.png);}
.botNav a.a7{ background: url(ysgc_navHd1.png) no-repeat 50% 50%; background-size:auto 0.92rem;}
.botNav a.on7{background-image: url(ysgc_navHd.png);}
.botNav a.a8{ background: url(ysgc_navGA.png) no-repeat 50% 50%; background-size:auto 0.92rem;}
/*.botNav a.on8{background-image: url(ysgc_navHd.png);}*/

.foot{width:4rem; height: auto; text-align: center; position: absolute; left:50%; margin-left: -2rem; bottom:0.37rem;}
.foot a{ color: #fff;}
.footer{color: #dd664e;font-size: 0.34rem;font-weight: 700;line-height: 2;margin: 0.2rem auto;text-align: center;}  

#searchR .txtList .myScroll{ width:100%;height:13.2rem;overflow-y: auto;overflow-x: hidden; font-size: 0.4rem;}
#searchR p.totalNum{font-size: 0.4rem; line-height: 2; margin: 0.25rem auto;}
#searchR p.totalNum em{ font-weight: 700; color: #ff5722;}
