* {
	margin: 0;
	padding: 0;
}

body,
html {
	background: #f1f5f9;
	position: relative;
}

img,
a,
p,
div {
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

ul,
li,
input {
	outline: none;
	list-style: none;
}

a {
	text-decoration: none;
}
.m10{
	    margin: 5px 5px 10px 5px;
}
.m_class a {
	color: #1e293c;
}
header {
	width: 100%;
	height: 60px;
	background: #fff;
	position: fixed;
	top: 0px;
	z-index: 999;
	-webkit-box-shadow: 0 0 4px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 4px rgb(0 0 0 / 10%);
}

.header_center {
	width: 1100px;
	height: 33px;
	margin: 0px auto;
	padding-top: 13.5px;
	position: relative;
}

.header_center_logo {
	float: left;
}

.header_center_logo img {
	height: 33px;
	width: auto;
}

.header_nav {
	float: left;
	line-height: 33px;
	margin-left: 20px;
}

.header_nav a {
	color: #1e293c;
	font-weight: bold;
	padding: 0px 10px;
}

.header_search {
	float: left;
	margin-left: 20px;
}

#search {
	position: relative;
}

#search input {
	width: 220px;
	height: 25px;
	border: 2px solid #000;
	padding: 2px 6px 2px 50px;
	border-radius: 999px;
	font-size: 14px;
}

#search button {
	border: 0px;
	background: none;
	position: absolute;
	left: 20px;
	top: 7px;
}

#search button img {
	height: 18px;
	width: auto;
}

.header_btn {
	position: absolute;
	right: 0px;
	top: 18px;
}

.header_btn a {
	padding: 5px 20px;
	background: #000000;
	color: #fff;
	font-size: 14px;
	border-radius: 999px;
}

.header_btn a img {
	width: 10px;
}

.content {
	border-radius: 0px;
	overflow: hidden;
}

.center {
	width:1100px;
	margin:80px auto 0px auto;
	display: flex;
}



.post {
	display: flex;
	height: 80px;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #f1f5f9;
}

.post:hover {
	background: #f7f9fb;
}

.wz_icon {
	display: block;
	flex-basis: 80px;
	height: 80px;
	float: left;
}

.wz_icon img {
	height: 80px;
	border-radius: 8px;
}

.post_content {
	flex-grow: 1;
	height: 80px;
	margin-left: 10px;
}
.post_content strong{
	color: #f44336;
}
.post_title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	display: block;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.post_jj {
	font-size: 14px;
	margin-bottom: 5px;
    margin-top: 5px;
	color: #666;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.post_time {
	padding: 2px 4px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #c3cfdc;
	background: #f7f9fb;
	color: #999;
}

.post_btn:hover {
	background: #c3cfdc;
}

.post_fl a {
	padding: 2px 4px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #c3cfdc;
	background: #f7f9fb;
	color: #999;
}

.post_fl a:hover {
	background: #c3cfdc;
}

.post_pl {
	padding: 2px 4px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #c3cfdc;
	background: #f7f9fb;
	color: #999;
}

.post_pl:hover {
	background: #c3cfdc;
}

.post_ydl {
	flex-basis: 60px;
	margin-left: 20px;
	height: 78px;
	border: 1px solid #dde5ed;
	border-radius: 8px;
	text-align: center;
	font-size: 14px;
}

.post_ydl:hover {
	border: 1px solid #666;
}

.post_ydl_box img {
	width: 10px;
	margin-top: 22px;
}

.post_ydl_box {
	width: 60px;
	height: 100%;
}

.post_ydl_box p {
	word-break: normal;
	white-space: pre-warp;
	word-wrapL: break-word;
	font-size: 12px;
}

.page-navigator {
	text-align: center;
	margin: 20px 0px 10px 0px;
}

.page-navigator li {
	    display: inline-block;
    margin: 5px 2px;
}

.page-navigator li a {
	padding: 4px 10px;
	color: #999;
	font-size: 14px;
	background: #fff;
	border-radius: 4px;
}

.page-navigator li a:hover {
	color: #fff;
	background: #2e394a;
}

.current a {
	color: #fff !important;
	background: #2e394a !important;
}

.content_bt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1E293C;
}

