@charset "utf-8";
img {
	border: 0;
	height: auto;
	vertical-align: middle;
	border: 0;
}
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-family: "Microsoft YaHei", Arial, "Open Sans", "Hiragino Sans GB", "WenQuanYi Micro Hei", Verdana, Tahoma, sans-serif;
	color: #333;
}
body {
	background-color: #EEE;
}
a:hover {
	text-decoration: none;
}
div, form, img, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
ul, li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
form, embed {
	display: inline;
	margin: 0;
	padding: 0;
}
.clear:after {
	clear: both;
	display: table;
	content: " ";
}
.lf {
	float: left;
}
.lr {
	float: right;
}
li {
	list-style-type: none;
}
*:before, *:after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
/* --主体-- */
.container {
	background-color: #FFF;
}
.container, .footlogin-sidenter {
	width: 100%;
	margin: auto;
	table-layout: fixed;
	word-break: break-all;
	overflow: hidden;
	position: relative;
}
/* ---电脑端左边----- */
.wapnav, #yd-nav, .sousuo {
	display: none;
}
.header {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 182px;
	background-color: #F6F6F6;
	margin: 0;
	padding: 0;
	z-index: 99;
	display: block;
	border: 1px solid #DDD;
}
.logo {
	margin: 0
}
.logo img {
	width: 100%;
}
.logo a {
	display: block;
	overflow: hidden;
	height: 164px;
	color: #FFF;
}
.nav {
	position: relative;
	font-size: 16px;
	list-style: none;
	padding: 0;
	margin-bottom: 0
}
.nav ul li {
	position: relative
}
.nav ul li a {
	padding: 12px 25px;
	color: #666;
	display: block
}
.nav ul li a i {
	margin-right: 10px;
}
.nav ul li a:focus, .nav ul li a:hover, .nav ul .hover {
	color: #000;
	background-color: #FFF
}
.nav ul li ul {
	position: absolute;
	top: -2px;
	left: 100%;
	min-width: 160px;
	z-index: 10;
	font-size: 14px;
	border: 2px solid #EEE;
	border-left: none;
	background-color: #FFF;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	display: none
}
.nav ul li:hover > ul {
	display: block
}
.nav ul li ul > li > a:hover {
	background-color: #F6F6F6;
	color: #000;
}
.head-b {
	margin-top: 16px;
}
.head-b img {
	width: 180px;
	height: 180px;
}
/* ----电脑中间部份---- */
.content {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: auto 0;
	margin-bottom: 20px;
}
.bycontent {
	margin-left: 180px;
	margin-right: 300px;
	padding-right: 20px;
	padding-left: 20px;
}
.gg {
	padding-left: 26px;
	background-image: url(../images/n.gif);
	background-repeat: no-repeat;
	background-position: 10px 14px;
	margin: 0 0 6px 0;
}
.gg ul {
	font-size: 14px;
	line-height: 2;
	font-weight: normal;
	padding: 6px 15px;
}
/*---sideBar--*/
.sidebar {
	float: left;
	width: 300px;
	height: 100%;
	min-height: 100% !important;
	overflow: hidden;
	margin-left: -302px;
	padding-left: 5px;
	padding-top: 20px;
}
/*--footer-*/
.footer {
	border-top: 1px solid #EEE;
	clear: both;
	color: #3c3c3c;
	font-size: 14px;
	padding: 20px 0 30px;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-left: 180px;
	margin-right: 300px;
	padding-right: 20px;
	padding-left: 20px;
}
.footer a {
	color: #3c3c3c;
}
.footer span {
	display: inline-block;
	margin-top: 8px;
}
/*--内容列表--*/
.art_list {
	margin-top: 20px;
}
.art_list .art_head {
	margin-left: 10px;
}
.acpost {
	background-color: #FFF;
	padding: 20px 16px;
	position: relative;
	clear: both;
	display: table;
	border-bottom: 1px dashed #ffd4d4;
	width: 100%;
}
.acpost:hover {
	background-color: #f9f9fe;
}
.acpost header {
	margin: 0 10px 8px 0
}
.acpost h2 {
	display: inline;
	margin: 0;
	position: relative;
	top: 1px;
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 3px;
	font-weight: bold;
	font-family: 'Microsoft YaHei', Verdana, Arial;
	overflow: hidden;
}
.acpost h2 a {
	color: #444;
	transition: margin-left .3s;
	-moz-transition: margin .3s;
	-webkit-transition: margin .3s;
	-o-transition: margin .3s;
}
.acpost:hover h2 a {
	color: #000;
	margin-left: 8px;
}
.acpost-tu {
	float: left;
	margin: 0 20px 0 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: block;
	width: 200px;
	height: 123px;
}
.acpost-tu img {
	width: 100%;
	margin: 0 auto;
	display: block;
	height: auto;
	border: 1px solid #EEE;
}
.acpost-centtxt {
	color: #777;
	line-height: 1.5em;
}
.acpost-sidenttxt {
	color: #333;
	line-height: 30px;
	text-align: justify;
	font-size: 15px;
	height: 120px;
	overflow: hidden;
	display: block;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.acpost-footer {
	margin-bottom: 8px;
	font-size: 12px;
	color: #999;
	line-height: 30px;
	height: 30px;
}
.acpost-footer span, .acpost-3tu-h span {
	margin-right: 20px;
	color: #999;
}
.acpost-footer span a, .acpost-3tu-h span a {
	color: #999;
	margin-right: 10px;
}
.acpost-footer span i, .acpost-3tu-h span i {
	margin-right: 5px;
}
.acpost-ico {
	position: absolute;
	top: -2px;
	right: 0;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background: url(../images/zhi.png) no-repeat;
}
/*--两列文字--*/
.toppost {
	overflow: hidden;
	background-color: #FFF;

}
.toppost .post-list {
	width: 48%;
	float: left;
	margin-bottom: 16px;
}
.toppost .post-list:nth-child(even) {
	float: right;
}
.post-list .post_head, .art_list .art_head, .actext-d h3, .actext-e h3, .msg p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 4px;
	border-radius: 18px 20px 20px 0;
	background-color: #f5f5f5;
}
.post-list .post_head a {
	float: right;
	font-size: 13px;
	padding: 4px 16px 0 0;
	color: #999;
}
.post-list .post_head a:hover {
	color: #111;
}
.post-list .post_head span, .art_list .art_head span, .actext-d h3 span, .actext-e h3 span, .msg p span {
	display: inline-block;
	background-color: #000;
	border-radius: 20px 20px 20px 0;
	margin-top: -4px;
	padding: 6px 22px;
	color: #fff;
}
.post_title li {
	padding: 6px 0;
}
.post_title .comman {
	padding: 2px 8px;
	font-size: 14px;
	background-color: #ddd;
	border-radius: 4px;
}
.post_title .comman, .post_title i {
	margin-right: 4px;
}
.post_title i {
	color: #aaa;
	font-size: 14px;
	font-style: normal;
}
.post_title .first {
	color: #fff;
}
.post_title .first {
	background-color: #000;
}
.post_title li:nth-child(2) a span {
	background-color: #ff5600;
	color: #fff;
}
.post_title li:nth-child(3) a span {
	background-color: #58d042;
	color: #fff;
}
.toppost .post-list .post_title a {
	display: block;
	width: 100%;
	font-size: 17px;
	line-height: 26px;
	padding-bottom: 3px;
	font-weight: 400;
	font-family: 'Microsoft YaHei', Verdana, Arial;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.toppost .clear {
	clear: both;
}
.toppost .intro {
	line-height: 30px;
	margin-top: 5px;
	font-size: 14px;
	padding-bottom: 3px;
	height: 120px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*---侧边栏---*/
.side {
	margin-bottom: 16px;
	background-color: #FFF;
	padding-right: 10px;
}
.side-div img {
	width: 100%;
	height: auto;
}
.side h3 {
	line-height: 25px;
	font-size: 16px;
	padding-left: 16px;
	font-weight: bold;
	background-color: #EEE;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-radius: 22px 22px 22px 0;
	color: #666;
	border-bottom: 3px solid #000;
}
.side-ul li {
	height: 34px;
	line-height: 34px;
	padding: 0 6px;
	font-size: 15px;
	border-bottom: 1px dashed #DEDEDE;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 4px;
}
.side-ul li:before{
    display:inline-block;
}
.side-div {
	position: relative;
}
.search {
	height: 34px;
	border-radius: 4px;
	border: 2px solid #000;
	display: block;
	margin-right: 10px;
}
#divSearchPanel input[type="text"] {
	line-height: 28px;
	height: 28px;
	width: 72%;
	float: left;
	padding-left: 1%;
	clear: left;
	border: 0;
}
#divSearchPanel input[type="submit"] {
	color: #FFF;
	float: right;
	height: 30px;
	width: 25%;
	border: 0;
	background-color: #000;
	font-size: 16px;
}
#divComments ul li:before, #aside_hot ul li:before, #divPrevious ul li:before, #hotsidelan ul li:before, #comsidelan ul li:before, .actext-e ul li:before, #zanside ul li:before,.redian .swiper-slide:before {
	margin-right: 8px;
	font-family: FontAwesome;
	content: "\f105";
}
.tag-count {
	display: none;
}
#divTags li {
	float: left;
	margin: 2px 8px 4px 0px;
	border-bottom: none;
	font-size: 14px;
}
#divTags .divTags li {
	text-align: center;
	background-color: #f5f5f5;
}
#divLinkage li, #divCatalog li, #divArchives li, #divMisc li, #divStatistics li {
	width: 48%;
	float: left;
	border: 1px solid #EEE;
	text-align: center;
	padding: 5px 0;
	margin: 0 5px 5px 0;
}
#tbCalendar {
	width: 100%;
}
#tbCalendar caption {
	margin-bottom: 10px;
}
#tbCalendar thead {
	margin-bottom: 10px;
}
#tbCalendar tbody {
	margin-top: 10px;
}
#tbCalendar tbody td {
	text-align: center;
}
.div1 {
	width: 300px;
}
.div2 {
	position: fixed;
	_position: absolute;
	top: 0;
	z-index: 10;
	width: 300px;
}
/*-------分页----------*/
.pagebar {
	line-height: 25px;
	margin: 10px auto 10px auto;
	text-align: center;
}
.page {
	margin: 0 3px 3px 0;
	padding: 0px 8px;
	background-color: #FFF;
	color: #999;
	border: 1px solid #DDD;
	display: inline-block;
	clear: both;
	border-radius: 2px;
	font-size: 14px;
}
.now-page {
	border: 1px solid #DDD;
	color: #FFF;
}
/*---内容部分---*/
.breadcrumb {
	margin: 10px 10px 1px 10px;
	padding: 6px;
	border: 2px dotted #ffd4d4;
	border-radius: 20px 20px 20px 0;
}
.actext-b {
	margin: 10px 10px 0 10px;
	padding: 2px 0px 12px;
	border-bottom: 1px solid #CCC;
}
.actext-b h1 {
	font-size: 20px;
	line-height: 60px;
	text-align: left;
	font-family: "Microsoft Yahei";
	font-size: 30px;
	font-weight: bold;
}
.actext-b-a {
	text-align: left;
	font-size: 13px;
	color: #666;
}
.actext-b-a span {
	margin: 0 5px;
}
.actext-b-a span i {
	margin-right: 5px;
}
.actext-c {
	padding: 16px 10px 0px 10px;
	line-height: 32px;
	font-size: 15px;
}
.actext-c div span {
	font-size: 18px;
	color: #333;
}
.actext-c blockquote {
	margin: 14px;
	padding: 4px 20px 4px 48px;
	box-sizing: border-box;
	background: #fafafa url(../images/quota.jpg) 8px 4px no-repeat;
	color: rgb(51, 51, 51);
	font-family: "Microsoft YaHei", Arial, "Open Sans", "Hiragino Sans GB", "WenQuanYi Micro Hei", Verdana, Tahoma, sans-serif;
	font-size: 15px;
	white-space: normal;
	border: 1px dashed rgb(218, 35, 35);
	text-indent: 2em;
}
.actext-c blockquote a:hover {
	color: #000;
}
.actext-c img {
	max-width: 100% !important;
	height: auto !important;
}
.actext-c ul, .actext-c ol {
	margin-left: 4em;
}
.actext-c li {
	list-style-type: inherit;
}
.actext-c li p {
	padding: 0;
	text-indent: 0em;
}
.actext-c p {
	padding: 5px 0;
	line-height: 1.85em;
	word-break: break-all;
	font-size: 16px;
	text-indent: 2rem;
}
.actext-c p[style="text-align:center"], .actext-c p[style="text-align: sidenter"], .actext-c p[style="text-align: sidenter;"] {
	text-indent: 0em;
}
.actext-c pre {
	font-size: 12px;
}
.actext-c p img {
	max-width: 100% !important;
	height: auto !important;
	display: flex;
	margin: 0 auto;
}
.actext-c h1, .actext-c h2, .actext-c h3, .actext-c h4, .actext-c h5, .actext-c h6 {
	font-weight: bold;
	padding: 2px 0 2px 10px;
	margin: 18px 0;
	background-color: #F5F5F5;
	color: #CC7325;
	font-size: 18px;
}
.actext-h {
	text-align: center;
}
.actext-g {
	padding: 10px;
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #888;
}
.actext-g a {
	margin-right: 10px;
	color: #555;
	padding: 3px 8px;
	border: 1px solid #EEE;
}
/*作者*/
.actext-j {
	position: relative;
	background-color: #FAFAFA;
	border: 1px solid transparent;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	border-color: #EBEDF1;
	overflow: hidden;
	padding: 10px 10px 6px 10px;
	margin: 20px 10px 15px 10px;
}
.actext-j-lf {
	display: inline-block;
}
.actext-j-avater {
	float: left;
}
.actext-j-avater img {
	border: 1px solid #DDD;
	position: relative;
	width: 50px;
	border-radius: 100%;
}
.actext-j-Intro {
	margin-left: 65px;
}
.actext-j-Intro span {
	font-size: 12px;
	padding: 1px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #DDD;
}
.actext-j-Intro p {
	font-size: 12px;
	color: #929292;
	line-height: 1.7;
	margin-top: 10px;
	padding: 0;
}
.actext-j-lr {
	top: 10px;
	position: relative;
	float: right;
	display: block;
}
/*---上下篇---*/
.actext-f ul li {
	float: left;
	width: 50%;
	line-height: 24px;
	white-spaside: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 5px;
}
.actext-f-w {
	display: none;
}
.actext-f-li {
	text-align: right;
}
/*------相关文章----*/
.actext-e {
	margin: 20px 0;
}
.actext-e ul li {
	float: left;
	width: 49%;
	line-height: 24px;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 15px 5px 5px;
}
/*评论*/
ul.msg {
	width: 98%;
	margin: 10px 0;
	padding: 5px 1% 5px 1%;
	text-align: left;
	list-style-position : outside;
	table-layout: fixed;
	word-wrap: break-word;
	font-size: 18px;
}
li.msgname {
	padding: 0 0 10px 5px;
	margin: 0px;
	font-weight: bold;
	font-size: 1em;
}
.msgname small {
	font-size: 14px;
	font-weight: normal;
}
.msgname a:hover {
	color: #00C1DE;
}
li.msgname * {
}
li.msgurl {
	text-align: right;
	padding: 2px 10px 2px 10px;
	margin: 0;
	font-size: 1em;
}
li.msggravatar {
	display: block;
	float: left;
	margin-right: 5px;
}
li.msgarticle {
	list-style-position : outside;
	padding: 10px;
	margin: 0;
	line-height: 180%;
	background: #FFF;
	padding-left: 55px;
	padding-top: 0px;
	border-bottom: 1px solid #eaeaea;
}
li.msgtime {
	padding: 5px 0 0 0;
	font-weight: normal;
	font-size: 0.8em;
}
img.avatar {
	width: 40px;
	height: 40px;
	float: left;
	padding: 4px;
}
ul.msg ul.msg {
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #f5f5f5;
	border-bottom: none;
}
ul.msg ul.msg li.msgarticle {
	padding-bottom: 0px;
	border-bottom: 0px solid #f5f5f5;
}
ul.msg ul.msg li.msgname {
	padding: 0px;
}
.divComments li {
	line-height: 2.2em;
	border-bottom: 1px solid #f5f5f5;
}
#divCommentPost {
	margin-bottom: 20px;
}
#divCommentPost textarea {
	width: 100%;
	height: 150px;
	margin-top: 10px;
}
#divCommentPost .button {
	padding: 6px 18px;
	margin-top: 10px;
	background-color: #f0f0f0;
	border: 1px solid #f5f5f5;
	font-size: 14px;
	float: right;
}
#divCommentPost .button:hover {
	background-color: #ff4b4b;
	color: #fff;
	border: 1px solid #ff4b4b;
}
#inpName, #inpEmail, #inpHomePage {
	width: 85%;
	height: 36px;
	margin-top: 12px;
}
.postbottom {
	float: left;
	margin-top: 16px;
}
/*详情页面全屏阅读*/
#reding {
	cursor: pointer
}
.reads .sidebar {
	display: none;
}
.reads .content .bycontent {
	margin-right: 0;
}
/*右则*/
.footlogin-on {
	display: none;
	position: fixed;
	right: 0px;
	cursor: pointer;
	overflow: hidden;
	color: #BBB;
	width: 24px;
	height: 88px;
	background: url(../images/r0.png) no-repeat 0 0;
}
.y-nav {
	position: fixed;
	right: 40px;
	z-index: 99;
}
.y-nav ul li {
	margin-bottom: 4px;
}
.y-nav ul li a {
	position: relative;
	padding: 0;
	width: 44px;
	height: 56px;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	font-size: 12px;
	border: none;
	color: #6B6B6B;
	z-index: 10;
	margin: 0;
	padding-top: 4px;
	display: block;
	text-align: center;
}
.y-nav ul li a i {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 18px;
}
.y-nav-weixin {
	display: none;
	padding: 10px;
	width: 150px;
	height: 180px;
	top: -144px;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	border-radius: 5px 0 0 5px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	z-index: 3;
	position: absolute;
	left: -160px;
}
.y-nav-admin {
	display: none;
	width: 280px;
	padding: 10px;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	border-radius: 5px 0 0 5px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: -288px;
}
.y-nav-admin-sident {
	width: 267px;
	overflow: hidden;
	height: 120px;
}
.y-nav-admin-sident p {
	float: left;
	margin: 6px 20px 0 5px;
	display: inline;
}
.y-nav-admin-sident p img {
	width: 100px;
	height: 100px;
	border: 1px solid #EEE;
}
.y-nav-admin-sident ul {
	overflow: hidden;
	color: #333;
	padding-top: 15px;
	line-height: 24px;
	width: 140px;
	float: left;
}
.y-nav-admin-sident ul li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	white-spaside: nowrap;
}
.y-nav-admin-bt {
	border-top: 1px dotted #D5D5D5;
	overflow: hidden;
	padding-top: 15px;
	clear: both;
}
.y-nav-admin-bt a {
	border: 1px solid #E9E9E9 !important;
	color: #333 !important;
	width: auto !important;
	height: auto !important;
	border-radius: 5px !important;
	margin: 0 5px 0 5px !important;
	float: left;
	padding: 5px !important;
}
.y-nav-admin-ico {
	position: absolute;
	margin-right: 0;
	top: 10px;
	right: -8px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #444851;
}
#y-nav-top {
	display: none;
}
/****/
.item ul {
	margin: 0 0 0 140px;
	display: none;
}
.item ul li {
	line-height: 30px;
}
.item ul li span {
	margin-right: 5px;
	color: #999;
}
/*登录*/
#dengdiv, #dashang, #fxtan, #fxsao {
	display: none;
}
.username {
	position: relative;
}
.username input {
	height: 40px;
	width: 100%;
	line-height: 40px;
	border: 1px solid #CCC;
	padding-left: 30px;
	margin: 8px 0;
}
.username i {
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 16px;
}
.btnpost {
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
}
.btnpost input[type="submit"], .regster {
	height: 34px;
	width: 80px;
	color: #FFF;
	font-size: 16px;
	border: 0;
}
.regster {
	text-align: center;
	margin-right: 5px;
	vertical-align: middle;
}
.fxsao {
	margin-right: 10px;
	padding: 10px 10px 0 10px;
	border: 1px solid #DDD;
}
.fxsao-lr {
	font-size: 12px;
}
.fxsao-lr i {
	margin-right: 10px;
	font-size: 30px;
}
#full {
	width: 15px;
	height: 57px;
	POSITION: absolute;
	right: 0;
	z-index: 100;
	text-align: center;
}
a.prev, a.next {
	display: block;
	width: 108px;
	height: 282px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -141px;
}
a.next {
	margin-left: 700px;
}
a.prev {
	margin-left: -800px;
}
a.prev:hover, a.next:hover {
	background-color: #FFF;
}
a.prev span, a.next span {
	display: inline-block;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 100px;
	height: 100px;
}
a.prev span {
	transform: rotate(-135deg);
	margin: 85px 0 0 40px;
}
a.next span {
	transform: rotate(45deg);
	margin: 85px 0 0 -25px;
}
.actext-c blockquote p {
	text-indent: 1em;
}
.gg {
	color: #121212;
	padding-left: 26px;
	line-height: 35px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 10px;
	border: 2px dotted #ffd4d4;
	border-radius: 30px 30px 30px 0;
}
.article_top {
	color: red;
	padding-right: 5px
}
.gg ul li a {
	color: #121212;
}
.login_btnbox a:hover {
	color: #FFF !important;
}
.y-nav, .footlogin-on {
	top: 50px;
}
.pagination {
	text-align: center;
	padding-top: 16px;
}
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0
}
.pagination ul>li {
	display: inline
}
.pagination ul>li>a, .pagination ul>li>span {
	margin: 0 5px;
	float: left;
	padding: 8px 20px 7px;
	text-decoration: none;
	background-color: #ddd;
	color: #666;
}
.pagination-multi ul>li>a, .pagination-multi ul>li>span {
	padding: 6px 14px;
	margin: 6px;
	font-size: 12px;
}
.pagination ul>li>a:focus, .pagination ul>li>a:hover {
	opacity: 1
}
.pagination ul>.active>a, .pagination ul>.active>span {
	background-color: #000;
	color: #fff;
}
.pagination ul>.active>a, .pagination ul>.active>span {
	cursor: default
}
.pagination ul>.disabled>a, .pagination ul>.disabled>a:focus, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>span, .pagination ul>li>span {
	color: #999;
	background-color: transparent;
	cursor: default
}
.pagination ul>li.next-page>a {
	background-color: #000;
	color: #fff
}
@media screen and (max-width: 1500px) {
.footlogin-sidenter, .container {
}
.y-nav {
	right: 2px;
}
}
 @media screen and (max-width: 1200px) {
.toppost .post-list {
	width: 100%;
	
}
.content {
	margin-bottom: 0;
}
.sidebar {
	display: none;
}
.postbottom {
	float: none;
}
#topend {
	display: none;
}
.footlogin-sidenter, .container {
	width: 960px
}
.bycontent {
	margin-right: 0;
	padding-right: 0px;
}
}
 @media screen and (max-width: 968px) {
.footlogin-cententer, .container {
	width: 100%;
}
.header {
	display: none;
}
.bycontent {
	margin: 0 auto;
	max-width: 770px;
	padding: 5px;
	margin-top: 40px;
}
.acpost {
	padding: 10px;
}
 .acpost:hvoer {
 background-color: #FAFAFA;
}
.acpost .acpost-centtxt {
	display: block;
	height: 60px;
	padding-top: 3px;
	overflow: hidden;
	line-height: 20px;
}
.wapnav {
	display: block;
	position: fixed;
	z-index: 100;
	background-color: #000;
	color: #FFF;
	border-bottom: 1px solid #CCC;
}
.wapnav .fa-search, .wapnav .fa-list-ul {
	color: #FFF;
}
#sousuo {
	float: right;
	margin-left: 20px;
}
#waplogo {
	margin-left: 10px;
	line-height: 40px;
}
#waplogo img {
	height: 40px;
	width: 180px;
}
#xiala {
	float: right;
	margin-right: 20px;
	;
}
#xiala, #sousuo {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #FFF;
	font-family: 'Microsoft YaHei', Verdana, Arial;
}
#xiala {
	color: #FFF;
	padding: 0px 20px 0 12px;
	cursor: pointer;
	display: block;
	float: right;
	margin-right: 0;
}
#waplogo {
	color: #FFF;
	font-size: 22px;
	color: #FFF;
	font-family: 'Microsoft YaHei', Verdana, Arial;
	text-align: center;
}
#yd-nav {
	display: none;
	clear: both;
	position: fixed;
	top: 40px;
	width: 130px;
	;
	z-index: 11;
	right: 0;
	color: #FFF;
	height: auto;
	background: #333;
	background-color: #000;
}
#yd-nav li i {
	margin-right: 5px;
}
#yd-nav li a {
	display: block;
	padding: 10px 10px;
	border: 1px solid rgba(255,255,255,.5);
	border-top: 0;
	color: #FFF;
}
#yd-nav li ul {
	display: none;
	margin: 0 0 0 20px;
}
#yd-nav ul li:hover ul, #yd-nav ul li:hover #yd-nav ul li {
	display: block;
}
#guanbi {
	text-align: center;
}
.sousuo {
	z-index: 100;
	display: none;
	padding: 10px 12% 10px 12%;
	position: fixed;
	top: 40px;
	width: 100%;
	background-color: #f9f9f9;
}
.sousuo form {
	height: 42px;
	line-height: 23px;
	margin-bottom: 20px;
}
.sousuo form input {
	float: left;
	width: 85%;
	height: 42px;
	line-height: 42px;
	padding: 0 0 0 16px;
}
.sousuo form button {
	float: right;
	width: 15%;
	height: 42px;
	line-height: 42px;
	color: #FFF;
	border: none;
	font-size: 16px;
	background-color: #de2020;
}
#sguanbi {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #FFF;
	font-size: 12px;
}
.actext-f-w {
	display: inline-block;
}
.actext-f-li {
	text-align: left;
}
.actext-f ul li {
	float: none;
	width: 100%;
}
.footer {
	padding: 5px;
	margin: 0 0 10px 0;
}
}
 @media screen and (max-width: 720px) {
.y-nav {
	display: none;
}
.footlogin-on {
	display: block;
}
}
 @media screen and (max-width: 580px) {
.actext-b h1 {
	line-height: 30px;
	margin: 10px 0;
	font-size: 24px;
}
.actext-e ul li {
	float: none;
	width: 98%;
}
.acpost h2, .toppost h2 {
	font-size: 18px;
}
.acpost-tu {
	width: 100px;
	height: 68px;
}
.acpost-tu img {
	max-width: 100px;
	max-height: 68px;
}
.acpost-sidenttxt, .toppost .intro {
	display: block;
	height: 60px;
	padding-top: 3px;
	overflow: hidden;
	line-height: 20px;
}
}
.feeds {
	padding: 10px 0 10px 10px;
	overflow: hidden;
	background-color: #F9F9F9;
	border-bottom: 1px solid #EEE;
}
.feeds .feed {
	display: block;
	float: left;
	overflow: hidden;
	width: 36px;
	height: 36px;
	line-height: 100px;
	color: #FFF;
	opacity: .7;
	margin-right: 5px;
	border-radius: 8px;
	padding: 0;
	background: #000;
	line-height: 14px;
	font-size: 12px;
	padding: 4px;
}
.feeds .feed img {
	display: block;
	width: 36px;
	height: auto;
}
.feeds .feed:hover {
	opacity: .5;
}
 @media screen and (max-width: 720px) {
.default-menu li {
	width: auto;
	padding: 0 10px;
}
}
.page {
	color: #000;
	display: inline-block;
	clear: both;
	border: 1px solid #BEBDBE;
	margin: 0 3px 3px 0;
	border-radius: 2px;
}
.page:hover, .now-page {
	color: #fff !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}
.cp-login a, .cp-vrs a {
	padding: 2px 6px;
	background-color: #e5e5e5;
	display: inline-block;
}
#divCatalog .divCatalog li {
	display: inline-block;
	padding: 2px 4px;
}
.meihua_1 {
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #ea4c89;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.meihua_2 {
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px rgba(15,39,65,0.1);
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.meihua_2 .meihua_2_1 {
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
	border-width: 1px 1px 1px 1px;
	padding: 10px;
}
.meihua_2 .meihua_2_1 .meihua_btn {
	float: left;
	border: 1px solid #8a8a8a;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	margin: 10px 10px 0 0;
	overflow: hidden;
	border-radius: 2px;
	background: url("../images/30.png") no-repeat 5px 3px #4abd96;
	border: 1px solid #4abd96;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	text-indent: 0rem;
}
.meihua_2 .meihua_2_1 .meihua_btn i {
	margin-right: 5px
}
.meihua_2 .meihua_2_1 .meihua_btn:hover {
	background-color: #3169b0
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.short-btn {
	float: left;
	border: 1px solid #8a8a8a;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-left: 40px;
	margin: 10px 10px 0 0;
	overflow: hidden;
	border-radius: 2px;
	background: url("../images/10.png") no-repeat 5px 3px #4abd96;
	border: 1px solid #4abd96;
	text-decoration: none;
	color: #FFF!important;
	padding-right: 10px;
	text-decoration: none;
	text-indent: 0rem;
}
.short-btn:hover {
	background-color: #3169b0
}
.jlmenu {
	width: 100%;
	margin: 10px 10px 0 10px;
	overflow: hidden;
}
.jlmenu li {
	float: left;
}
.jlmenu li a {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background: #0cc;
	color: #fff;
	text-align: center;
	margin: 4px 12px 4px 0;
	padding: 0 16px;
	border-radius: 2px;
}
.jlmenu li .act {
	background: #E9644E!important;
}
.backtotop {
    position: fixed;
    bottom: -70px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,.4);
    right: 10px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    text-align: center;
    z-index: 498;
    background-image: url(../images/backup.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 66% auto;
    display: none;
}

.backtotop_show {
    -webkit-transform: translate3d(0,-150px,0);
    -moz-transform: translate3d(0,-150px,0);
    -ms-transform: translate3d(0,-150px,0);
    transform: translate3d(0,-150px,0);
}

#contactbar {
    max-width: 640px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 45px;
    line-height: 45px;
    background: #FFF;
    border-top: 1px #e5e5e5 solid;
    color: #fff;
    text-align: center;
    z-index: 99999;
    display: none;
}

#contactbar em {
    position: absolute;
    display: block;
    width: 54px;
    height: 54px;
    z-index: 4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 33px;
    margin: auto;
    background-size: 76% auto;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 11.4;
}
#contactbar .bottom_index {
    background: url(../images/bottom_index.png) no-repeat;
    background-position: center 5px;
    background-size: 20px auto
}

