@charset "UTF-8";
/*公共样式开始*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* 加粗字体 */
h1, h2, h3, h4, h5, h6,strong,b{
    font-weight: 700;
}
/* 自定义字体引入 */
@font-face {
    font-family: YouSheBiaoTiHei-2;
    src: url(../fonts/YouSheBiaoTiHei-2.ttf) format("truetype");
  }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    color: #333;
	line-height: 1;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun",
    "Hiragino Sans GB", sans-serif !important;
}
a{
	text-decoration: none;
	color: #333;
}
ol, ul {
	list-style: none;
}
li{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button{
  outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus{
	outline:none;
}
h1{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
}
h2{
    margin-bottom: 1rem;
    overflow: hidden;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
}
/* 头部间距 */
.top{
    margin-top: 1rem;
}
/* 固定行数结束 */
/*公共样式结束*/
* {
    margin: 0px;
    padding: 0px;
}
html{
    font-size:100%;
}
html,
body{
    height: 100%;
    width: 100%;
}
body{
    /* 去掉边框 */
    overflow-x: hidden;
    position: relative;
    font-family: 'Lato', sans-serif;
}
/* banner 轮播图*/
.xiaolaba-ban{
  padding-top: 1rem !important;
  overflow: hidden;
  position: relative;
}
.xiaolaba-ban-b{
  padding: 0 1rem 1rem 1rem;
}
#slideshow{
  border-radius: 0.5rem;
  height: 10.75rem;
  /* margin: 0 0.625rem; 设置在页面水平居中 */
  overflow: hidden;
  position: relative;
}
#slideshow img{
  width: 100%;
  height: 100%;
  position: absolute; /*图片采取绝对定位，均位于左上角，重叠在一起*/
  top: 0;
  left: 0;
  opacity: 0; /*初始不透明度为0，图片都看不见*/
  transition: opacity 1s linear; /*--重点--定义一个关于透明度的transition*/
}
#slideshow .active img,
#slideshow .active em{
  opacity: 1 ; /*有active类的图片不透明度为1，即显示图片*/
}
/*-- 设置页码的样式 --*/
#slideshow div{
  position: absolute;
  bottom: 0.3125rem;
  right: 40%;
  padding: 0.3125rem;
  border-radius: 1.5625rem;
}
#slideshow span{
  float: left;
  width: 0.75rem;;
  height: 0.125rem;
  border-radius: 1rem; /*设置页码为圆形*/
  margin: 0 0.125rem;
  background: white;
}
#slideshow span.active{
  background: #48bb9e;
}
/*-- 设置左右按钮框的样式 --*/
#slideshow p{
  width: 1.875rem;
  line-height: 3.125rem;
  position: absolute;
  top: 50%;
  margin-top: -1.875rem; /*设置垂直居中*/
  color: white;
  background: rgba(0,0,0,0.2);
  font-size: 1rem;
  text-align: center;
  cursor: pointer; /*设置鼠标*/
  /*设置不能选择文本*/
  -ms-user-select:none;/*IE10*/
  -webkit-user-select:none;/*webkit浏览器*/
  user-select:none;
  display: none;
}
#slideshow p.left{
  left: 0;
}
#slideshow p.right{
  right: 0;
}
#slideshow:hover p{
  display: block;
}
#slideshow p:hover{
  background: rgba(0,0,0,0.6);
}
#slideshow a em {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 1rem;
	opacity: 0;
	padding: 0 1.25rem 0 2.5rem;
	display: block;
	width: 83%;
	line-height: 2.75rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 40;
	color: #fff;
	background-color: rgb(24, 24, 24, 0.5);
}
 /* banner 轮播图结束 */
 /* 栏目 */
