/*公共样式开始*/
/* 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;
}
/* 自定义字体引入 */
@font-face {
    font-family: YouSheBiaoTiHei-2;
    src: url(../fonts/YouSheBiaoTiHei-2.ttf) format("truetype");
  }
/* 加粗字体 */
h1, h2, h3, h4, h5, h6,strong,b{
    font-weight: 700;
    color: #333;
} 
button{
    cursor:pointer;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* 取消漂浮样式 */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
}
body {
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun",
    "Hiragino Sans GB", sans-serif;
	line-height: 1;
}
button{
	outline: none;
}
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus{   
	outline:none;
}
h2{
	font-size: 24px;
	margin: 30px 0;
	font-weight: bold;

}
/* 居中 */
.main{
  width: 1200px;
  margin: 0 auto;  
}
/* 头部间距 */
.top20{
    margin-top: 20px;
}
.fl{
    float: left;
}
.bo{
    margin-bottom: 30px;
}
.fa14 a{
    font-size: 14px !important;
}
/*公共样式结束*/
* {
    margin: 0px;
    padding: 0px;
}
html, body {
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun",
    "Hiragino Sans GB", sans-serif;
    height: 100%;

}
/* 导航 */
.chs-Nav-a{
	height: 50px;
	background-color: #4834a3;
}
.chs-Nav-a1 li{
	float: left;
	line-height: 50px;
	position: relative;
	margin-right: 20px;
}
.chs-Nav-a1 li a{
	display: block;
	padding: 0 6px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
}
.chs-Nav-a1 li a:hover,.chs-Nav-b1{
	background-color: #301d85;
	color: #fff !important;
	font-weight: bold;
}
/* 导航结束 */
/* logo */
.chs-Nav img{
	height: 70px;
	display: block;
	float: left;
	margin-right: 78px;
}
/* logo结束 */
/* 搜索 */
.chs-logo{
	height: 95px;
	overflow: hidden;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.chs-logo img{
	margin-right: 20px;
	height: 50px;
	display: block !important;
}
.chs-se {
	margin-left: 450px;
	width: 350px;
	height: 34px;
	background-color: #F3F6F8;
	border: 1px solid #DFDFDF;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}
.chs-se .chs-in{
	border: 0;
	line-height: 34px;
	width: 80%;
	text-indent: 0.5em;
	font-size: 14px;
	float: left;
	background-color: #F3F6F8;
	margin-left: 2%;
}
.chs-se button{
	line-height: 34px;
	height: 34px;
	width: 20%;
	border: 0;
	background: url(../img/icon2.png) no-repeat center center;
	background-size: 16px 16px;
	float: right;
	position: absolute;
	top: 0;
}
.chs-se1{
	position: relative;
	overflow: hidden;
}
/* 搜索结束 */
/* 我要投稿 */
.chs-top_right a{
	color: #343434;
	margin-left: 40px;
	display: block;
	font-size: 14px;
	padding: 0 10px;
	line-height: 34px;
	background-color: #f2f2f2;
	border-radius: 4px;
}
/* 我要投稿结束 */
/* mian */
.chs-Site-conten{
    width: 100%;
    overflow: hidden;
    min-height:100%;
}
/* 友情链接 */
.chs-yq{
	margin-top: 20px;
	padding: 20px 0;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.chs-yq ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.chs-yq ul li{
	font-size: 14px;
	color: #040404;
	margin-right: 20px;
	line-height: 30px;
}
.chs-yq ul li a{
	color: #9E9E9E;
}
/* 友情链接结束 */
/* 底部 */
footer{
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
    background-color: #fff;
}
footer div.a{
	overflow: hidden;
}
footer div a{
	padding: 0 10px;
}
footer div a:nth-child(4){
	border: 0;
}
footer div a,
footer div p{
    font-size: 12px;
    color: #333;
    opacity: 0.8;
    line-height: 28px;
}
/* 底部结束 */
/* banner */
/* 轮播图开始 */
.chs-ban-b{
 overflow: hidden;
}
#slideshow{
    width: 600px;
    height: 330px;
    overflow: hidden;
    position: relative;  
  }
  #slideshow img{
    width: 600px;
    height: 330px;
    /* border-radius: 8px; */
    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: 5px;
    right: 40%;
    padding: 5px;
    margin-left: -57.5px; /*水平居中，算出来宽度是115px*/
    border-radius: 25px;
  }
  #slideshow span{
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 48px; /*设置页码为圆形*/
    margin: 0 5px;
    background: rgba(255, 255, 255);
  }
  #slideshow span.active{
    background: none;
    background: #4834a3;
    width: 20px;
    height: 6px;
    display: block;
  }
  /*-- 设置左右按钮框的样式 --*/
  #slideshow p{
    width: 30px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -30px; /*设置垂直居中*/
    color: white;
    background: rgba(0,0,0,0.2);
    font-size: 16px;
    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);  
  }