#contactbar .bottom_history {
    background: url(../images/bottom_history.png) 0 0 no-repeat;
    background-position: center 5px;
    background-size: 20.5px auto
}

#contactbar .bottom_category {
    background: url(../images/bottom_category.png) 0 0 no-repeat;
    background-position: center 5px;
    background-size: 20.5px auto
}

#contactbar .bottom_telbook {
    background: url(../images/bottom_telbook.png) 0 0 no-repeat;
    background-position: center 5px;
    background-size: 20.5px auto;
}

#contactbar .bottom_news {
    background: url(../images/bottom_news.png) 0 0 no-repeat;
    background-position: center 5px;
    background-size: 20.5px auto;
}

#contactbar .bottom_member {
    background: url(../images/bottom_member.png) 0 0 no-repeat
}

#contactbar .bottom_schidden {
    background: url(../images/bottom_schidden.png) no-repeat
}

#contactbar .bottom_schidden {
    background-position: center 5px;
    background-size: 19.5px auto
}

#contactbar .bottom_schidden_on {
    background: url(../images/bottom_schidden_on.png) no-repeat;
    background-position: center 5px;
    background-size: 19.5px auto
}

#contactbar .bottom_corp {
    background: url(../images/bottom_corp.png) no-repeat;
    background-position: center 5px;
    background-size: 20.2px auto
}