.sidenav span{
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  padding-left: 1.625rem;
  background: url(../img/Slice38.png) no-repeat center left;
  background-size: 1rem 1rem;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  line-height: 1.25rem;
}
.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left:-200%;
  background-color: #fff ;
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
}
.sidenav::-webkit-scrollbar{
  display: none;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  position: absolute;
  top: 0;
  right: -0.75rem;
  color: #333;
  font-size: 2.25rem;
}
@media screen and (max-height: 28.125rem) {
  .sidenav {
      padding-top: 1rem;
  }
  .sidenav a {
      font-size: 1.125rem;
  }
}
.xiaolaba-h5-a1 ul{
  margin: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.xiaolaba-h5-a1 ul li{
  margin-right: 0.625rem;
  background-color: #206cc3;
  margin-bottom: 0.625rem;
  border-radius: 0.3125rem;
}
.xiaolaba-h5-a1 ul li a{
  margin: 0 auto;
  text-align: center;
  line-height: 2.625rem;
  padding: 0.625rem 1rem;
  overflow: hidden;
  font-size: 1rem;
  color: #fff;
}
.xiaolaba-h5-a2 ul{
  margin: 0 1.25rem;
}
.xiaolaba-h5-a2 ul li a{
  display: block;
  white-space: nowrap;
  margin: 0 0.625rem;
  text-align: center;
  line-height: 2.625rem;
  overflow: hidden;
  font-size: 0.875rem;
  color: #333;

}
.xiaolaba-h5-a2 ul li{
  float: left;
  background-color: #eaeaea;
  border-radius: 0.3125rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;

}
.xiaolaba-h5-a3{
  overflow: hidden;
  height: 2rem;
  margin:  0 1.25rem;
  position: relative;
}
.xiaolaba-h5-a3 span{
  padding-left: 0.75rem;
  line-height: 2rem;
  text-align: left;
  display: block;
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  background: 0;
  position: relative;
}
.xiaolaba-h5-a3 span::before{
  content: '';
  background-color: #206cc3;
  width: 0.25rem;
  height: 1rem;
  display: block;
  float: left;
  margin-right: 0.625rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.xiaolaba-h5-a2 ul{
  margin-top: 1.25rem;
}
/* 导航栏结束 */
/* 底部 */
footer{
  padding: 1rem;
  background-color: #333;
  text-align: center;
}
footer a{
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
footer p,footer a{
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.25rem;
}
footer p{
  overflow: hidden;
}
/* 底部结束 */
/* 空 */
.xiaolaba-top_right a,
.xiaolaba-logo img:nth-child(1),
.xiaolaba-Nav-a .xiaolaba-se,
.xiaolaba-yq,.xiaolaba-ft-a,.xiaolaba-lm-d,
.xiaolaba-ban .xiaolaba-ban-f,.xiaolaba-lm2 .xiaolaba-ban-f,
.xiaolaba-lm2 .xiaolaba-lm-a ul,.xiaolaba-lm .xiaolaba-lm-c,
.xiaolaba-lm-b3,.xiaolaba-top-b,.xiaolaba-top-a1,
.xiaolaba-totop,.xiaolaba-ban-d,.xiaolaba-fl,
.xiaolaba-ban-f4{
  display: none !important;
}
/* 空结束 */

.main,.xiaolaba-la-a1,.xiaolaba-la-a3,.xiaolaba-la-c,
.xiaolaba-la-a2{
  overflow: hidden;
  padding: 0 1rem;
}
.xiaolaba-logo{
  display: flex;
  height: 3rem;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
.xiaolaba-logo img{
  height: 1.5rem !important;

}
.xiaolaba-top_right span{
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/Slice30.png) no-repeat center center;
  background-size: 1.5rem 1.5rem;
}
/* 搜索 */
.xiaolaba-se{
  line-height: 1.5rem;
  position: relative;
}
.xiaolaba-se .xiaolaba-in{
  float: left;
  width: 11rem;
  line-height: 2rem;
  border-radius: 40rem;
  text-indent: 1em;
  font-size: 0.875rem;
  border: 0;
  background-color: #ededed;
}
.xiaolaba-se button{
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 26%;
  height: 2rem;
  color: #fff;
  background-color: #206cc3;
  border-radius: 40rem;
}
/* 搜索结束 */
/* 导航 */
.xiaolaba-Nav{
  display: none;
}
/* 导航结束 */
/* 金刚区 */
.xiaolaba-ban-e{
  overflow: hidden;
  padding-bottom: 21rem;
  border-bottom: 0.625rem solid #eeeeee;
}
.xiaolaba-ban-e ul{
  display: flex;
  flex-wrap: wrap
}
.xiaolaba-ban-e ul li{
    width: 25%;
    text-align: center;
    margin-bottom: 0.625rem;
}
.xiaolaba-ban-e ul li img{
  width: 2.75rem;
  height: 2.75rem;
}
.xiaolaba-ban-e ul li em{
  font-size: 0.875rem;
  display: block;
  margin-top: 0.5rem;
}
/* 下 */
.xiaolaba-ban-b1{
  border-top: 0.625rem solid #eeeeee;
  padding:1rem;
  position: absolute;
  top: 53%;
}
.xiaolaba-ban-b1 em{
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25rem;
  padding-left: 1.75rem;
  background: url(../img/Slice14.png) no-repeat center left;
  background-size: 1.25rem;
}
.xiaolaba-ban-b1 div,
.xiaolaba-top-a4{
  overflow: hidden;
  margin-top: 1.25rem;
}
.xiaolaba-ban-b1 div a,.xiaolaba-top-a4 a{
  text-align: center;
  display: block;
  float: left;
  line-height: 2rem;
  font-size: 0.875rem;
  padding: 0 0.625rem;
  width: 9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #eee;
  border-radius: 40rem;
  margin: 0 0.625rem 0.625rem 0;
}

.xiaolaba-ban-b1 div a:nth-child(2n),
.xiaolaba-top-a4 a:nth-child(2n){
  margin-right: 0;
}
/* 下结束 */
/* 金刚区结束 */
/* 内容 */
/* top */
.xiaolaba-lm2{
  width: 100%;
  left: -1rem;
  position: relative;
  padding: 1rem 1rem 0.5rem 1rem;
  border-bottom: 0.625rem solid #eeeeee;
  overflow: hidden;
}
.xiaolaba-lm-a {
  line-height: 1.25rem;
 overflow: hidden;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #ebebeb;
}
.xiaolaba-lm-a h4,.xiaolaba-top-a3 h4{
  font-size: 1.125rem;
  float: left;
  padding-left: 1.75rem;
  background: url(../img/Slice14.png) no-repeat center left;
  background-size: 1.25rem;
}
.xiaolaba-lm-a .genduo{
  float: right;
  font-size: 0.75rem;
}
/* top */
/* 1 */
.xiaolaba-lm-b1 li img{
  width: 6.875rem;
  height: 4.5rem;
  border-radius: 0.375rem;
  float: left;
  margin-right: 0.625rem;
}
.xiaolaba-lm-b1 li a span{
    font-size: 1rem;
    display: block;
    line-height: 1.25rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.xiaolaba-lm-b1 li a em{
  display: block;
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.125rem;
  height: 2.25rem;
  overflow: hidden;
  margin-top: 0.25rem;
}
.xiaolaba-lm-b1 li i{
  font-size: 0.75rem;
  color: #999;
}
.xiaolaba-lm-b li,.xiaolaba-lm-e li,.xiaolaba-ban-f ul li:not(.xiaolaba-ban-f1){
  overflow: hidden;
  padding: 0.625rem 0;
}
.xiaolaba-lm-b2 li,.xiaolaba-ban-f ul li:not(.xiaolaba-ban-f1){
  line-height: 1.25rem;
}
.xiaolaba-lm-b2 li a,
.xiaolaba-ban-f ul li:not(.xiaolaba-ban-f1) a{
  display: block;
  width: 18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  padding-left: 1rem;
  position: relative;
}
.xiaolaba-lm-b2 li a::before{
  content: '';
  background-color: #ccc;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 40rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.xiaolaba-lm-b2 li i,.xiaolaba-ban-f ul li:not(.xiaolaba-ban-f1) i{
  font-size: 0.75rem;
  color: #999;
  float: right;
}
/* 1 */
/* 2 */
.xiaolaba-lm-e .xiaolaba-lm-b1{
  height: 6rem;
  overflow: hidden;
}
.xiaolaba-lm-e .xiaolaba-lm-b2{
  height: 20rem;
}
/* 2 */
/* 3 */
.xiaolaba-hot{
  overflow: hidden;
}
.xiaolaba-ban-f{
  padding: 1rem;
  border-bottom: #eee 0.625rem solid;
}
.xiaolaba-ban-d1{
  padding: 0 1rem;
  line-height: 3rem;
  background-color: #ebeaf0;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.xiaolaba-ban-d1 h4{
  padding-left: 1.25rem;
  background: url(../img/Slice15.png) no-repeat center left;
  background-size: 0.75rem;
  font-size: 1.125rem;
}
.xiaolaba-ban-d1::before{
  content: '';
  width: 4.25rem;
  height: 4.25rem;
 
  background-size: 4.25rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0.625rem;
}

/* 推荐 */
.xiaolaba-ban-f ul li span{
  display: none !important;
}
.xiaolaba-ban-f ul li:not(.xiaolaba-ban-f1) a{
  padding-left: 0;
}
.xiaolaba-ban-f1{
  padding: 0.625rem 0;
  overflow: hidden;
}
.xiaolaba-ban-f1 img{
  width: 6.875rem;
  height: 4.5rem;
  border-radius: 0.375rem;
  float: left;
  margin-right: 0.625rem;
}
.xiaolaba-ban-f1 a{
  display: block;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
}
.xiaolaba-ban-f1 i{
  display: block;
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.625rem;
}
.xiaolaba-hot .xiaolaba-ban-f:nth-child(1) ul li span,
.xiaolaba-ri-a .xiaolaba-ban-f:nth-child(3) ul li span，
.xiaolaba-ban-f4 ul li span{
  width: 1.25rem;
  text-align: center;
  line-height: 1.25rem;
  display: block;
  float: left;
  font-size: 0.75rem;
  background-color: #ccc;
  color: #fff;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
.xiaolaba-hot .xiaolaba-ban-f:nth-child(1) ul li a,
.xiaolaba-ri-a .xiaolaba-ban-f:nth-child(3) ul li a{
  width: 17rem;
}
.xiaolaba-hot .xiaolaba-ban-f:nth-child(1) ul li:nth-child(1) span,
.xiaolaba-ri-a .xiaolaba-ban-f:nth-child(3) ul li:nth-child(1) span，
.xiaolaba-ban-f4 ul li:nth-child(1) span{
  background-color: #206cc3;
}
.xiaolaba-hot .xiaolaba-ban-f:nth-child(1) ul li:nth-child(2) span,
.xiaolaba-ri-a .xiaolaba-ban-f:nth-child(3) ul li:nth-child(2) span，
.xiaolaba-ban-f4 ul li:nth-child(2) span{
  background-color: #689edb;
}
.xiaolaba-hot .xiaolaba-ban-f:nth-child(1) ul li:nth-child(3) span,
.xiaolaba-ri-a .xiaolaba-ban-f:nth-child(3) ul li:nth-child(3) span，
.xiaolaba-ban-f4 ul li:nth-child(3) span{
  background-color: #94c2f5;
}
/* 推荐 */
/* 3 */
/* 内容结束 */
/* label */
.xiaolaba-logo2 .xiaolaba-logo a img{
    width: auto;
}
.xiaolaba-top-a2{
  display: block !important;
}
.xiaolaba-top-a2 ul{
  display: none;
}
.xiaolaba-top-a3{
  overflow: hidden;
  padding: 0.625rem 0;
}
/* top */
.xiaolaba-logo2 .xiaolaba-logo a:nth-child(1){
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/Slice33.png) no-repeat center center;
  background-size: 1.8rem;
}
.xiaolaba-logo2 .xiaolaba-se{
  display: none;
}
/* top */
.xiaolaba-cla-a1{
  overflow: hidden;
  height: 5.625rem;
}
.xiaolaba-cla-a1 li{
  position: relative;
  overflow: hidden;
  padding: 0.625rem 0;
}
.xiaolaba-cla-a1 img{
  border-radius: 0.25rem;
  width: 7.5rem;
  height: 4.375rem;
  float: left;
  margin-right: 0.625rem;
}
.xiaolaba-cla-a1 a{
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  height: 2.5rem;
  overflow: hidden;
}
.xiaolaba-cla-a1 i{
  font-size: 0.75rem;
  color: #999;
  position: absolute;
  bottom: 0.625rem;
}
.xiaolaba-cla-a2{
  overflow: hidden;
  height: 12rem;
}

.xiaolaba-cla-a2 li{
  padding-left: 0.5rem;
  margin-left: 0.425rem;
  border-left: #34a4ff 1px solid;
  line-height: 2.5rem;
  height: 2.5rem;
  position: relative;
}
.xiaolaba-cla-a2 li::before{
  content: '';
  background-color: #206cc3;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 40rem;
  display: block;
  position: absolute;
  top: 1rem;
  left: -0.25rem;
}
.xiaolaba-cla-a2 li a{
  display: block;
  width: 85%;
  float: left;

}
.xiaolaba-cla-a2 li i{
  float: right;
  font-size: 0.75rem;
  color: #999;
}
/* 最新列表 */
.xiaolaba-la-d2{
  overflow: hidden;
}
.xiaolaba-la-d2 li{
  display: block;
  overflow: hidden;
}
.xiaolaba-la-d2 li img{
  width: 7.1875rem;
  height: 5rem;
  float: left;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
}
.xiaolaba-la-d2 li a span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.xiaolaba-la-d2 li a em{
  display: block;
  overflow: hidden;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 3.75rem;
  color: #666;
}
.xiaolaba-la-d2-a {
  overflow: hidden;
  margin-top: 0.25rem;
}
.xiaolaba-la-d2-a a:nth-child(3){
  display: none;
}
.xiaolaba-la-d2-a a{
  display: block;
  float: right;
  width: 8rem;
  overflow: hidden;
  line-height: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  margin-left: 0.5rem;
  color: #999;
}
.xiaolaba-la-d2-a i{
  font-size: 0.75rem;
  float: left;
  display: block;
  line-height: 1.5rem;
  color: #999;
}
.xiaolaba-la-d2 li {
  padding: 1rem 0;
  border-bottom: 1px #ebecec solid;
}
/* 最新列表结束 */
/* 分页 */
.xiaolaba-paging ul li{
  display: none;
}
.xiaolaba-paging ul li.next2,.xiaolaba-paging ul li.next1{
  display: block;
  line-height: 2.5rem;
  padding: 0 1.5rem;
  margin-right: 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
.xiaolaba-paging ul li.next1{
  background-color: #34a4ff !important;
}
.xiaolaba-paging ul li.next1 a{
  color: #fff !important;
}
.xiaolaba-paging ul{
  display: flex;
  height: 5rem;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.xiaolaba-paging{
  display: block;
  position: relative;
  bottom: -1.5rem;
  overflow: hidden;
  background-color: #efefef;
}

/* 分页结束 */
/* label */
/* 内容结束 */
.xiaolaba-la-b{
  padding-bottom: 1rem;
  border-bottom: 0.625rem solid #eee;
}
/* 文章 */
.xiaolaba-Nav-a2,.tiem a,.xiaolaba-lm-c5,.xiaolaba-rel{
  display: none;
}
.xiaolaba-b-b2{
  display: block !important;
}
.xiaolaba-b-b{
  margin-bottom: 1rem;
  line-height: 2.5rem;
  background-color: #efefef;
}
.xiaolaba-b-b em ,.xiaolaba-b-b a,.xiaolaba-b-b i{
  font-size: 0.875rem;
  color: #999;
}
/* 文章内容 */
.xiaolaba-art-a{
  text-align: left;
  overflow: hidden;
  margin-top: 0.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ebebeb;
}
.tiem i{
  display: block;
  overflow: hidden;
  margin-top: 0.625rem;
  color: #999;
  font-size: 0.75rem;
}
.xiaolaba-art-b {
  margin-top: 0.625rem;
  overflow: hidden;
  position: relative;
}
.xiaolaba-art-b p:nth-child(1){
  display: none;
}
.xiaolaba-art-b p{
  text-indent: 0.5rem;
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  margin-bottom: 1rem;
}
.xiaolaba-art-c{
  overflow: hidden;
}
.xiaolaba-art-c p{
  line-height: 1.25rem;
  font-size: 0.75rem;
}
.xiaolaba-art-c p a{
  display: block;
  word-break:break-all
}
.xiaolaba-art-c1 span{
  display: block;
  font-size: 0.875rem;
  float: left;
  margin-top: 0.875rem;
  display: flex;
}
.xiaolaba-art-c1 span em{
    display: block;
    float: left;
    white-space: nowrap;
}
.xiaolaba-art-c1 span a{
  overflow: hidden;
    width: 83%;
    display: block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xiaolaba-js1{
  position: relative;
  left: -1rem;
  width: 108.9%;
  height: 0.625rem;
  background-color: #eee;
  margin: 1.25rem 0;
}
.xiaolaba-js2{
  position: relative;
  left: -1rem;
  width: 110%;
  height: 1rem;
  background-color: #ecebeb;
}
.back_btn{
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url(../img/Slice33.png) no-repeat center center;
  background-size: 1.5rem 1.5rem;
}
/* 文章内容结束 */
/* 最新更新 */
.xiaolaba-rel-a{
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.xiaolaba-rel-a h4{
  float: left;
  color: #206cc3;
}
.xiaolaba-rel-a a{
  float: right;
  color: #cacaca;
  font-size: 0.875rem;
}
.xiaolaba-rel-b ul li{
  padding: 0.625rem 0;
  border-bottom: #cecece 1px solid;
}
.xiaolaba-rel-b ul li img{
  border-radius: 0.25rem;
  width: 6.25rem;
  height: 4.0625rem;
  float: right;
  margin-left: 0.625rem;
}
.xiaolaba-rel-b ul li span{
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.125rem;
  height: 1.125rem;
  overflow: hidden;
}
.xiaolaba-rel-b ul li em{
  margin-top: 0.625rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 2.5rem;
  overflow: hidden;
}

/* 最新更新结束 */
/* 文章结束 */
/* 地图 */
.xiaolaba-map-a h4{
  padding-left: 1rem;
  line-height: 2rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px #eeeeee solid;
  position: relative;
}
.xiaolaba-map-a h4::before{
  content: '';
  background-color: #206cc3;
  width: 0.25rem;
  height: 1rem;
  border-radius: 40rem;
  display: block;
  position: absolute;
  top: 0.525rem;
  left: 0;
}
.xiaolaba-map-b{
  padding: 1rem;
  overflow: hidden;
  border-bottom: #f7f7f7 solid 0.625rem;
}
.xiaolaba-map-b1{
  overflow: hidden;
  border-bottom: #cecece 1px solid;
}
.xiaolaba-map-b ul{
  overflow: hidden;

}
.xiaolaba-map-b ul li{
  float: left;
  line-height: 2rem;
  margin: 0.625rem 1rem 0 0;
  border-radius: 0.25rem;
}
.xiaolaba-map-b1 h4{
  margin-top: 0.5rem;
  line-height: 2.5rem;
  font-size: 1.15rem;
  color: #206cc3;
}
/* 地图结束 */

.bbw-pagination{
  padding:1rem 0.9375rem 0 0.9375rem;
  display: flex;
  justify-content: center;

}
.bbw-pagination a{
  padding:0.25rem 0.625rem;
  background-color: #ebebeb;
  border-radius: 0.25rem;
}
.bbw-pagination li:nth-child(2) a{
  margin: 0 10px !important;
}

.xiaolaba-b-b .main{
	display: flex;
	align-items: center;
}
.xiaolaba-b-b .main h1{
	font-size: 14px;
	color:#999;
	font-weight: normal;
}
.xiaolaba-top_right{
	display: none;
}
article.xiaolaba-art-a h2{
  text-align: left;
  font-size: 18px;
  width: auto !important;
  }
  article.xiaolaba-art-a p{
  text-indent: 2em;
  line-height: 38px;
  font-size: 18px;
  margin: 12px 0;
  text-align: justify;
  }
  article.xiaolaba-art-a h2{
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  ul.recom-article p{
  margin: 0;
  }
  article.xiaolaba-art-a .tiem{
    width: 100%;
    overflow: hidden;
    display: block;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: #f2f2f2 1px solid;
    margin-bottom: 15px;
    
    }a
    article.xiaolaba-art-a .tiem i{
      text-align: center;
      display: block;
      width: 100%;
    }
    article.xiaolaba-art-a p:last-child{
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      text-indent: 0 !important;
      font-size: 12px;
      margin: 0;
    }