/* 轮播图结束 */
.chs-ban{
	margin-top: 30px;
	overflow: hidden;
}

/* 左 */
#chs-box{
	height: 432px;
	overflow: hidden;
}
.chs-ban-a2{
	overflow: hidden;
	float: right;
	margin-left: 30px;	
	background-color: #fff;
}
a:hover{
	color: #4834a3 !important;
}
/* 左结束 */
/* 右 */
.chs-ban-c {
	width: 570px;
	display: block;
	float: left;
	background-color: #fff;
}
.chs-ban-c1{
	display: flex;
	justify-content: center;
	text-align: center;
	position: relative;
}
.chs-ban-c1 em{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #111;
	position: absolute;
	top: 9px;
}
.chs-ban-c1 span{
	color: #4834a3;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	line-height: 20px;
	z-index: 99;
	padding: 0 40px;
	display: block;
	background-color: #fff;
	display: block;
}
.chs-ban-c ul{
	overflow: hidden;
	margin-top: 15px;
}
.chs-ban-c ul li{
	float: left;
	text-align: left;
	margin-right: 20px;
}
.chs-ban-c ul li:nth-child(2N){
	margin-right: 0;
}
.chs-ban-c ul li a {
	padding-left: 16px;
	display: block;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 259px;
	position: relative;
	font-size: 16px;
}
.chs-ban-c ul li a::before{
	content: '';
	background-color: #666666;
	width: 4px;
	height: 4px;
	border-radius: 40px;
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
}
.chs-ban-c2 {
	text-align: center;
}
.chs-ban-c2 a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #4834a3;
}
.chs-ban-c2 p{
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	height: 60px;
	overflow: hidden;
	margin: 10PX 0 20px 0;
}
/* 右结束 */
/* banner结束 */
/* 栏目内容 */
.chs-lm{
	margin-top: 40px;
	overflow: hidden;
}
.chs-lm-a{
	overflow: hidden;
	border-bottom: #f2f2f2 1px solid;
}
.chs-lm-a h4{
	font-size: 18px;
	float: left;
	color: #fff;
	line-height: 32px;
	overflow: hidden;
	color: #333;
	position: relative;
	text-indent: 24px;
}
.chs-lm-a h4::before{
	content: '';
    background: url(../img/book.png) no-repeat left center;
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: block;
	position: absolute;
	top: 4px;
}
.chs-lm-a ul{
	float: left;
	overflow: hidden;
	display: flex;
	line-height: 32px;
	font-size: 14px;
	margin-left: 80px;
}
.chs-lm-a ul li{
	margin-right: 40px;
}
/* 1 */
.chs-lm-b ,.chs-lm-e{
	width: 500px;
	float: left;
	margin: 0 20px 0 0;
}
.chs-lm-b img{
	width: 190px;
	height: 110px;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
}
.chs-lm-b a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}