#contactbar .bottom_sssearch {
    background: url(../images/bottom_shous.png) 0 0 no-repeat
}

#contactbar .bottom_sssearch {
    background-position: center 5px;
    background-size: 20px auto;
}

#contactbar .bottom_fxshare {
    background: url(../images/bottom_fxshare.png) 0 0 no-repeat
}

#contactbar .bottom_fxshare {
    background-position: center 4px;
    background-size: 19.8px auto;
}

#contactbar .bottom_addstore {
    background: url(../images/bottom_add_store.png) 0 0 no-repeat
}

#contactbar .bottom_addstore {
    background-position: center 4px;
    background-size: 21px auto;
}

#contactbar .bottom_ddhtel {
    background: #ff6630;
    line-height: 45px;
    color: #FFF;
    font-size: 14px;
}

.bottom_ddhtelicon {
    background-image: url(../images/bottom_ddhtel.png);
    background-size: auto 42%;
    background-position: 5% 47%;
    background-repeat: no-repeat;
    height: 45px;
    display: inline-block;
    text-indent: 24px;
}

#contactbar .bottom_fdxems {
    background: #00C469;
    line-height: 45px;
    color: #FFF;
    font-size: 14px;
}

#contactbar .bottom_fdxemsicon {
    background-image: url(../images/bottom_weixin.png);
    background-size: auto 21px;
    background-position: 3% 59%;
    background-repeat: no-repeat;
    height: 42px;
    display: inline-block;
    text-indent: 27px;
}

