/*公共样式开始*/
/* 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;
	outline: none;
}
/* 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;
}
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: 20px;
	margin: 30px 0;
	font-weight: bold;

}
strong{
	margin-bottom: 20px;
	font-size: 20px;
	display: block;
}
.flex100jz{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.block{
	display: block!important;
}
.width_1160px{
	width: 1160px!important;
}
.padding-t_u{
	padding-top:unset!important;
}
.margin-t_u{
	margin-top:unset!important;
}
.margin-t_10px{
	margin-top:10px!important;
}
.width_20b{
	width: 20% !important;
}
/* 居中 */
.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%;
	background-color: #f8f8f8;
}
.Bread {
	width: 1200px;
	margin: 0 auto;
	line-height: 35px;
}
.Bread .dqwz {
	font-size: 14px;
}
.Bread a {
	font-size: 14px;
}
/* 头部 */
/* .jzw-top{ */
	/* background-color: rgb(206 206 206); */
/* } */
.jzw-top .main{
	line-height: 32px;
   display: flex;
   justify-content: space-between;
   font-size: 12px;
   color: rgb(167 166 166);
}
.jzw-top1 a{
	margin-left: 20px;
	color: rgb(167 166 166);
}
/* 头部结束 */
/* 导航 */
.jzw-db{
	background-color: #FFF;
}
.jzw-dbh{
	background-color: rgb(255 155 68 / 73%);
}
.jzw-Nav{
	overflow: hidden;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jzw-Nav-a1 li{
	line-height: 50px;
	float: left;
	margin-right: 25px;
	position: relative;
}
.jzw-Nav-a1 li a{
	font-size: 18px;
	color: #FFF;
}
.jzw-Nav-a1 li a:hover,.jzw-Nav-b1{
	font-weight: bold;
	color: #FFF !important;
}
.jzw-Nav-a1 li a:hover::after{
	content: '';
	background-color: hsl(31, 96%, 53%,0.5);
	width: 80%;
	height: 4px;
	border-radius: 8px;
	display: block;
	position: absolute;
	bottom: -4px;
	right: 10%;
	opacity: 0.8;
}
.jzw-Nav-b1::after{
	content: '';
	background-color: #FFF;
	width: 80%;
	height: 4px;
	border-radius: 8px;
	display: block;
	position: absolute;
	bottom: -4px;
	right: 10%;
}
/* 导航结束 */
/* logo */
.jzw-Nav img{
	height: 34px;
	display: block;
	float: left;
	margin-right: 58px;
}
/* logo结束 */
/* 搜索 */
.jzw-logo{
	margin-top: 50px;
}
.jzw-se {
	margin-left: 48px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.jzw-se .jzw-in{
	border: 0;
	width: 328px;
	line-height: 34px;
	text-indent: 1.5em;
	font-size: 16px;
	display: block;
	float: left;
	background-color: #F3F6F8 !important;
	background: url(/style/home_new/img/Slice2.png) no-repeat center right 16px;
	background-size: 16px 20px;
	border: 1px solid #DFDFDF;
	border-radius: 65px;

}
.jzw-se button{
	margin-left: 10px;
	display: block;
	float: left;
	border: 0;
	background-color: #e3b288;
	line-height: 36px;
	border-radius:65px;
	color: #fff;
	width: 92px;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
}
.jzw-se1{
	overflow: hidden;
}
/* 搜索结束 */
/* 我要投稿 */
.jzw-sc img{
	width: 24px;
	height: 22px;
	margin-left: 34px;
	margin-right: 0 !important;
}
/* 我要投稿结束 */
/* mian */
.jzw-Site-conten{
    width: 100%;
    overflow: hidden;
    min-height:100%;
}
/* 友情链接 */
.jzw-yq{
	margin: 20px auto 0 auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 0 ;
}
.jzw-yq ul {
	display: flex;
	justify-content: flex-start;
	padding: 0 20px;
	flex-direction: row;
	flex-wrap: wrap;
}
.jzw-yq ul li{
	font-size: 14px;
	color: #040404;
	margin-right: 20px;
	margin-top: 10px;
}
.jzw-yq ul li a{
	color: #9E9E9E;
}
/* 友情链接结束 */
/* 底部 */
footer{
    margin-top: 20px;
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
    background-color: #fff;
}
/* footer div{
    padding: 10px 0;
} */
footer div a{
    padding: 0 10px;
}
footer div a{
    /*border-right: 1px solid hsl(189, 5%, 26%,0.6);*/
	
}
footer div a:nth-child(4){
	border: 0;
}
footer div a,
footer div p{
    font-size: 14px;
    color: hsl(189, 5%, 26%,0.8);
    opacity: 0.7;
    line-height: 30px;
}
/* 底部结束 */
/* banner */
/* 轮播图开始 */
.jzw-ban-b{
	float: left;
	margin-right: 20px;
}
#slideshow{
    width: 520px;
    height: 292px;
    overflow: hidden;
    position: relative;  
  }
  #slideshow img{
    width: 520px;
    height: 292px;
    border-radius: 4px;
    position: absolute; /*图片采取绝对定位，均位于左上角，重叠在一起*/
    top: 0;
    left: 0;
  opacity: 0;
    transition: opacity 1s linear; /*--重点--定义一个关于透明度的transition*/
  }