.sidebar {
	width: 330px;
	margin-left:20px;
}

.sidebar_fl {
	background: #fff;
	border-radius: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebar_fl a {
	height:60px;
	display: block;
	padding:10px;
	border-bottom: 1px solid #f1f5f9;
	    display: flex;
    justify-items: center;
    align-content: space-around;

}
.sidebar_fl a img{
	height:60px;
	float: left;
	border-radius:4px;
}
.sidebar_fl a:hover {
	background: #f7f9fb;
}

.sidebar_fl_right{
	float: left;
	margin-left:10px;
}
.sidebar_flmc{
	font-size: 16px;
	color: #333;
	margin-top:5px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.sidebar_flmc_sm{
	font-size: 12px;
	color: #999;
	    margin-top: 6px;
	 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.sidebar_wzsl {
	font-size: 12px;
	color: #999;
}

.sidebar_fgx {
	margin: 20px 0px;
	height: 1px;
	background: #dde5ed;
}

.sidebar_ggw {
	height: 170px;
	background: #333;
	text-align: center;
}

.sidebar_ggw_bt{
	font-size: 24px;
	color: #737373;
	padding-top: 56px;
}
.sidebar_ggw_lxfs{
	font-size: 18px;
	color: #737373;
}

.footer_box_1 {
	font-size: 13px;
	color: #58697f;
}

.footer_box_1 a {
	color: #58697f;
	margin: 4px;
}

.footer_box_2 {
	font-size: 14px;
	color: #58697f;
}

.footer_box_2 a {
	color: #58697f;
}

.footer_box_3 {
	font-size: 14px;
	color: #58697f;
}

.footer_box_3 a {
	color: #58697f;
}

.footer_box p {
	margin-bottom: 4px;
}

.wzxq_post_mbx {
	font-size: 14px;
	color: #475569;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.wzxq_post_mbx a {
	color: #475569;
}

.wzxq_post_wzzt {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 60px;
	display: flex;
}

.wzxq_post_wzicon {
	flex-basis: 60px;
	width: 60px;
	height: 60px;
	border-radius: 8px;
}

.wzxq_post_wzzt_box {
	flex-grow: 1;
	font-size: 30px;
	margin-left: 10px;
	height: 60px;
}

.wzxq_post_wzzt_box_bt {
	display: block;
	height: 36.5px;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.wzxq_post_wzzt_box_jj {
	font-size: 14px;
	color: #64748b;
	display: block;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.wzxq_post_zw {
	padding: 20px;
	background: #fff;
	border-radius: 0px;
}

.wzxq_post_zw_content {
	color: #475569;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 14px;
}
.wzxq_post_zw_content p{
	margin: 0.66em 0 0.66em 0;
    padding: 0;
    text-indent: 0;
	line-height: 180%;
}
.wzxq_post_zw_content img {
    max-width: 100%;
    height: auto;
}
.wzxq_post_zw_fbsj {
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	padding: 4px 8px;
	background: #f8fafc;
	font-size: 12px;
	color: #4d5b6e;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
}

.post_sidebar {
	flex-basis: 330px;
	flex-grow: 1;
	margin-left: 20px;
	margin-top: 120px;
}

.post_content_xxx {
	width: 750px;
}

.post_center {
	width: 1100px;
	margin: 80px auto 40px auto;
	display: flex;
}

.post_sidebar_btn {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	width: 330px;
}

.post_sidebar_btn a {
	text-align: center;
	border-radius: 0px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.post_sidebar_btn_copy:hover {
	background: #f7f9fb;
}

.post_sidebar_btn_copy {
	background: #fff;
	color: #1E293C;
	cursor: pointer;
}

.post_sidebar_btn_fwl {
	background: #0f172a !important;
	color: #fff;
}

.post_sidebar_btn_fwl span {
	font-weight: bold;
}

.post_sidebar_btn_copy img {
	height: 12px;
}

.post_sidebar_btn_fwl img {
	height: 14px;
}

.post-near {
	border-radius: 0px;
	overflow: hidden;
}

.post-near li {
	padding: 10px 20px;
	border-bottom: 1px solid #f1f5f9;
	font-size: 14px;
	color: #485569;
	height: auto;
	overflow: hidden;
	display: flex;
	background: #fff;
}

.post-near li span {
	display: block;
	flex-basis: 50.36px;
	height: 20px;

}

.post-near li span div{
	width: 50.36px;
	height: 20px;
}

.post-near li a {
	flex-grow: 1;
	height: 20px;
	color: #10172a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.wzxq_post_zw_fl {
	margin-left: 4px !important;
}

.wzxq_post_zw_fl span a {
	color: #4d5b6e;
}

.post-near li:hover {
	background: #f7f9fb;
}

.go_top {
	display: none;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 40%);
	position: fixed;
	right: 40px;
	bottom:120px;
	border-radius: 9998px;
	text-align: center;
	z-index: 999;
}

.go_top img {
	width: 14px;
	padding-top: 18px;
}


.wzxq_post_zw_fz {
	margin-top: 20px;
	display: initial;
	padding: 4px 8px;
	background: #f8fafc;
	font-size: 12px;
	color: #4d5b6e;
	border: 1px solid #cbd5e1;
	border-radius: 4px;
	margin-left: 4px;
	cursor: pointer;
}

.wzxq_post_zw_fz img {
	width: 10px;
}

/* 移动端优化 */
.m_nav {
	width: 100%;
	height: 60px;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
	-webkit-box-shadow: 0 0 4px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 4px rgb(0 0 0 / 10%);
	z-index: 9999;
}

.m_nav_box {
	display: block;
	float: left;
	width: 25%;
	height: 40px;
	margin-top: 10px;
	text-align: center;
	position: relative;
}

.m_nav_box_wz {
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #2e3849;
	font-size: 12px;
}

.m_nav_box_icon {
	height: 19px;
	margin-top: 3px;
}

.m_class_bt {
	font-size: 18px;
	font-weight: bold;
	color: #2e3849;
	margin-bottom: 10px;
}

.m_class_fl {
	border-radius: 0px;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap:10px;
	margin-bottom: 20px;
}

.m_class_fl a {
	display: block;
	padding: 20px 12px;
	
	background: #fff;
	border-radius:8px;
}

.m_class_fl a:hover {
	background: #f7f9fb;
}

.m_class_flmc {
	font-size: 16px;
	color: #333;
}

.m_class_wzsl {
	font-size: 12px;
	color: #999;
}

.m_time {}

.m_time ul li {
	padding: 20px 12px;
	background: #fff;
	font-size: 16px;
	border-bottom: 1px solid #f1f5f9;
}

.m_time ul li a {
	display: block;
	color: #333;
}

.m_time ul li:hover {
	background: #f7f9fb;
}

.fankui {
	padding: 6px 20px;
	background: #fff;
	position: fixed;
	bottom:110px;
	right: 20px;
	font-size: 14px;
	border-radius: 99px;
	color: #333;
	box-shadow: 1px 1px 0px 2px #000000;
}

.fankui:hover {
	background: #f7f9fb;
}
.index_content{
	width:750px;
    margin-bottom:30px;
}
.header_nav{
	color: #1b2533;
	font-weight:bold;
}
.sidebar_bottom_btn{
	height: 20px !important;
	text-align: center;
	font-size: 14px;
	color: #333;
	border-bottom:0 !important;
}
.class_center{
	width: 1100px;
	margin:80px auto 0px auto;
}
.time_center{
	width:100%;
	margin-top: 80px;
}
.sls_box {
	margin-top: 60px;
}
.sls_box_content_zwf{
	height: 20px;
}
.sls_box_content{
	width:1100px;
	height: auto;
	margin:0 auto;
}
.sls_box_content_1{
	width: 100%;
	height: 400px;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}
.sls_box_content_1 img{
	height: 400px;
}
.sls_box_content_2{
	text-align: center;
	margin-top: 20px;
}
.sls_box_content_2_2{
	margin-bottom:20px;
	font-size: 14px;
	color: #333;
}
.sls_box_content_2 a{
	padding:6px 20px;
	background: #0F172A;
	border:2px solid #0F172A;
	color: #fff;
	font-size: 12px;
	margin-top: 20px;
	border-radius:4px;
	font-weight: 200;
	transition: .2s;
}