#contactbar .bottom_sms {
    background: #00C469;
    line-height: 45px;
    color: #FFF;
    font-size: 14px;
}

#contactbar .bottom_smsicon {
    background-image: url(../images/bottom_fdx.png);
    background-size: auto 16px;
    background-position: 3% 92%;
    background-repeat: no-repeat;
    height: 33px;
    display: inline-block;
    text-indent: 27px;
}

#contactbar .bottom_history_on,#contactbar .bottom_index_on,#contactbar .bottom_member,#contactbar .bottom_member_on,#contactbar .bottom_post,#contactbar .bottom_post_on {
    background-position: center 5px;
    background-size: 20px auto
}

#contactbar a {
    height: 100%;
    line-height: 72px;
    text-align: center;
    background-color: #FFF;
    float: left;
    color: #777;
    font-size: 10px;
    display: table-cell;
    width: 20%;
}
i {
    font-style: normal;
}
.none {
    display: none !important;
}
.bdsharebuttonbox{
    margin-left: 5px;
    margin-top: 10px;
    
}
.arcpagelist{
    text-align: center;
    margin: 10px 0;
}
.arcpagelist a{
    background-color: #000;
    color: #fff;
    padding: 6px 14px;
    margin: 6px;
    font-size: 12px;
}
.list-navs-cols-4 {
    grid-template-columns: repeat(4,1fr);
}
.list-navs {
    display: grid;
}

