@charset "utf-8";
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
	outline: 0;
	word-wrap: break-word;
	word-break: break-all
}
input.hidefocus::-moz-focus-inner {
border:none
}
a:hover {
	text-decoration: none
}
fieldset, img {
	border: 0
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400
}
q:after, q:before {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: baseline
}
sub {
	vertical-align: baseline
}
legend {
	color: #5a5a5a
}
button, input, optgroup, option, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}
button, input, select, textarea {
	font-size: 100%
}
em, i {
	font-style: normal
}
small {
	font-size: 12px;
	display: block
}
body {
	color: #222;
	font: 14px/1.5 tahoma, arial, "Microsoft YaHei";
	background: #f7f7f7;
	font-family:"Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", sans-serif
}
.mt {
	margin-top: 20px
}
.jplist {
	margin: 0 auto;
	width: 1200px;
	border: 1px solid #ececec;
	padding: 15px 0 5px;
	position: relative;
	height: 115px;
	margin-bottom: 10px;
}
.jpic {
	position: absolute;
	height: 49px;
	width: 49px;
	left: 0;
	top: 0;
	background: url(../images/jpic.png) no-repeat
}
.jplist li {
	float: left;
	display: inline;
	height: 90px;
	width: 125px;
	margin: 0 9px 0 15px
}
.jplist a {
	display: block;
	text-align: center
}
.jplist a img {
	height: 80px;
	width: 120px
}
.jplist a p {
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	width: 120px;
	overflow: hidden
}
@media only screen and (max-width: 767px) {
.jplist {
	display: none;
}
}
a {
	color: #131212;
	text-decoration: none
}
a:hover {
	color: #358ff0;
	text-decoration: none
}
.red a {
	color: red
}
.blue a {
	color: #00f
}
.clear {
	clear: both
}
.clear_fix {
	zoom: 1
}
.clear_fix:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	font-size: 0
}
.left {
	float: left
}
.right {
	float: right
}
.container {
	width: 1200px;
	margin: 0 auto
}
.main {
	overflow: hidden
}
.main_l {
	width: 835px;
	margin-bottom: 20px
}
.main_r {
	width: 340px;
}
#top {
	height: 33px;
	line-height: 33px;
	background-color: #eee;
	font-size: 14px;
	color: #999
}
.top .text {
	color: #999
}
.topnav span {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer
}
.topnav span i {
	display: inline-block
}
.topnav span.login a {
	color: #ff1e1e;
	margin: 0 3px;
	display: inline-block
}
.topnav span.top_weixin {
	color: #222;
	position: relative
}
.topnav span.top_weixin i {
	margin-right: 5px;
	font-size: 11px;
	background-color: #50b674;
	color: #fff;
	padding: 4px;
	border-radius: 50%;
	vertical-align: middle
}
.topnav span.top_weixin .wxqr {
	display: none;
	position: absolute;
	left: -20px;
	top: 100%;
	width: 100px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
	line-height: normal
}
.topnav span.top_weixin .wxqr img {
	width: 100%;
	height: auto
}
.topnav span.top_weixin:hover .wxqr {
	display: block
}
.topnav span.top_mobile {
	color: #222;
	position: relative
}
.topnav span.top_mobile i {
	margin-right: 5px;
	color: #ff9303;
	font-size: 24px;
	vertical-align: middle
}
.topnav span.top_mobile .mbqr {
	display: none;
	position: absolute;
	left: -20px;
	top: 100%;
	width: 100px;
	padding: 5px;
	border: 1px solid #eee;
	line-height: normal;
	background-color: #fff
}
.topnav span.top_mobile .mbqr img {
	width: 100%;
	height: auto
}
.topnav span.top_mobile:hover .mbqr {
	display: block
}
#header {
	background-color: #fff;
	clear: both
}
.header {
	overflow: hidden
}
.logo {
	display: flex;
    float: left;
    height: 100px;
    font-size: 0;
    align-items: center;
}
.logo img {
	max-height: 100%;
	vertical-align: middle
}
.search {
	display: inline-block;
	float: right;
	margin-top: 30px;
	width: 350px;
	height: 40px;
	border: 1px solid #358ff0
}
.search form {
	width: 100%;
	height: 100%;
	border: none
}
.search form input {
	width: 78%;
	padding-left: 5%;
	height: 40px;
	line-height: 40px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.search form button {
	width: 22%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: #358ff0;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.header .text {
	text-align: center;
	display: inline-block;
	height: auto;
	line-height: normal
}
#nav {
	clear: both;
	background-color: #358ff0;
	height: 50px;
	line-height: 50px;
	font-size: 16px
}
.nav ul {
	list-style: none;
	
}
.nav li {
	display: inline-block;
	position: relative;
	z-index: 3
}
.nav li+#nvabar-item-index {
	display: none
}
.nav .eyou_nav {
	display: inline-block;
}
.nav li a {
	color: #fff;
	padding: 0 14px;/*display: inline-block*/
}
.nav li a:hover, .nav li.active {
	background-color: #2175cf;
}
.nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	min-width: 100%;
	border-radius: 5px;
	padding: 10px 0
}
.nav li:hover>ul {
	display: block
}
.nav li li {
	display: block;
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
	font-size: 16px
}
.nav li li a {
	color: #222;
	display: block;
	padding: 0 20px
}
.nav li li a:hover {
	background-color: transparent;
	color: #358ff0
}
.nav li li ul {
	left: 100%;
	top: 0
}
.home_top_new {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden
}
.new_tt {
	float: left;
	width: 290px;
	height: 500px;
	padding: 15px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.new_tt h3 {
	font-weight: 700;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #333;
	margin-bottom: 5px
}
.new_tt h3 i {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	color: #358ff0
}
.new_tt ul {
	list-style: none;
	height: 450px;
	overflow-y: scroll;
	margin-right: -15px
}
.new_tt li {
	margin-top: 15px;
	font-size: 14px;
	width: 98%;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new_tt li::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 5px solid #358ff0;
	border-bottom: 4px solid transparent;
	margin-top: 8px
}
.new_tt li a {
	padding-left: 16px;
	display: block;
	color: #333
}
.new_tt li a:hover {
	color: #358ff0
}
.new_tt li em {
	margin-left: 15px;
	font-size: 12px;
	color: #aaa
}
.new_tt ul::scrollbar {
width:.2rem;
background-color:transparent
}
.new_tt ul::scrollbar-track {
-webkit-box-shadow:inset 0 0 6px transparent;
border-radius:.2rem;
background-color:transparent
}
.new_tt ul::scrollbar-thumb {
border-radius:.2rem;
-webkit-box-shadow:inset 0 0 6px transparent;
background-color:rgba(0,0,0,0)
}
.new_tt ul:hover::scrollbar-thumb {
background-color:rgba(0,0,0,.3)
}
.new_tt ul::-webkit-scrollbar {
width:.2rem;
background-color:transparent
}
.new_tt ul::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px transparent;
border-radius:.2rem;
background-color:transparent
}
.new_tt ul::-webkit-scrollbar-thumb {
border-radius:.2rem;
-webkit-box-shadow:inset 0 0 6px transparent;
background-color:rgba(0,0,0,0)
}
.new_tt ul:hover::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,.3)
}
.new_tt ul::-o-scrollbar {
width:.2rem;
background-color:transparent
}
.new_tt ul::-moz-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px transparent;
border-radius:.2rem;
background-color:transparent
}
.new_tt ul::-moz-scrollbar-thumb {
border-radius:.2rem;
-webkit-box-shadow:inset 0 0 6px transparent;
background-color:rgba(0,0,0,0)
}
.new_tt ul:hover::-moz-scrollbar-thumb {
background-color:rgba(0,0,0,.3)
}
.new_focus {
	float: left;
	width: 580px;
	height: 500px;
	margin-left: 20px;
	overflow: hidden;
	background-color: #fff
}
.focus_slider {
	width: 100%;
	height: 326px;
	margin-bottom: 20px;
	overflow: hidden
}
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.swiper-slide {
	text-align: center;
	font-size: 0;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}
