@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{
    text-align: justify;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    text-align: center;
}
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;
    background-color: #F6FAFB;
}
/* banner 轮播图*/
.chs-ban{
  padding-top: 1rem !important;
  overflow: hidden;
}
 #slideshow{
     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 img.active{
     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: #4834a3;
   }
   /*-- 设置左右按钮框的样式 --*/
   #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);  
   }
 /* banner 轮播图结束 */
 /* 栏目 */
.sidenav h3{
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  padding-left: 1.625rem;
  background: url(../img/icon38.png) no-repeat center left;
  background-size: 1rem 1rem;
  color: #333;
  font-size: 1rem;
  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;
  }
}
.chs-h5-a1 ul{
  margin: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.chs-h5-a1 ul li{
  margin-right: 0.625rem;
  background-color: #4834a3;
  margin-bottom: 0.625rem;
  border-radius: 0.3125rem;
}
.chs-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;
}
.chs-h5-a2 ul{
  margin: 0 1.25rem; 
}
.chs-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;

}
.chs-h5-a2 ul li{
  float: left;
  background-color: #eaeaea;  
  border-radius: 0.3125rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  
}
.chs-h5-a3{
  overflow: hidden;
  margin:  0 1.25rem;
}
.chs-h5-a3 h4{
  display: block;
  float: left;
  color: #333;
}
.chs-h5-a3 h4::before{
  content: '';
  background-color: #4834a3;
  width: 0.25rem;
  height: 1rem;
  display: block;
  float: left;
  margin-right: 0.625rem;
}
.chs-h5-a2 ul{
  margin-top: 1.25rem;
}
/* 导航栏结束 */
/* 底部 */
footer{
  margin-top: 0.625rem;
  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.875rem;
  color: #fff;
  line-height: 1.25rem;
}
footer p{
  overflow: hidden;
}
/* 底部结束 */
.chs-ban-a,
.chs-top_right a:nth-child(1),
.chs-ban-b2,.chs-yq,
footer p.chs-ft-a,
.chs-ban-c1,.chs-ban-c2,.chs-lan-b,
.chs-lan-a3,
.chs-lan-a2 ul li span,
.chs-lan-c,
.chs-zy1-a em,.chs-zy1,.chs-la-d2-a,
.chs-la-d2 li img,
.chs-la-d2-a a:nth-child(3),
.chs-lm-e3,.chs-lm-d a img,
.chs-art-a .tiem a:nth-child(4),
.chs-rel-c,.chs-ri-f1,
.chs-ri-b ul li i{
  display: none ;
}
.main{
  padding: 0 1rem;
  background-color: #fff;
}
/* 导航 */
.chs-Nav-a1{
  padding: 0.25rem 0;
  overflow: hidden;
  background-color: #4834a3;
}
.chs-Nav-a1 li{
  float: left;
  text-align: center;
  width: 25%;
}
.chs-Nav-a1 li a{
  color: #fff;
  display: block;
  width: 100%;
  padding: 0.5rem 0;
}
/* 导航结束 */
 /* 头部 */