.list-navs .navs-link {
    background: #fff;
    box-shadow: 0 0 0 1px hsla(0,0%,10%,.05);
    color: var(--theme-light-color);
    display: flex;
    font-size: 12px;
    padding: 15px;
    text-decoration: none;
    vertical-align: top
}

.list-navs .navs-link:hover {
    background: hsla(0,0%,10%,.03)
}

.list-navs .navs-link h3 {
    color: var(--theme-black-color);
    font-size: 16px;
    margin: 0;
    padding-bottom: 5px
}

.list-navs .navs-link-logo {
    border-radius: 50%;
    flex-shrink: 0;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: top;
    width: 40px
}

.list-navs .navs-link-logo img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%
}

.list-navs .navs-link-info p {
    display: -webkit-box;
    line-height: 1.4;
    margin: 0;
    max-height: 50.4px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}
.sec-panel{}
.sec-panel-body {
    padding: 20px 0 0 10px
}
.focus-main{padding-left:10px;padding-top: 20px;}
.focus-recommend{
	overflow: hidden;
	margin-top: 10px;
	padding: 25px 0;
	background: #f3f3f3;
}
.focus-recommend .hd{
	float: left;
	padding:0 12px;
}
.focus-recommend .bd{
	overflow: hidden;
}
.item-pic img{width:100%;max-height:535px}
.focus-recommend2022{padding:0px;margin-top:27px;}
.rec-list2022{padding-left:30px;padding-bottom:26px;}