.swiper-pagination {
	bottom: 40px!important
}
.swiper-slide a p {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
	display: block;
	background: #000;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	opacity: 0.6;
}
.swiper-slide img {
	width: 100%
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 35px;
	height: 56px;
	margin-top: -28px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 60px;
	background-color: rgba(0,0,0,.9);
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.focus_slider:hover .swiper-button-next, .focus_slider:hover .swiper-button-prev {
	background-color: #358ff0
}
.swiper-button-next i, .swiper-button-prev i {
	font-size: 24px;
	color: #fafafa
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: 0 0;
	right: 0;
	left: auto
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: 0 0;
	left: 0;
	right: auto
}
.swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	display: inline-block;
	border-radius: 0;
	background: #fff;
	opacity: 1
}
.swiper-pagination-bullet-active {
	background-color: #358ff0
}
.focus_pic ul {
	list-style: none;
	margin-right: -20px
}
.focus_pic li {
	float: left;
	width: 130px;
	height: 75px;
	margin-right: 20px;
	overflow: hidden;
	position: relative
}
.focus_pic li .img {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.focus_pic li .img img {
	width: 100%;
	height: auto
}
.focus_pic li p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 26px;
	line-height: 26px;
	background-color: #358ff0;
	padding: 0 5px;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.focus_text {
	padding: 8px 10px;
	overflow: hidden
}
.focus_text span {
	float: left;
	width: 25%;
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.focus_text span a {
	color: #000
}
.new_tj {
	float: right;
	width: 290px;
	height: 500px;
	padding: 15px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.new_tj h3 {
	font-weight: 700;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #333;
	margin-bottom: 5px
}
.new_tj h3 i {
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
	color: #358ff0
}
.new_tj ul {
	list-style: none
}
.new_tj li {
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	margin-top: 15px;
	font-size: 14px;
	position: relative
}
.new_tj li::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	text-align: center;
	background-color: #ddd;
	margin-top: 13px
}
.new_tj li a {
	color: #333;
	padding-left: 15px
}
.new_tj li:hover a {
	color: #358ff0
}
.home_pic {
	margin-bottom: 20px;
	overflow: hidden
}
.pic_tit {
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ddd;
	height: 15px
}
.pic_tit h3 {
	font-size: 16px;
	float: left;
	height: 22px;
	line-height: 22px;
	padding-right: 10px;
	background-color: #f7f7f7;
	font-weight: 700;
	color: #333
}
.pic_tit h3 i {
	color: #358ff0;
	display: inline-block;
	margin-right: 10px;
	font-size: 20px
}
.pic_tit h3 span {
	color: #333;
	font-size: 16px;
	font-weight: 700
}
.pic_tit h3>a {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	margin-left: 10px;
	padding: 2px 15px;
	background-color: #fff;
	font-weight: 400
}
.pic_list ul {
	list-style: none;
	margin-right: -1.5%
}
.pic_list li {
	float: left;
	width: 18.5%;
	margin-right: 1.5%;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.pic_list li .img {
	width: 100%;
	height: 0;
	padding-bottom: 53.3632%;
	overflow: hidden
}
.pic_list li .img img {
	width: 100%;
	height: auto
}
.pic_list li p.tit {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	padding: 0 10px
}
.pic_list li p.info {
	line-height: 26px;
	height: 26px;
	padding: 0 10px 10px
}
.pic_list li p.info span {
	color: #358ff0;
	float: left
}
.pic_list li p.info i {
	float: right;
	color: #999
}
.home_article {
	background-color: #fff;
	overflow: hidden
}
.home_article ul.tit {
	background-color: #358ff0;
	border-bottom: 1px solid #ddd;
	height: 42px;
	line-height: 42px;
	padding: 3px 0 0 10px
}
.home_article ul.tit li {
	display: block;
	float: left;
	text-align: center;
	margin-top: 3px
}
.home_article ul.tit li a {
	cursor: pointer;
	padding: 0 30px;
	height: 40px;
	line-height: 36px;
	display: block;
	font-size: 16px;
	color: #fff
}
.home_article ul.tit li.active a {
	background-color: #fff;
	color: #358ff0
}
.article_list {
	padding: 0 15px;
	overflow: hidden;
	border: 1px solid #eee
}
.article_list_cms {
	border-top: none
}
.article_list ul {
	list-style: none
}
.article_list li {
	display: block;
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px
}
.article_list li .article_img {
	float: left;
	width: 223px;
	height: 119px;
	overflow: hidden
}
.article_list li .article_img img {
	width: 100%;
	height: auto
}
.article_list li .article_text {
	/* margin-left: 243px */
}
.article_list li .article_text dl dt {
	font-size: 16px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-weight: 600;
}
.article_list li .article_text dl dt a{
	color:#888888;
}
.article_list li .article_text dl dt a:hover{
	color:#358ff0;
}
.article_list li .article_text dl dd {
	margin-top: 6px;
	font-size: 14px;
	color: #888;
	height: 45px;
	overflow: hidden
}
.article_list li .article_text .info {
	margin-top: 15px;
	color: #888;
	font-size: 14px
}
.article_list li .article_text .info span {
	margin-right: 15px
}
.article_list li .article_text .info span a {
	display: inline-block;
	border: 1px solid #ddd;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	margin-right: 10px;
	color: #888
}
.article_list li .article_text .info span i {
	display: inline-block;
	margin-right: 8px;
	font-size: 15px
}
.article_list li .article_text .info span a:hover {
	background-color: #358ff0;
	border: 1px solid #358ff0;
	color: #fff
}
.article_list li .article_text1 {
	margin-left: 13px
}
.article_list li .article_text1 dl dt {
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	overflow: hidden
}
.article_list li .article_text1 dl dd {
	margin-top: 6px;
	font-size: 14px;
	color: #888;
	height: 45px;
	overflow: hidden
}
.article_list li .article_text1 .info {
	margin-top: 15px;
	color: #888;
	font-size: 14px
}
.article_list li .article_text1 .info span {
	margin-right: 15px
}
.article_list li .article_text1 .info span a {
	display: inline-block;
	border: 1px solid #ddd;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	margin-right: 10px;
	color: #888
}
.article_list li .article_text1 .info span i {
	display: inline-block;
	margin-right: 8px;
	font-size: 15px
}
.article_list li .article_text1 .info span a:hover {
	background-color: #358ff0;
	border: 1px solid #358ff0;
	color: #fff
}
.pagebar {
	text-align: center;
	margin: 10px 0
}
.pagebar a, .pagebar span {
	display: inline-block;
	margin: 5px 3px;
	width: 40px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #358ff0;
	color: #fff;
	border: 1px solid #358ff0
}
.pagebar a:hover, .pagebar span {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd
}
.ias_trigger {
	text-align: center;
	margin-bottom: 15px
}
.ias_trigger a {
	display: block;
	padding: 15px 0;
	background-color: #f9f9f9;
	color: #999;
	font-size: 16px
}
.ias_trigger a:hover {
	background-color: #f0f0f0
}
.pagebar-loading {
	font-size: 16px;
	background-color: #fff;
	color: #999;
	padding: 15px 0;
	margin-bottom: 15px;
	text-align: center
}
.breadcrumb {
	margin: 15px auto;
	font-size: 16px;
	color:#a5a5a5;
}
.breadcrumb a{
	color:#a5a5a5;
}
.breadcrumb a:hover{
	color:#358ff0
}
.breadcrumb i {
	margin: 0 8px;
	display: inline-block
}
.article_list {
	background-color: #fff;
}
.article_article {
	background-color: #fff;
	padding: 25px;
	margin-bottom: 15px;
	border: 1px solid #eee
}
.article_article h1 {
	color: #888;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	font-weight: 700
}
.article_article .info {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin: 10px 0;
	color: #777
}
.article_article .info span {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px
}
.article_article .info span i {
	margin-right: 5px;
	display: inline-block;
	color: #666
}
.article_content {
	padding: 10px 0;
	color: #555;
	font-size: 18px;
	line-height: 1.6em;
	word-break: break-all;
	word-wrap: break-word
}
.article_content img {
	max-width: 100%;
	height: auto;
	padding: 10px 0
}
@media screen and (max-width:780px) {
.article_content img {
	width: 100%
}
}
.article_content h1, .article_content h2, .article_content h5, .article_content h6 {
	margin-bottom: 18px;
	background-color: #fbfbfb;
	color: #333;
	border-left: 4px solid #62bbc3;
	padding-left: 10px;
	margin: 10px 0;
	font-weight: 400
}
.article_content h1 {
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px
}
.article_content h2 {
	font-size: 28px;
	padding-top: 8px;
	padding-bottom: 8px
}
.article_content h3 {
	font-size: 20px;
	padding-top: 4px;
	padding-bottom: 4px
}
.article_content h4 {
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px
}
.article_content h5 {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 400
}
.article_content h6 {
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 400
}
.article_content ol, .article_content ul {
	margin: 0 0 18px 50px
}
.article_content ul {
	list-style: disc
}
.article_content ol {
	list-style: decimal
}
.article_content li {
	margin-bottom: 6px
}
.article_content p {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 17px;
	word-wrap: break-word;
	word-break: normal
}
.article_content pre {
	word-wrap: break-word
}
.article_content table {
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	width: 100%;
	margin-bottom: 18px
}
.article_content table th {
	background-color: #f9f9f9;
	text-align: center
}
.article_content table td, .article_content table th {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px
}
.article_content .alignnone {
	margin: 0 auto
}
.article_content .alignleft {
	float: left;
	text-align: left;
	margin-right: 10px
}
.article_content .aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block
}
.article_content .alignright {
	float: right;
	text-align: right;
	margin-left: 10px
}
.article_content a {
	color: #358ff0
}
.article_content a:hover {
	color: #f40;
	text-decoration: underline
}
.article_content pre, .comment pre {
	font-size: 12px;
	background: #ededed
}
.article_content blockquote {
	margin: 10px 0;
	padding: 15px 20px 1px;
	border-left: 5px solid #eee;
	background-color: #f6f6f6
}
.article_content blockquote p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px
}
@media screen and (max-width:780px) {
.article_content embed, .article_content iframe, .article_content video {
	width: 100%
}
}
.article_tags {
	margin: 10px 0;
	overflow: hidden
}
.article_tags span {
	font-weight: 700;
	margin-right: 15px;
	font-size: 15px
}
.article_tags a {
	display: inline-block;
	line-height: 18px;
	border: 1px solid #358ff0;
	padding: 2px 12px;
	margin-right: 10px;
	color: #358ff0;
	border-radius: 15px
}
.article_tags a:hover {
	background-color: #358ff0;
	color: #fff
}
.Prev_Next {
	border-top: 1px solid #eee;
	padding: 15px 0 0;
	overflow: hidden
}
@media only screen and (max-width: 767px) {
.Prev_Next span {
	float: left;
	width: 50%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
}
.Prev_Next span {
	width: 100%;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.Prev_Next span a {
	color: #888
}
.Prev_Next span a:hover {
	color: #358ff0
}
.article_related {
	overflow: hidden;
	background-color: #fff;
	padding: 15px 25px;
	margin-bottom: 15px;
	border: 1px solid #eee
}
.article_related h3 {
	font-size: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px
}
.article_related ul {
	list-style: none
}
.article_related li {
	display: block;
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px
}
.article_related li:last-child {
	border-bottom: none
}
.article_related li .img {
	float: left;
	width: 223px;
	height: 119px;
	overflow: hidden
}
.article_related li .img img {
	width: 100%;
	height: auto
}
.article_related li .info {
/* 	margin-left: 243px */
}
.article_related li .info h5 {
	font-size: 15px;
	height: 28px;
	line-height: 28px;
	overflow: hidden
}
.article_related li .info p {
	margin-top: 6px;
	font-size: 14px;
	color: #888;
	height: 45px;
	overflow: hidden
}
.article_related li .info span {
	margin-right: 15px;
	color: #888;
	display: inline-block;
	margin-top: 15px
}
.article_related li .info span i {
	margin-right: 5px
}
.article_related li .info span a {
	border: 1px solid #eee;
	padding: 2px 8px;
	margin-right: 5px;
	color: #888
}
.article_related li .info span a:hover {
	border: 1px solid #358ff0;
	background-color: #358ff0;
	color: #fff
}
footer {
	background: #358ff0;
	width: 100%;
	padding: 10px 0 10px 0;
	color: #fff;
	font-size: 14px;
	position: relative;
	overflow: hidden
}
.footer:before {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.endnav b {
	font-size: 16px;
	color: #34aadc;
	margin-bottom: 15px;
	display: block;
}
.endnav p {
	margin-bottom: 5px;
	text-align: center
}
.endnav a {
	color: #fff;
	padding: 0 5px
}
.endnav a:hover {
	text-decoration: underline
}

.floatbar {
    position: fixed;
    right: 15px;
    top: 100%;
    margin-top: -275px;
    z-index: 100;
}

.floatbar-item {
    position: relative;
}

.floatbar-item:hover .floatbar-box {
    display: block
}

.floatbar-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    position: relative;
    background-color: #358ff0;
    color: #fff !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .01);
    box-shadow: rgba(35, 47, 53, .06) 0 2px 8px 0;
    border-radius: 50%
}

.floatbar-btn.working {
    background-color: #358ff0
}

.floatbar-btn:hover {
    text-decoration: underline;
}

.floatbar-btn.working i {
    color: #fff
}

.floatbar-btn i {
    font-size: 24px;
    line-height: 38px;
    display: block
}

.floatbar-btn p {
    color: #358ff0;
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
    display: none
}

/*.goTop {
	position: fixed;
	right: 15px;
    top: 100%;
    margin-top: -275px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2175cf;
	color: #fff;
	border-radius: 3px;
	cursor: pointer
	z-index: 100;
}
*/

.widget {
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #eee
}
.widget h5 {
	border-bottom: 1px solid #eee;
	line-height: 1.6;
	padding: 5px 10px;
	font-size: 16px;
	color: #358ff0;
	font-weight: 700;
	border-left: 3px solid #358ff0
}
.widget ul {
	list-style: none;
	padding: 5px 10px;
	overflow: hidden;
}
.widget li {
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	position: relative
}
.widget li::before {
	content: "";
	position: absolute;
	margin-top: 12px;
	width: 4px;
	height: 4px;
}
.widget li a {
	padding-left: 12px
}
.widget_div {
	padding: 10px
}
.widget_archives li, .widget_authors li, .widget_catalog li, .widget_link li {
	float: left;
}
.widget_misc li::before, .widget_statistics li::before {
	content: "";
	display: none
}
.widget_misc li {
	height: auto;
	line-height: normal
}
.widget_misc li a {
	padding-left: 0
}
.widget_tags ul {
	overflow: hidden;
	margin-right: -5px;
	margin-top: 5px
}
.widget_tags li {
	float: left;
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px
}
.widget_tags li::before {
	content: "";
	display: none
}
.widget_tags li a {
	display: block;
	padding: 0 5px;
	color: #fff
}
.widget_tags li[class$="0"] a {
	background-color: #4a4a4a
}
.widget_tags li[class$="1"] a {
	background-color: #428bca
}
.widget_tags li[class$="2"] a {
	background-color: #5cb85c
}
.widget_tags li[class$="3"] a {
	background-color: #d9534f
}
.widget_tags li[class$="4"] a {
	background-color: #567e95
}
.widget_tags li[class$="5"] a {
	background-color: #b433ff
}
.widget_tags li[class$="6"] a {
	background-color: #00aba9
}
.widget_tags li[class$="7"] a {
	background-color: #b37333
}
.widget_tags li[class$="8"] a {
	background-color: #f60
}
.widget_tags li[class$="9"] a {
	background-color: #d8b303
}
.widget_comments li {
	height: auto;
	line-height: 23px;
	padding: 5px 0;
	border-bottom: 1px dashed #eee
}
.widget_comments li:last-child {
	border-bottom: none
}
.widget_comments li::before {
	content: "";
	display: none
}
.widget_comments li a {
	padding-left: 0
}
.widget_comments li .img {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 3px;
	border-radius: 3px;
	overflow: hidden
}
.widget_comments li .img img {
	width: 100%;
	height: auto
}
.widget_comments li .info {
	margin-left: 50px
}
.widget_comments li .info span {
	color: #888
}
.widget_comments li .info p {
	max-height: 46px;
	overflow: hidden
}
.widget_searchpanel form {
	width: 100%;
	border: 1px solid #358ff0;
	height: 36px;
	line-height: 36px
}
.widget_searchpanel input {
	float: left;
	width: 75%;
	border: none;
	height: 100%;
	padding-left: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.widget_searchpanel input+input {
	float: right;
	width: 25%;
	border: none;
	background-color: #358ff0;
	text-align: center;
	color: #fff;
	padding-left: 0
}
.widget_tuijian .tj_box {
	overflow: hidden;
	padding: 10px 15px
}
.widget_tuijian .tj_box .img {
	float: left;
	width: 120px;
	height: 80px;
	overflow: hidden
}
.widget_tuijian .tj_box .img img {
	width: 100%;
	height: auto
}
.widget_tuijian .tj_box .info {
	/* margin-left: 130px */
}
.widget_tuijian .tj_box .info p {
	line-height: 25px;
	font-size: 14px;
	max-height: 66px;
	overflow: hidden
}
.widget_tuijian ul {
	list-style: none
}
.comments {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #eee
}
.comments .c_title {
	border-bottom: 1px solid #eee;
	margin-bottom: 1.25em;
	overflow: hidden
}
.comments .c_title h5 {
	float: left;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 0
}
.comments .c_title h5 i {
	margin-right: 5px;
	font-style: normal
}
.comments .c_title span {
	display: inline-block;
	float: right
}
.comments .c_title span a {
	color: #358ff0;
	border-bottom: 1px dotted #358ff0;
	margin-left: 5px
}
.compost {
	overflow: hidden;
	margin-bottom: 20px
}
.compost .cp_avatar {
	display: none;
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	box-sizing: border-box
}
.compost .cp_avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}
.compost .cp_post {
	overflow: hidden
}
.compost .cp_post .cp_box {
	overflow: hidden;
	margin-bottom: 10px
}
.compost .cp_post .cp_box textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #eee;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.compost .cp_post .cp_info {
	overflow: hidden;
	width: 100%
}
.compost .cp_post .cp_info ul {
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden
}
.compost .cp_post .cp_info li {
	margin: 8px 0;
	float: left;
	width: 45%;
	margin-right: 2%
}
.compost .cp_post .cp_info li label {
	display: none
}
.compost .cp_post .cp_info li input {
	width: 100%;
	padding-left: 5px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.compost .cp_post .cp_info li.inpVerify input {
	width: 30%
}
.compost .cp_post .cp_info li.inpVerify img {
	vertical-align: bottom
}
.compost .cp_post .cp_info button {
	padding: 8px 30px;
	background-color: #358ff0;
	color: #fff;
	border: 1px solid #eee
}
.c_list ul {
	list-style: none
}
.c_list li {
	margin-bottom: 20px
}
.c_list li .c_avatar {
	float: left;
	width: 50px;
	height: 50px;
	box-sizing: border-box
}
.c_list li .c_avatar img {
	width: 100%;
	height: 100%
}
.c_list li .c_main {
	margin-left: 70px;
	background-color: #f9f9f9;
	padding: .75em 1em;
	transition: all ease .25s;
	overflow: auto
}
.c_list li .c_main .c_info {
	overflow: hidden
}
.c_list li .c_main .c_info span {
	float: left;
	font-size: 14px;
	color: #a1a1a1
}
.c_list li .c_main .c_info span a {
	color: #358ff0
}
.c_list li .c_main .c_info .icon {
	display: inline-block;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH
}
.c_list li .c_main .c_info span+span {
	float: right
}
.c_list li .c_main .c_info span+span a {
	border-bottom: 0
}
.c_list ul ul li .c_avatar {
	display: none
}
.c_list ul ul li .c_main {
	margin-left: 0;
	margin-top: .5em
}
@media screen and (max-width:768px) {
.compost .cp_avatar {
	display: none;
	width: 32px;
	height: 32px
}
.compost .cp_post {
	margin-left: 0
}
.c_list li .c_avatar {
	width: 32px;
	height: 32px
}
.c_list li .c_main {
	margin-left: 42px
}
.comments {
	padding: 0 2%;
	box-sizing: border-box
}
.compost .cp_post .cp_box {
	margin-bottom: 5px
}
.compost .cp_post .cp_info {
	width: 80%
}
.compost .cp_post .cp_info li {
	margin: 3px 0;
	float: left;
	width: 100%;
	margin-right: 0
}
}
.main404 {
	margin-top: 15px
}
.page404 {
	padding: 40px 0 50px;
	text-align: center;
	overflow: hidden
}
.page404 h1 {
	margin: 10px 0;
	color: #333;
	text-shadow: rgba(61,61,61,.3) 1px 1px, rgba(61,61,61,.2) 2px 2px, rgba(61,61,61,.3) 3px 3px;
	font-weight: 700;
	font-size: 50px;
	line-height: 150px
}
.page404 h3 {
	margin: 10px 0;
	color: #333;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400
}
.serach404 {
	margin: 20px 0
}
.serach404 p {
	color: #333;
	font-size: 14px
}
.serach404 form {
	width: 420px;
	margin: 10px auto;
	overflow: hidden
}
.serach404 form input {
	float: left;
	width: 335px;
	height: 40px;
	line-height: 38px;
	box-sizing: border-box;
	padding-left: 2%;
	border: 1px solid #358ff0
}
.serach404 form button {
	float: right;
	width: 85px;
	line-height: 38px;
	height: 40px;
	background-color: #358ff0;
	color: #fff;
	text-align: center;
	border: 1px solid #358ff0;
	font-size: 16px
}
.goindex404 {
	text-align: center;
	margin: 20px 0
}
.goindex404 a {
	display: inline-block;
	padding: 8px 30px;
	background-color: #358ff0;
	color: #fff;
	border-radius: 2px;
	font-size: 16px
}
@media screen and (max-width:980px) {
.page404 {
	padding: 0 0 0
}
.serach404 form {
	width: 80%
}
.serach404 form input {
	width: 75%
}
.serach404 form button {
	width: 25%
}
}
.a_tl_d {
	margin: 15px auto;
	overflow: hidden;
	text-align: center;
	line-height: normal
}
.a_tl_d img {
	max-width: 100%
}
.a_post_d {
	margin: 10px 0;
	overflow: hidden;
	text-align: center;
	line-height: normal
}
.a_post_d img {
	max-width: 100%
}
@media screen and (max-width:980px) {
.a_tl_d {
	margin: 10px auto
}
}
.mnav {
	display: none
}
.msearch {
	display: none
}
.usercp {
	display: none
}
@media screen and (max-width:1300px) {
.goTop {
	left: auto;
	right: 20px;
	margin-left: 0
}
}
@media screen and (max-width:980px) {
.container {
	width: 98%;
	margin: 0 1%
}
#top {
	display: none
}
.main_l {
	width: 100%;
	margin-bottom: 0
}
.main_r {
	display: block;
	width: 100%;
}
body {
	margin-top: 50px
}
#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	border-bottom: 1px solid #eee
}
.header {
	height: 45px;
	line-height: 45px
}
.logo {
	text-align: center;
	width: 100%;
	height: 45px;
	display:inline-block;
}
.logo im {
	max-height: 45px
}
.mnav, .msearch {
	display: block;
	position: absolute;
	left: 3%;
	top: 0;
	cursor: pointer
}
.msearch {
	left: auto;
	right: 5%
}
.usercp {
	display: block;
	position: absolute;
	left: auto;
	right: 10%;
	top: 0;
	cursor: pointer
}
.header .text {
	display: none
}
.search {
	display: none;
	position: absolute;
	margin-top: 2px;
	width: 300px;
	right: 10%
}
#nav {
	display: none;
	position: fixed;
	top: 50px;
	width: 40%;
	z-index: 3;
	height: auto;
	line-height: 32px;
	padding-bottom: 2px
}
.nav ul {
	background-color: #358ff0
}
.nav li {
	display: block;
	position: static;
	margin-left: 0px;
}
.nav li a {
	display: block;
	padding: 8px 15px
}
.nav li ul {
	display: block;
	position: static;
	padding: 5px 0
}
.nav li li {
	display: inline-block
}
.nav li li a {
	padding: 0 10px;
	font-size: 15px
}
.nav li li ul {
	display: none
}
.mnav i::after {
	content: "导航";
	font-size: 13px;
	margin-left: 5px;
	color: rgb(51, 51, 51);
	font-family: "Microsoft Yahei", Arial;
	display: inline-block;
}
.home_top_new {
	margin-top: 10px;
	margin-bottom: 0
}
.new_tt {
	width: 100%;
	margin-bottom: 5px
}
.new_focus {
	width: 100%;
	margin-left: 0;
	height: auto;
	margin-bottom: 10px
}
.focus_slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.2068966%
}
.swiper-container {
	height: auto
}
.focus_pic ul {
	margin-right: -2%
}
.focus_pic li {
	width: 48%;
	margin-right: 2%;
	height: auto;
}
.focus_text span {
	width: 50%
}
.soft-info {
	width: 100% !important;
}
.new_tj {
	width: 100%;
	float: none;
	overflow: hidden;
	margin-bottom: 10px
}
.home_pic {
	margin-bottom: 10px
}
.pic_tit {
	margin-top: 10px;
	border-bottom: none
}
.pic_tit h3 {
	height: auto
}
.pic_tit h3 i {
	display: none
}
.pic_tit h3 span {
	font-size: 15px
}
.pic_tit h3 a {
	padding: 2px 5px;
	margin-left: 5px;
	margin-bottom: 5px
}
.pic_list ul {
	margin-right: -2%
}
.pic_list li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 10px
}
.home_article ul.tit {
	height: auto;
	overflow: hidden;
	line-height: normal;
	padding: 3px
}
.home_article ul.tit li {
	margin-top: 0
}
.home_article ul.tit li a {
	line-height: normal;
	height: auto;
	padding: 2px 10px
}
.article_list li {
	margin-top: 10px;
	padding-bottom: 10px
}
.article_list li .article_img {
	width: 100px;
	height: auto
}
.article_list li .article_text {
	/* margin-left: 110px */
}
.article_list li .article_text dl dt {
	height: auto;
	max-height: 84px;
	font-size: 16px
}
.article_list li .article_text dl dd {
	display: none
}
.article_list li .article_text .info {
	display: none
}
.breadcrumb {
	padding: 5px 0;
	font-size: 14px
}
.article_article {
	padding: 10px;
	margin-bottom: 10px
}
.article_article h1 {
	font-size: 18px;
	line-height: 30px;
	height: auto
}
.article_article .info {
	margin: 5px 0;
	padding-bottom: 10px
}
.article_content {
	padding: 5px 0;
	font-size: 16px
}
.article_content p {
	line-height: 28px;
	padding-bottom: 10px
}
.Prev_Next {
	padding: 10px 0 0
}
.Prev_Next span {
	display: block;
	width: 100%;
	margin-bottom: 5px
}
.article_related {
	padding: 5px 10px;
	margin-bottom: 10px
}
.article_related h3 {
	font-size: 18px
}
.article_related li {
	margin-top: 10px;
	padding-bottom: 10px
}
.article_related li .img {
	width: 100px;
	height: 80px
}
.article_related li .info {
	/* margin-left: 110px */
}
.article_related li .info h5 {
	height: auto;
	max-height: 84px
}
.article_related li .info p {
	display: none
}
.article_related li .info span {
	display: none
}
#footer {
	padding: 10px 0
}
.footer .f_l {
	float: none;
	padding: 0 10px
}
.footer .fnav {
	margin-bottom: 10px;
	text-align: center
}
.footer .copyright {
	text-align: center
}
.footer .f_r {
	float: none
}
.footer .fqr {
	width: 120px;
	text-align: center;
	margin: 0 auto
}
.goTop {
	left: auto;
	right: 20px;
	bottom: 20px;
	margin-left: 0;
	display: none;
}
.fa-angle-up{display:none;}

