html,body,div,span,p,a,ul,li,h1,h2,h3,h4,h5,h6,dl,dd,dt{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
body{
	background: #f5f5f5;
    font-size: 14px;
    color: #222;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	color:#36ad9e;
}
img{
	object-fit: cover;

}
.clearfix:after {
    clear: both;
    display: block;
    content: '';
}
.main{
	width:1200px;
	margin:0 auto;
}
/*header*/
.header_nr{
	background:#36ad9e;
	height:50px;
}
.logo{
	width:170px;
	height:50px;
	float:left;
}
.logo img{
	height:50px;
}
.nav_item{
	float:left;
	height:50px;
	margin-right:20px;

	font-size:15px;
}
.nav_item a{
	color:#fff;
	line-height:50px;
	display:block;
	padding:0 8px;
}
.nav_item :hover{
	background: #309a8d;
}
.position{
	height:50px;
	line-height:50px;
	color:#999;
}
.position a{
	color:#999;
}
.con_l{
	width:840px;
	margin-right:15px;
	float:left;
}
.con_l_nr{
	background:white;
	width:840px;
	border-radius:10px;
	padding-top:30px;
	margin-bottom:30px;
}
.con_l_nr h1{
	text-align:center;
}
.sub_title{
	line-height:50px;
	width:780px;
	margin:0 auto;
	color:#999;
	border-bottom:1px solid #eee;
}
.sub_title .time{
	padding-right:20px;
}
.con_content{
	line-height:25px;
	width:780px;
	margin:0 auto;
	padding:20px 0;
}
    .con_l_nr .con_content a {
        color: #36ad9e;
    }
.con_content p{
	margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
}
.con_content h2{
	margin-bottom: 20px;
    line-height: 40px;
}
.con_content h3{
	margin-bottom: 20px;
    line-height: 40px;
}
.con_content li{
	margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;

}
.biaoqian{
	width:780px;
	margin:0 auto;
	line-height:50px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.tag{
	background-color: #f0f0f0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 14px 5px 0;
    padding: 0 5px 0 9px;
    position: relative;
    transition: none !important;
}
.tag::after{
	content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 9px solid #f0f0f0;
    position: absolute;
    top: 0;
    right: -9px;
}
.tag:hover{
	color:#fff;
    background-color: #007fdb;
}
.tag:hover:after{
	border-left: 9px solid #007fdb;
}
.prev-next{
	width:780px;
	margin:0 auto;
	line-height:50px;
	height:50px;
}
.prev_l{
	width:390px;
	float:left;
}
.prev_r{
	width:390px;
	float:left;

}
.con_l_related{
	background:white;
	width:840px;
	border-radius:15px;
}
.con_l_related ul{
	padding-top:15px;
	padding-bottom:15px;

}
.con_l_related li{
	float:left;
	width:390px;
	font-size:15px;
	padding-left:30px;
	line-height:30px;
}
.con_r{
	width:345px;
	float:left;
}
.auto{
	width:320px;
	margin:0 auto;
}
.channel{
	width:345px;
	padding-top:10px;
	background:white;
	border-radius:15px;
	margin:0 auto;
}
.channel_t{
	height:30px;
	line-height:30px;
}
.channel_t h4{
	float:left;
	font-size:16px;
	font-weight:700;
}
.channel_t a{
	color:#ccc;
	float:right;
	font-size:12px;
}
.channel_c{
	padding:10px 0;
}
.channel_c h3{
	line-height:28px;
}
.channel_c h3 a{
	color: #333;
}
.channel_c img{
	width:120px;
	height:120px;
	border-radius:50%;
	margin-right:20px;
	float:left;
}
.channel_c ul{
	color:#7b7b7b;
}
.channel_c li{
	height:24px;
	line-height:24px;
}
.channel_c em{
	font-style: normal;
	color:#36ad9e;
}
.jieshao{
	color:#7b7b7b;
	height:150px;
	line-height:30px;
	margin-top:20px;
	border-top:1px solid #ccc;
	display: -webkit-box;
	-webkit-line-clamp: 5;/*设置显示行数，此处为5行，可设置其他数字*/
	-webkit-box-orient: vertical;
	overflow:hidden;
	text-overflow: ellipsis;
}
.rsyd{
	height:385px;
	width:345px;
	background:white;
	padding-top: 10px;
    margin: 15px auto;
	border-radius:15px;
}
.rsyd .rsyd_t{
	font-weight:700;
	font-size:16px;
	line-height:30px;
}
.rsyd span{
	display:block;
	width:20px;
	font-weight: 700;
	color:#9195A3;
	float:left;
}
.rsyd li{
	line-height:35px;
}
.rsyd li:nth-child(1) span{
	color:red;
}
.rsyd li:nth-child(2) span{
	color:#ff8700;#cdff00
}
.rsyd li:nth-child(3) span{
	color:#d08c2d;
}
.zjgx{
	width:345px;
	height:385px;
	padding-top: 10px;
	float:left;
	border-radius:15px;
	background:white;
}
.zjgx .zjgx_t{
	font-weight:700;
	font-size:16px;
	line-height:30px;
}
.zjgx span{
	display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
	font-size:13px;
    margin-top: 9px;
    margin-right: 10px;
    color: white;
    background: #c7c7c7;
    float: left;
    text-align: center;
    border-radius: 6px;
}
.zjgx li{
	line-height:35px;
}
.zjgx li:nth-child(1) span{
	background:red;
}
.zjgx li:nth-child(2) span{
	background:#ff8700;#cdff00
}
.zjgx li:nth-child(3) span{
	background:#d08c2d;
}
.link{
	background:white;
	border-radius:15px;
	padding-bottom:15px;
	margin-bottom:20px;
	margin-top:10px;
}
.link .link_t{
	position:relative;
	padding:0px 0 0 62px;
		line-height:58px;

}
.link .link_t span{
	font-size:18px;
	font-weight:800;
	
}
.link img{
	width:30px;
	height:30px;
	position:absolute;
	left:24px;
	top:15px;
}
.link_c{
	width:1170px;
	margin:0 auto;
}
.link_c a{
	padding-right:15px;
	line-height:20px;
	height: 30px;
    line-height: 30px;
}
/*底部*/
.foot{
	height:200px;
	width:100%;
	margin-top:20px;
	background:#2e3433;
	font-size: 14px;
}
.foot a{
    color:#ccc;

}
.foot_nav{
	width:800px;
	padding-top:50px;
	margin:0 auto;
}
.foot_nav a{
	color:#ccc;
	display:block;
	float:left;
	width:100px;
}
.foot_c{
	width:800px;
	padding-top:50px;
	margin:0 auto;
}
.foot_c p{
	text-align:center;
	color:#ccc;
}
/* ========== 汉堡菜单按钮 ========== */
.hamburger {
	display: none;
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 10001;
}
.hamburger span {
	display: block;
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	margin: 3px 0;
	transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 6px);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -6px);
}

