body {
	font-size: 14px;
	background: #fff;
}

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

a {
	color: #333;
}

a:hover {
	color: #4bc061;
}

footer {
	background: #333;
	padding: 20px 0;
	width: 100%;
	color: #999;
}

footer a {
	color: #999;
	padding: 0 8px;
}

.footer {
	margin: 0 auto;
	text-align: center;
	width: 1200px;
	line-height: 25px;
}

.head_top {
	height: 41px;
	background: #f2f2f2;
	border: 1px solid #eee;
}

.hand_menu_box {
	margin: 0 auto;
	width: 1200px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.hand_menu_box a {
	color: #333;
	padding: 0 10px;
}

.to_top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 999999;
	width: 35px;
	height: 35px;
	background: #e7e7e7;
	padding: 5px;
	border-radius: 8px;
	cursor: pointer;

}

.to_top:hover {
	background: #fff;
}

.to_top img {
	width: 35px;
	height: 35px;
}

.header_top_box {
	background: #fff;
	width: 100%;
}

header {
	font-size: 18px;
	background: #0659ff;
	width: 100%;
	color: #fff;
}

header a {
	color: #fff;
}

.header {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	height: 48px;
}

.header_nav {
	width: 110px;
}

.header_link a:hover {
	color: #4bc061;
}

.header_nav h3 {
	text-align: center;
	height: 48px;
	line-height: 48px;
}

.header_nav h3:hover {
	background: #55e78db0;
}

.header_nav h3:hover a {
	color: #fff;
}

.header_link {
	margin-top: -1px;
	position: relative;
	display: none;
	z-index: 9;
	background: #fff;
	color: #000;
}

.header_link a {
	color: #000;
	font-size: 14px;
}