.pagebar a, .pagebar span {
	width: 30px;
	height: 30px;
	line-height: 30px
}
}
.pcd_ad {
	display: block;
	margin: 0 auto;
	max-width: 1200px
}
.mbd_ad {
	display: none;
	margin: 0 auto;
	max-width: 1200px
}
 @media(max-width:768px) {
.pcd_ad {
	display: none !important;
}
.mbd_ad {
	display: block !important;
}
}
.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: 20px;
}
.meihua_2 .meihua_2_1 p {
	margin: 5px auto!important;
}
.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;
}
.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;
}
.short-btn:hover {
	background-color: #3169b0
}
.btn {
	border-radius: 5px;
	background-color: #358ff0!important
}
@media only screen and (max-width: 767px) {
#mobnone {
	display: none;
}
}
.pages {
	clear: both;
	margin: 20px auto 20px auto;
	padding-top: 10px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}
.pagination li.active{
	background-color: #358ff0 !important;
}
.pagination li.active a{
	color:#fff;
}
.pages ul li:hover {
	background: #358ff0;
	color: #fff;
	border: 1px solid #358ff0;
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #358ff0;
	padding: 6px 15px;
	margin: 0 1px;
	background: #358ff0;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #2d2d2d;
}
.pages ul li a:hover {
	color: #fff;
}
.tags .tags-title h2 {
	color: #2a363c;
	font-weight: bold
}
.tags ul {
	padding: 10px 20px 20px 20px;
	overflow: hidden;
}
.tags ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
.opera {
	width: 130px;
	margin: 10px auto;
	text-align: center;
}
#btn {
	width: 90px;
	height: 36px;
	line-height: 36px;
	background-color: #358ff0;
	color: #fff;
	font-size: 14px;
	font-family: Microsoft YaHei;
	cursor: pointer;
	display: block;
	text-align: center;
}
#btn i {
	display: inline-block;
 *display:inline;
 *zoom:1;
}
.app-main {
	padding: 2em
}
.app-main figure {
	width: 120px;
	height: 180px;
	margin-right: 30px;
}
.app-main figure img {
	width: 120px;
	height: 120px;
	border-radius: 20px;
}
.app-main figure .download {
	width: inherit;
	display: block;
	margin-top: 10px;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #21b47c;
	border: 1px solid #21b47c;
	text-align: center;
	border-radius: 100px;
	opacity: .7;
}
.app-main figure .download:hover {
	opacity: 1;
}
.app-main figure .downloada {
	width: inherit;
	display: block;
	margin-top: 20px;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #21b47c;
	border: 1px solid #21b47c;
	text-align: center;
	border-radius: 100px;
	opacity: .7;
}
.app-main figure .downloadnone {
	width: inherit;
	display: block;
	margin-top: 10px;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #434343;
	border: 1px solid #21b47c;
	text-align: center;
	border-radius: 100px;
	opacity: .7;
}
.app-main figure .downloada:hover {
	opacity: 1;
}
.app-main .main {
	margin-right: 30px;
	width: 66.6%;
}
.app-main .main h1 {
	font-size: 20px;
	font-weight: normal;
}
.app-main .main .tag {
	margin: 10px 0;
}
.app-main .main a.tags {
	font-size: 12px;
	height: 2em;
	line-height: 2em;
	padding: 0 1em;
	text-align: center;
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .5em;
	opacity: 1;
}
.app-main .main a.tags:hover {
	opacity: .8!important;
}
.app-main .main a.tags:nth-child(1) {
	background-color: #d9f2fb;
	color: #1aa9fb;
}
.app-main .main a.tags:nth-child(2) {
	background-color: #d9fcda;
	color: #3ab14a;
}
.app-main .main a.tags:nth-child(3) {
	background-color: #fff3d0;
	color: #f67c23;
}
.app-main .main a.tags:nth-child(4) {
	background-color: #f8cbff;
	color: #a123db;
}
.app-main .main a.tags:nth-child(5) {
	background-color: #bbf1f2;
	color: #04839d;
}
.app-main .main a.tags:nth-child(6) {
	background-color: #ffdede;
	color: #e84f4f;
}
.app-main .main a.tags:nth-child(7) {
	background-color: #d9fcda;
	color: #3ab14a;
}
.app-main .main a.tags:nth-child(8) {
	background-color: #bbf1f2;
	color: #04839d;
}
.app-main .main li {
	width: 60%;
}
.app-main .main li:nth-child(odd) {
	width: 34%;
}
.app-main .main li span {
	color: #333;
}
.app-main .head-info {
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.app-main .head-info .qr {
	width: 100px;
}
.app-main .head-info .qr .p {
	font-size: 12px;
}
.app-main .head-info .wrong i {
	font-size: 12px;
	padding-right: 2px;
}
.app-main .head-info .wrong {
	width: inherit;
	display: block;
	margin-top: 10px;
	height: 2.4em;
	line-height: 2.4em;
	color: #111;
	background-color: #f2f5f9;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	opacity: .6;
}
.app-main .head-info .wrong:hover {
	opacity: 1
}
.app-content .title-css {
	display: inline-block;
	background: #f2f5f9;
	border-radius: 55px;
	height: 35px;
	position: relative;
	padding-left: 35px;
	padding-right: 15px;
	line-height: 35px;
	overflow: hidden;
	font-size: 18px;
}
.app-content .title-css .i {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 8px;
	overflow: hidden;
	background-color: #21b47c;
	color: #fff;
	font-size: 14px;
}
.app-main .app-content {
	padding-top: 10px;
	position: relative;
	font-size: 16px;
	width: 100%;
	word-break: break-all
}
.app-content a {
	color: #21b47c
}
.app-content a:hover {
	border-bottom: 1px dashed #21b47c
}
.app-content h1, .app-content h2, .app-content h3, .app-content h4, .app-content h5, .app-content h6 {
	margin: 10px 0
}
.app-content h1 {
	font-size: 1.8em
}
.app-content h2 {
	font-size: 1.6em
}
.app-content h3 {
	font-size: 1.4em
}
.app-content h4 {
	font-size: 1.2em
}
.app-content h5 {
	font-size: 1em
}
.app-content h6 {
	font-size: 0.8em
}
.app-content blockquote {
	color: #666;
	font-weight: 400;
	border-left: 4px solid #21b47c;
	padding: .5em 1em;
	background-color: #f9f9f9
}
.app-content img {
}
.app-content table {
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0
}
.app-content table tr.firstRow {
	font-weight: bold;
	background-color: #f8f8f8;
	text-align: left
}
.app-content table th, .app-content table td {
	padding: .3em .5em;
	margin: 0;
	vertical-align: top;
	border: 1px solid #ddd
}
.app-content blockquote, .app-content dl, .app-content form, .app-content hr, .app-content ol, .app-content p, .app-content pre, .app-content table, .app-content ul {
	font-weight: 400;
	margin-bottom: 1rem
}
.app-content blockquote p, .app-content ul p {
	margin-bottom: 0
}
.app-content li {
	margin-left: 1.2em
}
.app-content hr {
	border: none;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid #eee;
	height: 1px;
	background: 0 0
}
.app-content audio, .app-content img, .app-content video {
}
.app-content b, .app-content strong {
	font-weight: 700;
}
.app-content .padding {
	padding-right: .5em
}
.app-content .app-copyright, .app-content .tag-wrap {
	font-size: 14px
}
.app-content .tags {
	border: 1px solid #ddd;
	padding: .1em .5em;
	text-align: center;
	color: #333
}
.app-content .tags:hover {
	background-color: #21b47c;
	color: #fff;
	border: 1px solid #21b47c
}
.app-copyright {
	background: #f8f8f8;
	padding: 1em 1.5em
}
.app-copyright .copyright {
	font-weight: 700;
	padding-top: 10px
}
.prev-next {
	padding: 1.5em
}
.prev-next strong {
	font-weight: 400
}
.prev-next .post-next, .prev-next .post-prev {
	width: 46%;
	color: #999;
	font-size: 16px
}
.prev-next .post-next {
	text-align: right
}
.prev-next .next, .prev-next .prev {
	display: block;
	font-size: 14px
}
.quick-prev-next .next, .quick-prev-next .prev {
	position: fixed;
	z-index: 1;
	top: 45%;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 50px;
	color: #888
}
.quick-prev-next .next:hover, .quick-prev-next .prev:hover {
	color: #333
}
.quick-prev-next .prev {
	left: 0
}
.quick-prev-next .next {
	right: 0
}
.login_i {
	padding: 10px 20px !important;
	background: #333 !important;
	color: #fff;
	font-size: 14px;
}
.reg_i {
	padding: 7px 17px !important;
	border: 1px solid #e6e6e6;
}
.tougao {
	margin-left: 50px;
}
/**首页tag**/
.yzm-tag {
    min-height: 100px;
    overflow: hidden;
}

.yzm-content-box {
    padding: 0;
    background: #fff;
    border: 1px solid #eee;
}

.yzm-title {
    border-bottom: #e4e3e3 1px solid;
    margin-bottom: 10px;
}

.yzm-title h2 {
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    border-bottom: 3px solid #2196f3;
    display: inline-block;
    padding-right: 2px;
    color: #2196f3;
}

.yzm-tag ul li a {
    display: block;
    color: #666;
    width: auto;
    text-align: center;
    float: left;
    margin: 5px 6px;
    padding: 4px 6px;
    background: #f1f1f1;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 14px;
}
.yzm-content-box ul{
	list-style:none;
	padding: 0px 12px 0px 12px;
}
.yzm-content-box{
	margin-bottom:20px;
	padding-bottom: 20px;
}
.yzm-tag ul li a:hover {
    background: #2196f3;
    color: #fff;
}
.fc-list-row li{
	line-height:2.8 !important;
}
.yzm-tag.widget li{
	height:inherit;
	overflow:inherit;
	display: contents;
}
.content_tag a{
	display: inline-block;
    color: #666;
    width: auto;
    text-align: center;
    
    margin: 5px 6px;
    padding: 4px 6px;
    background: #f1f1f1;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
.content_tag a:hover{
	    background: #2196f3;
    color: #fff;
}

/*视频教程**/
.widget .cover {
    width: 100%;
}
.cover {
    overflow: hidden;
}
figure {
    margin: 0;
}
.classlist{
	margin: 15px auto;
}
.classlist #typename2 h2{
	font-size:30px;
}
.classlist .main .ey-grid li {
    padding: 0 8px;
    margin-bottom: 16px;
	position: relative;
    float: left;
    min-height: 1px;
}
.classlist .main .ey-grid li .video_sd {
    padding-bottom: 5px;
}
.classlist .main .ey-grid .widget {
    box-shadow: 0px 3px 6px #eee;
}
.ey-product.type-1 .classlist .main .ey-grid .widget-header {
    height: 360px;
    padding: 10px;
}
.classlist .main .ey-grid .widget-header, .cover-image {
    height: auto;
}
.classlist .main .ey-grid .widget-header a {
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
}
.classlist .main .ey-grid .widget-header a img {
    width: 100%;
    height: 100% !important;
}

.classlist .main .ey-grid .shown .widget-title-e {
    text-align: left;
    text-shadow: none;
    margin: 0;
}
.classlist .main .ey-grid .shown .widget-title-e h4 {
    margin: 3px 10px;
}
.classlist .main .ey-grid .shown .widget-title-e h4 a {
    color: #64686a;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    height: 18px;
    line-height: 20px;
    overflow: hidden;
}
.classlist .main .ey-grid .shown .item-line--middle {
    margin-bottom: 3px;
}

.classlist .main .ey-grid .shown .item-line {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 0;
    height: 24px;
    font-size: 12px;
    padding: 0 10px;
}
.classlist .main .ey-grid .shown .item-line .line-cell:first-child {
    margin-left: 0;
}

.classlist .main .ey-grid .shown .item-line .item-task, .ey-product.type-1 .classlist .main .ey-grid .shown .item-line .item-user {
    color: #999;
}
.classlist .main .ey-grid .shown .item-line .line-cell .pic_Layer {
    float: left;
    width: 18px;
    border-radius: 100%;
    border: 1px solid #eee;
}
.classlist .main .ey-grid .shown .item-line .level_name {
    margin-left: auto;
}
.classlist .main .ey-grid .shown .item-line .line-cell:first-child {
    margin-left: 0;
}

.classlist .main .ey-grid .shown .item-line .item-price {
    color: #2175cf;
    font-size: 14px;
}
.classlist .main .ey-grid .widget-header a:after {
    content: " ";
    position: absolute;
    right: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTU4NTkwNDE4MjA5IiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjUzOTUiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTUxMS40NTYgMC42NEMyMjkuNjY0IDAuNjQgMC40MTYgMjI5LjkyIDAuNDE2IDUxMS42OGMwIDI4MS44MjQgMjI5LjI0OCA1MTEuMDQgNTExLjA0IDUxMS4wNCAyODEuNzkyIDAgNTExLjA0LTIyOS4yMTYgNTExLjA0LTUxMC45NzZDMTAyMi40OTYgMjMwLjAxNiA3OTMuMjggMC42NCA1MTEuNDU2IDAuNjR6IG0wIDk0OS4wMjRjLTI0MS4zNDQgMC00MzcuOTUyLTE5Ni42NzItNDM3Ljk1Mi00MzcuOTUyIDAtMjQxLjMxMiAxOTYuNjA4LTQzNy45NTIgNDM3Ljk1Mi00MzcuOTUyIDI0MS4zMTIgMCA0MzcuOTIgMTk2LjYwOCA0MzcuOTIgNDM3Ljk1MiAwIDI0MS4zMTItMTk2LjYwOCA0MzcuOTItNDM3LjkyIDQzNy45MnoiIHAtaWQ9IjUzOTYiIGZpbGw9IiNmZmZmZmYiPjwvcGF0aD48cGF0aCBkPSJNMzcwLjg4IDY1Ny4yMTZjMCA0MC40NDggMjguNDE2IDU2Ljc2OCA2My4yIDM2Ljg5NmwyNTEuMjY0LTE0NS41MDRjMzQuNzg0LTE5Ljg0IDM0Ljc4NC01My4yMTYgMC03My4xMmwtMjUxLjI2NC0xNDUuNDcyYy0zNC43ODQtMTkuODcyLTYzLjE2OC0zLjU1Mi02My4xNjggMzYuODk2djI5MC4zMDR6IiBwLWlkPSI1Mzk3IiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+) no-repeat center;
    opacity: 0;
    transition: all .5s;
}
.classlist .main .ey-grid .widget-header a:hover:after {
    opacity: 1;
}
ul li::marker {
    opacity:0;
	list-style:none;
	list-style-type:none;
	color: #f7f7f7;
}