.chs-logo{
  height: 3rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.chs-logo a img{
  width: 5.4rem;
}
.chs-logo a img:nth-child(2){
  display: none;
}
/* 我要投稿 */
.chs-top_right span{
  background: url(../img/icon15.png) no-repeat center center;
  background-size: 1.25rem 1.25rem;
  width: 1.25rem;
  display: block;
  height: 1.25rem;
}
/* 我要投稿结束 */
/* 搜索 */
.chs-se{
  width: 10rem;
  position:relative;
  background-color: #f2f2f2;
  border-radius: 40rem;
}
.chs-se input{
  width: 80%;
  line-height: 1.5rem;
  border: 0;
  background: none;
  font-size: 0.75rem;
  text-indent: 1em;
  float: left;
}
.chs-se button{
width: 20%;
border: 0;
  height: 1.5rem;
  background: url(../img/icon2.png) no-repeat center center;
  background-size: 1rem 1rem;
}
/* 搜索结束 */
/* 头部结束 */
.chs-lan ,.chs-hot{
  margin-top: 0.625rem;
}
/* banner下 */
.chs-ban-c3 .chs-ban-c4{
  overflow: hidden;
  padding: 10px 0;
}
.chs-ban-c3 li{
  padding: 10px 0;
}
.chs-ban-c3 li a,.chs-lm-b ul li a{
  font-size: 1.125rem;
  line-height: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  color: #333;
  font-weight: bold;
  display: block;
 
}
.chs-ban-c3 li p,.chs-lm-b ul li p{
  font-size: 0.875rem;
  color: #666666;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  margin-top: 0.625rem;
  position: relative;
}
.chs-ban-c3 li p a,.chs-lm-b ul li p a{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.875rem;
  font-weight: 500 !important;
  z-index: 2;
  padding-left: 1rem;
  background-color: #fff;
  color: #4834a3;
}
.chs-ban-c4 li{
  line-height: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  border-bottom: #f2f2f2 1px solid;
}
.chs-ban-c4 li a{
  display: block;
  width: 18rem;
  font-size: 1rem;
  float: left;
}
.chs-ban-c4 li i{
  float: right;
  font-size: 0.75rem;
  color: #999;
}
/* banner结束 */
/* 栏目 */
.chs-lm{
  overflow: hidden;
  margin-top: 0.75rem;
  position: relative;
}
.chs-lm-a{
  left: -1rem;
  width: 110%;
  position: relative;
  line-height: 2.5rem;
  background-color: #eeeeee;
}
.chs-lm-a h4{
  color: #fff;
  float: left;
  padding:0 1rem;
  background-color: #4834a3;
  margin-right: 2.5rem;
}
.chs-lm-a ul{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 2.5rem;
}
.chs-lm-a ul li{
  font-size: 0.875rem;
  margin-left: 0.625rem;
}
/* 1 */
.chs-lm-b{
  overflow: hidden;
  margin-top: 0.625rem;
}
.chs-lm-b ul li{
  overflow: hidden;
  padding: 10px 0;
}
.chs-lm-b ul li img{
  width: 6.875rem;
  height: 5.375rem;
  border-radius: 0.25rem;
  float: left;
  margin-right: 0.625rem;
}
/* 1 */
/* 2 */
.chs-lm-c1 h4,.chs-lm-d{
  margin-top: 1.25rem;

  font-size: 1.25rem;
  font-weight: bold;
  color:#333;
}

.chs-lm-c ul{

  overflow: hidden;
}
.chs-lm-c ul li,.chs-lm-d ul li{
  line-height: 2rem;
  height: 2rem;
  overflow: hidden;
  font-size: 1rem;
}
.chs-lm-c ul li a{
  display: block;
  font-size: 1rem;
  width: 18rem;
  float: left;
}
.chs-lm-c ul li i{
  float: right;
  font-size: 0.75rem;
  color: #999;
}
/* 2 */
/* 3 */
.chs-lm-d ul{
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.chs-lm-d ul li span{
  width: 1rem;
  text-align: center;
  line-height: 1rem;
  display: block;
  font-size: 0.75rem;
  float: left;
  margin:0.5rem 0.625rem 0 0;
  color: #fff;
  background-color: #eaeaea;
}
.chs-lm-d ul li:nth-child(1) span{
  background-color: #4834a3;
}
.chs-lm-d ul li:nth-child(2) span{
  background-color: hsl(251deg 76% 64%);
}
.chs-lm-d ul li:nth-child(3) span{
  background-color: hsl(251deg 96% 81%);
}
/* 3 */
/* 4 */
.chs-lm-e{
  overflow: hidden;
  
}
.chs-lm-e2{
  overflow: hidden;
  margin-top: 0.625rem;
}
.chs-lm-e2 li{
  padding:  0 0  0.625rem 0;
}
.chs-lm-e2 li img{
  width: 7rem;
  height: 5.375rem;
  border-radius: 0.25rem;
  float: left;
  margin-right: 0.625rem;
}
.chs-lm-e2 li a{
  font-size: 1.125rem;
  font-weight: bold;
  height: 1.25rem;
  line-height: 1.25rem;
  display: block;
  overflow: hidden;
}
.chs-lm-e2 li p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.625rem;
  height: 3.75rem;
  overflow: hidden;
}
/* 4 */
.chs-lm-e1 h4,.chs-lm-b1 h4,.chs-lm-d1 h4,.chs-lm-c1 h4{
  color: #333;
  font-size: 1.25rem;
  border-bottom: 0.0625rem solid #ebebeb;
  padding-bottom: 0.625rem;
  margin-top: 1rem;
}
/* 栏目结束 */
/* label */
/* 头部 */
.chs-logo1 .chs-logo{
  background-color: #4834a3 !important;
}
.chs-logo1 .chs-top_right span{
  background: url(../img/icon24.png) no-repeat center center;
  background-size: 1.25rem 1.25rem;
}
/* 头部结束 */
/* 当前位置 */
.chs-cla-a{
  line-height: 2rem;
  background-color: #f2f2f2;
}
.chs-la-c1 em,.chs-la-c1 a,.chs-la-c1 i{
  font-size: 0.75rem;
  color: #666;
}
/* 当前位置结束 */
/* 栏目内容 */

/* 分类 */
.chs-la-e1 h4::before{
  top: 1rem;
}
.chs-la-e h4 {
  margin: 0.625rem 0;
  width: 100%;
  overflow: hidden;
  line-height: 2rem;
}
.chs-la-e{
  padding: 0 1rem 0.375rem 1rem;
  background-color: #fff;
}
.chs-la-e ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.chs-la-e ul li{
  font-size: 0.875rem;
  line-height: 2rem;
  margin: 0 0.625rem 0.625rem 0;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
}
.chs-la-e ul li a{
  height: 100%;
  display: block;
  padding: 0 0.625rem;
}
/* 分类结束 */
/* 内容 */
.chs-la-d{
  padding: 0 1rem ;
  margin-top: 0.625rem;
  background-color: #fff;
}
.chs-la-d ul{
  overflow: hidden;
}
.chs-la-d ul li{
  padding: 1rem 0;
  border-bottom: 1px solid #f2f2f2;
}
.chs-la-d ul li a span{
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  display: block;
}
.chs-la-d ul li a em{
  display: block;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.25rem;
  height: 2.5rem;
  overflow: hidden;
  margin: 0.5rem 0;
}

/* 内容结束 */
/* 分页 */
.chs-paging{
  padding: 1.25rem 0 0.625rem 0;
  text-align: center;
  overflow: hidden;
}
.chs-pagination{
  display: flex;
  justify-content: center;
}
.chs-pagination li{
  display: none;
}
.chs-pagination li.next2,.chs-pagination li.next1{
  width: 5rem;
  height: 2rem;
  font-size: 0.875rem;
  margin-right: 1rem;
  line-height: 2rem;
  display: block !important;
  float: left;
  background-color: #fff;
  border-radius: 0.25rem;
}
.chs-pagination li.next1 a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}
.chs-pagination li.next1 a,.chs-pagination li:hover{
  background-color: #34a4ff;
  color: #fff!important;
}
.chs-pagination li:hover a{
  color: #fff !important;
}
/* 分页结束 */
/* 栏目内容结束 */
/* 推荐 */
.chs-ri-b{
  background-color: #fff;
  margin-top: 0.625rem;
  overflow: hidden;
  padding: 0 1rem;
}
.chs-ri-b1{
  line-height: 2.5rem;
  overflow: hidden;
}
.chs-ri-b1 h4{
  font-size: 1.125rem;
  overflow: hidden;
}
.chs-ri-b ul{
  overflow: hidden;
}
.chs-ri-b ul li{
  line-height: 2rem;
  height: 2rem;
  overflow: hidden;
}
.chs-ri-b ul li span{
  width: 1rem;
  text-align: center;
  line-height: 1rem;
  display: block;
  background-color: #eaeaea;
  font-size: 0.75rem;
  float: left;
  color: #333;
  margin: 0.5rem 0.625rem 0 0;
}
.chs-ri-f ul li a{
  display: block;
  width: 18rem;
  float: left;
}
.chs-ri-f ul li i{
  display: block;
  float: right;
  font-size: 0.75rem;
  color: #999;
}
/* 推荐结束 */
/* lebel结束 */
/* 文章 */
.chs-la-c{
  overflow: hidden;
  padding: 0 1rem;
  background-color: #fff;
}
.chs-art-a h1{
  overflow: hidden;
  padding-top: 1rem;
}
.chs-art-a .tiem{
  font-size: 0.75rem;
  overflow: hidden;
  margin: 0.625rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
}