.header_link p {
	border: 1px solid #eee;
	margin-top: -1px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.header_top {
	height: 90px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}

.header_top img:first-child {
	width: 432px;
}

.header_top span {
	color: #fda953;
}

.header_top a {
	padding: 0 10px;
	color: #999;
}

.home_page {
	width: 70px;
	background: #4bc061;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #fff;
}

.swiper_box {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.swiper_box .swiper {
	width: 870px;
	height: 385px;
}

.swiper_box .swiper img {
	width: 870px;
	height: 385px;
}

.swiper_box .swiper p {
	color: #fff;
	font-size: 22px;
	position: absolute;
	bottom: 0;
	width: 870px;
	padding-top: 5px;
	text-align: center;
	background: #00000064;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.swiper_right {
	width: 300px;
}
.swiper-pagination{
	bottom: 40px !important;
}
.swiper_right .img_box {
	width: 300px;
	height: 144px;
	position: relative;
	margin-bottom: 10px;
}

.swiper_right .img_box img {
	width: 300px;
	height: 144px;
}

.swiper_right .img_box p {
	position: absolute;
	top: 115px;
	width: 300px;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #00000064;
}

.swiper_right li {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 5px 0;
}

.swiper_right li span{
	color: #ff6362;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #eee;
}

.index_box {
	margin: 20px 0;
}

.index_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.index_title div {
	display: flex;
	align-items: center;
}

.index_title>div>h2 {
	font-size: 26px;
	margin-right: 10px;
	color: #666;
}

.index_title a {
	padding: 0 10px;
}

.news_box {
	display: flex;
	justify-content: space-between;
}

.news_left {
	width: 875px;
}

.news_right {
	width: 300px;
}

.news_right a {
	display: flex;
	margin-bottom: 20px;
}

.news_right img {
	width: 120px;
	height: 80px;
	margin-right: 10px;
}

.news_right h2 {
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

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

.news_left .img {
	display: flex;
	justify-content: space-between;
}

.news_left .img li {
	position: relative;
}

.news_left .img img {
	width: 198px;
	height: 132px;
}

.news_left .img p {
	width: 198px;
	background: #00000098;
	color: #fff;
	position: absolute;
	top: 0;
	text-align: center;
	top: 110px;
}

.news_left .text {
	display: flex;
	flex-wrap: wrap;
}

.news_left .text li {
	display: flex;
	align-items: center;
	padding: 5px 0;
	width: 280px;
	margin-right: 10px;
}

.news_left .text p {
	width: 6px;
	height: 6px;
	background: #999;
	border-radius: 50%;
	margin-right: 10px;
}

.woman_box {
	display: flex;
	justify-content: space-between;
}

.woman_left {
	width: 300px;
	position: relative;
}

.woman {
	width: 540px;
}

.woman_right {
	width: 300px;
}


.woman_left img {
	width: 300px;
	height: 300px;
}

.woman_left p {
	width: 300px;
	height: 30px;
	text-align: center;
	color: #333;
	line-height: 30px;
	background: #ffffff78;
	position: absolute;
	top: 270px;
	white-space: nowrap !important;
	overflow: hidden!important;
	text-overflow: ellipsis!important;
}

.woman .img {
	display: flex;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
}

.woman .img img {
	width: 174px;
	height: 130px;
	margin-right: 20px;
}

.woman .img h2 {
	font-size: 16px;
	height: 25px;
	overflow: hidden;
}

.woman .img p {
	font-size: 13px;
	color: #666;
	height: 60px;
	padding: 10px 0;

}

.woman .img span {
	font-size: 12px;
	color: #999;
}

.woman .text {
	display: flex;
	flex-wrap: wrap;
}

.woman .text li {
	width: 260px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.woman .text p {
	width: 6px;
	height: 6px;
	background: #999;
	border-radius: 50%;
	margin-right: 10px;
}

.woman_right .img_box {
	width: 300px;
	height: 144px;
	position: relative;
	margin-bottom: 10px;
}

.woman_right .img_box img {
	width: 300px;
	height: 144px;
}

.woman_right .img_box p {
	position: absolute;
	top: 115px;
	width: 300px;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #f81ba464;
}

.woman_right li {
	width: 300px;
	background: #f8f8f8;
	margin: 1px 0;
	text-align: center;
	overflow:hidden;
	height: 36px;
	line-height: 36px;
}

.parenting {
	width: 300px;
}

.parenting li {
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.parenting li p {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	background: #e3e3e3;
	line-height: 15px;
	padding: 8px;
	font-size: 12px;
	text-align: center;
}

.lose {
	width: 540px;
	display: flex;
	justify-content: space-between;
}

.lose .img {
	width: 180px;
	text-align: center;
}

.lose .img img {
	width: 180px;
	height: 101px;
}

.lose .img li {
	margin-bottom: 20px;
}

.lose .text {
	width: 330px;
}

.lose .text li {
	width: 330px;
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.lose .text p {
	width: 6px;
	height: 6px;
	background: #999;
	margin-right: 10px;
	border-radius: 50%;
}

.cosmetology {
	display: flex;
	width: 300px;
	flex-wrap: wrap;
}

.cosmetology li {
	width: 74px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 36px;
	margin: 0 10px 10px 0;
	white-space: nowrap !important;
	overflow: hidden!important;
	text-overflow: ellipsis!important;
}

.preserve {
	width: 300px;
}

.preserve li {
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
	white-space: nowrap !important;
	overflow: hidden!important;
	text-overflow: ellipsis!important;
}

.disease_box {
	display: flex;
	justify-content: space-between;
}

.disease_left {
	width: 300px;
}

.disease {
	width: 550px;
}

.disease_right {
	width: 300px;
}

.disease_right li {
	padding: 5px 0;
	white-space: nowrap !important;
	overflow: hidden!important;
	text-overflow: ellipsis!important;
}

.disease_left .img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.disease_left li {
	position: relative;
}

.disease_left .img img {
	width: 145px;
	height: 95px;
}

.disease_left .img p {
	position: absolute;
	text-align: center;
	width: 145px;
	top: 70px;
	background: #00000098;
	color: #fff;
}

.disease_left .text span {
	color: #999;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #eee;
}

.disease li {
	position: relative;
	padding: 5px;
}

.disease {
	display: flex;
	flex-wrap: wrap;
}

.disease img {
	width: 173px;
	height: 130px;
}

.disease p {
	position: absolute;
	text-align: center;
	width: 173px;
	top: 100px;
	background: #00000098;
	color: #fff;
}

/* list */
.page_list_box {
	display: flex;
	justify-content: space-between;
}

.page_list {
	width: 870px;
}

.page_list li {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px dashed #eee;
}

.page_list .newstitle {
	color:#000;
	font-size: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}
.page_list_right .newstitle{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.page_list p {
	padding: 10px 0;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	color: #666;
}

.page_list span {
	color: #999;
}

.page_list img {
	width: 240px;
	height: 158px;
	margin-right: 10px;
}

.crumbs {
	display: flex;
	padding: 10px 0;
}

.crumbs a {
	padding: 0 5px;
}

.page_list_right {
	width: 300px;
}

.page_list_right h1 {
	padding: 10px 0;
	font-size: 22px;
}

.headline li {
	display: flex;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.headline li i {
	font-size: 24px;
	color: #ff6362;
	margin-right: 10px;
}

.choice li {
	display: flex;
	padding: 8px 0;
}

.choice li img {
	width: 120px;
	height: 80px;
	margin-right: 10px;
}

.choice li h2 {
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
}

.choice li p {
	color: #666;
}

.like li {
	width: 300px;
	padding: 8px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wonderful ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wonderful li {
	padding: 8px 0;
}

.wonderful li p {
	width: 145px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wonderful li img {
	width: 145px;
	height: 110px;
}

.lab {
	display: flex;
	flex-wrap: wrap;
}

.label a {
	padding: 8px 13px;
	text-align: center;
	border-radius: 18px;
	border: 1px solid #eee;
	margin-right: 10px;
	margin-bottom: 10px;

}

/*  */
.recommended {
	font-size: 22px;
	padding: 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

.page_details_box {
	width: 870px;
}

.page_details {
	text-align: center;
}

.page_details h1 {
	font-size: 32px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.page_details p {
	text-align: left;
	padding: 10px 0;
	text-indent: 28px;
}

.page_details img {
	padding: 10px 0;
	max-width: 800px !important;
}

.swiper_right ul li a{
    display: block;
}
.swiper_right ul{
	width: 100%;
}
.swiper_right_title{
	display: block;
	width: 100%;
	white-space: nowrap !important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
.ovhidden{
	overflow: hidden!important;
}
.hidden{
	overflow: hidden;
}


/*面包屑*/
.breadcrumb{
	display: flex;
	width: 100%;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc;
}




.entry-meta ul {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.entry-meta ul li {
  line-height: 26px;
}

.pages {
	margin: 20px 0;
	padding: 0 10px;
}
.pages ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pages ul li{
	padding: 2px 10px;
	margin: 0 0px;
}
.pages a {
	display: inline-block;
	width: 45%;
	color: #575757;
	font-size:16px;
	text-align: center;
	padding: 5px 6px;
}

.pages a.next_page {
	float: right;
}
.pages ul li span{
	font-size:16px;
	background: none;
	color: white !important;
}
.pages .active {
	background: #0659ff;

}
.pages li{
	border-bottom: none !important;
}