#slideshow a{
	z-index: -10;
	position: absolute;
}
  #slideshow a.active{
	  z-index: 0;
  }
#slideshow img.active{
	opacity: 1;
}
  /*-- 设置页码的样式 --*/
  #slideshow div{
    position: absolute;
    bottom: 5px;
    right: 0;
    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: #FA8C16;
    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);  
  }
/* 轮播图结束 */
.jzw-ban{
	overflow: hidden;
	margin-top: 20px;
}
.jzw-ban-abj{
	background-color: #fff;
	border-radius: 8px;
	float: left;
	padding: 20px 20px 20px 20px;
	margin-right: 20px;
}
/* 左 */
#jzw-box{
	height: 254px;
	overflow: hidden;
}
.jzw-ban-a{
	width: 300px;
	overflow: hidden;
	float: left;
}
.jzw-ban-a1{
	border-radius: 8px;
	margin-bottom: 20px;
}
.jzw-ban-a1 span{
	font-size: 20px;
	padding-left: 28px;
	color: #333;
	position: relative;
	background: url(/style/home_new/img/Slice8.png) no-repeat center left;
	background-size: 18px 18px;
}
.jzw-ban-a em{
	margin: 14px 20px 0 0;
	float: right;
	color: #fff;
	font-size: 12px;
	border-radius: 20px;
	line-height: 18px;
	display: block;
	padding: 0 10px;
	background-color: #FA8C16;
}
.jzw-ban-a ul li{
	display: block;
	position: relative;
	height: 28px;
	padding-bottom: 6px;
}
.jzw-ban-a ul li:nth-child(7){
	margin-bottom: 0;
}
a:hover{
	color: #FA8C16 !important;
}
.jzw-ban-a ul li a{
	display: block;
	float: left;
	font-size: 16px;
	padding-left:16px;
	max-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jzw-ban-a ul li::before{
	content: '';
	background-color: #2190EF;
	width: 6px;
	height: 6px;
	border-radius: 40px;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}
/* .jzw-ban-a ul li:nth-child(8)::before{
	background: url(/style/home_new/img/Slice5.png) no-repeat;
	background-size: 7px 7px;
} */
.jzw-ban-a ul li i{
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 18px;
}
/* 左结束 */
/* 右 */
.jzw-ban-c {
	width: 260px;
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;

	float: left;
}
.jzw-ban-c1 span{
	font-size: 20px;
	position: relative;
	padding-left: 25px;
	background: url(/style/home_new/img/Slice5.png) no-repeat center left;
	background-size: 20px 20px;
}
.jzw-ban-c ul{
	overflow: hidden;
}
.jzw-ban-c ul li{
	width: 100%;
	margin-top: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jzw-ban-c ul li:nth-child(2n){
	margin-right: 0;
}
.jzw-ban-c ul li a{
	display: block;
	overflow: hidden;
	line-height: 32px;
	padding: 0 10px;
	border-radius: 32px;
	background-color: #F0F0F0;
	color: #777777;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 右结束 */
/* banner结束 */
/* 栏目内容 */
.jzw-lan-a{
	margin-top: 20px;
	overflow: hidden;
}
.jzw-lan-b{
	width: 840px;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
	float: left;
	margin-right: 20px;
}
.jzw-lan-b7{
	width: 1166px;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
	float: left;
	margin-right: 20px;
}
/*栏目*/
.idnex_zi{display: flex;
	width: 102%;
	flex-wrap: wrap;
	flex-direction: row;}
.idnex_zi > a{background: #f7f7f7;
	padding: 11px;
	border-radius: 5px;
	margin-right: 22px;
	margin-top: 15px;color: #333;}

/* 1 */
.jzw-lan-b1{
	overflow: hidden;
}
.jzw-lan-b1 h4{
	display: block;
	float: left;
	background: url(/style/home_new/img/Slice6.png) no-repeat center left;
	line-height: 24px;
	background-size: 25px 25px;
	padding-left: 34px;
	font-size: 20px;
}
.jzw-lan-b1 ul li{
	float: left;
	margin-left:15px;
	font-size: 14px;
	line-height: 22px;
}
.jzw-lan-b1 ul li a{
	font-size: 14px;
	color: #7A7A7A;
	display: block;
	line-height: 26px;
	padding: 0 15px;
	border-radius: 60px;
	background-color: #F0F0F0;
}
.colors a{
	background-color: #ff9b44!important;
	color: #FFF!important;
}
.qiehuanxuanzhong .jzw-lan-b4{
	display: none;
}
.qiehuanxuanzhong .jzw-lan-b4 li{
	margin-top: 24px;
}
.jzw-gd{
	float: right;
	line-height: 22px;
	font-size: 14px;
	color: #7A7A7A;
}
/* 1 */
/* 2 */
.jzw-lan-b2{
	overflow: hidden;
}
.jzw-lan-b2 ul li{
	width: 410px;
	margin: 30px 20px 30px 0;
	float: left;
	overflow: hidden;
}
.jzw-lan-b2 ul li:nth-child(2){
	margin-right: 0;
}
.jzw-lan-b2 ul li a img{
	width: 154px;
	height: 86px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
}
.jzw-lan-b2 ul li a span{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 32px;
}
.jzw-lan-b2 ul li a em{
	overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 24px;
	color: #7A7A7A;
}
/* 2 */
/* 3 */
.jzw-lan-b3 ul{
	overflow: hidden;
}
.jzw-lan-b3 ul li {
	overflow: hidden;
	float: left;
	width: 31%;
	margin: 0 20px 20px 0;
}
.jzw-lan-b3 ul li:nth-child(3n){
	margin-right: 0;
}
.jzw-lan-b3 ul li em{
	line-height: 20px;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 0 10px;
	background-color: #e3b288;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
}
.jzw-lan-b3 ul li a{
	width: 79%;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 3 */
/* 4 */
.jzw-lan-b5{
	overflow: hidden;
	line-height: 44px;
	background-color: hsl(28, 100%, 95%,0.5);
	border-radius: 8px;
	padding: 0 20px;
}
.jzw-lan-b5 h4{
	position: relative;
	float: left;
	padding-left: 16px;
	font-size: 20px;
	font-weight: 500;
}
.jzw-lan-b5 h4::before{
	content: '';
	background-color: #e3b288;
	width: 6px;
	height: 16px;
	border-radius: 20px;
	position: absolute;
	top: 16px;
	left: 0;
}
.jzw-lan-b5 em{
	display: block;
	background-color: #e3b288;
	color: #fff;
	padding: 0 10px;
	line-height: 18px;
	font-size: 12px;
	border-radius: 20px;
	float: right;
	margin-top: 14px;
}
.jzw-lan-b4 ul li{
	width: 31.5%;
	margin-right: 20px;
	float: left;
	margin-top: 20px;
}
.jzw-lan-b4 ul li:nth-child(3n){
	margin-right: 0;
}
.jzw-lan-b4 ul li a{
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 4 */
/* 右 */
.jzw-lan-c{
	width: 260px;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	float: left;
}
.jzw-lan-c .jzw-lan-b6 h4{
	font-size: 20px;
	font-weight: bold;
	background: url(/style/home_new/img/Slice7.png) no-repeat center left 0px;
	background-size: 25px;
	line-height: 24px;
	padding-left: 35px;
	margin-left: 1px;
	width: -webkit-fill-available;
}
.jzw-lan-c ul,.jzw-lan-c ul li{
	overflow: hidden;
}
.jzw-lan-c ul li{
	margin-top: 14.4px;
}
.jzw-lan-c ul li span{
	display: block;
	float: left;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	background-color: #CCCCCC;
	margin-right: 10px;
}
.jzw-lan-c ul li:nth-child(1) span{
	background-color: #FF9B44;
}
.jzw-lan-c ul li:nth-child(2) span{
	background-color: hsl(28, 100%, 63%,0.8);
}
.jzw-lan-c ul li:nth-child(3) span{
	background-color: hsl(28, 100%, 63%,0.4);
}
.jzw-lan-c ul li a{
	display: block;
	float: left;
	width: 84%;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jzw-lan-c ul li i{
	float: right;
	font-size: 12px;
	color: #999;
	display: block;
	line-height: 20px;
}
/* 右结束 */

/* 右 */
.jzw-lan-d h4{
	background: url(/style/home_new/img/Slice12.png) no-repeat center left;
	background-size: 20px 16px;
}
.jzw-lan-ac{
	width: 66%;
	float: left;
}
.jzw-lan-ac1 li {
	overflow: hidden;
	margin-bottom: 24px;
}
.jzw-lan-ac1 li a img{
	width: 182px;
	height: 102px;
	border-radius: 4px;
	margin-right: 20px;
	float: left;
}
.jzw-lan-ac1 li a span{
	font-size: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 36px;
	font-weight: bold;
}
.jzw-lan-ac1 li a em{
	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: #999;
}
.jzw-lan-ac ul li{
	width: 48%;
	float: left;
	margin: 0 20px 20px 0;
}
.jzw-lan-ac ul li:nth-child(2n){
	margin-right: 0;
}
.jzw-lan-ac ul li:nth-child(5),.jzw-lan-ac ul li:nth-child(6){
	margin-bottom: 0;
}
.jzw-lan-ac ul li a{
	display: block;
	float: left;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 20px;
}
.jzw-lan-ac ul li i{
	font-size: 12px;
	color: #999;
	float: right;
	line-height: 20px;
}
/* 栏目2结束 */
/* 栏目内容 */ 
/* label */
/* logo */
.jzw-logo1{
	margin-top: 0 !important;
	display: flex;
	height: 88px;
	justify-content: space-between;
	align-items: center;
}
.jzw-logo-a{
	background-color: #fff;
	overflow: hidden;
}
.jzw-logo1 img{
	margin-left: 0 !important;
	height: 42px !important;
}
/* logo结束 */
/* 搜索 */
.jzw-se3{
	border-radius: 25px !important;
	margin-top: 0;
	width: 400px !important;
	height: 34px;
	border: 1px solid #DFDFDF;
	background-color: #F3F6F8 !important;
	overflow: hidden;
}
.jzw-se3 button {
	line-height: 34px !important;
	border-radius: 0 4px 4px 0 !important;
	font-size: 16px !important;
	font-weight: 600;
	border-radius: 25px !important;
}
.jzw-se3 .jzw-in{
	font-size: 16px !important;
	background-color: #F3F6F8 !important;
	line-height: 34px;

}
.jzw-se3 .jzw-in {
	text-indent: 1em !important;
	background: none;
}
/* 搜索结束 */
/* 导航 */
.jzw-Nav1{
	background-color: #FF9B44;
	overflow: hidden;
}
.jzw-Nav1 li{
	overflow: hidden;
	position: relative;
}
.jzw-Nav1 .jzw-Nav-b1::before{
	content: '';
	background-color: #fff;
	width: 70%;
	height: 4px;
	border-radius: 8px;
	display: block;
	position: absolute;
	bottom: 6px;
	left: 18%;
}
.jzw-Nav1 li a:hover::before{
	content: '';
	background-color: #fff;
	width: 70%;
	height: 4px;
	border-radius: 8px;
	display: block;
	position: absolute;
	bottom: 6px;
	left: 18%;
	opacity: 0.8;
}
/* 导航结束 */
/* 栏目内容 */
.jzw-la-a{
	margin-top: 20px;
	overflow: hidden;
}
.jzw-la-b{
	width: 880px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.jzw-la-c{
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
}
/* 当前位置 */
.jzw-la-c1{
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: solid 1px #f2f2f2;
}
/* .jzw-la-c1 a:nth-child(1){
	display: block;
	width: 14px;
	height: 14px;
	background: url(/style/home_new/img/Slice9.png) no-repeat center left;
	background-size: 14px 14px;	
	padding-left: 8px;
} */
.jzw-la-c1 a ,.jzw-la-c1 i{
	display: block;
	float: left;
	font-size: 14px;
	color: #848484;
}
.jzw-la-c1 i{
	margin: 0 6px;
}
/* 当前位置结束 */
/*摘要 */
.jzw-la-c2{
	overflow: hidden;
}
.jzw-la-c2-a h4{
	font-size: 20px;
	background: url(/style/home_new/img/Slice6.png) no-repeat center left;
	background-size: 20px 20px;
	padding-left: 26px;
	color: #FA8C16;
}
.jzw-la-c2 p{
	font-size: 14px;
	color: #6B6B6B;
	padding: 10px 0 0 0;
	line-height: 20px;
}
/* 摘要结束 */
/* 分类 */
.jzw-la-c2 ul{
	overflow: hidden;
	margin-top: 20px;
}
.jzw-la-c2 ul li{
	float: left;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	margin: 0 20px 10px 0;
}
.jzw-la-c2 ul li:hover{
	background-color: #FF9B44;
	border: 1px solid #FF9B44;
}
.jzw-la-c2 li:hover a{
	color: #fff !important;
}
.jzw-la-c2 ul li a{
	display: block;
	line-height: 30px;
	padding: 0 10px;
}
/* 分类结束 */
.jzw-la-d,.jzw-cla-a{
	margin-top: 20px;
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}
.jzw-la-d1{
	overflow: hidden;
	line-height: 24px;
	background: url(/style/home_new/img/Slice8.png) no-repeat center left;
	background-size: 24px 24px;
	padding-left: 34px;
}
.jzw-la-d1 h4{
	font-size: 20px;
	display: block;
	float: left;
	color: #FA8C16;
}
.jzw-la-d2 li{
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid #f2f2f2 1px;
}
.jzw-la-d2 li a span{
	display: block;
	font-size: 16px;
	color: #343434;
	position: relative;
}
.jzw-la-d2 li a:hover span{
	color:#FF9B44 ;
}
.jzw-la-d2 li a em{
	font-size: 14px;
	display: block;
	line-height: 20px;
	color: #777777;
	margin: 5px 0 10px 0;
}
.jzw-la-d2-a {
	overflow: hidden;
	font-size: 12px;
	color: #B9B9B9;
}
.jzw-la-d2-a a{
	margin-right: 20px;
	display: block;
	max-width: 200px;
	float: left;
	color: #B9B9B9;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jzw-la-d2-a i{
	float: right;
}
.gwdjul{
	display: flex;
	margin-bottom: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}
.gwdjul .gwdjli{
	border-top: unset;
	padding:10px;
	border-radius: 8px;
	border: 1px solid #ccc;
	text-align: center;
	margin-right: 10px;
}
/* 分页 */
.jzw-paging{
    padding: 30px 0 10px 0;
    text-align: center;
}
.jzw-pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
  }
  .jzw-pagination li {
    display: inline;
    text-align: center;
  }
  .jzw-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;
  }
  .jzw-pagination a.active {
    cursor: default;
  }
  .jzw-pagination a:active {
    outline: none;
  }
  .modal-4 a {
      color: #FF9B44;
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-color: #fff;
  }
  .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 #FF9B44;
    background-color: #FF9B44;
  }
  .modal-4 a.active, .modal-4 a:active {
    background-color: #FF9B44;
    border: 1px solid #FF9B44;
    color: #fff;
  }
/* 分页结束 */
/* 右边推荐 */
.jzw-ri-a{
	width: 300px;
	float: left;
	overflow: hidden;
}
/* 1 */
.jzw-ri-b{
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	overflow: hidden;
}
.jzw-ri-b1{
	overflow: hidden;
}
.jzw-ri-b1 span{
	line-height: 24px;
	font-size: 20px;
	float: left;
	background: url(/style/home_new/img/Slice7.png) no-repeat center left 0px;
	padding-left: 28px;
	position: relative;
	font-weight: bold;
}
.jzw-ri-b2{
	margin-top: 20px;
	position: relative;
}
.jzw-ri-b2::before{
	content: '';
	width: 16px;
	height: 26px;
	background-image: url(/style/home_new/img/Slice10.png);
	border-radius: 4px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	
}
.jzw-ri-b2 img{
	width: 120px;
	height: 68px;
	margin-right: 20px;
	float: left;
	border-radius: 4px;
}
.jzw-ri-b2 h4{
	margin-top: 5px;
	font-weight: 500;
	overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 20px;
}
.jzw-ri-b2:hover h4{
	color: #FF9B44;
}
.jzw-ri-b2 i{
	display: block;
	margin-top: 10px;
	color: #B9B9B9;
	font-size: 12px;
}
.jzw-ri-b li{
	margin-bottom: 16px;
	overflow: hidden;
}
.jzw-ri-b li:not(.jzw-ri-b2) span{
	font-size: 12px;
	display: block;
	width: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 2px;
	background-color: #B0B0B0;
	color: #fff;
	float: left;
	margin-right: 10px;
}
.jzw-ri-b li:nth-child(1) span{
	background-color: hsl(28, 100%, 63%,0.8);
}
.jzw-ri-b li:nth-child(2) span{
	background-color: hsl(28, 100%, 63%,0.6);
}
.jzw-ri-b li:nth-child(3) span{
	background-color: hsl(28, 100%, 63%,0.4);
}
.jzw-ri-b li:not(.jzw-ri-b2) a{
	display: block;
	width: 222px;
	float: left;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jzw-ri-b li:not(.jzw-ri-b2) i{
	font-size: 12px;
	display: block;
	line-height: 20px;
	color: #999999;
}
/*.jzw-ri-b li:nth-child(11){*/
/*	margin-bottom: 0;*/
/*}*/
/* 1 */
/* 2 */
.jzw-ri-c{
	margin-top: 20px;
	background-color: #fff;
	padding: 20px;
	overflow: hidden;
	border-radius: 8px;
}
.jzw-ri-c .jzw-ri-b1 span::before{
	background-color: #FF9B44;
}
.jzw-ri-c ul li{
	float: left;
	width: 100px;
	margin-right: 20px;
	padding: 0 10px;
	border-radius: 40px;
	background-color: #F4F4F4;
	margin-top: 20px;
	text-align: center;
}
.jzw-ri-c ul li:nth-child(2n){
	margin-right: 0;
}
.jzw-ri-c ul li a{
	color: #595959;
	display: block;
	line-height: 30px;
	font-size: 14px;
	width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* 2 */
/* 右边推荐结束*/
/* 栏目内容结束 */
/* label结束 */
/* 详情页 */
.jzw-art{
	overflow: hidden;
}
.jzw-art-a{
	text-align: center;
	padding: 20px 0;
}
.jzw-art-a .tiem{
	display: flex;
	justify-content: center;
	margin-top:20px;
	font-size: 12px;
	color: #999;
}
.jzw-art-a .tiem a{
	display: block;
	max-width: 205px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	color: #999;
	margin-left: 20px;
}
.jzw-art-a h1{
	font-size: 25px;
	line-height: 40px;
	word-break: break-word;
}
.jzw-art-b{
	overflow: hidden;
}
.jzw-art-b strong{
	margin-bottom: 0px;
	font-size: 16px;
	display:contents;
}
#article-content1 p img {
	max-width: 400px!important;
	margin: 0 auto;
	height: auto;
	display: block;
	border-radius: 10px;
}
#article-content1 .btn_chakan {
	width: 202px;
	height: 44px;
	border: 1px solid #ffd9b8;
	border-radius: 5px;
	line-height: 44px;
	text-align: center;
	color: #ffc28e;
	font-size: 18px;
	margin: 0 auto;
}
#article-content1 .answer-list {
	background-color: #f7f7f7;
	padding: 10px;
	text-align: center;
	display: none;
	font-size: 20px;
	font-weight: bold;
}
.jzw-art-b p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	overflow: hidden;
	word-break: break-word;
}
.jzw-art-b b{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	overflow: hidden;
}
/* 篇 */
.jzw-art-c p{
	padding-bottom: 20px;
	border-bottom: #f2f2f2 solid 1px;
}
.jzw-art-c p , .jzw-art-c p a{
	font-size: 12px;
	color: #9E9E9E;
}
.jzw-art-c1{
	margin: 30px 0 10px 0;
	display: flex;
	justify-content: space-between;
}
.jzw-art-c1 span{
	max-width: 400px;
	display: flex;
}
.jzw-art-c1 em {
	font-weight: bold;
	display: block;
	float: left;
	width: 64px;
}
.jzw-art-c1 a{
	max-width: 330px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	float: left;
}
/* 篇结束 */
/* 相关阅读 */
.jzw-rel{
	margin-top: 20px;
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
.jzw-rel-a{
	overflow: hidden;
	border-radius: 8px;
	align-items: center;
}
.jzw-rel-a h4{
	font-size: 20px;
	padding-left: 28px;
	background: url(/style/home_new/img/Slice11.png) no-repeat center left -4px;
	background-size: 24px 23px;
	line-height: 24px;
	position: relative;
	float: left;
}
.jzw-rel-a a{
	font-size: 12px;
	color: #999;
	float: right;
}
.jzw-rel-b{
	overflow: hidden;
}
.jzw-rel-b ul li {
	width: 410px;

	margin: 20px 20px 20px 0;
	overflow: hidden;
	float: left;
}
.jzw-rel-b ul li:nth-child(2){
	margin-right: 0;
}
.jzw-rel-b ul li a img{
	width: 170px;
	height: 95px;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
}
.jzw-rel-b ul li a span{
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 220px;
	font-size: 18px;
	font-weight: bold;
}
.jzw-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;
}
.jzw-rel-c li{
	width: 410px;
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
}
.jzw-rel-c li:nth-child(2n){
	margin-right: 0;
}
.jzw-rel-c li a{
	font-size: 16px;
	width: 100%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	line-height: 20px;
}
.jzw-rel-c li i{
	display: block;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	float: right;
}
/* 相关阅读结束 */
/* 右推荐 */
.jzw-ri-d {
	overflow: hidden;
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	margin-top: 20px;
}
.jzw-ri-d ul li{
	margin-top: 20px;
	overflow: hidden;
}
.jzw-ri-d ul li a{
	display: block;
	width: 180px;
	float: left;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 14px;
	position: relative;
}
.jzw-ri-d ul li a::before{
	content: '';
	background-color: #018DFF;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 6px;
	left: 0;
}
.jzw-ri-d ul li i{
	font-size: 12px;
	color: #999999;
	float: right;
}
/* 右推荐结束 */
/* 详情页结束 */
/* 网站地图 */
.jzw-map{
	margin-top: 30px;
	overflow: hidden;
}
.jzw-map-a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
	line-height: 32px;
}
.jzw-map-a li{
	font-size: 20px;
	margin-right: 30px;
}
.jzw-map-b{
	overflow: hidden;
	margin-top: 30px;
}
.jzw-map-b1 h4{
	font-size: 20px;
	position: relative;
	padding-left: 16px;
}
.jzw-map-b1 h4::before{
	content: '';
	background-color: #FF9B44;
	height: 16px;
	width: 6px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}
.jzw-map-b ul{
	overflow: hidden;
	margin-top: 20px;
}
.jzw-map-b ul li {
	float: left;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
}
/* 网站地图结束 */


.conh2{padding-bottom: 0!important;text-indent: 0!important;}
.conh2:before {content: '';vertical-align: middle;border-left: 15px solid #ff1515;padding-left: 10px;}
.jzw-art-b table,.jzw-art-b table tbody,.jzw-art-b table tr,.jzw-art-b table td{
	border:1px solid #000;
}




.tongyong {
	width: 1140px;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 0;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}

.tongyong .waicengkuang {
	width: 1140px;
	height: 30px;
	line-height: 35px;
	border-radius: 5px 5px 0px 0px;
	padding: 10px 10px;
}

.tongyong .chuguo_caidan_kuang {
	border-top: #F3F3F3 1px solid;
	border-bottom: #F3F3F3 1px solid;
}

.tongyong .chuguo_caidan_kuang .yangshi {
	width: 90px;
	height: 30px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Normal;
	font-weight: Normal;
	text-align: CENTER;
	color: #333333;
	line-height: 30px;
	cursor: pointer;
	margin-left: 10px;
	background-image:unset;
}

.tongyong .chuguo_caidan_kuang .swiper-slide-thumb-active {
	background-color: #008cd6;
	color: #fff;
}

.tongyong .title {
	width: 100%;
	color: #4b4643;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 22px;
	padding: 10px 0 20px 0;
}

.tongyong .bglist {
	border-bottom: 1px solid #EFEFEF;
	width: 31%;
	margin: 1.1%;
	float: left;
	padding: 0 0 1% 0;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tongyong .chuguo_gonggao_kuang .come {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}

.gongju_itemList {
	width: 1130px;
	margin: 10px auto 0;
}
.gongju_itemList > list{
	width: 1130px;
}


.gongju_itemList .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.gongju_itemList .title span {
	padding-bottom: 9px;
	border-bottom: 2px solid #cf0f19;
	font-size: 24px;
	font-weight: bold;
}

.gongju_itemList .list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}
.gongju_itemList .list dd{
	width: 24%;
	padding-right: 1%;
}
.gongju_itemList .list dd a{
	font-size: 16px;
	display: block;
	margin-top: 15px;
}

.gongju_itemList .list li {
	width: 23%;
	padding-right: 2%;
	display: flex;
	margin-top: 25px;
}

.gongju_itemList .list li img {
	width: 65px;
	height: 65px;
	display: block;
	margin-right: 20px;
}

.gongju_itemList .list li .menu_items .name {
	font-size: 18px;
}

.gongju_itemList .list li .menu_items .name a:hover {
	color: #cf0f19;
}

.gongju_itemList .list li .menu_items .text {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}