.rec-list2022 li .rec-box {
    width: 200px;
    height: 100px;
    display: block;
}
.rec-list2022 li .rec-box img{
   width: 200px;
    height: 100px;
}
.rec-list{
	overflow: hidden;
}
.rec-list li{
	float: left;
    margin-right: 30px;
    margin-top: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.focus-list li{
	padding: 0px 0px 16px 0px;
	line-height: 1.4;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #000;
	font-size: 16px;
}
.focus-list li a{
	color: #000;
	font-size: 16px;
}
.focus-list li.ht{
	height: 10px;
}
.focus-list li.hot a{
	font-size: 18px;
	color: #000 ;
	font-weight: bold;
}
.slider-carousel .item-title{
	position:absolute;
	overflow:hidden;left: 0;
	right:0;bottom:0;
	color:#fff;
	height:50px;
	line-height: 50px;
	background: rgba(0,0,0,.5);
	padding: 0 10px;
	padding-right: 110px;
	color: #FFFFFF;font-size: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	z-index: 111;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: auto;
	text-align: right;
	right: 0;
	left: auto;
}
.swiper-pagination-bullet{
	background: #FFFFFF;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #2679cc;
}
.item-title a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
}
.focus-list2022{background:#f3f3f3;}
.focus-list2022 li{height:70.75px;padding:0 20px 0 30px;font-size:18px;border-bottom:1px solid #fff;  display: flex;-webkit-box-align: center;align-items: center;}
.focus-list2022 li a{line-height:24px;}
.focus-list2022 li:hover{background:#000;}
.focus-list2022 li:hover .f2txt{color:#fff;}
.focus-list2022 li a:hover{color:#ffffff!important;}
.focus-list2022 li a{font-size:18px;}

.focus-list2022 .bgred{background:#000;}
.focus-list2022 .bgred a{color:#fff;}



.focus-list2022 li{
    overflow: visible; 
    text-overflow: clip; 
    white-space: normal;
    
}
.focus-rt{width:50%;float:left}
.focus-lt{width:48%;float:right}
@media (min-width: 1200px){
.slider-carousel .item-title{text-overflow:clip;}
.mg60{margin-top:40px;margin-bottom:45px;}
}
.slider-carousel .item-title{background:none;background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.8))}

@media (max-width: 778px){
.focus-list2022 li{
padding-left: 20px;
    width:364px;
}
.focus-list li:after{    margin-top: -2px;}

.focus-text .focus-tit a{display:inline;}
.focus-text .focus-tit2022 a{font-size:14px;}
.focus-list2022 li a {font-size: 14px;}

}
.bgred2{background:#a10301;}
.focus-list .bgred2 a{color:#fff;}
.redian .swiper-slide{
        height: 34px;
    line-height: 34px;
    padding: 0 6px;
    font-size: 15px;
    border-bottom: 1px dashed #f5f5f5;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 4px;
}
.swiper-huan{
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
}
@media (max-width: 991px) {
    .list-navs-cols-4 {
        grid-template-columns:repeat(2,1fr)
    }

    .list-navs-cols-4 .navs-link h3 {
        font-size: 14px
    }

    .list-navs-cols-4 .navs-link .navs-link-logo {
        height: 30px;
        margin-right: 8px;
        width: 30px
    }
}


@media (max-width: 767px) {
    .sec-panel-body {
        padding:10px
    }
}
@media(max-width:768px){.toppost{margin-left:0;padding:0}
    #contactbar {display:block}
    .footer{margin-bottom: 50px;}
    .acpost-tu{float:right;margin:0}
}
@media(max-width:500px){
    .item-pic img{max-height:230px}
    .rec-list2022 {
    padding-left: 15px;
    padding-bottom: 20px;
}
.rec-list2022 li .rec-box img {
    width: 150px;
    height: 75px;
}
.rec-list2022 li .rec-box {
    width: 150px;
    height: 75px;
    display: block;
}
.rec-list li {

    margin-right: 15px;
    margin-top: 10px;

}
.focus-main {
    padding: 10px;
    
}
.focus-recommend2022{
    margin-top:15px;
}
.focus-rt,.focus-lt{width:100%}
}