.chs-lm-b a,.chs-lm-e ul.chs-lm-e2 li a{
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #333;
	
}
.chs-lm-b p,.chs-lm-e ul.chs-lm-e2 li p{
	font-size: 14px;
	line-height: 20px;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	color: #666666;
	height: 40px;
}
.chs-lm-b p a{
	font-size: 14px !important;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-color: #fff;
	padding-left: 20px;
	color: #4834a3;
}
.chs-lm-b ul li:nth-child(1) p{
	height: 80px;
}
.chs-lm-b ul li{
	overflow: hidden;
	margin-bottom: 18.6px;
}
.chs-lm-b ul{
	overflow: hidden;
	height: 374px;
}
/* 1 */
/* 2 */
.chs-lm-c{
	width: 360px;
	float: left;
	overflow: hidden;	
	margin-right: 20px;
	height: 374px;
}
.chs-lm-c1{
	overflow: hidden;
	font-size: 16px;
}
.chs-lm-c1 h4{
	display: block;
	color: #4834a3;
}
.chs-lm-c ul li{
	overflow: hidden;
	display: block;
	margin-top: 10px;
}
.chs-lm-c ul li a{
	width: 310px;
	overflow: hidden;
	float: left;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
}
.chs-lm-c ul li i{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 20px;
}
/* 2 */
.chs-conter{
	margin-top: 20px;
	display: inline-block;
}
/* 3 */
.chs-lm-d{
	width: 300px;
	float: left;
}
.chs-lm-d img{
	width: 300px;
	height: 150px;
	border-radius: 8px;
}
.chs-lm-d1 h4,.chs-lm-b1 h4,.chs-lm-e1 h4{
	color: #4834a3;
	font-size: 18px;
}
.chs-lm-d ul,.chs-lm-d1{
	overflow: hidden;
	margin-top: 10px;
}
.chs-lm-d ul li{
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}
.chs-lm-d ul li span{
	display: block;
	width: 16px;
	text-align: center;
	line-height: 16px;
	float: left;
	font-size: 12px;
	color: #fff;
	background-color: #cccccc;
	margin: 8px 10px 0 0;
}
.chs-lm-d ul li a{
	font-size: 16px;
	line-height: 32px;
	height: 32px;
}
.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 */
/* 栏目内容2 */
.chs-lm1 .chs-lm-d1{
	margin-top: 0 !important;
}
.chs-lm-b1{
	margin-bottom: 20px;
	overflow: hidden;
}
.chs-lm1 .chs-lm-b {
	width: 360px !important;
	height: 374px;
}
.chs-lm1 .chs-lm-b ul li:nth-child(1) p{
	height: 40px;
}
/* 4 */
.chs-lm-e .chs-lm-e2{
	height: 200px;
	overflow: hidden;
}
.chs-lm-e img{
	width: 120px;
	height: 80px;
	float: left;
	margin-right: 10px;
	border-radius: 4px;
}
.chs-lm-e ul.chs-lm-e2 li{
	overflow: hidden;
	margin-top: 20px;
}
.chs-lm-e3{
	overflow: hidden;
	margin-top: 20px;
}
.chs-lm-e3 li{
	display: block;
	float: left;
	width: 240px;
	margin-right: 20px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}