.chs-art-a .tiem a,.chs-art-a .tiem i{
  display: block;
  margin-left: 0.625rem;
  color: #666;
  justify-content: center;
  text-align: center;
}
.chs-art-b{
  position: relative;
  overflow: hidden;
}
.chs-art-b p{
  text-indent: 1.25em;
  text-align: justify;
  font-size: 1rem;
  line-height:2rem;
  margin-bottom: 1rem;
}
.chs-art-c p{
  line-height: 1.25rem;
  font-size: 0.75rem;
  
}
.chs-art-c p a{
  display: block;
  word-wrap:break-word;
}
.chs-art-c{
  padding: 0.625rem 0 1rem 0;
  overflow: hidden;
}
.chs-art-c1{
  font-size: 0.75rem;
  margin-top: 1rem;
}
.chs-art-c1 em , .chs-art-c1 a{
  display: block;
  float: left;
}
.chs-art-c1 span{
  margin-right: 1rem;
  float: left;
  line-height: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
}
.chs-art-c1 span:nth-child(2){
  margin-right: 0;
}
.chs-art-c1 a{
  width: 7.1rem;
}
.chs-rel{
  overflow: hidden;
  margin-top: 0.625rem;
  padding: 0 1rem;
  background-color: #fff;
}
.chs-rel-a h4,.chs-ri-b1 span{
  font-weight: bold;
  float: left;
  font-size: 1.15rem;
  color: #4834a3;
  position: relative;
  text-indent: 1.375rem;
}
.chs-rel-a h4::before,.chs-ri-b1 span::before{
  content: '';
  background: url(../img/book.png) no-repeat left center;
  width: 24px;
  height: 24px;
  background-size: 24px;
  display: block;
  position: absolute;
  top: 0.625rem;
}
.chs-rel-a a{
  float: right;
  font-size: 0.875rem;
  color: #999;
}
/* 猜你喜欢 */
.chs-rel-a{
  margin-top: 0.625rem;
  line-height: 2.5rem;
  overflow: hidden;
}
.chs-rel-b ul li{
  overflow: hidden;
  padding: 1.25rem 0;
  border-bottom: #e2e2e2 1px solid;
}
.chs-rel-b ul li a img{
  width: 7rem;
  height: 4.375rem;
  border-radius: 0.25rem;
  float: left;
  margin-right: 0.625rem;
}
.chs-rel-b ul li a span{
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125rem;
  height: 1.125rem;
  overflow: hidden;
}
.chs-rel-b ul li a em{
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #999;
  line-height: 1.25rem;
  height: 2.5rem;
  overflow: hidden;
  display: block;
}
/* 猜你喜欢结束 */
/* 文章结束 */
/* 地图 */
.chs-map-b{
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.chs-map-b ul{
  overflow: hidden;

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


.main .chs-la-c1{
	display: flex;
	align-items: center;
}
.main .chs-la-c1 h1{
	font-size: 12px;
	color:#999;
	font-weight: normal;
}

article.chs-art-a{
  margin-top: 0 !important;
  padding: 0 0.5rem;
}
article.chs-art-a b.tiem{
  width: 100%;
  overflow: hidden;
  display: block;
  font-weight: normal;
  padding-bottom: 0.9375rem;
  border-bottom: #f2f2f2 0.0625rem solid;
  margin-bottom: 0.9375rem;
}
article.chs-art-a h1{
  margin-bottom: 10px;
  margin-top: 20px;
}
article.chs-art-a p{
  font-size: 1.125rem;
  line-height: 2rem;
  margin:8px 0;
  text-indent: 2em;
  text-align: justify;
}
article.chs-art-a h2{
  font-size: 1.125rem;
  line-height: 2rem;
  margin:8px 0;
  text-align: left;
  width: auto !important;
}
article.chs-art-a ul{
  text-align: left;
}
article.chs-art-a ul li{
  font-family: '宋体';
  font-size: 12px;
}

article.chs-art-a .pz{
  white-space: nowrap;
  text-indent: 0 !important;
  font-size: 12px;
  text-overflow: ellipsis;
}
article.chs-art-a ul:nth-last-child(2){
  font-size: 16px;
  height: auto !important;
  
}
article.chs-art-a ul:nth-last-child(2) a{
  white-space: nowrap;
  color:#004fff !important
}
article.chs-art-a ul:nth-last-child(3){
  line-height: 1.5rem;
}

article.chs-art-a p:last-child{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-indent: 0 !important;
  font-size: 12px;
}