@media (min-width: 1200px){
	.blocks-lg-4 > li {
		width: calc(25% - 16px);
	}
}
@media (max-width:767px) {
	.classlist .main .ey-grid {
    margin: 0 0 35px 15px;
}

.classlist .main .ey-grid li {
    padding: 0 5px 0 0 !important;
    margin-bottom: 5px !important;
}

.classlist .main .ey-grid .widget-header a {
    height: auto;
}
	.classlist .main .ey-grid li{
		width: calc(50% - 10px);
	}
}

/*资源共享和文档下载**/
.ey-banner-blog {
    background: center center no-repeat #dee4e9;
}
.ey-banner {
    height: 160px;
    min-width: 100%;
}

.ey-banner-contentWrap {
	width: 590px;
	margin: 0 auto;
	padding-top: 60px;
	margin-bottom: 54px;
}
.ey-blog-searchFrame {
    width: 560px;
    height: 40px;
    background: #fff;
    border-radius: 23px;
    padding: 0 0 0 30px;
}

.ey-blog-searchFrame .e-searchAreaWrap {
    height: 100%;
    float: left;
    width: 440px;
}
.ey-blog-searchFrame .e-searchInput {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    outline: 0;
    color: #333;
    font-size: 14px;
    line-height: 45px;
    vertical-align: middle;
    border: 0;
}
.ey-blog-searchFrame .e-searchIconWrap {
    float: right;
    cursor: pointer;
    position: relative;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 100%;
    border-radius: 20px;
    transition: background .2s;
}
.ey-blog-searchFrame .e-searchIconWrap:hover {
	background: #f8e5d7;
}