/* ========== 移动端 (≤768px) ========== */
@media (max-width: 768px) {
	html {
		overflow-x: hidden;
	}
	body {
		overflow-x: hidden;
		max-width: 100vw;
	}

	/* 全宽容器 */
	.main {
		width: 100% !important;
		padding: 0 10px;
		box-sizing: border-box;
	}

	/* Header */
	.header_nr {
		height: auto;
		padding: 8px 0;
	}
	.header_nr .main {
		display: flex;
		flex-direction: column;
		padding: 0 10px;
	}
	.logo {
		width: auto;
		float: none;
		margin-bottom: 5px;
	}
	.logo img {
		height: 36px;
	}

	/* 导航 */
	.nav {
		position: relative;
	}
	.hamburger {
		display: flex;
		position: fixed;
		top: 10px;
		right: 12px;
	}
	.nav_wrap {
		display: none;
		width: 100%;
		flex-direction: column;
		background: #36ad9e;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 10000;
		box-shadow: 0 4px 8px rgba(0,0,0,.15);
	}
	.nav_wrap.open {
		display: flex;
	}
	.nav_item {
		float: none;
		height: auto;
		margin-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.15);
	}
	.nav_item a {
		display: block;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		font-size: 15px;
		color: #fff;
	}

	/* 面包屑 */
	.position {
		height: auto;
		line-height: 36px;
		font-size: 13px;
		white-space: nowrap;
		overflow-x: auto;
	}

	/* 内容区 */
	.con {
		display: flex;
		flex-direction: column;
	}
	.con_l {
		width: 100% !important;
		margin-right: 0;
		float: none;
	}
	.con_l_nr {
		width: 100%;
		padding-top: 20px;
		margin-bottom: 15px;
		box-sizing: border-box;
	}
	.con_l_nr h1 {
		font-size: 20px;
		line-height: 28px;
		padding: 0 12px;
	}
	.sub_title {
		width: auto;
		margin: 0 12px;
		font-size: 12px;
		line-height: 24px;
		height: auto;
		padding-bottom: 8px;
	}
	.sub_title .time {
		padding-right: 10px;
		display: block;
	}
	.con_content {
		width: auto;
		margin: 0 12px;
		padding: 15px 0;
	}
	.con_content p {
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 14px;
	}
	
	.con_content img {
		max-width: 100%;
		height: auto;
	}
	.biaoqian {
		width: auto;
		margin: 0 12px;
	}

	/* 上下篇 */
	.prev-next {
		width: auto;
		margin: 0 12px;
		height: auto;
	}
	.prev_l, .prev_r {
		width: 100%;
		float: none;
	}

	/* 相关文章 */
	.con_l_related {
		width: 100%;
	}
	.con_l_related ul li {
		width: 100%;
		float: none;
		padding-left: 12px;
		box-sizing: border-box;
	}

	/* 侧边栏 */
	.con_r {
		width: 100% !important;
		float: none;
	}
	.channel {
		width: 100%;
	}
	.auto {
		width: auto;
		margin: 0 12px;
	}
	.channel_c img {
		max-width: 100%;
	}
	.jieshao {
		height: auto;
		max-height: 150px;
	}
	.rsyd, .zjgx {
		width: 100%;
		height: auto;
		float: none;
		margin: 10px 0;
		box-sizing: border-box;
	}
	.link {
		border-radius: 12px;
	}
	.link .link_t {
		padding-left: 35px;
		line-height: 46px;
	}
	.link .link_t span {
		font-size: 15px;
	}
	.link img {
		width: 22px;
		height: 22px;
		left: 10px;
		top: 12px;
	}
	.link_c {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		overflow: hidden;
	}
	/* table 鏀逛负寮规€ф崲琛?*/
	.link_c table,
	.link_c tbody,
	.link_c tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	.link_c td {
		display: inline-block;
		text-align: center;
		padding: 4px 8px;
	}
	.link_c td:empty {
		display: none;
	}
	.link_c a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 6px;
		display: inline-block;
		white-space: nowrap;
	}

	/* 底部 */
	.foot {
		height: auto;
		padding: 20px 0;
	}
	.foot_nav {
		width: 100%;
		padding: 20px 10px 0;
		box-sizing: border-box;
	}
	.foot_nav a {
		width: 25%;
		text-align: center;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.foot_c {
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.foot_c p {
		font-size: 12px;
	}
}

/* ========== 平板端 (769-1199px) 等比缩放 ========== */
@media (min-width: 769px) and (max-width: 1199px) {
	html {
		overflow-x: hidden;
	}
	body {
		zoom: calc(100vw / 1200px);
	}
}