.chs-lm-e3 li:nth-child(2n){
	margin-right: 0 !important;
}
.chs-lm-e3 li a{
	font-size: 16px;
	padding-left: 14px;
	display: block;
	position: relative;
	height: 35px;
	overflow: hidden;
}
.chs-lm-e3 li a::before{
	content: '';
	background-color: #b4b4b4;
	width: 5px;
	height: 5px;
	display: block;
	border-radius: 40px;
	position: absolute;
	left: 0;
	top: 15px;
}
/* 4 */
/* 栏目内容2结束 */
/* 栏目内容结束 */
/* 置顶 */
.chs-totop{
	display: none;
	position: fixed;
	right: 10px;
	top: 50%;
}
.totop{
	display: block;
	height: 36px;
	width: 36px;
	background: url(../img/icon5.png) no-repeat center center;
	background-size: 36px 36px;
}
.chs-top {
	margin-top: 20px;
	display: block;
	height: 36px;
	width: 36px;
	background: url(../img/icon6.png) no-repeat center center;
	background-size: 36px 36px;
}
/* 置顶结束 */
/* label */
.chs-logo1{
	background-color: #4834a3;
}
.chs-logo1 .chs-Nav-a1 li a,
.chs-logo1 .chs-Nav-b1
{
	color: #fff !important;
}
.chs-logo1 .chs-Nav-b1::before,
.chs-logo1 .chs-Nav-a1 li a:hover::before{
	background-color: #fff !important;
}
.chs-logo1 .chs-se,.chs-logo1 .chs-se .chs-in{
	background: none !important; 
	color: #fff;
}
.chs-logo1 .chs-se button{
	background: url(../img/icon11.png) no-repeat center center;
	background-size: 16px 16px;
}
.chs-logo1 input[type=text]::placeholder{
	color: #fff;
}
/* 栏目内容 */
.chs-la-a{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.chs-la-b{
	width: 880px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
/* 当前位置 */
.chs-cla-a{
	line-height: 40px;
	overflow: hidden;
}
.chs-la-c1 a ,.chs-la-c1 em ,.chs-la-c1 i{
	display: block;
	float: left;
	font-size: 14px;
	color: #999999;
}
.chs-la-c1 i{
	margin: 0 6px;
}
/* 当前位置结束 */
/*摘要 */
.chs-zy1{
	overflow: hidden;
	margin-bottom: 10px;
}
.chs-zy1 span{
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 40px;
	font-size: 24px;
	background-color: #fff;
	color: #333;
	font-weight: bold;
	position: relative;
	z-index: 20;
}
.chs-zy1-a{
	overflow: hidden;
	position: relative;
}
.chs-zy1-a em{
	position: absolute;
	width: 100%;
	height: 2px;
	margin-top: 0;
	background-color: #e8e8e8;
	top: 40%;
}
.chs-zy1 em{
	margin-top: 5px;
	font-size: 16px;
	color: #6B6B6B;
	line-height: 24px;
	overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* 摘要结束 */
/* 分类 */
.chs-la-e{
	margin-top: 20px;
}
.chs-la-e,.chs-la-e ul{
	overflow: hidden;
}
.chs-la-e h4{
	font-size: 20px;
	line-height: 28px;
	float: left;
	margin-right: 40px;
}
.chs-la-e ul li{
	float: left;
	line-height: 32px;
	margin: 0 20px 10px 0;
	text-align: center;
}
.chs-la-e ul li a{
	display: block;
	padding: 0 10px;
	background-color: #eee;
	color: #333;
	font-size: 14px;
	border-radius: 4px;
}
/* 分类结束 */
/* 今日推荐 */
.chs-la-c3-a{
	line-height: 44px;
	background-color: #EDF7FF;
	border-radius: 8px;
	padding: 0 20px;
}
.chs-la-c3-a span{
	font-size: 20px;
	position: relative;
	padding-left: 16px;
}
.chs-la-c3-a span::before{
	content: '';
	background-color: #4834a3;
	width: 6px;
	height: 16px;
	border-radius: 6px;
	display: block;
	position: absolute;
	top: 6px;

}
.chs-la-c3-a em{
	font-size: 12px;
	padding: 0 10px;
	border-radius: 40px;
	color: #fff;
	background-color: #4834a3;
	display: block;
	line-height: 18px;
	float: right;
	margin-top: 14px;
}
.chs-la-c3 ul li {
	float: left;
	width: 266px;
	margin: 20px 20px 0 0;
}
.chs-la-c3 ul li a{
	width: 250px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	position: relative;
	padding-left: 16px;
}
.chs-la-c3 ul li a::before{
	content: '';
	background-color: #4834a3;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 4px;
	left: 0;
}
.chs-la-c3 ul li:nth-child(3n){
	margin-right: 0;
}
/* 今日推荐结束 */
.chs-la-d{
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
}
.chs-dd{
	float: right;
	font-size: 14px;
	color: #999999;
}
/* 列表 */
.chs-la-d2 li img{
	width: 180px;
	height: 100px;
	float: left;
	margin-right: 10px;
	border-radius: 4px;
}
.chs-la-d2 li{
	overflow: hidden;
	padding: 20px 0;
	border-bottom: solid #f2f2f2 1px;
}
.chs-la-d2 li a span{
	font-weight: 600;
	display: block;
	font-size: 18px;
	color: #343434;
	line-height: 24px;
	position: relative;
}
.chs-la-d2 li a:hover span{
	color:#4834a3;
}
.chs-la-d2 li a em{
	font-size: 16px;
	display: block;
	line-height: 24px;
	color: #777777;
	margin: 5px 0 10px 0;
	overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.chs-la-d2-a {
	overflow: hidden;
	font-size: 12px;
	color: #B9B9B9;
}
.chs-la-d2-a a{
	margin-right: 20px;
	display: block;
	max-width: 200px;
	float: right;
	color: #B9B9B9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chs-la-d2-a i{
	float: left;
}
/* 列表结束 */
/* 分页 */
.chs-paging{
    padding: 30px 0 10px 0;
    text-align: center;
}
.chs-pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
  }
  .chs-pagination li {
    display: inline;
    text-align: center;
  }
  .chs-pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #4a4a4a;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
  }
  .chs-pagination a.active {
    cursor: default;
  }
  .chs-pagination a:active {
    outline: none;
  }
  .modal-4 a {
    color: #4834a3;
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-color: hsl(216, 70%, 58%,0.1);
  }
  .modal-4 a.next {
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0;
    border-radius: 5px;
    border: 0 !important;
    width: 80px;
  }
  .modal-4 a:hover {
      color: #fff !important;
      border: 1px solid #4834a3;
    background-color: #4834a3;
  }
  .modal-4 a.active, .modal-4 a:active {
    background-color: #4834a3;
    border: 1px solid #4834a3;
    color: #fff;
  }
/* 分页结束 */
/* 右边推荐 */
.chs-ri-a{
	width: 300px;
	float: left;
	overflow: hidden;
}
/* 1 */
.chs-ri-b{
	background-color: hsl(210, 14%, 97%,0.7);
	padding: 20px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}
.chs-ri-b1{
	overflow: hidden;
	padding-bottom: 20px;
}
.chs-ri-b1 span{
	font-size: 16px;
	font-weight: bold;
	float: left;
	line-height: 24px;
	background: url(../img/icon12.png) no-repeat center left;
	background-size: 24px 24px;
	padding-left: 30px;
	position: relative;
}
.chs-ri-b1 span em{
	display: block;
	float: left;
}
.chs-ri-b1 span a{
	height: 24px;
	overflow: hidden;
	display: block;
	float: left;
	max-width: 150px;
}
.chs-ri-f span{
	background: url(../img/icon7.png) no-repeat center left;
	background-size: 24px 24px;
}

.chs-ri-b li{
	margin-bottom: 16px;
	overflow: hidden;
}
.chs-ri-b li:not(.chs-ri-b2) span{
	display: block;
	width: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 200px;
	background-color: #B0B0B0;
	color: #fff;
	float: left;
	font-size: 12px;
	margin-right: 10px;
}
.chs-ri-b li:nth-child(1) span{
	background-color: #4834a3;
}
.chs-ri-b li:nth-child(2) span{
	background-color: hsl(251deg 76% 64%);
}
.chs-ri-b li:nth-child(3) span{
	background-color:hsl(251deg 96% 81%);
}
.chs-ri-b li a{
	display: block;
	width: 190px;
	float: left;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chs-ri-b li i{
	font-size: 12px;
	display: block;
	line-height: 20px;
	float: right;
	color: #999999;
}

/* 1 */
/* 右边推荐结束*/
/* 栏目内容结束 */
/* label结束 */
/* 详情页 */
.tiem{
	font-size: 12px;
	margin-top: 20px;
	color: #999999;
	display: flex;
	justify-content: center;
}
.tiem a{
	display: block;
	float: left;
	margin-left: 20px;
	max-width:200px;
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chs-art-a{
	text-align: center;
	overflow: hidden;
	margin: 40px 0;
}
.chs-art-a h1{
	font-size: 36px;
	line-height: 40px;
}
.chs-tiem{
	overflow: hidden;
	margin: 20px 0;
}
.chs-tiem i ,.chs-tiem a{
	font-size: 12px;
	color: #999999;
	display: block;
	float: left;
}
.chs-tiem a{
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 20px;
}
.chs-art-b{
	overflow: hidden;
	position: relative;
}
.chs-art-b p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 20px;
	overflow: hidden;
}
.chs-art-b p i{
	margin-right: 30px;
}
.chs-art-b b{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	overflow: hidden;
}
/* 篇 */
.chs-art-c p{
	padding-bottom: 66px;
	border-bottom: #f2f2f2 solid 1px;
}
.chs-art-c p , .chs-art-c p a{
	font-size: 12px;
	color: #9E9E9E;
}
.chs-art-c1{
	margin: 30px 0 10px 0;
	display: flex;
	justify-content: space-between;
}
.chs-art-c1 span{
	max-width: 400px;
	display: flex;
}
.chs-art-c1 em {
	font-weight: bold;
	display: block;
	float: left;
	width: 64px;
}
.chs-art-c1 a{
	max-width: 330px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	float: left;
}
/* 篇结束 */
/* 相关阅读 */
.chs-rel{
	margin-top: 50px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.chs-rel-a{
	overflow: hidden;
}
.chs-rel-a h4{
	font-size: 20px;
	line-height: 24px;
	display: block;
	float: left;
}
.chs-rel-a a{
	float: right;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}
.chs-rel-b{
	overflow: hidden;
}
.chs-rel-b ul {
	overflow: hidden;
	height: 135px;
}
.chs-rel-b ul li {
	width: 420px;
	margin: 20px 20px 20px 0;
	overflow: hidden;
	float: left;
}
.chs-rel-b ul li:nth-child(2){
	margin-right: 0;
}
.chs-rel-b ul li a img{
	width: 170px;
	height: 95px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
}
.chs-rel-b ul li a span{
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.chs-rel-b ul li a em{
	display: block;
	padding-top: 10px;
	overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
}
.chs-rel-c li{
	width: 420px;
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
}
.chs-rel-c li:nth-child(2n){
	margin-right: 0;
}
.chs-rel-c li a{
	font-size: 16px;
	width: 350px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	position: relative;
}
.chs-rel-c li i{
	font-size: 12px;
	color: #999999;
	float: right;
}
.chs-lm-b6 h4{
	font-size: 16px !important;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
}
/* 相关阅读结束 */

/* 详情页结束 */
/* 网站地图 */
.chs-la-a1{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.chs-map{
	overflow: hidden;
}
.chs-map-b{
	overflow: hidden;
	margin: 10px 0;
}
.chs-map-b1 h4{
	font-size: 20px;
	position: relative;
}
.chs-map-b ul{
	overflow: hidden;
	margin-top: 20px;
}
.chs-map-b ul li {
	float: left;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	border-radius: 40px;
}
.chs-map-b ul li a{
	display: block;
	line-height: 28px;
	padding: 0 20px;
}
/* 网站地图结束 */
.sidenav,.chs-jg,
.chs-lan-ac,
.chs-lan-a2 img,.chs-hot,
.chs-top_right span,
.chs-ban-c3,
.chs-ban-c4 li i,.chs-logo a img:nth-child(1){
	display: none;
}

.main .chs-la-c1{
	display: flex;
	align-items: center;
}
.main .chs-la-c1 h1{
	font-size: 14px;
	color:#999;
	font-weight: normal;
}
.chs-top_right{
	display: none;
}
.chs-b-h{
	display: inherit !important;
}
.chs-b-f ul li.chs-b-h a{
	width: auto !important;
}

article.chs-art-a i{
    font-size: 14px;
    color: #999;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    display: block;
 }
 article.chs-art-a p{
    font-size: 16px;
    line-height: 36px;
    margin: 8px 0;
    text-align: left;
    text-indent: 2em;
    text-align: justify;
 }
 article.chs-art-a ul{
   text-align: left;
 }
 article.chs-art-a h2{
    text-align: left;
    font-size: 16px;
 }
 article.chs-art-a .art2{
	width: 100%;
    overflow: hidden;
    display: block;
    font-weight: normal;
    padding-bottom: 15px;
    border-bottom: #f2f2f2 1px solid;
    margin-bottom: 15px;
 }
 article.chs-art-a p:last-child{
	text-indent: 0 !important;
 }
ul b.chs-art-a{
	color:#999;
	font-weight: normal;
}