.ey-icon-search {
    height: 16px;
    width: 16px;
    background: url(../images/home_ico.png) 0 -1363px no-repeat;
    display: inline-block;
}
.ey-blog-searchFrame .e-searchIconWrap .ey-icon-search {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -8px;
    margin-right: -8px;
}
@media (max-width: 640px){
 .ey-banner-contentWrap{
        width: 355px;
    }
    .ey-blog-searchFrame {
        width: 355px;
    }
    .ey-blog-searchFrame .e-searchAreaWrap {
        width: 265px;
    }
}
.clist {
    width: 100%;
}

.lib {
    position: relative;
    width: 100%;
}

.lib li {
    float: left;
    margin: 0 20px 30px 0;
    width: calc((100% - 60px) / 4);
    height: 138px;
}
.lib li:nth-child(4n) {
    margin-right: 0;
}

.lib li>div {
    padding: 9px;
    
    border: #fff 1px solid;
    border-radius: 4px;
    background: #fff
}

.lib li p.list_cjimg {
    float: left;
    display: flex;
    margin-right: 10px;
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background: #f4f4f4;
    line-height: 80px;
    justify-content: center;
    align-items: center
}

.lib li p.list_cjimg img {
    display: inline-block;
    max-width: 80px;
    max-height: 80px;
    border-radius: 4px;
    vertical-align: middle
}

