

/**公用样式**/
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 15px;
	color: #333;
	background: #f7f7f7;
}

img {
	border: 0;
	display: block;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

a:hover {
	color: #00c6dd;
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

.ts {
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

.ts:hover {
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

div,
ul,
li,
form,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
aside,
article {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.clear {
	clear: both;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.bj_mt10 {
	margin-top: 10px;
}

.bj_mt26 {
	margin-top: 26px;
}

em,
i {
	font-style: normal;
}

.hidden {
	overflow: hidden;
}

.nobian {
	border: 0;
}

.ca {
	color: #00c6dd;
}

.bg_a {
	background: #00c6dd;
}

.bg {
	background: #fff;
}

.more {
	color: #999;
	font-size: 13px;
}

.white,
.cf {
	color: #fff;
}

.gray,
.c3 {
	color: #333;
}

.gray2,
.c6 {
	color: #666;
}

.gray3,
.c9 {
	color: #999;
}

.gray4,
.cc {
	color: #ccc;
}

.center {
	text-align: center;
}

.f24 {
	font-size: 24px;
}

.f20 {
	font-size: 20px;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

.f16 {
	font-size: 16px;
}

.f15 {
	font-size: 15px;
}

.f14 {
	font-size: 14px;
}

.f13 {
	font-size: 13px;
}

.f12 {
	font-size: 12px;
}

.nobold {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.block {
	display: block;
}

.noshow {
	display: none;
}

hr {
	background-color: #dee6e6;
	height: 1px;
	border: none;
}

.huanbai {
	filter: invert(50%) brightness(200%);
}
.dis_f {
	display: flex;
}
.w_48b{width: 48% !important;}
.w_15b{width: 15% !important;}
.mar-t_5px{margin-top: 5px!important;}

/*超出隐藏*/
.chao {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chao2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*鼠标经过图片特效*/
.photo {
	display: block;
	overflow: hidden;
	border-radius: 4px;
}

.photo img {
	transition: all 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

.photo:hover img {
	width: 100%;
	transition: transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}

/*阴影*/
.yy {
	box-shadow: 0 4px 8px #f5f5f5;
}

/*圆角*/
.yj_4 {
	border-radius: 4px;
}

.yj_10 {
	border-radius: 10px;
}

/*盒子模型*/
.box {
	box-sizing: border-box;
}

/*输入框字体颜色*/
input::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}

input:focus {
	outline: 0;
	border: none;
}

/*头部*/
header {
	background: #fff;
	height: 90px;
}

.logo {
	float: left;
	margin-top: 20px;
}

.ar_header {
	height: 50px;
	line-height: 50px;
	background: #00c6dd;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.ar_header .logo {
	float: left;
	width: 144px;
	margin-top: 0;
}

.ar_header .logo img {
	width: 100%;
	margin-top: 7px;
}

.ar_header .nav_ar {
	float: right;
	max-width: 80%;
	width: auto;
	background: none;
}

.menu_btn {
	display: none;
}

/*搜索*/
.header_rwap .search {
	margin-top: 22px;
	border-radius: 10px;
	float: right;
	border: 1px solid #e0e9e7;
	background: #f7f7f7;
	overflow: hidden;
}

.search_f em {
	position: absolute;
	right: 14px;
	top: 4px;
	font-size: 30px;
	font-weight: bold;
}

.search_f {
	width: 440px;
	height: 44px;
	overflow: hidden;
	position: relative;
}

.search_text {
	width: 360px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 44px;
	height: 44px;
}

.search_btn {
	width: 68px;
	line-height: 44px;
	cursor: pointer;
	padding: 0;
	background-size: 40%;
	color: #fff;
	position: absolute;
	right: 0;
}

.search_hot {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	width: 500px;
	overflow: hidden;
	margin: 5px auto;
}

.search_hot a {
	background: rgb(0, 0, 0,0.1);
	padding: 2px 8px;
	border-radius: 10px;
	opacity: 0.8;
	color: #fff;
	margin-left: 5px;
}

.search_hot a:hover {
	opacity: 1;
	background: rgb(0, 0, 0,0.2);
}

.ar_search {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}

/*导航*/
.nav_com {
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	background: #00c6dd;
}

.nav_com .nav_rwap a {
	display: block;
	float: left;
	color: #fff;
	text-align: center;
	padding: 0 10px !important;
	line-height: 50px !important;
	width: auto !important;
	border-bottom: none;
	font-size: 17px;
}

.nav_com .nav_rwap a:hover {
	background: #06b1c5;
}

.nav_com .nav_rwap .nav_close {
	display: none;
}

.nav_other {
	border-bottom: 1px solid #00c6dd;
}

.nav_other .nav_rwap {
	max-width: 1200px;
	margin: 0 auto;
}

.ar_header .nav_com .nav_rwap a:hover {
	background: #06b1c5;
}

.other_header {
	background: #fff;
}

.other_header .nav_com .nav_rwap a {
	color: #333;
}

.other_header .nav_com .nav_rwap a:hover {
	background: #00c6dd;
	color: #fff;
}

/*标题*/
.title_1 {
	line-height: 26px;
	height: 26px;
	font-size: 16px;
	background: #f7f7f7;
	position: relative;
	padding: 7px 10px 7px 40px;
	border-radius: 10px;
}



.title_1 .icon-remen {
	color: #f42b0b;
}

.title_1 .icon-tuwen {
	font-weight: normal;
}

/*文章列表*/
.lb_1 {
	display: block;
	line-height: 30px;
	height: 30px;
	position: relative;
	padding-left: 15px;
	margin-top: 12px;
}

.lb_1 time {
	position: absolute;
	right: 0;
	font-size: 13px;
	color: #999;
}

.lb_1 .iconfont {
	color: #fff;
	background: #00c6dd;
	margin-right: 5px;
	font-size: 14px;
}

.lb_1:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background: #e1e1e1;
	border-radius: 100%;
	left: 0;
	top: 13px;
}

.lb_1:hover:before {
	background: #0fa784;
}

.lb_word1 {
	padding-left: 0;
}

.lb_word1:before {
	display: none;
}

.lb_hot {
	line-height: 30px;
	height: 30px;
	display: block;
	margin-top: 12px;
	position: relative;
	padding-left: 26px;
	overflow: hidden;
}

.lb_hot em {
	width: 16px;
	height: 16px;
	display: block;
	border-radius: 6px;
	background: #b9b9b9;
	text-align: center;
	line-height: 16px;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 8px;
	color: #fff;
}

.lb_hot:nth-child(1) em,
.lb_hot:nth-child(2) em,
.lb_hot:nth-child(3) em {
	background: #00c6dd;
}

.lb_tu1 {
	height: 76px;
	position: relative;
	padding-left: 126px;
	display: block;
	margin-top: 26px;
}

.lb_tu1 span {
	display: block;
	line-height: 24px;
}

.lb_tu1 .lb_img {
	width: 108px;
	height: 74px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #e0e9e7;
}

.lb_tu1 .lb_img img {
	width: 100%;
	min-height: 76px;
}

.lb_tu1 p {
	line-height: 24px;
	height: 48px;
}

.lb_tu1 .lb_b {
	margin-top: 5px;
	line-height: 22px;
	height: 44px;
	font-size: 13px;
	color: #999;
}

.lb_tu1 .lb_b span {
	margin-right: 10px;
	float: left;
}

.lb_tu1 .lb_b time {
	float: left;
}

/*内页*/
.ban_top {
	height: 40px;
	padding: 10px 0;
}

.ban_top h2 {
	line-height: 40px;
	font-size: 24px;
	color: #43504d;
	margin-right: 20px;
}

/*栏目*/
.lm {
	padding: 26px;
	background: #fff;
	border-radius: 10px;
	margin-top: 20px;
}

.ban_lm {
	margin-top: 0;
}

.lm_title {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.lm_title h3 {
	float: left;
	font-size: 20px;
}

.lm_rwap {
	margin-top: 26px;
}

.lm_nav {
	float: left;
	max-width: 800px;
	margin-left: 20px;
}

.lm_nav .swiper-wrapper {
	display: inline;
}

.lm_btn {
	float: left;
	width: auto;
	line-height: 30px;
	color: #666;
	margin-left: 20px;
}

.lm_new {
	width: 372px;
	float: left;
	margin-right: 40px;
}

.lm_new .tag_rwap {
	margin-top: 20px;
}

.lm_hot {
	width: 320px;
	float: right;
}

.lm_title .swiper-button-next,
.lm_title .swiper-button-prev {
	display: none;
}

.lm_pic {
	height: 102px;
}

.lm .lm_hot {
	background: none;
}

.hot_rwap {
	margin-top: 16px;
	padding-left: 2px;
}

.con_r .hot_rwap {
	margin-top: 16px;
}

.lm_pic .lb_tu1 {
	float: none;
	height: 76px;
	padding-left: 126px;
	margin-top: 22px;
}

.lm_tag .tag_a {
	width: 116px;
}

/*右侧*/
.r_rwap {
	width: 260px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}

/*面包屑*/
.position {
	line-height: 30px;
	background: #fff;
	color: #999;
	float: left;
	position: relative;
	border-radius: 10px 2px 2px 10px;
	margin-top: 5px;
	padding: 0 12px 0 10px;
	display: flex;
	align-items: center;
}

.position:before {
	content: "";
	display: block;
	position: absolute;
	border: 11px solid #fff;
	border-left: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-top-right-radius: 8px;
	width: 0;
	transform: rotate(45deg);
	right: -11px;
	top: 5px;
}

.position span {
	color: #666;
	padding: 0 5px;
	opacity: 0.9;
	font-size: 12px;
}

.position em {
	margin-right: 0px;
	color: #666;
	font-weight: normal;
	background-size: 100% 100%;
	width: 20px;
	display: inline-block;
	height: 20px;
	background-image: url(../img/4.png);
}

.position a {
	font-size: 12px;
	color: #666;
	opacity: 0.9;
	margin: 0 5px;
}

.position a:hover {
	opacity: 1;
}

/*翻页*/
.pnum {
	width: 100%;
	margin: 10px 0;
	display: flex;
	justify-content: center;
}

.pnum a {
	background: #f8f8f8;
	display: block;
	margin: 0 5px;
	padding: 6px 12px;
	border-radius: 20px;
	float: left;
}

.pnum a.sed {
	background: #35b1b8;
	color: #fff;
}

/*友情链接*/
.fink_wrap {
	width: 1148px;
	margin: 26px auto 0 auto;
	border-radius: 10px;
	padding: 20px 26px;
}

.fink_title {
	line-height: 30px;
	height: 30px;
}

.fink_title a {
	font-size: 18px;
	position: relative;
	padding-left: 36px;
	font-weight: bold;
}

.fink_title a .iconfont {
	font-size: 26px;
	margin-right: 10px;
	border-radius: 100%;
	text-align: center;
	line-height: 26px;
	position: absolute;
	left: 0;
	top: 2px;
	font-weight: normal;
	background-image: url(../img/3.png);
	background-size: 100% 100%;
	width: 26px;
	display: inline-block;
	height: 26px;
}

.fink_title p {
	margin-left: 20px;
}

.fink_nr {
	margin-top: 10px;
}

.fink_nr a {
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
}

/*底部*/
footer {
	background: #3a4749;
	margin-top: 26px;
}

.footer_wrap {
	padding: 30px 0;
}

.footer_nav a {
	margin-right: 16px;
	color: #fff;
	opacity: 1;
	font-size: 13px;
}

.footer_nav a:hover {
	opacity: 1;
}

.footer_t {
	line-height: 30px;
	height: 30px;
	text-align: center;
}

.footer_b {
	color: #fff;
	font-size: 12px;
	opacity: 0.5;
	line-height: 26px;
	margin-top: 20px;
	text-align: center;
}
.footer_b img{
	display: inline-block;
	vertical-align: middle;
}
.footer_b a {
	color: #fff;
	margin-left: 10px;
}

.footer_b p span {
	margin: 0 5px;
}

.footer_menu,
.kefu_sub {
	display: none;
}

/* 右边固定导航 */
.rc_nav {
	font-size: 14px;
	background: #fff;
	border-radius: 6px;
	position: fixed;
	bottom: 32px;
	left: 50%;
	margin-left: 620px;
	z-index: 2;
	+display: none;
	*display: none !important;
	display: none;
	width: 56px;
}

.rc_nav:hover {
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.02);
}

.rc_nav li {
	padding: 10px 0;
	margin: 0 15px;
	margin-bottom: 1px;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #f4f4f4;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.rc_nav li a {
	overflow: hidden;
	margin: 0 auto;
	line-height: 20px;
	position: relative;
}

.rc_nav li.active a {
	color: #00c6dd;
	font-weight: bold;
}

.rc_nav li.last {
	line-height: 40px;
	height: 40px;
	padding: 2px 5px;
	margin: 6px;
	color: #999;
	border-radius: 4px;
	border-bottom: none;
	text-align: center;
}

.rc_nav li.last .iconfont {
	font-size: 30px;
}

.rc_nav li:hover {
	color: #00c6dd;
}

@media all and (max-width: 1500px) {
	.rc_nav {
		margin-left: -678px;
	}
}

.dow_con {
	background: #fff;
	padding: 0 20px 20px 20px;
	margin-top: 5px;
}











@import url("swiper.min.css");

.body {
	background: #f3f6f6 url(../img/bg_1.png) top center no-repeat;
}

/*头部*/
header {
	/* height: 90px; */
	background: none;
}

.logo {
	float: left;
	width: 190px;
	margin-top: 0;
}

.logo img {
	width: 100%;
}

.menu_btn {
	display: none;
}

/*搜索*/
.header_rwap {
	height: 48px;
	margin-top: 20px;
}

.header_rwap .search {
	border-radius: 10px;
	border: 2px solid #fff;
	background: #f7f7f7;
	overflow: hidden;
	width: 375px;
	position: absolute;
	left: 50%;
	margin-left: 140px;
	margin-top: 0;
}

.search_f em {
	position: absolute;
	right: 14px;
	top: 4px;
	font-size: 30px;
	font-weight: bold;
}

.search_f {
	width: 380px;
	height: 36px;
	overflow: hidden;
	position: relative;
}

.search_text {
	width: 356px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 44px;
	height: 44px;
}

.search_btn {
	width: 80px;
	line-height: 37px;
	font-size: 16px;
	cursor: pointer;
	background: #35b1b8 url(../img/menu_icon3.png) no-repeat 10px;
	padding: 0 10px;
	background-size: 22%;
	color: #fff;
	position: absolute;
	right: 0;
	text-align: right;
}

.search_hot {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	width: 500px;
	overflow: hidden;
	margin: 5px auto;
}

.search_hot a {
	background: rgb(0, 0, 0, 0.1);
	padding: 2px 8px;
	border-radius: 10px;
	opacity: 0.8;
	color: #fff;
	margin-left: 5px;
}

.search_hot a:hover {
	opacity: 1;
	background: rgb(0, 0, 0, 0.2);
}

.ar_search {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}

/*导航*/
.nav_com {
	width: 1200px;
	margin: 0 auto;
	border-radius: 10px;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}
.nav_com .nav_rwap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}


.nav_com .nav_rwap a:hover {
	background: #00c6dd;
}

.nav_com .nav_rwap .nav_close {
	display: none;
}

.nav_other {
	border-bottom: 1px solid #f4730b;
}

.nav_other .nav_rwap {
	max-width: 1200px;
	margin: 0 auto;
}

.ar_header .nav_com .nav_rwap a:hover {
	background: #43504d;
}

/*标题*/
.title_1 {
	line-height: 54px;
	height: 54px;
	padding: 0;
	border-radius: 0;
	position: relative;
	padding-left: 50px;
	font-size: 18px;
	background-color: #f3f6f6;
}

.title_1 em {
	color: #f4410b;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	top: 16px;
	background-image: url(../img/1.png);
	background-size: 100% 100%;
	width: 20px;
	display: inline-block;
	height: 20px;
}

/*文章列表*/
.lb_1 {
	display: block;
	line-height: 30px;
	height: 30px;
	position: relative;
	padding-left: 15px;
	margin-top: 14px;
}

.lb_1 time {
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 13px;
	color: #999;
	background: #fff;
	z-index: 1;
	padding-left: 5px;
}

.lb_1 span {
	background-color: #fff;
	margin-right: 10px;
	position: absolute;
	z-index: 1;
	padding-right: 5px;
}

.lb_1 .iconfont {
	color: #fff;
	background: #00c6dd;
	margin-right: 5px;
	font-size: 14px;
}

.lb_1:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background: #e1e1e1;
	border-radius: 100%;
	left: 0;
	top: 13px;
}

.lb_1:hover:before {
	background: #00c6dd;
}



.lb_2 {
	display: block;
	line-height: 44px;
	height: 44px;
	position: relative;
	overflow: hidden;
}

.new_rwap .lb_2 span {
	width: 65px;
	height: 27px;
	line-height: 27px;
	margin-top: 7px;
	padding: 2px 3px;
	background: #f7f7f7;
	color: #666;
	font-size: 13px;
	margin-right: 10px;
	border-radius: 20px;
	display: block;
	float: left;
	position: relative;
	text-align: center;
}

.lb_2 p {
	float: left;
}

.lb_word1 {
	padding-left: 0;
}

.lb_word1:before {
	display: none;
}

.lb_hot {
	line-height: 30px;
	height: 30px;
	display: block;
	margin-top: 15px;
	position: relative;
	padding-left: 26px;
	overflow: hidden;
}

.lb_hot em {
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 4px;
	background: #b9b9b9;
	text-align: center;
	line-height: 18px;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 7px;
	color: #fff;
}

.hot_rwap li:nth-child(2) .lb_hot em {
	background: #f4730b;
}

.hot_rwap li:nth-child(3) .lb_hot em {
	background: #2ccd78ff;
}

.hot_rwap li:nth-child(4) .lb_hot em {
	background: #00c6ddff;
}

.lb_tu1 {
	height: 76px;
	position: relative;
	padding-left: 126px;
	display: block;
	margin-bottom: 28px;
}

.lb_tu1 span {
	display: block;
	line-height: 24px;
}

.lb_tu1 .lb_img {
	width: 108px;
	height: 74px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #e0e9e7;
}

.lb_tu1 .lb_img img {
	width: 100%;
	min-height: 76px;
}

.lb_tu1 p {
	line-height: 24px;
	height: 48px;
}

.lb_tu1 .lb_b {
	margin-top: 5px;
	line-height: 22px;
	height: 44px;
	font-size: 13px;
	color: #999;
}

.lb_tu1 .lb_b span {
	margin-right: 10px;
	float: left;
}

.lb_tu1 .lb_b time {
	float: left;
}

/*栏目*/
.lm {
	background: #fff;
	border-radius: 10px;
	margin-top: 20px;
	padding: 30px;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.lm_title {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	background: url(../img/head_lm.png) no-repeat 0px 4px;
	text-indent: 30px;
	position: relative;
}



.lm_title h3 {
	float: left;
	font-size: 24px;
	margin-left: 10px;
}

.lm_title h3 a {
	color: #35b1b8;
	background-color: #fff;
	font-size: 22px;
}

.lm_rwap {
	margin-top: 33px;
}

.lm_nav {
	float: left;
	max-width: 800px;
	margin-left: 20px;
}

.lm_nav .swiper-wrapper {
	display: inline;
}

.lm_btn {
	float: left;
	width: auto;
	line-height: 30px;
	color: #666;
	margin-left: 20px;
}

.lm_new {
	width: 363px;
	float: left;
	margin-right: 47px;
}

.lm_new .head_h {
	line-height: 45px;
	width: 100%;
	border-radius: 10px;
	background: #f3f6f6;
}

.lm_new .head_h h3 em {
	color: #00c6dd;
	font-size: 20px;
	margin: 0 10px;
	background-image: url(../img/2.png);
	background-size: 100% 100%;
	width: 20px;
	display: inline-block;
	height: 20px;
}

.lm_new .lm_lb {
	margin-top: 20px;
}

.lm_new .tag_rwap {
	margin-top: 20px;
}

.lm_c {
	width: 377px;
	float: left;
	/* margin-right: 44px; */
}

.lm_c .lb_m {
	padding-left: 30px;
	margin-bottom: 16px;
	display: block;
}

.lm_c .lb_m p {
	font-size: 13px;
	line-height: 24px;
	color: #999;
	margin-top: 10px;
	margin-left: -25px;
	min-height: 48px;
}

.lm .lb_2 p {
	width: auto;
	position: absolute;
	z-index: 1;
	padding-right: 5px;
	background: #fff;
}

/*.lm .lb_2::after {*/
/*	content: "";*/
/*	width: 100%;*/
/*	height: 10px;*/
/*	display: block;*/
/*	border-bottom: 1px dashed #e1e1e1;*/
/*	position: absolute;*/
/*	top: 13px;*/
/*}*/

.lm_c .lb_2 {
	padding-left: 30px;
}

.lm_c .lb_2 time {
	position: absolute;
	right: 0;
	font-size: 13px;
	color: #999;
	z-index: 1;
	background: #fff;
	padding-left: 5px;
}

.lm_c li {
	position: relative;
}

.lm_c li:nth-child(1) span,
.lm_c li:nth-child(2) span {
	position: absolute;
	top: 2px;
}

.lm_c li span {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 13px;
	left: 2px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	border-radius: 4px;
	color: #fff;
	background: #35b1b8;
}

.lm_hot {
	width: 300px;
	float: right;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid #f3f6f6;
}

.lm_pic {
	height: 102px;
}

.hot_rwap {
	padding: 0 18px 18px 18px;
	box-sizing: border-box;
	margin-top: 0;
}

.hot_rwap .lb_t {
	margin-top: 20px;
	position: relative;
}

.hot_rwap .lb_t img {
	width: 268px;
	height: 162px;
	border-radius: 10px;
}

.hot_rwap .lb_t p {
	background: rgba(0, 0, 0, 0.4);
	line-height: 30px;
	margin: 0 10px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 248px;
	border-radius: 18px;
	text-align: center;
}

.con_r .hot_rwap {
	margin-top: 16px;
}

.lm_pic .lb_tu1 {
	float: none;
	height: 76px;
	padding-left: 126px;
	margin-top: 22px;
}

.lm_tag .tag_a {
	width: 85px;
}

/*首屏*/
.con_ban {
	height: 512px;
	padding-top: 26px;
}

.con_ban_l {
	width: 780px;
	height: 452px;
	background: #fff;
	padding: 30px;
}

.ban_banner {
	height: 200px;
	margin-bottom: 20px;
}

.tag_zhan {
	display: none;
}

/* 手机访问 */
.header_rwap .header_phone {
	position: relative;
	height: 44px;
	overflow: hidden;
}

.header_rwap .header_phone em {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 16px;
}

.header_rwap .header_phone span {
	display: block;
	line-height: 44px;
	font-size: 12px;
	color: #fff;
	padding-left: 16px;
	cursor: pointer;
}
.header_rwap .header_phone span a{
	color: white;
}
.header_rwap .header_phone span a:hover{
	color: #ffc912;
}

.phone_rwap {
	width: 100px;
	height: 120px;
	padding: 5px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	color: #999;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	position: absolute;
	opacity: 0;
	top: 70px;
	left: 50%;
	margin-left: -55px;
}

.phone_rwap:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	top: -10px;
	left: 48px;
}

.phone_rwap img {
	width: 100%;
}

.header_rwap .header_phone:hover .phone_rwap {
	opacity: 1;
	top: 46px;
	transition: 0.3s ease;
}

.header_rwap .header_phone:hover {
	overflow: visible;
}

/*banner*/
.banner {
	width: 366px;
	height: 190px;
	float: left;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background-size: 10px 20px;
	background-color: #fff;
	transition: 0.3s ease;
}

.swiper-button-prev {
	left: -30px;
}

.swiper-button-next {
	right: -30px;
}

.banner:hover .swiper-button-prev {
	left: 10px;
	transition: 0.3s ease;
}

.banner:hover .swiper-button-next {
	right: 10px;
	transition: 0.3s ease;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 60px;
	right: 0;
	left: auto;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 0.4;
	transition: 0.3s ease;
}

.swiper-pagination-bullet-active {
	opacity: 0.8;
	width: 16px;
	border-radius: 10px;
	transition: 0.3s ease;
}

.banner p {
	height: 36px;
	line-height: 36px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 10px;
	left: 0;
	color: #fff;
	width: 226px;
	padding: 0 10px 0 10px;
	margin: 0 60px;
	border-radius: 20px;
	text-align: center;
}

.banner img {
	width: 366px;
	height: 190px;
}

/* 首屏头条 */
.ban_r {
	width: 370px;
}

.ban_r .lb_3 {
	height: 110px;
}

.ban_r .lb_3 span {
	font-size: 18px;
	font-weight: bold;
}

.ban_r .lb_3 em {
	color: #f42b0b;
	margin-right: 10px;
	font-weight: normal;
	font-size: 20px;
	background-image: url(../img/1.png);
	background-size: 100% 100%;
	width: 20px;
	display: inline-block;
	height: 20px;
}

.ban_r .lb_3 p {
	margin-top: 15px;
	color: #999;
	line-height: 24px;
	font-size: 13px;
}

/*首屏最新文章*/
.ban_l .head_h {
	line-height: 43px;
	width: 100%;
	border-radius: 10px;
	text-indent: 60px;
	background: #f3f6f6 url(../img/head_h.png) no-repeat 20px;
}

.ban_l .new_rwap {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ban_l .new_rwap li {
	float: left;
	width: 19%;
}

.ban_l .new_rwap li:nth-child(2n) {
	float: right;
}

/*作文素材*/
.ban_mes {
	float: right;
	width: 300px;
	height: 464px;
	background: #fff;
	padding: 24px 20px;
}

.ban_mes .head_h {
	line-height: 45px;
	width: 100%;
	border-radius: 10px;
	text-indent: 60px;
	background: #f3f6f6 url(../img/head_h.png) no-repeat 20px;
}

.ban_mes li {
	position: relative;
	width: 50%;
}

.ban_mes li span {
	position: absolute;
	display: block;
	top: 14px;
	width: 18px;
	height: 18px;
	background: #35b1b8;
	left: 2px;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	text-align: center;
	line-height: 18px;
}

.ban_mes .lb_2 {
	padding-left: 30px;
}

.ban_mes_t {
	height: 76px;
	margin: 20px 0px;
}

.ban_mes_t .photo {
	width: 108px;
}

.ban_mes_t .photo img {
	width: 100%;
	height: 76px;
}

.ban_m_b {
	float: right;
	width: 170px;
}

.ban_m_b p {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 10px;
}

.ban_m_b span {
	font-size: 13px;
	color: #999;
}

.ban_m_b time {
	margin-left: 10px;
	font-size: 13px;
	color: #999;
}

.ban_wrap {
	width: 323px;
	border-left: 2px solid #f7f7f7;
	border-top: 2px solid #f7f7f7;
	box-sizing: border-box;
	float: left;
}

.ban_block {
	width: 107px;
	height: 93px;
	float: left;
	border-right: 2px solid #f7f7f7;
	border-bottom: 2px solid #f7f7f7;
	box-sizing: border-box;
	text-align: center;
}

.ban_block a {
	display: block;
	padding-top: 15px;
}

.ban_block span {
	margin-top: 5px;
	display: block;
	font-size: 13px;
}

.ban_block .icon {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background-size: 80%;
}
ul.ban_mes_b {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kuang {
    width: 80%;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.list {
    display: flex;
}
.list a {
    padding: 0 10px;
    color: #666666;
	text-align: center;
}
.head_h h3 {
    display: flex;
    align-items: center;
}










/* 11111111111111111111111111 *//* 11111111111111111111111111 *//* 11111111111111111111111111 */
/* 11111111111111111111111111 *//* 11111111111111111111111111 *//* 11111111111111111111111111 */
/* 11111111111111111111111111 *//* 11111111111111111111111111 *//* 11111111111111111111111111 */
/* 11111111111111111111111111 *//* 11111111111111111111111111 *//* 11111111111111111111111111 */

.logo {
    float: left;
    /* margin-top: 20px; */
}
.header_rwap .search1 {
    /* margin-top: 22px; */
    border-radius: 10px;
    float: right;
    border: 1px solid #e0e9e7;
    background: #f7f7f7;
    overflow: hidden;
}
.nav_com1 {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    background: #35b1b8;
}
.nav_com1 .nav_rwap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav_com1 .nav_rwap a {
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    padding: 0 10px!important;
    line-height: 50px!important;
    width: auto!important;
    border-bottom: none;
    font-size: 17px;
}
.lm_banner img {
    width: 100%;
    min-height: 224px;
}
.lm_banner {
    width: 368px;
    height: 224px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.lm_l, .lm_c {
    width: 368px;
    float: left;
    /* margin-right: 46px; */
}

.lm_nr {
    width: 788px;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lm_new:nth-child(3) {
    float: right;
}
.lm_new {
    margin-right: 0;
}
.jzw-lan-a {
    /*margin-top: 20px;*/
    overflow: hidden;
}
.jzw-lan-b {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    float: left;
    margin-right: 20px;
}
.jzw-la-c {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 20px 10px 20px;
    overflow: hidden;
}
.jzw-la-c2 {
    overflow: hidden;
}
.jzw-la-c2-a h4 {
    font-size: 20px;
    background: url(../img/5.png) no-repeat center left;
    background-size: 20px 20px;
    padding-left: 26px;
    color: #35b1b8;
}
.jzw-la-c2 ul {
    overflow: hidden;
    margin-top: 20px;
}
.jzw-la-c2 ul li {
    float: left;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    margin: 0 20px 10px 0;
}
.jzw-la-c2 ul li a {
    display: block;
    line-height: 30px;
    padding: 0 10px;
}



/* 2222222222222 *//* 2222222222222 *//* 2222222222222 *//* 2222222222222 *//* 2222222222222 */
/* 2222222222222 *//* 2222222222222 *//* 2222222222222 *//* 2222222222222 */
/* 2222222222222 */
/* 2222222222222 */
/* 2222222222222 */
/* 2222222222222 */

.con_l {
    width: 822px;
    padding: 26px;
    background: #fff;
    border-radius: 10px;
    float: left;
}
.list_bt {
    position: relative;
    padding-left: 30px;
}
.list_bt em {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 3px;
    color: #00c6dd;
    background-image: url(../img/7.png);
    background-size: 100% 100%;
    width: 20px;
    display: inline-block;
    height: 20px;
}
.list_ms .list_bt .title{text-align: center;margin: 20px;}
.list_ms .sub_title{text-align: center;}
.list_ms .sub_title span{margin:0 5px;    font-size: 14px;color: silver;}
.list_ms .ms_rwap{margin-bottom: 20px;line-height: 30px;clear: both;}
.list_ms .ms_rwap img{margin: 10px auto;max-width: 60%;display: block;}
.list_ms .fenleidaohang{width: 100%;    display: flex;flex-wrap: wrap;margin: 15px 0;}
.list_ms .fenleidaohang li{margin-bottom: 15px;margin-right: 15px;}
.list_ms .fenleidaohang li a{padding: 0.4rem 0.6rem;color: #333;border: 1px solid #45c7cf;border-radius: 5px;min-width: 45px;display: block;text-align: center;}
.list_ms .fenleidaohang li.active a{color: #FFF;background-color: #45c7cf;}
.list_ms .fenleidaohang li.colors a{color: #FFF;background-color: #45c7cf;}
.list_ms .fenleidaohang li a:hover{color: #FFF;background-color: #45c7cf;}
.f20 {
    font-size: 20px;
}
.bj_mt10 {
    margin-top: 10px;
}
.ms_rwap p {
    line-height: 30px;
}
.con_r {
    width: 300px;
    float: right;
}
.list_tu {
    margin-top: 26px;
}
.lm .ban_rwap .lm_l{
	margin-right: 46px;
}
.title_1 {
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    background: #f7f7f7;
    position: relative;
    padding: 7px 10px 7px 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-indent: 1em;
    width: 100%;
}
.list_tu .lb_tu1 {
    float: left;
    width: 32%;
}
.list_new .new_rwap {
    margin-top: 10px;
}

.list_itme {
    position: relative;
    line-height: 40px;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 0 100px 0 20px;
}
.list_itme:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #cbd9d9;
    border-radius: 10px;
    z-index: 2;
    top: 18px;
}
.list_itme .itme_bt {
    max-width: 550px;
    overflow: hidden;
    font-size: 16px;
    background-color: #fff;
    padding-right: 20px;
    position: absolute;
    z-index: 1;
}
.list_itme time {
    position: absolute;
    right: 0;
    background-color: #fff;
    color: #999;
    padding-left: 10px;
}
.list_itme:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px dashed #cbd9d9;
    width: 86%;
    top: 20px;
    z-index: 0;
}
.title_2 em {
    color: #f4410b;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    top: 16px;
    background-image: url(../img/6.png);
    background-size: 100% 100%;
    width: 20px;
    display: inline-block;
    height: 20px;
}






/* 33333333333333333333 *//* 33333333333333333333 *//* 33333333333333333333 */
/* 33333333333333333333 *//* 33333333333333333333 */
/* 33333333333333333333 *//* 33333333333333333333 *//* 33333333333333333333 *//* 33333333333333333333 */
/* 33333333333333333333 *//* 33333333333333333333 *//* 33333333333333333333 *//* 33333333333333333333 */
/* 33333333333333333333 *//* 33333333333333333333 */
.arc_header {
    height: 50px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}
.arc_header .logo {
    float: left;
    /* height: 30px; */
    /* margin-top: 10px; */
}
.arc_header .nav_com {
    float: left;
    margin-left: 40px;
    max-width: 80%;
    width: auto;
    background: none;
}
.arc_header .nav_com li {
    float: left;
}
.arc_header .nav_com li a {
    width: auto;
    color: #333;
    font-size: 15px;
    padding: 0 10px!important;
}
.gf_tousu {
    background: #2191f0;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    right: 0;
    top: 10px;
    position: absolute;
    padding: 0 10px;
}
.gf_tousu em {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 5px 5px 0 0;
}
.gf_tousu span {
    float: left;
    color: #fff;
}
.arc_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.arc_con .con_l {
    width: 800px;
    background: #fff;
    border-radius: 10px;
    padding: 0 26px 26px 26px;
    float: left;
    overflow: hidden;
}
.arc_con .ar_con {
    padding: 30px 0px 10px 0px;
    border-radius: 0 0 10px 10px;
}
.ar_title {
    margin-bottom: 20px;
}
.ar_title h1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}
.art_info {
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 30px;
}
.art_info span {
    font-size: 13px;
    color: #999;
	margin: 0 10px;
}
.arc_con .position {
    width: 100%;
    background: #f7f7f7;
}
.con_article {
    line-height: 30px;
    font-size: 16px;
}
#contentText p, #con_article div {
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
    margin-bottom: 12px;
    padding: 0;
    color: #000;
    word-break: break-all;
}
#contentText img{
	max-width: 90%;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
}
#contentText .huida{border: 1px solid #35b1b8;border-radius: 0.3rem;padding: 1.2rem  1rem;margin: 1rem;}
.arc_con .con_r {
    width: 300px;
    float: right;
}
.arc_con .hot_sou {
    background: #fff;
    padding: 20px 20px 10px 20px;
    width: 260px;
    border-radius: 10px;
}
.arc_con .hot_sou h2 {
    line-height: 40px;
    background: #f7f7f7;
    border-radius: 10px;
    font-size: 16px;
}
.arc_con .hot_sou h2 em {
    margin: 0 10px;
    color: #ff5c16;
    font-size: 20px;
	background-image: url(../img/1.png);
	background-size: 100% 100%;
	width: 20px;
	display: inline-block;
	height: 20px;
}
.arc_con .hot_sou ul {
    margin-top: 16px;
}
.arc_con .hot_sou li {
    position: relative;
    padding-left: 14px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.arc_con .hot_sou li:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    background: #e1e1e1;
    top: 13px;
    left: 0;
    border-radius: 100%;
}
.arc_con .hot_sou li a {
    line-height: 30px;
    height: 30px;
    position: relative;
    padding-right: 30px;
    float: left;
    max-width: 100%;
}
.arc_con .hot_sou li a::before {
    content: "热";
    position: absolute;
    height: 16px;
    width: 16px;
    color: rgb(255, 255, 255);
    top: 7px;
    right: 2px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    display: none;
    background: rgb(255, 72, 0);
    border-radius: 4px;
}
.arc_con .hot_sou li:nth-child(1) a:before, .hot_sou li:nth-child(2) a:before, .hot_sou li:nth-child(3) a:before, .hot_sou li:nth-child(4) a:before {
    display: block;
}
.arc_con .hot_sou li strong {
    color: #ff4800;
}
#contentText h2{
	font-size: 20px;
}

.header_rwap1 {
    height: 48px;
    margin-top: 40px;
}
.navigation_bar {
    background-color: #f7f7f7;
    border-bottom: 2px solid #dedede;
}
.navigation_bar .topp_item {
    width: 1200px;
    margin: 0 auto;
    height: 30px;
    color: #666666;
    font-size: 14px;
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.navigation_bar .topp_item .left {
    line-height: 30px;
}
.navigation_bar .topp_item .right {
    width: 85%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 1%;
    justify-content: flex-end;
}
.navigation_bar .topp_item .right .name {
    margin-right: 1.5%;
}
.hot_rwap .list {
    margin-top: 9px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
	height: 190px;
}
.hot_rwap .list .name {
    margin-top: 4px;
    /*width: 37px;*/
    height: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #cccccc;
}
.lm_lb_s {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}
.lm_lb_s li{
	width: 45%;
}
.lm_lb_s li a{
	color: red;
	min-width: 41px;
	max-width: 83px;
}
.lm_lb_s li a span{
	color: #000;
	text-indent: 0.5em;
	/*display: inline-block;*/
}
.lb_1_ {
    display: block;
    line-height: 30px;
    height: 30px;
    position: relative;
    padding-left: 10px;
    margin-top: 14px;
}
.new_rwap1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new_rwap1 .new_rwap2 {
    float: left;
    width: 26%;
}
.new_rwap2 a span{
	/*float: right;*/
	color: #000;
	padding-left: 10px;
}
.new_rwap2 a {
	float: left;
	/*display: flex;*/
	/*flex-direction: row;*/
	/*flex-wrap: wrap;*/
	/*justify-content: space-between;*/
	/*width: 100%;*/
	padding-bottom: 15px;
	color: red;
	min-width: 50px;
}
.jzw-rel {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 8px;
    /* padding: 20px 20px 0 20px; */
    overflow: hidden;
}
.jzw-rel-a {
    overflow: hidden;
    border-radius: 8px;
    align-items: center;
}
.jzw-rel-a h4 {
    font-size: 20px;
    background-size: 24px 23px;
    line-height: 24px;
    position: relative;
    float: left;
    padding-bottom: 10px;
}
.jzw-rel .jzw-rel-a a{
	float: right;
	color: #bcbcbc;
}


.con_article .con_tags {
	margin: 20px 0 0;
}
.con_article .con_tags span {
	color: #35b1b8;
}
.con_article .con_xiangguan h2 {
	font-size: 20px;
}
.con_article .btn_chakan {
	width: 202px;
	height: 44px;
	border: 1px solid #35b1b8;
	border-radius: 5px;
	line-height: 44px;
	text-align: center;
	color: #35b1b8;
	font-size: 18px;
	margin: 20px auto;
	text-indent: 0!important;
}
.con_article .answer-list {
	background-color: #f7f7f7;
	padding: 10px;
	text-align: center;
	display: none;
	font-size: 20px;
	font-weight: bold;
	text-indent: 0!important;
	margin: 20px auto;
}

.yuwen-art-c1 {
	margin: 30px 0 10px 0;
	display: flex;
	justify-content: space-between;
}

.yuwen-art-c1 span {
	max-width: 400px;
	display: flex;
}

.yuwen-art-c1 em {
	font-weight: bold;
	display: block;
	float: left;
	width: 64px;
}

.yuwen-art-c1 a {
	max-width: 330px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	float: left;
}




.jzw-rel-b {
    overflow: hidden;
}
.jzw-rel-b ul li {
    width: 48%;
    /* margin: 20px 20px 20px 0; */
    overflow: hidden;
    float: left;
}
.jzw-rel-b ul li a img {
    width: 153px;
    height: 95px;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}
.jzw-rel-b ul li a span {
    padding-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 220px;
    font-size: 18px;
    font-weight: bold;
}
.jzw-rel-b ul li a em {
    display: block;
    padding-top: 10px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}
.jzw-rel-c li {
    width: 48%;
    float: left;
    margin: 0px 10px 20px 0;
    overflow: hidden;
}
.jzw-rel-c li a {
    font-size: 16px;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    line-height: 20px;
}
.jzw-rel-b ul{	
	display: flex;	
	flex-direction: row;	
	flex-wrap: wrap;	
	justify-content: space-between;
}


/*切换*/
.qiehuanxuanze .colors{
	color: #35b1b8;
}
.qiehuanxuanzhong .block {
	display: block!important;
}
.qiehuanxuanzhong .qiehuanxuanzhongxj {
	display: none;
}
.qiehuanxuanzhong .qiehuanxuanzhongxj ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.qiehuanxuanzhong .qiehuanxuanzhongxj ul li{
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	width: 23%;
}


/*翻译*/
.fanyi {
	width: 1200px;
	margin: 20px auto 0;
}
.fanyi .fanyi_list {
	width: 1200px;
	margin: 25px auto 0;
	max-height: 500px;
	overflow: hidden;
}
.fanyi .list {
	display: unset;
}
.fanyi .fanyi_list .left {
	width: 870px;
	float: left;
	justify-content: space-between;
}
.fanyi .fanyi_list .left .item_list_n {
	width: 815px;
}
.fanyi .TransContent {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.fanyi .fanyi_list .left .item_list_n .list input {
	height: 25px;
}
.fanyi .dvPageContent .TranslateButton {
	display: inline-block;
	text-align: center;
	margin: 0px 4px 0px 4px;
	border: solid 1px #35b1b8;
	padding: 3px 10px 3px 10px;
	white-space: nowrap;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	background-color: #35b1b8;
	background-repeat: no-repeat;
	background-position: 10px;
	border-radius: 5px;
}
.fanyi .InputTextHtmlCell, .OutputTextHtmlCell {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 98%;
}
.fanyi .InstText{
	padding: 15px 0;
}


.fanyi .fanyi_list .right {
	width: 300px;
	float: right;
}
.fanyi .right .right_y-title .name {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #35b1b8;
}
.fanyi .right_x_list {
	margin-top: 14px;
}
.fanyi .right_x_list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20.4px;
}
.fanyi .right_x_list .item:nth-child(1) .tip {
	background-color: #ff3300;
}
.fanyi .right_x_list .item:nth-child(2) .tip {
	background-color: #ff6600;
}
.fanyi .right_x_list .item:nth-child(3) .tip {
	background-color: #ff9900;
}
.fanyi .right_x_list .item .tip {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background-color: #999999;
	border-radius: 5px;
}
.fanyi .right_x_list .item .name {
	width: 250px;
	font-size: 16px;
	margin-left: 10px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.conh2{padding-bottom: 0!important;text-indent: 0!important;}
.conh2:before {content: '';vertical-align: middle;border-left: 15px solid #ff1515;padding-left: 10px;}



/*字典/组词开始*/

::-webkit-input-placeholder {
	color: #a3abb8;
}
:-moz-placeholder {
	color: #a3abb8;
}
::-moz-placeholder {
	color: #a3abb8;
}
:-ms-input-placeholder {
	color: #a3abb8;
}

.item_subject .top_yeqian {
	width: 1200px;
	margin: 10px auto;
	font-size: 14px;
	color: #999999;
	display: flex;
	align-items: center;
}
.item_subject .top_yeqian .list {
	display: flex;
	align-items: center;
}
.item_subject .top_yeqian .list:hover a {
	color: #35b1b8;
}
.item_subject .top_yeqian .list a {
	font-size: 14px;
	color: #999999;
}
.item_subject .top_yeqian .list .span {
	margin: 0 9px;
	font-size: 14px;
	color: #999999;
}
.item_subject .top_yeqian .list:nth-child(1) {
	margin-left: 7px;
}
.item_subject .top_yeqian .list:nth-last-child(1) .span {
	display: none;
}
.bottom_list {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	margin-top: 20px;
	font-size: 12px;
	/*background-color: #ffffff;*/
}
.bottom_list .list {
	display: flex;
	align-items: center;
}
.bottom_list .list .name {
	width: 34px;
	height: 28px;
	border: 1px solid #cccccc;
	margin-left: 5px;
	text-align: center;
	line-height: 28px;
}
.bottom_list .list .name a {
	display: block;
}
.bottom_list .list .active {
	background-color: #35b1b8;
}
.bottom_list .list .active a {
	color: #ffffff;
}
.bottom_list .previous_page,
.bottom_list .next_page {
	height: 28px;
	width: 60px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #cccccc;
}
.bottom_list .next_page {
	margin-left: 5px;
}
.cha_page_centent {
	width: 1200px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}
.cha_page_centent .left {
	width: 842px;
}
.cha_page_centent .left .item_top .tab_title {
	border-bottom: 2px solid #35b1b8;
	display: flex;
	align-items: flex-end;
}
.cha_page_centent .left .item_top .tab_title .name {
	width: 126px;
	height: 35px;
	border-radius: 10px 10px 0 0;
	margin-right: 20px;
	padding: 3px 3px 0 3px;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	font-size: 18px;
}
.cha_page_centent .left .item_top .tab_title .name:nth-child(1) {
	background: #ef5942;
}
.cha_page_centent .left .item_top .tab_title .name:nth-child(2) {
	background-color: #f8ab29;
}
.cha_page_centent .left .item_top .tab_title .name:nth-child(3) {
	background-color: #36a4d6;
}
.cha_page_centent .left .item_top .tab_title .name a {
	display: block;
	color: #ffffff;
	border-radius: 10px 10px 0 0;
	border: 1px dashed #ffffff;
	border-bottom: none;
}
.cha_page_centent .left .item_top .tab_title .active {
	height: 44px;
	line-height: 44px;
	transition: all 0.5s;
}
.cha_page_centent .left .item_top .list {
	border: 1px solid #cccccc;
	padding: 9px 5px 19px 15px;
	display: block;
}
.cha_page_centent .left .item_top .list .name {
	border: 1px solid #cccccc;
	border-radius: 3px;
	margin-right: 10px;
	padding: 5px 10px;
	margin-top: 10px;
	display: inline-block;
}
.cha_page_centent .left .item_top .list .name a {
	color: #cf0f19;
}
.cha_page_centent .left .item_top .list .name:hover {
	background-color: #35b1b8;
	color: #ffffff;
	border: 1px solid #cf0f19;
}
.cha_page_centent .left .item_top .list .name:hover a {
	color: #ffffff;
	display: block;
}
.cha_page_centent .left .bgcolor_bor {
	position: relative;
	border-left: 1px solid #35b1b8;
	border-top: 8px solid #35b1b8;
	border-right: 12px solid #35b1b8;
	border-bottom: 16px solid #35b1b8;
	border-radius: 0 5px 5px 0;
	margin-top: 20px;
	padding: 40px 40px 50px 40px;
}
.cha_page_centent .left .bgcolor_bor .tab_list {
	padding-bottom: 18px;
	border-bottom: 1px solid #cccccc;
	margin-top: 20px;
}
.cha_page_centent .left .bgcolor_bor .tab_list .divtitle {
	position: relative;
}
.cha_page_centent .left .bgcolor_bor .tab_list .divtitle .title {
	background-color: #35b1b8;
	font-size: 18px;
	border-radius: 5px;
	padding: 6px 3px;
	color: #ffffff;
}
.cha_page_centent .left .bgcolor_bor .tab_list .divtitle .title .span {
	padding: 3px 10px;
	color: #ffffff;
	border-radius: 5px;
	border: 1px dashed #fff;
	display: unset;
	position: unset;
	z-index: unset;
	background: unset;
	bottom: unset;
	left: unset;
	right: unset;
}
.cha_page_centent .left .bgcolor_bor .tab_list .tab_item_list {
	padding-top: 7px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.cha_page_centent .left .bgcolor_bor .tab_list .tab_item_list .name {
	width: 70px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-right: 12px;
	margin-top: 12px;
	border-radius: 5px;
	background-color: #f4f4f4;
}
.cha_page_centent .left .bgcolor_bor .tab_list .tab_item_list .name a {
	display: block;
	border-radius: 5px;
}
.cha_page_centent .left .bgcolor_bor .tab_list .tab_item_list .name a:hover {
	background-color: #cf0f19;
	color: #ffffff;
}
.cha_page_centent .left .bgcolor_bor .bg_imagx {
	width: 55px;
	height: 100%;
	position: absolute;
	left: -28px;
	top: 0;
	z-index: 10;
	background-image: url(../img/sss_20210107150008.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.cha_page_centent .right {
	width: 300px;
}
.cha_page_centent .right .right_list {
	padding: 10px 0px 10px 15px;
	border: 1px solid #cccccc;
}
.cha_page_centent .right .right_list .title {
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	margin-right: 15px;
}
.cha_page_centent .right .right_list .title span {
	border-bottom: 2px solid #35b1b8;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
.cha_page_centent .right .right_list .list {
	margin-top: 9px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cha_page_centent .right .right_list .list .name {
	margin-top: 10px;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #cccccc;
}
.cha_page_centent .right .right_list .list .name a {
	display: block;
	height: 35px;
	border-radius: 5px;
}
.cha_page_centent .right .right_list .list .name a:hover {
	background-color: #35b1b8;
	color: #ffffff;
	border: none;
}
.item_deitls .top_navigation .title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.item_deitls .top_navigation .notes_text {
	padding: 12px 18px;
	background-color: #efefef;
	text-align: left;
	margin-top: 15px;
}
.item_deitls .ul .list {
	margin-top: 20px;
	display:block;
}
.item_deitls .ul .list .title {
	width: 190px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #35b1b8;
	font-size: 18px;
	color: #ffffff;
}
.item_deitls .ul .list .title a {
	color: #ffffff;
	display: block;
}
.item_deitls .ul .list .item_ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.item_deitls .ul .list .item_ul .name {
	width: 32%;
	height: 150px;
	background-color: #efefef;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1.5%;
	margin-top: 14px;
}
.item_deitls .ul .list .item_ul .name:nth-child(3n) {
	margin-right: 0;
}
.item_deitls .ul .list .item_ul .name .text_left {
	background-color: #fff;
}
.item_deitls .ul .list .item_ul .name .text_left .new_small {
	width: 88px;
	height: 88px;
	position: relative;
	z-index: 10;
}
.item_deitls .ul .list .item_ul .name .text_left .text {
	text-align: center;
	height: 28px;
	line-height: 28px;
	position: relative;
	border: 1px solid #666666;
	border-bottom: 0;
	z-index: 99;
}
.item_deitls .ul .list .item_ul .name .text_left .text::after {
	content: '';
	width: 100%;
	border-bottom: 2px dashed #cccccc;
	position: absolute;
	left: 0;
	top: 33%;
	z-index: -1;
}
.item_deitls .ul .list .item_ul .name .text_left .text::before {
	content: '';
	width: 100%;
	border-bottom: 2px dashed #cccccc;
	position: absolute;
	left: 0;
	top: 66%;
	z-index: -1;
}
.item_deitls .ul .list .item_ul .name .text_right {
	margin-left: 10px;
	width: 150px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
}
.item_deitls .ul .list .item_ul .name .text_right .text {
	color: #f77f00;
	text-align: center;
	width: 74px;
	height: 38px;
	line-height: 38px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.item_deitls .ul .list .item_ul .name .text_right .text a {
	color: #f77f00;
}
.item_deitls .ul .list .item_ul .name .text_right .text a:hover {
	color: #35b1b8;
}
.small_nanex {
	width: 80px;
	height: 80px;
	text-align: center;
	border: 1px solid #666666;
	position: relative;
	z-index: 100;
	font-size: 55.45px;
}
.small_nanex .span_text {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 90;
	height: 100%;
	font-family: "Microsoft YaHei";
}
.small_nanex .span_text:hover {
	background-color: #eee;
}
.small_nanex .span_text a {
	display: block;
	width: 100%;
	font-size: 55.45px;
}
.small_nanex .hover_wet {
	height: auto;
}
.small_nanex .hover_wet:hover {
	background-color: transparent;
}
.small_nanex::after {
	content: '';
	height: 1px;
	width: 100%;
	border-bottom: 1px dashed #cccccc;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
}
.small_nanex::before {
	content: '';
	width: 1px;
	height: 100%;
	border-right: 1px dashed #cccccc;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
}
.zi_details {
	padding: 20px 0 20px;
}
.zi_details .title {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
}
.zi_details .top_item_li {
	padding: 30px 0px 10px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.zi_details .top_item_li .plleft_l {
	width: 30%;
	display: flex;
	align-items: flex-end;
}
.zi_details .top_item_li .plleft_l .new_li {
	width: 180px;
	height: 180px;
	position: relative;
	margin-right: 40px;
	z-index: 1;
}
.zi_details .top_item_li .plleft_l .new_li .new_spText {
	font-size: 130px;
	line-height: 180px;
}
.zi_details .top_item_li .plleft_l .new_li .btn_icon {
	font-size: 30px;
	position: absolute;
	right: -12px;
	top: -12px;
	z-index: 1300;
	background-color: #ffffff;
}
.zi_details .top_item_li .plleft_l .new_li .btn_icon .icon {
	color: #35b1b8;
	font-size: 30px;
	width: unset;
	height: unset;
	display: unset;
	position: unset;
	left: unset;
	top: unset;
}
.zi_details .top_item_li .plleft_l .new_li .btn_icon .icon:hover {
	cursor: pointer;
}
.zi_details .top_item_li .plleft_l .zi_ptans:nth-child(2) {
	margin-left: 20px;
}
.zi_details .top_item_li .plleft_l .zi_ptans .text_bname {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.zi_details .top_item_li .plleft_l .zi_ptans .bushou_item {
	position: relative;
	width: 100px;
	height: 100px;
	font-size: 80px;
	padding-bottom: 3px;
}
.zi_details .top_item_li .plleft_l .zi_ptans .bushou_item .btn_icon {
	font-size: 18px;
	position: absolute;
	right: -12px;
	top: -12px;
	z-index: 1300;
	background-color: #ffffff;
}
.zi_details .top_item_li .plleft_l .zi_ptans .bushou_item .btn_icon .icon {
	color: #35b1b8;
	font-size: 18px;
}
.zi_details .top_item_li .plleft_l .zi_ptans .bushou_item .btn_icon .icon:hover {
	cursor: pointer;
}
.zi_details .top_item_li .plleft_l .zi_ptans .wubi_list {
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	padding: 0 3px;
	text-align: center;
	border: 1px dashed #ccc;
}
.zi_details .top_item_li .item_right {
	width: 70%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.zi_details .top_item_li .item_right .cent_ents {
	display: flex;
	flex-wrap: wrap;
}
.zi_details .top_item_li .item_right .cent_ents .name {
	width: 49.82%;
	font-size: 16px;
	display: flex;
	align-items: center;
	line-height: 30px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.zi_details .top_item_li .item_right .cent_ents .name .span {
	background-color: #f7f7f7;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-right: 1px solid #ccc;
	margin-right: 10px;
	display: unset;
	position: unset;
	z-index: unset;
	background: unset;
	color: unset;
	bottom: unset;
	left: unset;
	right: unset;
	padding:unset;
}
.zi_details .top_item_li .item_right .cent_ents .name .btn_auto {
	color: #35b1b8;
	font-size: 18px;
	margin: 0 20px 0 5px;
	width: unset;
	height: unset;
	display: unset;
	position: unset;
	left: unset;
	top: unset;
}
.zi_details .top_item_li .item_right .cent_ents .name .btn_auto:hover {
	cursor: pointer;
}
.zi_details .top_item_li .item_right .cent_ents .newName {
	width: 99.8%;
}
.zi_details .zi_fenlei {
	padding: 0 20px 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-image: url(../img/line20210107175936.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.zi_details .zi_fenlei span {
	font-size: 18px;
	width: 20%;
	margin-top: 20px;
}
.zi_details .zi_fenlei span:hover {
	cursor: pointer;
}
.zi_details .zi_fenlei span:hover a {
	color: #35b1b8;
}
.zi_details .new_zi_fenlei {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	display: flex;
	margin-top: 20px;
}
.zi_details .new_zi_fenlei .lyspan {
	width: 20%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background-color: #f7f7f7;
	border-right: 1px solid #ccc;
	display: unset;
	position: unset;
	z-index: unset;
	background: unset;
	color: unset;
	bottom: unset;
	left: unset;
	right: unset;
	padding:unset;
}
.zi_details .new_zi_fenlei .lyspan:hover {
	cursor: pointer;
}
.zi_details .new_zi_fenlei .active {
	background-color: #35b1b8;
	border: none;
	color: #ffffff;
	text-align: center;
}
.zi_details .item_tabList {
	margin-top: 20px;
}
.zi_details .item_tabList .tab_container .tab_hide {
	display: none;
}
.zi_details .item_tabList .tab_container .tab_display {
	display: block;
}
.zi_details .zi_introduce {
	padding: 20px;
	border-bottom: 1px dashed #cccccc;
}
.zi_details .zi_introduce:nth-last-child(1) {
	padding-bottom: 0;
	border: none;
}
.zi_details > .time {
	font-size: 14px;
	padding: 9.9975px;
	text-align: center;
	color: #999999;
}
.zi_details .zi_introduce ul li h2{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1rem 0;
}
.zi_details .zi_introduce ul li{
	line-height: 30px;
}
.zi_details .zi_introduce .zi_title {
	font-size: 18px;
	font-weight: bold;
}
.zi_details .zi_introduce .ul_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.zi_details .zi_introduce .ul_list li {
	width: 25%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: left;
}
.zi_details .zi_introduce .ul_list li a:hover {
	color: #35b1b8;
}
.zi_details .zi_introduce .ul_list .bihua_name {
	color: #cf0f19;
	margin-right: 30px;
	padding: 10px 0;
}
.zi_details .zi_introduce .ul_list .bihua_name svg {
	width: 30px;
	height: 30px;
}
.zi_details .zi_introduce .ul_tab li,
.zi_details .zi_introduce .ol_list li {
	margin-top: 16px;
}
.zi_details .zi_introduce .ul_tab li:nth-child(1),
.zi_details .zi_introduce .ol_list li:nth-child(1) {
	margin-top: 0;
}
.zi_details .zi_introduce .ol_list li a:hover {
	color: #35b1b8;
}
.zi_details .zi_introduce .fontClass {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zi_details .zi_introduce .fontClass .btn_more {
	line-height: 30px;
}
.zi_details .zi_introduce .fontClass .btn_more a {
	color: #999999;
}
.zi_details .zi_introduce .fontClass .btn_more a:hover {
	color: #35b1b8;
}
.zi_details .zi_introduce .zi_itemList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.zi_details .zi_introduce .zi_itemList li {
	width: 20%;
	line-height: 30px;
}
.zi_details .zi_introduce .zi_itemList li a:hover {
	color: #35b1b8;
}
.zi_details .new_introds {
	border-top: 1px dashed #ccc;
	margin-top: 20px;
	padding: 20px 0 0 0;
}
.zi_details .new_introds .newtableList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
}
.zi_details .new_introds .newtableList li {
	width: 24.85%;
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.zi_details .new_introds .newtableList li:nth-child(1) {
	border-left: 1px solid #ccc;
}
.zi_details .new_introds .newtableList li:nth-child(5) {
	border-left: 1px solid #ccc;
}
.zi_details .new_introds .newtableList li .span {
	width: 102px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #f7f7f7;
	margin-right: 10px;
	border-right: 1px solid #ccc;
	display: unset;
	position: unset;
	z-index: unset;
	background: unset;
	color: unset;
	bottom: unset;
	left: unset;
	right: unset;
	padding:unset;
}
.zi_details .stroke_order {
	display: flex;
	flex-wrap: wrap;
}
.zi_details .stroke_order li {
	width: 102px;
	margin-right: 20px;
	margin-top: 14px;
}
.zi_details .stroke_order li .new_stroke {
	width: 102px;
	height: 102px;
	line-height: 102px;
	font-size: 75px;
	border-bottom: none;
}
.zi_details .stroke_order li .stroke_text {
	border: 1px solid #666666;
	border-top: none;
	text-align: center;
	height: 30px;
	width: 102px;
	line-height: 30px;
	background-color: #f9c9c5;
}
.newtongyin_details {
	border-top: 2px solid #35b1b8;
}
.newtongyin_details .title {
	font-weight: bold;
}
.pl_item_list {
	border: 1px solid #cccccc;
	margin-top: 20px;
}
.pl_item_list .title {
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*background-color: #f3f3f3;*/
	border-bottom: 1px solid #cccccc;
}
.pl_item_list .title .name {
	font-size: 20px;
	font-weight: bold;
}
.pl_item_list .title .name span {
	color: #35b1b8;
}
.pl_item_list .title .btn_more a {
	color: #999999;
}
.pl_item_list .title .btn_more a:hover {
	color: #35b1b8;
}
.pl_item_list .newtongyin_Tab {
	width: 95%;
	padding: 0;
	margin: 0 auto;
	/*background-color: #fff;*/
	border-bottom: 1px solid #ccc;
}
.pl_item_list .newtongyin_Tab .newtongyin_name {
	border-bottom: 2px solid #35b1b8;
}
.pl_item_list .pl_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.pl_item_list .pl_list {
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
}
.pl_item_list .pl_list .name {
	width: 15.625%;
	line-height: 33px;
	height: 33px;
	overflow: hidden;
	text-align: left;
	padding-right: 1%;
}
.pl_item_list .pl_list .name a {
	height: 33px;
	display: inline-block;
	overflow: hidden;
}
.pl_item_list .pl_list .name a:hover {
	color: #35b1b8;
	text-decoration: underline;
}
.pl_item_list .pl_list .name:nth-child(6n) {
	width: 16.66666667%;
	padding-right: 0;
}
.pl_item_list .pl_list .tongyinName {
	margin-right: 1.5%;
	line-height: 35px;
	margin-top: 10px;
	height: 35px;
	text-align: center;
	width: 35px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.pl_item_list .pl_list .tongyinName:hover {
	background-color: #35b1b8;
}
.pl_item_list .pl_list .tongyinName:hover a {
	display: block;
	color: #fff;
}
.pl_item_list .newplList {
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
}
.pl_item_list .newplList .name {
	width: 18.97533207%;
	line-height: 33px;
	height: 33px;
	overflow: hidden;
	text-align: left;
	padding-right: 1%;
}
.pl_item_list .newplList .name a {
	display: block;
	height: 33px;
	overflow: hidden;
}
.pl_item_list .newplList .name a:hover {
	color: #35b1b8;
	text-decoration: none;
}
.pl_item_list .newplList .name:nth-child(5n) {
	width: 20%;
	padding-right: 0;
}
.newboder_list .title {
	/*background-color: #fff;*/
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.newboder_list .title .name {
	border-bottom: 2px solid #35b1b8;
}
.new_pl_item_list {
	margin-top: 0;
}


.player_audio {
	display: none;
}
.mb20 {
	margin-bottom: 20px;
}




.currency_list {
	width: 870px;
	margin-top: 15px;
}
.currency_list .currency_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.currency_list .currency_title .name {
	padding-bottom: 9px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #35b1b8;
}
.currency_list .list {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.currency_list .list .new_fen {
	height: 240px;
	position: relative;
	box-sizing: border-box;
	margin-left: 0 !important;
	padding: 20px 0;
}
.currency_list .list .new_fen .swiper-newtran{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 1000;
	background-color: #4b2929fa;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.currency_list .list .new_fen .swiper-newtran .swiper-button-next
{
	width: 15px;
	height: 20px;
	left: 50%;
	top: 33px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%) rotate(-90deg);
}
.currency_list .list .new_fen .swiper-button-prev{
	transform: rotate(-90deg);
	width: 15px;
	height: 20px;
	left: 35px;
	top: 20px !important;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.currency_list .list .new_fen .swiper-newtranprev {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 1000;
	background-color: #4b2929fa;
}
.currency_list .list .new_fen .swiper-newtranprev .swiper-button-prev {
	width: 15px;
	height: 20px;
	top: 32px !important;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%) rotate(-90deg);
	left: 50%;
}
.currency_list .list .left_title {
	width: 100px;
	border-top: 1px solid #ccc;
}
.currency_list .list .left_title .name {
	border: 1px solid #ccc;
	border-top: none;
	height: 39px!important;
	line-height: 39px;
	width: 90px;
	padding: 0 5px;
	color: #000;
	overflow: hidden;
	text-align: center;
	background-color: #f7f7f7;
}
.currency_list .list .left_title .active {
	background-color: #35b1b8;
	color: #fff;
	border: 1px solid #35b1b8;
	border-top: none;
}
.currency_list .list .left_title .active a {
	color: #fff;
}
.currency_list .list .lista {
	display: inline-block;
}
.lista {
	margin-right: 15px;
	line-height: 30px;
	border: 1px solid #ccc;
	padding: 3px 5px;
	border-radius: 5px;
	margin-top: 5px;
}
.lista:hover {
	background-color: #35b1b8;
	color: #fff;
}
.currency_list .gallery_right {
	width: 760px;
	height: 240px;
	overflow-y: scroll;
}
.currency_list .gallery_right::-webkit-scrollbar {
	width: 0px;

	height: 0px;

}
.currency_list .gallery-top10 .swiper-slide {
	display: none;
}
.currency_list .gallery-top10 .swiperShow {
	display: block;
}





.shishi_time{font-size: 16px;padding: 10px;text-align: center;}

.item_subject {
	width: 100%;
	display: flex;
}





.swarp_centent {
	width: 1200px;
	margin: 11px auto 0;
	clear: both;
}
.swarp_centent .item_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.swarp_centent .item_list .title {
	font-size: 20px;
	padding: 5px 10px;
	line-height: 33px;
	color: #cf0f19;
	margin-top: 9px;
}
.swarp_centent .item_list .name {
	padding: 6px 13px;
	margin-top: 9px;
	border: 2px solid #e5e5e5;
	margin-right: 7px;
}

.recommend_list {
	width: 1200px;
	margin: 25px auto 0;
	max-height: 410px;
	overflow: hidden;
}
.new_recommend_list {
	max-height: 495px;
}
.recommend_list .left {
	width: 870px;
	float: left;
	display: flex;
	justify-content: space-between;
}
.item_lun {
	width: 361px;
}
.item_lun .swiper_image {
	width: 100%;
	height: 212px;
	position: relative;
	z-index: 10;
}
.item_lun .swiper_image .slide_img {
	width: 100%;
	height: 212px;
}
.item_lun .swiper_image img {
	width: 100%;
	height: 100%;
}
.item_lun .swiper_image .bottom_text {
	width: 96%;
	height: 37px;
	background-color: rgba(100, 92, 87, 0.6);
	padding: 0 2%;
	line-height: 37px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1200;
}
.boutique {
	border: 0;
	padding: 0;
	margin-top: 15px;
	overflow: hidden;
}
.boutique .title {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #000000;
}
.boutique .title .cen_icon {
	font-size: 24px;
	color: #f77f00;
	margin-right: 10px;
	width: unset;
	height: unset;
	display: unset;
	position: unset;
	left: unset;
	top: unset;
}
.boutique .listl {
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	margin-top: 2px;
	/* display: flex; */
}

.boutique .new_list1 {
	height: 33px;
	line-height: 33px;
}
.boutique .listl .tip {
	white-space: nowrap;
	color: #cf0f19;
}
.boutique .listl > div {
	display: inline;
}
.boutique .listl .tip a {
	max-width: 80%;
	color: #35b1b8;
}
.boutique .listl .lname {
	margin-left: 6px;
}
.boutique .listl .lname a {
	color: #333333;
}
.recommend_list .left .today_item {
	width: 480px;
}
.recommend_list .left .today_item .title {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #000000;
}
.recommend_list .left .today_item .title .cen_icon {
	font-size: 18px;
	color: #f77f00;
	margin-right: 10px;
	width: unset;
	height: unset;
	display: unset;
	position: unset;
	left: unset;
	top: unset;
}
.recommend_list .left .today_item .item_cen {
	margin-top: 10px;
}
.recommend_list .left .today_item .item_cen .title_l {
	font-size: 24px;
	line-height: 33px;
	text-align: center;
}
.recommend_list .left .today_item .item_cen .centents {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	text-indent: 2em;
	margin-top: 10px;
	height: 84px;
	overflow: hidden;
}
.recommend_list .left .today_item .item_list_n {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
	padding-top: 10px;
}
.recommend_list .left .today_item .item_list_n .list {
	width: 230px;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
}
.recommend_list .left .today_item .item_list_n .newlist12 {
	height: 32px;
	line-height: 32px;
	word-break: break-all;
}
.recommend_list .left .today_item .item_list_n .list > div {
	display: inline;
}
.recommend_list .left .today_item .item_list_n .list .tip a {
	color: #35b1b8;
	display: inline-block;
}
.recommend_list .left .today_item .item_list_n .list .name {
	margin-left: 6px;
	line-height: 33px;
	overflow: hidden;
}
.recommend_list .left .today_item .item_list_n .list .name a {
	max-height: 33px;
	color: #333333;
}
.recommend_list .right {
	width: 300px;
	float: right;
}
.recommend_list .right .title {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #000000;
}
.recommend_list .right .title .cen_icon {
	font-size: 24px;
	color: #f77f00;
	margin-right: 10px;
	width: unset;
	height: unset;
	display: unset;
	position: unset;
	left: unset;
	top: unset;
}
.recommend_list .right .btn_image {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.recommend_list .right .btn_image .list {
	width: 48%;
}
.recommend_list .right .btn_image .list .image {
	width: 100%;
	height: 99px;
	position: relative;
	overflow: hidden;
}
.recommend_list .right .btn_image .list .image img {
	width: 100%;
	height: 100%;
}
.image img {
	display: block;
	transition: all .5s;
}
.recommend_list .right .btn_image .list .text {
	height: 33px;
	line-height: 33px;
	padding: 0 5px;
	text-align: center;
	overflow: hidden;
	background-color: #eaeaea;
}
.right_x_list {
	margin-top: 14px;
}
.right_x_list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10.4px;
}
.right_x_list .item:nth-child(1) {
	margin-top: 0;
}
.right_x_list .item .tip {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background-color: #999999;
}
.right_x_list .item > div {
	display: inline;
}
.right_x_list .item:nth-child(1) .tip {
	background-color: #ff3300;
}
.right_x_list .item .name {
	width: 250px;
	font-size: 16px;
	margin-left: 10px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right_x_list .item .name a {
	width: 250px;
	color: #333333;
}
.swarp_item {
	height: 497px;
	overflow: hidden;
}
.swarp_item {
	width: 1200px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}
.swarp_item .left {
	width: 870px;
}
.swarp_item .left .left_top {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #cfcfcf;
}
.swarp_item .left .left_top .swarp_title {
	display: flex;
	align-items: center;
}
.swarp_item .left .left_top .swarp_title .name {
	font-size: 16px;
	color: #666666;
	margin-right: 15px;
	padding-bottom: 9px;
	text-align: left;
}
.swarp_item .left .left_top .swarp_title .active {
	font-size: 24px;
	color: #35b1b8;
	border-bottom: 3px solid #35b1b8;
	padding-bottom: 8px;
}
.swarp_item .left .left_top .swarp_title .active a {
	font-weight: bold;
	color: #35b1b8;
}
.swarp_item .left .left_top .more {
	margin-top: 5px;
	color: #666666;
}
.swarp_item .left .swarp_information {
	margin-top: 18px;
}
.swarp_item .left .swarp_information .serp_title {
	display: flex;
	justify-content: space-between;
}
.swarp_item .left .swarp_information .serp_title .image {
	margin-right: 20px;
	width: 270px;
	height: 180px;
}
.swarp_item .left .swarp_information .serp_title .itemCen {
	flex: 1;
	min-width: 580px;
}
.swarp_item .left .swarp_information .serp_title .itemCen .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 33px;
	word-break: break-all;
}
.dwwo-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swarp_item .left .swarp_information .serp_title .itemCen .item_introduce {
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	word-break: break-all;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst {
	margin-top: 10px;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst .btn_fullText {
	margin-top: 2px;
	padding: 3px 0px 3px 10px;
	background-color: #35b1b8;
	text-align: center;
	float: right;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst .btn_fullText a {
	color: #ffffff;
	display: block;
}
.swarp_item .right {
	width: 300px;
}
.swarp_item .right .right_y-title {
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.swarp_item .right .right_y-title .name {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #35b1b8;
}
.right_x_list {
	margin-top: 14px;
}
.swarp_item .left .swarp_information .item_list {
	margin-top: 4px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: none;
}
.swarp_item .left .swarp_information .item_list .list {
	width: 425px;
	padding: 14px 0;
	display: flex;
	border-bottom: 1px dashed #cccccc;
}
.swarp_item .left .swarp_information .item_list .list .list_left {
	width: 306px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.swarp_item .left .swarp_information .item_list .list .list_left .notes, .swarp_item .left .swarp_information .item_list .list .list_left .notes a {
	color: #35b1b8;
}
.swarp_item .left .swarp_information .item_list .list .list_left .new_name {
	margin-left: 10px;
}
.swarp_item .left .swarp_information .item_list .list .list_left > div {
	display: inline;
}
.right_x_list .item:nth-child(2) .tip {
	background-color: #ff6600;
}
.right_x_list .item:nth-child(3) .tip {
	background-color: #ff9900;
}
.pl_item_list .text-cent .imgs img {
	margin: 0 auto;
	display: block;
	width: 100%;
}
.pl_item_list .text-cent .pinyin {
	text-align: center;
	margin-top: 20px;
	color: #35b1b8;
	position: relative;
}
.newpin_list {
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
}
.newpin_list .pin_title {
	font-weight: bold;
}
.new_item_list {
	padding: 20px;
}
.new_item_list .list {
	display: flex;
	margin-top: 10px;
	align-items: center;
}
.small_nanex {
	width: 80px;
	height: 80px;
	text-align: center;
	border: 1px solid #666666;
	position: relative;
	z-index: 100;
	font-size: 55.45px;
}
.newsmlltr {
	width: 60px;
	height: 60px;
	font-size: 40px;
}
.newsmlltr:nth-child(1) {
	margin-right: -1px;
}
.new_item_list .new_itemTitle {
	font-weight: bold;
}
.inspect_list {
	margin-top: 40px;
}
.inspect_list .itemTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
}
.inspect_list .itemTitle .name {
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #35b1b8;
}
.inspect_list .itemTitle .btn_more a {
	color: #999999;
}
a:hover {
	text-decoration: none;
}
.word_centent {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.radical_list {
	margin-top: 20px;
}
.radical_list .radical_centent li {
	width: 17%;
	padding: 1%;
	margin-right: 1.2%;
	margin-top: 10px;
	background-color: #efefef;
	display: flex;
	align-items: center;
}
.radical_list .radical_centent li .newSmall {
	width: 69px;
	height: 69px;
	font-size: 48.52px;
	background-color: #ffffff;
	margin-right: 5px;
}
.radical_list .radical_centent li .text {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}
.radical_list .radical_centent {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.radical_list .radical_centent li:nth-child(5n) {
	margin-right: 0;
}
.radical_list .title {
	padding: 6px 18px;
	background-color: #cf0f19;
	color: #ffffff;
	font-size: 18px;
}
.currency_list .list .new_dvd,
.currency_list .list .new_fen {
	height: 240px;
	position: relative;
	box-sizing: border-box;
	margin-left: 0 !important;
	padding: 20px 0;
}
.currency_list .list .new_dvd .swiper-newtran,
.currency_list .list .new_fen .swiper-newtran{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 1000;
	background-color: #eb9599;
}
.currency_list .list .new_dvd .swiper-newtran .swiper-button-next,
.currency_list .list .new_fen .swiper-newtran .swiper-button-next
{
	transform: rotate(-90deg);
	width: 15px;
	height: 20px;
	left: 35px;
	top: 25px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.currency_list .list .new_dvd .swiper-button-prev,
.currency_list .list .new_fen .swiper-button-prev{
	transform: rotate(-90deg);
	width: 15px;
	height: 20px;
	left: 35px;
	top: 20px !important;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.currency_list .list .new_dvd .swiper-newtranprev,
.currency_list .list .new_fen .swiper-newtranprev {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 1000;
	background-color: #eb9599;
}
.currency_list .list .new_dvd .swiper-newtranprev .swiper-button-prev,
.currency_list .list .new_fen .swiper-newtranprev .swiper-button-prev {
	transform: rotate(-90deg);
	width: 15px;
	height: 20px;
	left: 35px;
	top: 20px !important;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.currency_list .list .left_title {
	width: 100px;
	border-top: 1px solid #ccc;
}

.currency_list .list .left_title .active {
	background-color: #cf0f19;
	color: #fff;
	border: 1px solid #cf0f19;
	border-top: none;
}
.currency_list .list .left_title .active a {
	color: #fff;
}
.currency_list .list .currency_cent {
	-ms-overflow-style: none;
	/* IE 10+ */
	scrollbar-width: none;
	/* Firefox */
}
.currency_list .list .currency_cent::-webkit-scrollbar {
	width: 0px !important;
	/*æ»šåŠ¨æ¡å®½åº¦*/
	height: 0px !important;
	/*æ»šåŠ¨æ¡é«˜åº¦*/
}
.currency_list .list .currency_cent::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}
.currency_list .list .currency_cent a {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 2px;
}
.currency_list .list .currency_cent a:hover {
	background-color: #cf0f19;
	color: #fff;
	border: 1px solid #cf0f19;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.pl_item_list .ul_item {
	padding: 16px 20px;
}
.pl_item_list .ul_item li {
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.swarp_item, .newswarpIitem {
	width: 1200px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}
.cha_page_centent .left {
	width: 842px;
}
.swarp_item .left, .newswarpIitem .left {
	width: 870px;
}
.details_title {
	padding-bottom: 15px;
	border-bottom: 2px solid #e6e6e6;
}
.details_title .name {
	font-size: 28px;
	word-wrap: break-word;
}
.details_title .name, .details_title .ge_name {
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.details_item_list .centents {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}
.details_item_list .centents p {
	min-height: 20px;
}
.details_item_list .l {
	margin-top: 12px;
}
.details_item_list .h_address {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	text-align: center;
}
.details_item_list .bottom_list_new {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 30px;
	color: #666666;
}
.details_item_list .bottom_list_new .btn_again {
	margin-left: 25px;
	background-color: #cf0f19;
}
.details_item_list .bottom_list_new .btn_again, .details_item_list .bottom_list_new .btn_Contribution {
	width: 102px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	color: #ffffff;
	border-radius: 5px;
}
.details_item_list .bottom_list_new .btn_again a, .details_item_list .bottom_list_new .btn_Contribution a {
	width: 100%;
	height: 100%;
	color: #ffffff;
}
.details_item_list .btn_fenye {
	display: flex;
	align-items: center;
	margin-top: 34px;
	justify-content: center;
}
.details_item_list .btn_fenye .btn_previous, .details_item_list .btn_fenye .btn_next {
	width: 60px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #cccccc;
	color: #666666;
}
.details_item_list .btn_fenye .list {
	display: flex;
	align-items: center;
}
.details_item_list .btn_fenye .list .active {
	background-color: #cf0f19;
	border: 2px solid rgba(207, 15, 25, 0.6);
}
.details_item_list .btn_fenye .list .name {
	width: 24px;
	height: 24px;
	border: 1px solid #cccccc;
	margin-left: 5px;
	text-align: center;
	line-height: 24px;
}
.details_item_list .btn_fenye .list .active a {
	color: #ffffff;
}
.details_item_list .item_plen {
	display: flex;
	align-items: center;
	margin-top: 10px;
	justify-content: space-between;
}
.details_item_list .item_plen .name {
	height: 30px;
	width: 352px;
	overflow: hidden;
}
.details_item_list .item_plen .name a {
	color: #666666;
	line-height: 30px;
}
.real-time_info {
	margin-top: 30px;
}
.real-time_info .title {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.real-time_info .title span {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #cf0f19;
}
.real-time_info .real_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.real-time_info .real_list .item_l {
	width: 25%;
	box-sizing: border-box;
	padding: 0 5px;
	margin-top: 10px;
	line-height: 33px;
}
.real-time_info .real_list .item_l .name, .real-time_info .real_list .item_l a {
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.real-time_info .real_list .item_l .img {
	width: 100%;
	height: 140px;
	overflow: hidden;
	transition: all 0.5s;
}
.real-time_info .real_list .item_l .img img {
	width: 100%;
	height: 100%;
}
.real-time_info .real_list .item_l a {
	display: block;
	width: 100%;
}
.real-time_info .new_bottom_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.real-time_info .new_bottom_list .list {
	width: 48%;
	-webkit-line-clamp: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.real-time_info .new_bottom_list .list a {
	color: #333333;
	font-size: 16px;
	line-height: 34px;
	width: 100%;
}
.swarp_item .right, .newswarpIitem .right {
	width: 300px;
}
.swarp_item .right .new_rightList:nth-child(1), .newswarpIitem .right .new_rightList:nth-child(1) {
	margin-top: 0;
}
.swarp_item .right .new_rightList, .newswarpIitem .right .new_rightList {
	border: 1px solid #cccccc;
	padding: 15px 13px;
	margin-top: 19px;
}
.swarp_item .right .right_y-title, .newswarpIitem .right .right_y-title {
	border-bottom: 1px solid #cccccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.swarp_item .right .right_y-title .name, .newswarpIitem .right .right_y-title .name {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #cf0f19;
}
.swarp_item .right .new_rightList .new_icon, .newswarpIitem .right .new_rightList .new_icon {
	color: #cccccc;
	font-size: 12px;
}
.cha_page_centent .List_sentences {
	font-size: 24px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #d6d6d6;
}
.cha_page_centent .inspect_list .item_list {
	border-bottom: 1px solid #cccccc;
	padding: 20px 15px 20px 20px;
}
.cha_page_centent .inspect_list .item_list .name {
	font-size: 18px;
	line-height: 30px;
	color: #cf0f19;
}
.cha_page_centent .inspect_list .item_list .list {
	line-height: 25px;
}
.cha_page_centent .right .right_list .new_list {
	margin-top: 9px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cha_page_centent .right .right_list .new_list .name {
	width: 49%;
	padding-right: 1%;
	height: 35px;
	line-height: 35px;
	text-align: left;
	overflow: hidden;
}
.cha_page_centent .right .right_list .new_list .name a {
	height: 35px;
	overflow: hidden;
}
.cha_page_centent .right .right_list:nth-child(2) {
	margin-top: 20px;
}
.icon-remen:before {
	content: unset;
}
/*字典/组词结束*/
/*字义分解*/
.bihua_one {
	padding: 30px 0;
	position: relative;
	z-index: 1;
}

.bihua_one_l {
	width: 150px;
	height: 150px;
	border: 1px solid #8c8c8c;
	position: relative;
	z-index: 1;
	background: #fff;
}

.bihua_one_l:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 74px;
	border-top: 1px dotted #d0d0d0;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: none;
}

.bihua_one_l:after {
	content: "";
	position: absolute;
	width: 74px;
	height: 100%;
	border-right: 1px dotted #d0d0d0;
	left: 0;
	top: 0;
	z-index: 3;
	background: none;
}

.bihua_one_l .font-center {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 19;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 150px;
	font-size: 110px;
	color: #222;
	font-weight: 400;
}
.bihua_one_l .font-center a:hover {
	color: #cf0f19;
}
.zi_gushi {
	padding: 10px 0;
	margin-right: 20px;
	border-bottom: 1px solid rgb(226, 226, 226);
}






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

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

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

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

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

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

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

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

.gongju_itemList {
	width: 1200px;
	margin: 10px auto 0;
}


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

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

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

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

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

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

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

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