.lib li .t {
    overflow: hidden;
    height: 80px
}

.lib li .t a:hover {
    color: #f60;
}

.lib li .t h5 {
    height: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lib li .t h6 {
    font-weight: 400;
    font-size: 12px;
    color: #555;
}

.lib li .t h6 em {
    float: left;
    font-size: 14px
}

.lib li .t h6 em i {
    color: #999
}

.lib li .t h5 b,
.lib1 li .b h5 b {
    float: right
}

.lib li .t h5 .price {
    margin-right: 6px;
    color: #f60;
    font-weight: 400;
    font-size: 14px
}

.lib li .t h5 .yd {
    font-size: 12px
}

.lib li .b {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 7px;
    height: 30px;
    
    line-height: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.lib li .b i {
    margin-right: 3px;
    color: #999
}
.lib li .b .developer {
    color: #333
}

.lib li .b .y {
    float: right;
}

.lib li .b .y a i {
	color: #999;
	border: 1px solid #ddd;
	background: #f9f9f9;
	float: left;
	overflow: hidden;
	text-align: center;
	height: 17px;
	line-height: 15px;
	padding: 0 4.5px
}

.lib li .b .y a i.protect {
	color: #6a4;
	border-color: #6a4;
	background: #eff
}

.lib li .b .y a i.score {
	color: #f60;
	border-color: #FF7E00;
	background: #FFF5EE
}

.lib li .b .y a i.send {
	color: #b68571;
	border-color: #e3c8bd;
	background: #fffbf6
}

.lib li .b .y a i.install0 {
	color: #498BF8;
	border-color: #71a3f5;
	background: #EEF9FF
}


.lib li .over {
    position: relative;
    z-index: 99;
    border: #ddd 1px solid;
    box-shadow: 0 0 10px #ccc
}

.lib li .lijs {
    display: none;
    bottom: 0;
}

.lijs {
    position: relative;
    padding: 9px 0 0;
    width: 100%;
    border-top: none;
    border-bottom: none;
    line-height: 20px
}

.lijs span {
    display: inline-block;
    overflow: hidden;
    padding: 6px 8px;
    width: 100%;
    font-size: 12px;
    color: #999;
    border-radius: 4px;
    background: #f4f4f4;
}
@media (max-width:992px) {
    .lib li {
        float: left;
        margin: 0 10px 10px 0;
        width: calc((100% - 10px) / 2);
        height: 138px
    }
    .lib li:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width:431px) {
    .lib li {
        float: left;
        margin: 0 10px 10px 0;
        width: calc((100%) / 1);
        height: 138px
    }
}
/**大事记**/
.notes-page-rights {
   
    border-radius: 15px;
    
}

.yzm-content-boxs {
    
    background: #fff;
    
}
.cls{zoom:1;}
.cls:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.wrapper{margin:0 auto;position:relative;background:url(../images/release-bg.png) repeat-y right top}
.rizhi{padding:10px 0;min-height:720px;margin-top:10px}
.mains{background:url(../images/line-bg.png) repeat-y 179px 0}
.rizhi .mains .title{position:absolute;line-height:40px;padding-left:80px;left:160px;top:0;color:#58a6fb;font-size:24px;background:url(../images/clock.png) no-repeat left top}
.rizhi .mains .title span{color:#f00;padding:0 10px;}
.year{position:relative;z-index:96}
.year h2{height:40px;width:100px;padding-right:0px;font-size:24px;line-height:40px;text-align:right}
.year h2 a{color:#58a6fb}
.rizhi .mains .year h2 .year-i{display: block;position: relative;height: 0;width: 0;left: 115px;top: -20px;border-width: 6px;
border-style: solid;border-color: #59a7fb transparent transparent transparent;transition: .3s;transform-origin: 6px 3px;}
.year .year-a:hover{color:#63d029;}
.year h2 .year-a:hover .year-i{border-color: #FF0000 transparent transparent transparent;left: 110px;transform-origin: 11px 7px;border-width: 11px;}
.list ul{bottom:0}
.list ul li{background:url(../images/circle-h.png) no-repeat 165px 31px;padding:30px 0;color:#000;}
.rizhi_date,.version{float:left;display:block;clear:left;width:130px;text-align:right;font-weight:bold;line-height:32px;}
.version{font-size:16px;opacity:1;color:#63d029}
.rizhi_date{font-size:18px;color:#ff6637}
.intro,.more{float:left;display:block;width:550px;margin-left:105px;}
.intro a{font-size:16px;font-weight:bold;line-height:28px;color:#060}
.intro a:hover{color:#f90;}
.more{font-size:14px;font-weight:normal;line-height:25px;}
.more p::before {content: "\2756";}
.more p{text-indent: -15px;padding-left: 15px;margin-right: 30px;}

.yzm-content-boxss {
    padding: 5px 20px 10px 20px;
    background: #fff;
    border: 1px solid #eee;
}
.notes-page-left {
   
    float: left;
    padding: 20px 20px;
    border-radius: 15px;
    font-size: 12pt;
}
.notes-page-left ul li {
    margin: 10px 0;
}
.notes-page-left ul li .video-link {
    display: block;
    background: #1487f4;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding: 8px 0;
    border-radius: 3px;
    font-size: 16px;
}
.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 100; align-items: center; justify-content: center; }
.modal-content { position: relative; max-width: 70%; max-height: 100%; transform: scale(0.9); opacity:0; transition: all 0.3s; }
.modal .modal-content {transform: scale(1);opacity: 1; }
.close-btn {z-index:200;position: absolute;cursor: pointer;top: 15px; right: 15px;
  /* 设置宽度和高度（必须相等才能形成正圆） */
  width: 30px;
  height: 30px;
  font-size: 22px;
  line-height:22px;
  /* 核心：将边框半径设置为50%以形成圆形 */
  border-radius: 50%;
  
  /* 可选样式 */
  background: rgba(0,0,0,0.7); /* 背景色 */
  color: white; /* 文字颜色 */
  display: inline-flex; /* 使内容居中 */
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
  text-align: center; /* 文本居中 */
  font-weight: bold; /* 文字加粗 */
}

/* 可选：悬停效果 */
.close-btn:hover {
  background-color: #2563EB;
  color: red; 
  transform: scale(1);
  transition: all 0.3s ease;
}
video { width: 100%; height: auto; }
@media (max-width:980px){
	.notes-page-left{
		margin-top:30px;
		width:94%;
	}
}

@media (max-width:820px){
	.mains .title{
		font-size:1.1em;
		left:63px;
		padding-left:50px;
		line-height:2.2
	}
	.year h2{
		font-size:1.2em;
		width:60px;
		line-height:1.8
	}
	.rizhi .mains .year h2 .year-i{
		left:65px;
		display: none;
	}
	.mains{
		background: url(../images/line-bg.png) repeat-y 82px 0;
	}
	.rizhi_date,.version{
		width:60px;
	}
	.list ul li{
		background:url(../images/circle-h.png) no-repeat 68px 31px;
	}
	.intro, .more{
		float:inherit;
		max-width: 70%;
	}
	.intro a{
		font-size:1em;
	}
	.intro img{
		display:none;
	}
	.notes-page-left{
		margin-top:30px;
		width:90%;
		
	}
}

