@charset "utf-8";

.index {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.index .banner {
	width: 100%;
	height: 420px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/*滚动侧边栏*/
.index .banner .left_nav {
	width: 512px;
	height: 420px;
	position: absolute;
	right: 50%;
	margin-right: 83px;
	z-index: 99;
}

.index .banner .left_nav .l_nav_menu {
	width: 228px;
	height: 420px;
	float: left;
	overflow: hidden;
	background: rgba(255, 255, 255, .9);
}

.index .banner .left_nav .l_nav_menu li {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	height: 70px;
	display: flex;
	flex-directin: row;
	justify-content: center;
	align-items: center;
}

.index .banner .left_nav .l_nav_menu li p {
	font-size: 16px;
	color: #646464;
	padding-bottom: 5px;
}

.index .banner .left_nav .l_nav_menu li a:hover p {
	color: #f29c9f;
}

.index .banner .left_nav .l_nav_menu li span {
	font-size: 16px;
	color: #484848;
	margin-left: 10px;
}

.index .banner .left_nav .l_nav_menu .nav_li {
	width: 225px;
	border-left: 3px solid #FB8AAA;
	border-top: 1px solid #FB8AAA;
	border-bottom: 1px solid #FB8AAA !important;
}

.index .left_nav .l_nav_box {
	width: 284px;
	height: 418px;
	float: left;
}

.index .left_nav .l_nav_box div {
	width: 100%;
	height: 100%;
	display: none;
	padding-top: 25px;
}

.index .left_nav .nav_box1 {
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
}

.index .left_nav .nav_box1 .sg {
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}

.index .left_nav .nav_box1 .cgl {
	font-size: 20px;
	color: #FB8AAA;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}

.index .left_nav .nav_box1 .cgl span {
	font-weight: bold;
}

.index .left_nav .nav_box1 img {
	height: 147px;
	width: 109px;
	margin-top: 20px;
}

.index .left_nav .nav_box1 a {
	display: block;
	width: 140px;
	height: 42px;
	margin-top: 20px;
	margin-left: 72px;
	background: linear-gradient(to right, #FD82BD, #FE8F7A);
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
}

.index .l_nav_box .nav_box2,
.index .l_nav_box .nav_box3,
.index .l_nav_box .nav_box4,
.index .l_nav_box .nav_box5 {
	background: rgba(255, 255, 255, 0.9);
	overflow: hidden;
}

.index .l_nav_box h3 {
	font-size: 15px;
	color: #646464;
	text-align: center;
	padding: 25px 0 19px 0;
}

.index .l_nav_box a {
	float: left;
	width: 100px;
	height: 28px;
	border: 1px solid #FB8AAA;
	color: #888;
	font-size: 13px;
	text-align: center;
	line-height: 28px;
	margin: 0 10px 10px 0;
}

.index .l_nav_box a:hover {
	background-color: #FB8AAA;
	color: #fff;
}

.index .l_nav_box .zy {
	margin-left: 20px;
}

.index .l_nav_box .nb_ul {
	margin-left: 34px;
	width: 220px;
	padding: 5px 0 15px 0;
	overflow: hidden;
}

.index .l_nav_box .nb_ul li {
	font-size: 13px;
	color: #aaa;
	line-height: 32px;
}

.index .l_nav_box .nb_ul li a {
	font-size: 13px;
	color: #aaa;
	width: auto;
	height: auto;
	border: none;
	line-height: 23px;
}

.index .l_nav_box .nb_ul li a:hover {
	color: #FB8AAA;
	background: none;
}

.index .l_nav_box img {
	width: 230px;
	height: 112px;
	margin: 0 auto;
}

/*滚动侧边栏 over*/
.index .banner .swiper-container {
	width: 100%;
	height: 420px;
}

.index .banner .swiper-slide {
	width: 100%;
	height: 420px;
	position: relative;
	cursor: pointer;
}

.index .banner .banner_icon {
	width: 100%;
	position: absolute;
	bottom: 25px;
	z-index: 88;
	height: 20px;
}

.index .banner .banner_icon_ul {
	display: table;
	margin: 0 auto;
}

.index .banner .banner_icon_ul li {
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

.index .banner .banner_icon_ul li img {
	width: 14px;
	height: 14px;
	display: block;
}

.index .zf_nav {
	width: 100%;
	margin-top: 30px;
}

.index .zf_nav .cont {
	width: 1200px;
	height: 58px;
	margin: 0 auto;
}

.index .zf_nav .cont .center_div {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.index .zf_nav .cont .center_div div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-right: #eee 1px solid;
	font-size: 16px;
	color: #484848;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.index .zf_nav .cont .center_div div img {
	display: block;
	height: 66px;
	width: 66px;
}

.index .zf_nav .cont .center_div div p {
	margin-top: 10px;
}

.index .zf_nav .cont .center_div a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-right: #eee 1px solid;
	font-size: 16px;
	color: #484848;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.index .zf_nav .cont .center_div a:last-child {
	border-right: none;
}

.index .zf_nav .cont .center_div a img {
	display: block;
	height: 66px;
	width: 66px;
	transform: rotate(0deg);
	transition: transform 500ms linear;
}

.index .zf_nav .cont .center_div a img:hover {
	transform: rotate(360deg);
}

.index .zf_nav .cont .center_div a p {
	margin-top: 10px;
}

.index .zf_nav .cont .center_div a:hover {
	color: #FB8AAA;
}

.index .hot-div {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	color: #333;
}

.index .hot-div .head-div {
	height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #ddd;
}

.index .hot-div .head-div .htc {
	font-size: 18px;
	margin-left: 10px;
	font-weight: 500;
}

.index .hot-div .head-div .htc span {
	color: #FB8AAA;
}

.index .hot-div .head-div .htc img {
	height: 52px;
	width: 52px;
}

.index .hot-div .head-div .hte {
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}

.index .hot-div .center-div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}

.index .hot-div .center-div .aspect {
	height: 380px;
	width: 270px;
	margin-left: 36px;
}

.index .hot-div .center-div .imgbox {
	margin-left: 0;
	height: 380px;
	width: 270px;
}

.index .hot-div .center-div .imgbox img {
	height: 100%;
	width: 100%;
}

.index .hot-div .center-div .imgbox .title {
	margin-top: -50px;
	width: 230px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	color: #fff;
	text-align: center;
	background: #000;
	opacity: 0.6;
	overflow: hidden;
}

.index .hot-div .center-div .aspect .tj {
	width: 270px;
	height: 135px;
}

.index .hot-div .center-div .aspect .tj img {
	width: 100%;
	height: 100%;
}

.index .hot-div .center-div .aspect .content {
	line-height: 49px;
	color: #484848;
}

.index .hot-div .center-div .aspect .content .title {
	width: 230px;
	margin-left: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-left;
	align-items: center;
}

.index .hot-div .center-div .aspect .content .title .star {
	background: url(../images/star.png) 100% 100% no-repeat;
	width: 17px;
	height: 16px;
}

.index .hot-div .center-div .aspect .content .title a:hover {
	color: #FB8AAA;
}

.index .hot-div .center-div .aspect .content .title a {
	margin-left: 10px;
	font-size: 14px;
	color: #484848;
}

.index .hot-div .center-div .aspect .alook .top {
	height: 30px;
	width: 270px;
	line-height: 30px;
	text-align: center;
	background: #FB8AAA;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.index .hot-div .center-div .aspect .alook .bottom {
	border: 1px solid #f1f1f1;
	border-top: none;
}

.index .hot-div .center-div .aspect .alook .bottom .con {
	height: 38px;
	line-height: 38px;
	width: 230px;
	margin-left: 20px;
	color: #484848;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.index .hot-div .center-div .aspect .alook .bottom .con .circle {
	height: 20px;
	line-height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #B9B9B9;
	text-align: center;
	color: #fff;
}

.index .hot-div .center-div .aspect .alook .bottom .con .circle-pink {
	height: 20px;
	line-height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #FB8AAA;
	text-align: center;
	color: #fff
}

.index .hot-div .center-div .aspect .alook .bottom .con a {
	margin-left: 10px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #484848;
}

.index .hot-div .center-div .aspect .alook .bottom .con a:hover {
	color: #FB8AAA;
}

.index .gonglue-div {
	width: 1200px;
	height: 520px;
	margin: 0 auto;
	margin-top: 10px;
	color: #333;
}

.index .gonglue-div .head-div {
	height: 70px;
	border-bottom: 1px solid #ddd;
	line-height: 70px;
}

.index .gonglue-div .head-div img {
	height: 52px;
	width: 52px;
	float: left;
	margin-top: 9px;
}

.index .gonglue-div .head-div .htc {
	font-size: 18px;
	margin-left: 10px;
	font-weight: 500;
	float: left;
}

.index .gonglue-div .head-div .htc span {
	color: #FB8AAA;
}

.index .gonglue-div .head-div .hte {
	font-size: 14px;
	color: #999;
	margin-left: 10px;
	float: left;
}

.index .gonglue-div .head-div .more {
	font-size: 14px;
	color: #999;
	float: right;
	margin-right: 10px;
}

.index .gonglue-div .body-div .gonglue {
	float: left;
	height: 380px;
	width: 882px;
}

.index .gonglue-div .body-div .gonglue .cat-div {
	height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.index .gonglue-div .body-div .gonglue .cat-div .classic {
	font-size: 18px;
	margin-left: 10px;
	font-weight: 500;
	color: #fff;
	height: 32px;
	line-height: 32px;
	width: 120px;
	text-align: center;
	color: #FB8AAA;
	cursor: pointer;
}

.index .gonglue-div .body-div .gonglue .cat-div .classic-choose {
	background: #FB8AAA;
	color: #fff;
	border-radius: 30px;
}

.index .gonglue-div .body-div .gonglue .center-div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}

.index .gonglue-div .body-div .gonglue .center-div .imgdiv {
	margin-left: 0;
	height: 380px;
	width: 270px;
}

.index .gonglue-div .body-div .gonglue .center-div .imgdiv img {
	height: 100%;
	width: 100%;
}

.index .gonglue-div .body-div .gonglue .center-div .imgdiv .title {
	margin-top: -50px;
	width: 230px;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	color: #fff;
	text-align: center;
	background: #000;
	opacity: 0.6;
	overflow: hidden;
}

.index .gonglue-div .body-div .gonglue .center-div .article {
	height: 380px;
	width: 576px;
	margin-left: 36px;
}

.index .gonglue-div .body-div .gonglue .center-div .article .recommend {}

.index .gonglue-div .body-div .gonglue .center-div .article .recommend .title a {
	height: 30px;
	line-height: 30px;
	width: 576x;
	overflow: hidden;
	font-size: 18px;
	color: #484848;
}

.index .gonglue-div .body-div .gonglue .center-div .article .recommend .title a:hover {
	color: #FB8AAA;
}

.index .gonglue-div .body-div .gonglue .center-div .article .recommend .intro {
	font-size: 14px;
	color: #999;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 10px;
}

.index .gonglue-div .body-div .gonglue .center-div .article .toutiao {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}

.index .gonglue-div .body-div .gonglue .center-div .article .toutiao .content {
	width: 270px;
}

.index .gonglue-div .body-div .gonglue .center-div .article .toutiao .content:first-child {
	margin-right: 36px;
}

.index .gonglue-div .body-div .gonglue .center-div .article .toutiao .content .title {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	line-height: 49px;
	width: 230px;
	margin-left: 20px;
}

.index .gonglue-div .body-div .gonglue .center-div .article .toutiao .content .title .heart {
	background: url(../images/heart.png) 100% 100% no-repeat;
	width: 18px;
	height: 16px;
}

.index .gonglue-div .body-div .gonglue .center-div .article .toutiao .content .title a {
	margin-left: 10px;
	height: 49px;
	line-height: 49px;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #484848;
}

.index .gonglue-div .body-div .gonglue .center-div .article .toutiao .content .title a:hover {
	color: #FB8AAA;
}

.index .gonglue-div .body-div .tool {
	height: 380px;
	width: 270px;
	float: left;
	margin-left: 36px;
	margin-top: 20px;
}

.index .gonglue-div .body-div .tool .name {
	height: 60px;
	line-height: 60px;
	color: #484848;
	padding-left: 40px;
	font-size: 18px;
	font-weight: 500;
}

.index .gonglue-div .body-div .tool .name span {
	color: #FB8AAA;
}

.index .gonglue-div .body-div .tool img {
	height: 70px;
	width: 220px;
	margin-left: 25px;
}

.baike-div {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	color: #333;
	clear: both;
}

.baike-div .head-div {
	height: 70px;
	border-bottom: 1px solid #ddd;
	line-height: 70px;
}

.baike-div .head-div img {
	height: 52px;
	width: 52px;
	float: left;
	margin-top: 9px;
}

.baike-div .head-div .htc {
	font-size: 18px;
	margin-left: 10px;
	font-weight: 500;
	float: left;
}

.baike-div .head-div .htc span {
	color: #FCB165;
}

.baike-div .head-div .hte {
	font-size: 14px;
	color: #999;
	margin-left: 10px;
	float: left;
}

.baike-div .head-div .more {
	font-size: 14px;
	color: #999;
	float: right;
	margin-right: 10px;
}

.baike-div .body-div {}

.baike-div .body-div .cat-div {
	height: 380px;
	width: 904px;
	float: left;
}

.baike-div .body-div .cat-div .parent-cat {
	height: 70px;
	line-height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.baike-div .body-div .cat-div .parent-cat .classic1 {
	font-size: 18px;
	margin-right: 10px;
	font-weight: 500;
	height: 32px;
	line-height: 32px;
	width: 120px;
	text-align: center;
	color: #FB8AAA;
	cursor: pointer;
}

.baike-div .body-div .cat-div .parent-cat .classic1-choose {
	background: #FB8AAA;
	color: #fff;
	border-radius: 30px;
}

.baike-div .body-div .cat-div .child-cat {
	margin-top: 10px;
}

.baike-div .body-div .cat-div .child-cat .child {
	float: left;
	height: 150px;
	width: 290px;
	margin-right: 10px;
	margin-top: 10px;
}

.baike-div .body-div .cat-div .child-cat .child .program-name {
	background: #FB8AAA;
	color: #fff;
	border-radius: 30px;
	height: 32px;
	line-height: 32px;
	width: 120px;
	text-align: center;
}

.baike-div .body-div .cat-div .child-cat .child .program-cat {
	height: 120px;
	width: 290px;
	padding-top: 10px;
}

.baike-div .body-div .cat-div .child-cat .child .program-cat a {
	float: left;
	width: 136px;
	line-height: 33px;
	height: 33px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	margin-right: 8px;
}

.baike-div .body-div .cat-div .child-cat .child .program-cat a:nth-of-type(2n + 0){
	margin-right: 0;
}

.baike-div .body-div .cat-div .child-cat .child .program-cat a:hover {
	color: #FB8AAA;
}

.baike-div .body-div .bk-img {
	height: 380px;
	width: 248px;
	float: left;
	margin-left: 36px;
	margin-top: 10px;
}

.baike-div .body-div .bk-img img {
	height: 100%;
	width: 100%;
}

.index .index_three {
	width: 100%;
	background: #Fff;
	margin-top: 20px;
	color: #333;
	clear: both;
}

.index .index_three .hide {
	display: none;
}

.index .index_three .ztitle {
	font-size: 38px;
	color: #e8727e;
	line-height: 38px;
	margin-bottom: 20px;
}

.index .index_three .ftitle {
	font-size: 20px;
	color: #898989;
	margin-bottom: 60px;
}

.index .index_three .index02_content {
	width: 1200px;
	margin: 0 auto;
}

.index .index_three .index02_content03 {
	height: 70px;
	border-bottom: 1px solid #D9D9D9;
	line-height: 70px;
}

.index .index_three .index02_content03 .span01 {
	font-size: 18px;
	color: #000;
	margin-left: 10px;
	float: left;
}

.index .index_three .index02_content03 .span01 span {
	color: #918AE6;
}

.index .index_three .index02_content03 img {
	height: 52px;
	width: 52px;
	float: left;
	margin-top: 9px;
}

.index .index_three .index02_content03 .span02 {
	float: right;
	margin-right: 10px;
	font-size: 14px;
	color: #999;
}

.index .index_three .index02_content03 .t1 {
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.index .index_three .index02_content03 .t2 {
	font-size: 14px;
	color: #999;
}

.index .index_three .index02_content04 {
	margin-top: 10px;
}

.index .index_three .index02_content04 .index02_content04_left {
	float: left;
	width: 270px;
	height: 350px;
	background: url(../images/yy.jpg) 100% 100% no-repeat;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	margin-right: 20px;
}

.index .index_three .index02_content04 .index02_content04_middle {
	float: left;
	width: 650px;
	height: 350px;
}

.index .index_three .index02_content04 .index02_content04_middle .fl {
	float: left;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 200px;
	height: 110px;
	position: relative;
}

.index .index_three .index02_content04 .index02_content04_middle .fl img {
	width: 100%;
	height: 100%;
}

.index .index_three .index02_content04 .index02_content04_middle .fl a .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 110px;
	background: #000;
	color: #ffffff;
	opacity: 0;
	text-align: center;
	line-height: 110px;
}

.index .index_three .index02_content04 .index02_content04_middle .fl a:hover .mask {
	opacity: 0.5;
}

.index .index_three .index02_content04 .index02_content04_middle .fl:hover>img {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.index .index_three .index02_content04 .index02_content04_right {
	float: right;
	width: 240px;
	height: 350px;
	border: 1px solid #D9D9D9;
	text-align: center;
	box-sizing: border-box;
}

.index .index_three .index02_content04 .index02_content04_right .new_hospital_title {
	background: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #484848;
	text-align: center;
	width: 200px;
	margin-left: 20px;
	border-bottom: 1px solid #D9D9D9;
	font-size: 14px;
}

.index .index_three .index02_content04 .index02_content04_right .new_hospital_title span {
	font-size: 12px;
	color: #999;
}

.index .index_three .index02_content04 .index02_content04_right .new_hospital_content {
	margin-top: 10px;
}

.index .index_three .index02_content04 .index02_content04_right .new_hospital_rows {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 100px;
}

.index .index_three .index02_content04 .index02_content04_right .new_hospital_rows .imgbox {
	height: 75px;
	width: 100px;
	margin-left: 10px;
}

.index .index_three .index02_content04 .index02_content04_right .new_hospital_rows img {
	height: 100%;
	width: 100%;
}

.index .index_three .index02_content04 .index02_content04_right .new_hospital_rows .hospital_name_box {
	margin-left: 10px;
}

.index .index_three .index02_content04 .index02_content04_right .new_hospital_rows .hospital_name_box .name {
	font-size: 14px;
	color: #484848;
	display: block;
}

.index .index_three .index02_content04 .index02_content04_right .new_hospital_rows .hospital_name_box a:hover {
	color: #FB8AAA;
}

.index .index_three .index02_content04 .index02_content04_right .new_hospital_rows .hospital_name_box .country {
	font-size: 12px;
	color: #999;
	text-align: left;
	margin-top: 10px;
}

.index .friends-div {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	color: #333;
	clear: both;
}

.index .friends-div .head-div {
	height: 70px;
	border-bottom: 1px solid #ddd;
	line-height: 70px;
}

.index .friends-div .head-div img {
	height: 52px;
	width: 52px;
	float: left;
	margin-top: 9px;
}

.index .friends-div .head-div .htc {
	font-size: 18px;
	margin-left: 10px;
	font-weight: 500;
	float: left;
}

.index .friends-div .head-div .htc span {
	color: #EB8DA9;
}

.index .friends-div .head-div .hte {
	font-size: 14px;
	color: #999;
	margin-left: 10px;
	float: left;
}

.index .friends-div .head-div .more {
	font-size: 14px;
	color: #999;
	float: right;
	margin-right: 10px;
}

.index .friends-div .contents-div {
	width: 1200px;
	margin-top: 10px;
	clear: both;
}

.index .friends-div .contents-div a {
	width: 220px;
	height: 75px;
	float: left;
	margin-left: 22.5px;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
}

.index .friends-div .contents-div a:first-child {
	margin-left: 0;
}

.index .friends-div .contents-div a img {
	height: 100%;
	width: 100%;
}

.index .area {
	width: 1200px;
	margin: auto;
	/*margin-top:30px;*/
	clear: both;
}

.index .area .area-name {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #484848;
	letter-spacing: 4px;
}

.index .area .area-name a {
	color: #484848;
}

.index .area .area-name a:hover {
	color: #FB8AAA;
}

/*gonglue start*/
.main {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.main .main-left {
	float: left;
	width: 230px;
	border: 1px solid #eeeeee;
	background: #fff;
	box-sizing: border-box;
}

.main .main-left h3 {
	font-size: 16px;
	line-height: 40px;
	background: #FB93AC;
	width: 100%;
	text-align: center;
	color: #fff;
}

.main .main-left .cate {
	width: 230px;
	box-sizing: border-box;
}

.main .main-left .cate:nth-child(odd) {
	background: #F6F6F6;
}

.main .main-left .cate .cate-p {
	border-top: 1px solid #dcdcdc;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.main .main-left .cate .cate-p .cate-title a {
	margin-left: 10px;
	font-size: 16px;
	color: #484848;
}

.main .main-left .cate .cate-p .cate-title a:hover {
	color: #FB8AAA;
}

.main .main-left .cate .cate-p .cate-title a.active {
	color: #FB8AAA;
	font-weight: bolder;
}

.main .main-left .cate .cate-p .cate-icon {
	width: 30px;
	height: 30px;
}

.main .main-left>div:nth-child(2) .cate-p .cate-icon {
	background: url("../images/gl1.png") no-repeat;
	background-size: cover;
}

.main .main-left>div:nth-child(3) .cate-p .cate-icon {
	background: url("../images/gl2.png") no-repeat;
	background-size: cover;
}

.main .main-left>div:nth-child(4) .cate-p .cate-icon {
	background: url("../images/gl3.png") no-repeat;
	background-size: cover;
}

.main .main-left>div:nth-child(5) .cate-p .cate-icon {
	background: url("../images/gl4.png") no-repeat;
	background-size: cover;
}

.main .main-left>div:nth-child(6) .cate-p .cate-icon {
	background: url("../images/gl5.png") no-repeat;
	background-size: cover;
}

.main .main-left>div:nth-child(7) .cate-p .cate-icon {
	background: url("../images/gl6.png") no-repeat;
	background-size: cover;
}

.main .main-left>div:nth-child(8) .cate-p .cate-icon {
	background: url("../images/gl7.png") no-repeat;
	background-size: cover;
}

.main .main-left>div:nth-child(9) .cate-p .cate-icon {
	background: url("../images/gl8.png") no-repeat;
	background-size: cover;
}

.main .main-left>div:nth-child(10) .cate-p .cate-icon {
	background: url("../images/gl9.png") no-repeat;
	background-size: cover;
}

.main .main-left .cate .cate-s {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-left;
	align-items: center;
	box-sizing: border-box;
}

.main .main-left .cate .cate-s a {
	text-align: center;
	color: #AEAEAE;
	line-height: 38px;
	width: 115px;
	font-size: 14px;
	box-sizing: border-box;
}

.main .main-left .cate .cate-s a:hover {
	color: #FB8AAA;
}

.main .main-left .cate .cate-s a.active {
	color: #FB8AAA;
	font-weight: bolder;
}

.main-left .glxbn {
	background: url(../images/glxbn.jpg) 100% 100% no-repeat;
	display: block;
	width: 100%;
	height: 265px;
	margin-top: 10px;
}

.main-center {
	width: 660px;
	float: left;
	margin-left: 20px;
	box-sizing: border-box;
}

.gl-bn {
	width: 660px;
	position: relative;
	overflow: hidden;
}

.gl-bn .hd {
	position: absolute;
	text-align: right;
	right: 20px;
	bottom: 22px;
	z-index: 1000;
}

.gl-bn .hd ul li {
	float: left;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	/*border: 1px solid #fff;*/
	background: #F7E8E2;
	margin-right: 7px;
	cursor: pointer;
}

.gl-bn .hd ul li.on {
	/*background: #fff;*/
	background: #F64E65;
}

.gl-bn .bd ul li {
	width: 100%;
	height: 373px;
	position: relative;
}

.gl-part {
	margin-top: 10px;
	width: 660px;
}

.gl-tit {
	border-bottom: 1px solid #ddd;
	line-height: 53px;
	font-size: 18px;
	color: #484848;
}

.gl-tit:before {
	color: #67CFC8;
	display: block;
	width: 50%;
	/*如果想变色一半文字，就设置50%*/
	content: attr(data-content);
	/* 伪元素的动态获取内容 */
	overflow: hidden;
}

.gl-art {
	width: 660px;
	margin-top: 17px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.gl-r-img {
	width: 164px;
	height: 98.5px;
}

.img-auto {
	display: block;
	width: 100%;
	height: 100%;
}

.gl-r-r {
	width: 520px;
	margin-left: 10px;
	clear: both;
}

.gl-r-r-t {}

.gl-r-r-t a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 360px;
	font-size: 16px;
	color: #484848;
	float: left;
}

.gl-r-r-t a:hover {
	color: #FB93AC;
}

.gl-r-r-t span {
	float: right;
	color: #484848;
}

.gl-r-r-d {
	color: #999;
	line-height: 22px;
	overflow: hidden;
	height: 44px;
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
}

.main-right {
	float: left;
	margin-left: 20px;
	width: 260px;
	box-sizing: border-box;
}

.main-right .toptool .sg-tool {
	font-size: 16px;
	line-height: 40px;
	background: #FE8E80;
	width: 100%;
	text-align: center;
	color: #fff;
}

.main-right .toptool .succ-test {
	background: url(../images/gj1.jpg) 100% 100% no-repeat;
	width: 260px;
	height: 100px;
	margin-bottom: 15px;
}

.main-right .toptool .mens-spec {
	background: url(../images/gj2.jpg) 100% 100% no-repeat;
	width: 260px;
	height: 100px;
	margin-bottom: 15px;
}

.main-right .toptool .money-ask {
	background: url(../images/gj3.jpg) 100% 100% no-repeat;
	width: 260px;
	height: 100px;
}

.main-right .new-recommend {
	margin-top: 20px;
}

.main-right .new-recommend .top {
	height: 40px;
	width: 260px;
	line-height: 40px;
	text-align: center;
	background: #FB8AAA;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.main-right .new-recommend .bottom {
	border: 1px solid #f1f1f1;
	border-top: none;
}

.main-right .new-recommend .bottom .con {
	height: 35.6px;
	line-height: 35.6px;
	margin-left: 20px;
	color: #484848;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.main-right .new-recommend .bottom .con .circle {
	height: 20px;
	line-height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #B9B9B9;
	text-align: center;
	color: #fff;
}

.main-right .new-recommend .bottom .con .circle-pink {
	height: 20px;
	line-height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #FB8AAA;
	text-align: center;
	color: #fff
}

.main-right .new-recommend .bottom .con a {
	margin-left: 10px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 84%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #484848;
}

.main-right .new-recommend .bottom .con a:hover {
	color: #FB8AAA;
}

.main-right .new-recommend-box{
	width: 100%;
}

.main-right .new-recommend-box .nrb_tab{
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-align: center;
	background: #FB8AAA;
	
}
.main-right .new-recommend-box .nrb_tab a{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 4px;
	margin: 0 10px;
}
.main-right .new-recommend-box .nrb_tab a.active{
	border-bottom: 2px solid #fff;
}
.main-right .new-recommend-box .nrb_list{
	border: 1px solid #f1f1f1;
	border-top: none;
	padding: 0 8px;
}
.main-right .new-recommend-box .nrb_list .nrb_box{
	display: none;
}
.main-right .new-recommend-box .nrb_list .nrb_box.box0{
	display: block;
}
.main-right .new-recommend-box .nrb_list ul li a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.main-right .new-recommend-box .nrb_list ul li:last-child a{
	border: 0;
}
.main-right .new-recommend-box .nrb_list ul li div{
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 3vw;
}
.main-right .new-recommend-box .nrb_list ul li p{
	color: #999;
	font-size: 12px;
	line-height: 1;
}
.main-right .new-recommend-box .nrb_list ul li p span{
	margin-left: 15px;
}

.newhot {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.new-gonglue {
	width: 910px;
	float: left;
}

.new-gonglue .head-div {
	height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #ddd;
}

.new-gonglue .head-div .htc {
	font-size: 18px;
	margin-left: 10px;
	font-weight: 500;
}

.new-gonglue .head-div .htc span {
	color: #68D0C7;
}

.new-gonglue .head-div .htc img {
	height: 52px;
	width: 52px;
}

.new-gonglue .head-div .hte {
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}

.new-gonglue .ngd {
	width: 910px;
	box-sizing: border-box;
}

.new-gonglue .ngd .gl {
	width: 450px;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	float: left;
	box-sizing: border-box;
}

.new-gonglue .ngd .gl:nth-child(odd) {
	margin-right: 10px;
}

.new-gonglue .ngd .gl .gl-img {
	width: 164px;
	height: 98.5px;
}

.new-gonglue .ngd .gl .gl-img .img-auto {
	display: block;
	width: 100%;
	height: 100%;
}

.new-gonglue .ngd .gl .gl-content {
	width: 290px;
	margin-left: 10px;
	clear: both;
}

.gl-title a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 260px;
	font-size: 16px;
	color: #484848;
}

.gl-title a:hover {
	color: #FB8AAA;
}

.gl-des {
	color: #999;
	line-height: 22px;
	overflow: hidden;
	height: 44px;
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
}

.hot-gonglue {
	width: 260px;
	float: left;
	margin-left: 20px;
	box-sizing: border-box;
	margin-top: 30px;
}

.hot-gonglue .top {
	height: 40px;
	width: 260px;
	line-height: 40px;
	text-align: center;
	background: #FB8AAA;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.hot-gonglue .bottom {
	border: 1px solid #f1f1f1;
	border-top: none;
}

.hot-gonglue .bottom .con {
	height: 38.6px;
	line-height: 38.6px;
	width: 230px;
	margin-left: 20px;
	color: #484848;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.hot-gonglue .bottom .con .circle {
	height: 20px;
	line-height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #B9B9B9;
	text-align: center;
	color: #fff;
}

.hot-gonglue .bottom .con .circle-pink {
	height: 20px;
	line-height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #FB8AAA;
	text-align: center;
	color: #fff
}

.hot-gonglue .bottom .con a {
	margin-left: 10px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #484848;
}

.hot-gonglue .bottom .con a:hover {
	color: #FB8AAA;
}

.separate {
	width: 100%;
	height: 20px;
	clear: both;
}

/*gonglue end*/

/*分类页start*/
.main-center .cate-name {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	vertical-align: middle;
}

.main-center .cate-name img {
	height: 30px;
	width: 30px;
	float: left;
	vertical-align: middle;
	margin-top: 10px;
}

.main-center .cate-name .name {
	font-size: 14px;
	margin-left: 10px;
	float: left;
	color: #484848;
}

.main-center .cate-name .showall {
	font-size: 12px;
	margin-right: 10px;
	float: right;
	color: #fff;
	display: block;
	line-height: 24px;
	width: 84px;
	text-align: center;
	background: #FF8FA6;
	border-radius: 20px;
	margin-top: 10px;
	cursor: pointer;
}

.main-center .child-cate {
	border-bottom: 1px solid #ddd;
}

.main-center .child-cate a {
	float: left;
	margin-right: 10px;
	line-height: 40px;
	font-size: 14px;
	color: #484848;
}

.main-center .child-cate a:hover {
	color: #FB8AAA;
}

.main-center .son-cate {
	width: 660px;
	height: 100px;
	border: 1px solid #ddd;
	margin-top: 10px;
	box-sizing: border-box;
}

.main-center .son-cate .fname {
	float: left;
	width: 100px;
	height: 100px;
}

.main-center .son-cate .fname .showname {
	height: 100px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 10px;
}

.main-center .son-cate .sname {
	float: left;
	width: 558px;
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.main-center .son-cate .sname a {
	margin-left: 10px;
	color: #484848;
	font-size: 12px;
}

.main-center .son-cate .sname a:hover {
	color: #FB8AAA;
}

.hide {
	display: none;
}

.son-list .son-cate:nth-child(1) .fname {
	background: #29D3CB;
}

.son-list .son-cate:nth-child(2) .fname {
	background: #6B92EA;
}

.son-list .son-cate:nth-child(3) .fname {
	background: #FF8F79;
}

.son-list .son-cate:nth-child(4) .fname {
	background: #BA85E7;
}

.son-list .son-cate:nth-child(5) .fname {
	background: #29D3CB;
}

.son-list .son-cate:nth-child(6) .fname {
	background: #6B92EA;
}

.son-list .son-cate:nth-child(7) .fname {
	background: #FF8F79;
}

.son-list .son-cate:nth-child(8) .fname {
	background: #BA85E7;
}

.son-list .son-cate:nth-child(9) .fname {
	background: #29D3CB;
}

.son-list .son-cate:nth-child(10) .fname {
	background: #6B92EA;
}

.son-list .son-cate:nth-child(11) .fname {
	background: #FF8F79;
}

.son-list .son-cate:nth-child(12) .fname {
	background: #BA85E7;
}

.main-center .article {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 660px;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	padding-bottom: 10px;
}

.main-center .article .al {
	width: 160px;
	height: 120px;
}

.main-center .article .al img {
	width: 100%;
	height: 100%;
}

.main-center .article .am,
.ar {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 110px;
	margin-top: 5px;
	margin-left: 10px;
}

.main-center .article .am {
	font-size: 14px;
	color: #484848;
	width: 140px;
}

.main-center .article .am>div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 140px;
}

.main-center .article .am>img {
	width: 20px;
}

.main-center .article .am .amr span {
	margin-left: 5px;
}

.main-center .article .ar {
	width: 340px;
}

.main-center .article .ar .title {
	font-size: 16px;
	color: #484848;
	display: block;
}

.main-center .article .ar a:hover {
	color: #FB8AAA;
}

.main-center .article .ar p {
	font-size: 12px;
	color: #999;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	width: 340px;
}

.main-center .article .ar .tags {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}

.main-center .article .ar .tags img {
	height: 16px;
	width: 16px;
}

.main-center .article .ar .tags .tag {
	color: #FF8FA6;
	font-size: 12px;
	margin-left: 10px;
	cursor: pointer;
}

.main-right .help {
	width: 260px;
	height: 135px;
}

.main-right .help img {
	height: 100%;
	width: 100%;
}

.main-right .tool {
	margin-top: 20px;
}

.tool-cate4 {
	border: none;
}

.main-right .tool .tool-title {
	font-size: 16px;
	line-height: 40px;
	background: #FF8FA6;
	width: 262px;
	text-align: center;
	color: #fff;
}

.tool-cate-outer {
	width: 260px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.main-right .tool .tool-cate {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 110px;
	margin-left: 25px;
	margin-right: 25px;
}

.tool-b {
	border-bottom: 1px solid #ddd;
}

.main-right .tool .tool-cate img {
	height: 60px;
	width: 60px;
	margin-left: 10px;
}

.main-right .tool .tool-cate .name {
	margin-left: 15px;
}

.main-right .tool .tool-cate .small {
	font-size: 12px;
	color: #999;
}

.succ-test {
	color: #00A392;
}

.mens-spec {
	color: #F34F61;
}

.money-ask {
	color: #A757ED;
}

.scope-ask {
	color: #5BD5F2;
}

.main-right .tool .tool-cate .big {
	font-size: 22px;
	margin-top: 3px;
	font-weight: 500;
}

.main-right .recommend {
	width: 260px;
	float: left;
	box-sizing: border-box;
	margin-top: 20px;
}

.main-right .recommend .top {
	height: 40px;
	width: 260px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.main-right .recommend .new {
	background: #FD8D8F;
}

.main-right .recommend .hot {
	background: #FF8FA6;
}

.main-right .recommend .bottom {
	border: 1px solid #f1f1f1;
	border-top: none;
}

.main-right .recommend .bottom .con {
	height: 38px;
	line-height: 38px;
	width: 230px;
	margin-left: 20px;
	color: #484848;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.main-right .recommend .bottom .con .circle {
	height: 20px;
	line-height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #B9B9B9;
	text-align: center;
	color: #fff;
}

.main-right .recommend .bottom .con .circle-red {
	height: 20px;
	line-height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #FD8D8F;
	text-align: center;
	color: #fff
}

.main-right .recommend .bottom .con .circle-pink {
	height: 20px;
	line-height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #FF8FA6;
	text-align: center;
	color: #fff
}

.main-right .recommend .bottom .con a {
	margin-left: 10px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #484848;
}

.main-right .recommend .bottom .con a:hover {
	color: #FB8AAA;
}

/*分类页start*/

/*文章页start*/
.bg {
	width: 100%;
	background: #F6F6F6;
	height: auto;
	overflow: hidden;
	color: #4848484;
}


.container .container-left {
	width: 820px;
	float: left;
}

.container .container-left .article {
	background: #fff;
	width: 100%;
	padding-top: 20px;
}

.container .container-left .article h1 {
	width: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #484848;
}

.container .container-left .article .summary {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.tags .tag {
	margin-right: 10px;
	cursor: pointer;
	color: #484848;
}

.click {
	color: #FA93AB;
}

.article-txt {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.article-txt p img {
	/* margin: 20px auto; */
	max-width: 100%;
	height: auto !important;
}

.article-txt span img {
	display: none;
}

.article-txt h4,
h5 {
	margin-left: 60px;
	margin-right: 60px;
	font-weight: bold;
}

.article-txt h3 {
	margin-bottom: 20px;
	font-size: 18px;
	margin-top: 20px;
	padding: 10px 42px 10px 60px;
	background: #FA93AB;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	display: table;
	font-weight: bold;
}

.article-txt h3 a {
	text-decoration: underline;
	color: #fff;
}

.article-txt p {
	line-height: 28px;
	/* text-indent: 2em; */
	margin-left: 60px !important;
	;
	margin-right: 60px !important;
	;
	margin-top: 10px;
	font-size: 15px;
	color: #484848;
}

.article-txt p a {
	color: #FA93AB;
	text-decoration: underline;
}

.show-tag {
	margin: 15px 60px 5px 60px;
}

.a-tags {
	font-size: 12px;
	color: #666;
	border-top: 1px dashed #ddd;
	padding-top: 10px;
}

.a-tags a {
	margin-left: 10px;
	color: #FB8AAA;
}

.b_answerbox .a-tags {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}

blockquote {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

.tip {
	background: #FFF4F1;
	line-height: 30px;
	margin-left: 60px;
	margin-right: 60px;
	padding: 10px -60px;
}

.tip p {
	color: #FE8F73;
}

.container .container-left .flip {
	background: #fff;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px 60px;
	font-size: 16px;
	color: #484848;
}

.container .container-left .flip a {
	color: #999;
}

.container .container-left .flip a:hover {
	color: #FB8AAA;
}

.container .container-left .xhyd {
	background: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}

.xg-tit {
	margin-left: 60px;
	margin-right: 60px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	color: #484848;
}

.has-img {
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.has-img>div {
	width: 220px;
	margin-right: 20px;
}

.has-img-art:last-child {
	margin-right: 0;
}

.has-img-art img {
	height: 145px;
	width: 220px;
}

.has-img-art a {
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	width: 100%;
	color: #484848;
}

.has-img-art a:last-child {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.has-img-art a:hover {
	color: #FB8AAA;
}

.no-img {
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 60px;
}

.no-img>div {
	width: 220px;
	margin-left: 20px;
	float: left;
	line-height: 30px;
	color: #999;
	height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-img>div:nth-child(3n+1) {
	margin-left: 0;
}

.no-img a {
	color: #999;
}

.no-img a:hover {
	color: #FB8AAA;
}

/*阅读下方广告*/
.dbguanggao {
	background: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}

.dbguanggao-tit {
	margin-left: 60px;
	margin-right: 60px;
	line-height: 54px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	color: #51d3c7;
}

.dbguanggao-img {
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/*align-items:center; */
}

.dbguanggao-img-art:last-child {
	margin-right: 0;
}

.dbguanggao-img-art a {
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	width: 220px;
	color: #fa93ab;
}

.dbguanggao-img-art a:hover {
	color: #FB8AAA;
}

.jq-tit {
	margin-left: 60px;
	margin-right: 60px;
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	color: #484848;
}

.jq-ewm-div {
	display: none;
	width: 157px;
	height: 113px;
}

.jq-ewm {
	display: flex;
	flex-direction: row;
	justify-content: flex-left;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #F8A2BB;
	box-shadow: 2px 2px 2px #999;
	width: 100%;
	height: 100%;
}

.jq-ewm-img {
	width: 60px;
	height: 60px;
}

.jq-ewm-img img {
	height: 100%;
	width: 100%;
}

.jq-ways {
	margin-left: 5px;
	width: 110px;
	overflow: hidden;
}

.jq-ways p {
	font-size: 10px;
	color: #484848;
}

.jq-ways .wxh {
	color: #999;
}

.jq-ways .jn {
	font-size: 10px;
}

.det_menu li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 3vw;
}
.det_menu li:nth-of-type(2n + 0){
	margin-right: 0;
}
.det_menu li img{
	display: block;
	width: 100%;
}


/*讨论群*/
.new_hp_wxgroup {
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
	margin-top: 20px;
}

.new_hp_wxgroup ul {
	margin-top: 10px;
	margin-left: 50px;
}

.new_hp_wxgroup ul .group {
	width: 147px;
	margin-left: 10px;
	border-radius: 4px;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
}

.new_hp_wxgroup ul .group h2 {
	font-size: 16px;
	color: #3E3E3E;
	line-height: 22px;
	font-weight: normal;
	height: 44px;
}

.new_hp_wxgroup ul .group span {
	font-size: 12px;
	color: #9E9E9E;
	line-height: 17px;
	padding-top: 3px;
}

.new_hp_wxgroup ul #ss_show_q1 {
	background: #DDEDFF url('../images/qbj.jpg') 100% 100% no-repeat;
}

.new_hp_wxgroup ul #ss_show_q2 {
	background: #FFECDF url('../images/qbj1.jpg') 100% 100% no-repeat;
}

.new_hp_wxgroup ul #ss_show_q3 {
	background: #FFF4D1 url('../images/qbj2.jpg') 100% 100% no-repeat;
}

.new_hp_wxgroup ul #ss_show_q4 {
	background: #FFEBEF url('../images/qbj3.jpg') 100% 100% no-repeat;
}

.new_hp_wxgroup ul .group .top {
	line-height: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.new_hp_wxgroup ul .group .top img {
	height: 12px;
	width: 15px;
	margin-right: 5px;
	margin-top: 4px;
}

.new_hp_wxgroup ul .group .bottom {
	border: 1px solid #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 3px;
	margin-top: 5px;
}

.groupname {
	width: 80%;
}

.addgroup {
	color: #fff;
	width: 25px;
	text-align: center;
	height: 50px;
	border-radius: 30px;
	font-size: 13px;
	padding-top: 6px;
}

.ag1 {
	background: #7A87E3;
}

.ag2 {
	background: #F08385;
}

.ag3 {
	background: #EAC343;
}

.ag4 {
	background: #5ED7CA;
}

.bname {
	font-size: 16px;
	margin-bottom: 4px;
}

.bcolor1 {
	color: #7A87E3;
}

.bcolor2 {
	color: #F08385;
}

.bcolor3 {
	color: #EAC343;
}

.bcolor4 {
	color: #5ED7CA;
}

.bname1 {
	color: #484848;
	font-size: 12px;
	font-weight: 500;
	overflow: hidden;
}

.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	background-color: #000;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	display: none;
}

.ewm-con {
	width: 400px;
	margin: 240px auto;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 2px;
	position: relative;
}

.ewm-img {
	width: 100%;
	text-align: center;
}

.ewm-img img {
	width: 200px;
}

.ewm-tit {
	line-height: 50px;
	color: #484848;
	font-size: 28px;
	text-align: center;
	width: 100%;
}

.ewm-wel {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

#target {
	display: none;
}

.copy-btn {
	line-height: 40px;
	width: 160px;
	text-align: center;
	background: #FA93AB;
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
	margin: 20px auto;
}

.close-cover {
	width: 20px;
	height: 20px;
	background: url("../images/close.png") no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	right: 20px;
}

.container .container-left .baike {
	background: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.container .container-left .baike .bk {
	margin-left: 60px;
	margin-right: 60px;
}

.bk .bk-tit {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	color: #484848;
}

.bk .bk-cat {
	margin-top: 20px;
	padding-bottom: 20px;
}

.bk .bk-cat .child {
	width: 220px;
	float: left;
	margin-left: 20px;
}

.bk .bk-cat .child:nth-child(3n+1) {
	margin-left: 0;
}

.bk .bk-cat .child .program-name {
	color: #FA93AB;
	font-size: 16px;
}

.bk .bk-cat .child .program-cat {
	height: 120px;
	width: 220px;
	padding-top: 10px;
	color: #484848;
}

.bk .bk-cat .child .program-cat a {
	float: left;
	width: 110px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #999;
	font-size: 14px;
}

.bk .bk-cat .child .program-cat a:hover {
	color: #FB8AAA;
}

/*模块样式*/
.embed-role-tb {
	border-top: 1px solid #DEDFE1;
	border-bottom: 1px solid #DEDFE1;
	margin-left: 60px;
	margin-right: 60px;
	box-sizing: border-box;
	width: 700px;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.left_role {
	background: #eee;
	width: 50px;
	height: 100%;
	min-height: 100%;
	color: #484848;
	font-size: 13px;
	font-weight: bolder;
	box-sizing: border-box;
	padding: 30px 20px;
	overflow: hidden;
}

.right_role {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 650px;
	height: auto;
	box-sizing: border-box;
}

.roles {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.role {
	width: 130px;
	height: 35px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.role-split {
	margin-right: 5px;
	color: #999;
}

.role a {
	text-decoration: none;
	color: #FB8AAA;
}

.role a:hover {
	text-decoration: underline;
}

/*医院模块样式*/
.yiyuan-moban {
	border-top: 1px solid #DEDFE1;
	border-bottom: 1px solid #DEDFE1;
	margin-left: 60px;
	margin-right: 60px;
	box-sizing: border-box;
	width: 700px;
	height: 100%;
	/*display:flex;*/
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.yiyuan-moban-top {
	background: #eee;
	width: 100%;
	height: 100%;
	min-height: 100%;
	color: #484848;
	font-size: 14px;
	font-weight: bolder;
	box-sizing: border-box;
	padding: 8px 0 8px 0;
	overflow: hidden;
	text-align: center;
}

.yiyuan-moban-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.yiyuan_moban_lists {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.yiyuan_role {
	width: 138px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: #fdf5f7 1px solid;
	font-size: 12px;
}

.yiyuan_role a {
	text-decoration: none;
	color: #FB8AAA;
}

.yiyuan_role a:hover {
	text-decoration: underline;
}

/*海外医院汇总模块样式*/
.haiwai_yiyuan_moban {
	border-top: 1px solid #DEDFE1;
	border-bottom: 1px solid #DEDFE1;
	margin-left: 60px;
	margin-right: 60px;
	box-sizing: border-box;
	width: 700px;
	height: 100%;
	/* display: flex; */
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.haiwai_yiyuan {
	background: #ccecfb;
	/*width: 50px;*/
	padding: 5px 38%;
	font-size: 16px;
	font-weight: bolder;
	box-sizing: border-box;
	/*overflow: hidden;*/
}

.haiwai_yiyuan_list {
	/*display: flex;*/
	/* flex-direction: column; */
	justify-content: flex-start;
	align-items: center;
	/* width: 650px; */
	height: auto;
	box-sizing: border-box;
}

.haiwai_yiyuan_guojia {
	background: #eee;
	/*width: 50px;*/
	font-size: 14px;
	font-weight: bolder;
	box-sizing: border-box;
	padding: 5px 10px;
	/*overflow: hidden;*/
}

.haiwai_yiyuan_left {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	/* width: 100%; */
}

.haiwai_yiyuan_role {
	width: 138px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	border: solid 1px #eeeeee;
}

.haiwai_yiyuan_role a {
	text-decoration: none;
	color: #FB8AAA;
}

.haiwai_yiyuan_role a:hover {
	text-decoration: underline;
}

/*精子畸形率1-100*/
.yiyuan-moban-top1 {
	background: #f89;
	width: 100%;
	height: 100%;
	min-height: 100%;
	color: #fdfdfd;
	font-size: 14px;
	font-weight: bolder;
	box-sizing: border-box;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	text-align: center;
}

.yiyuan_role1 {
	width: 68px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: #fdf5f7 1px solid;
	font-size: 12px;
}

.yiyuan_role1 a {
	text-decoration: none;
	color: #FB8AAA;
}

.yiyuan_role1 a:hover {
	text-decoration: underline;
}

/*焦点导航*/
.gatModularTwo {
	background-color: #fff;
	margin-top: 20px;
}

.gatModularTwo>ul {
	padding: 0 10px;
	height: 40px;
	background: #f1f1ff1;
}

.gatModularTwo>ul li {
	width: 33.33%;
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: 16px;
	color: #484848;
	text-align: center;
	border-bottom: 1px solid #FB8AAA;
}

.gatModularTwo>ul li.cur {
	color: #FB8AAA;
	border-bottom: 1px solid #FB8AAA;
}

.gatModularTwo .tg_nav_list {
	display: none;
	padding: 10px;
	background: #FFF;
}

.gatModularTwo .tg_nav_list .list1 li {
	width: 33.33%;
	float: left;
	position: relative;
}

.gatModularTwo .tg_nav_list .list1 li a {
	font-size: 14px;
	display: block;
	width: 100%;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px solid #eee;
	color: #484848;
}

.gatModularTwo .tg_nav_list .list1 li a:last-child {
	border-bottom: 0px;
}

.gatModularTwo .tg_nav_list .list1 li:after {
	position: absolute;
	content: " ";
	clear: both;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	border-right: 1px solid #eee;
}

.gatModularTwo .tg_nav_list .list1 li:last-child:after {
	display: none;
}

.gatModularTwo .tg_nav_move {
	font-size: 14px;
	height: 20px;
	padding: 10px 15px;
	background: #FFF;
	color: #999;
}

.gatModularTwo .tg_nav_move a {
	font-size: 14px;
	display: inline-block;
	float: right;
	color: #666;
}

.gatModularTwo .tg_nav_move a:after {
	margin-left: 5px;
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url() no-repeat;
	content: " ";
	clear: both;
}


.container .container-right {
	float: left;
	margin-left: 30px;
	width: 260px;
}

.container-right .tool {
	margin-top: 0;
}

.container-right .tool .tool-title {
	font-size: 16px;
	line-height: 40px;
	background: #FE9073;
	width: 100%;
	text-align: center;
	color: #fff;
}

.container-right .tool .tool-cate {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 110px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.container-right .tool .tool-cate img {
	height: 60px;
	width: 60px;
	margin-left: 30px;
}

.container-right .tool .tool-cate .name {
	margin-left: 15px;
}

.container-right .tool .tool-cate .small {
	font-size: 12px;
	color: #999;
}

.container-right .tool .tool-cate .big {
	font-size: 20px;
	margin-top: 3px;
	font-weight: bold;
}

.dwk {
	width: 260px;
	z-index: 999;
	margin-top: 20px;
	background: #fff;
	position: fixed;
}

.ins {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	width: 260px;
	text-align: center;
	background: #51D3C7;
}

.other-link {
	margin-top: 10px;
	position: relative;
}

.other-link li {
	height: 35px;
	margin-bottom: 4px;
	position: relative;
}

.other-link li div {
	float: left;
	width: 36px;
	position: relative;
}

.other-link li i {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #909090;
	position: absolute;
	margin: auto;
	left: 5px;
	right: 0;
	top: 15px;
}

.other-link li:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	left: 19px;
	top: 25px;
	background: #909090;
	height: 40px;
}

.other-link li:last-child:after {
	display: none;
}

.other-link li a {
	display: block;
	float: left;
	width: 230px;
	line-height: 40px;
	height: 30px;
	color: #999;
	font-size: 14px;
	margin-left: 35px;
	overflow: hidden;
	margin-right: 10px;

}

.other-link li:hover i {
	width: 18px;
	height: 18px;
	background: #fff;
	top: 8px;
	background: #FEB2CE;
}

.other-link li:hover a {
	color: #FEB2CE;
	font-weight: 600;
}

.hot-cat {
	margin-top: 20px;
	background: #fff;
	width: 260px;
}

.hot-cat-tit {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	width: 260px;
	text-align: center;
	background: #FF8FA6;
}

.hot-cat-con {
	background: #fff;
}

.con-icon {
	width: 50%;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

.con-icon p {
	margin-top: 10px;
	color: #484848;
}

.rec-tag {
	margin-top: 40px;
	background: #fff;
	width: 260px;
}

.rec-tag-tit {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	width: 260px;
	text-align: center;
	background: #FE8F7A;
}

.rec-tag-con {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 376px;
	overflow: hidden;
}

.rec-tag-con .tag {
	display: table;
	float: left;
	margin-left: 10px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	color: #484848;
	border-radius: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}

.rec-tag-con a:hover {
	color: #FB8AAA;
}

.hot-rec {
	margin-top: 20px;
	background: #fff;
	width: 260px;
}

.hot-rec-tit {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	width: 260px;
	text-align: center;
	background: #F86871;
}

.hot-rec-con {
	padding-bottom: 5px;
}

.hot-rec-con .tit-name {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 180px;
	margin-left: 45px;
	color: #484848;
	display: block;
}

.hot-rec-con a:hover {
	color: #FB8AAA;
}

.shengming {
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 60px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 1px dashed #ddd;
}

.sm-tit {
	line-height: 30px;
	font-size: 12px;
	color: #666;
}

.sm-desc {
	line-height: 24px;
	font-size: 10px;
	color: #999;
}

/*文章页end*/



/*医生医院页start*/
.guanggao {
	width: 1200px;
	margin: 10px auto 0 auto;
	height: 90px;
	overflow: hidden;
}

.guanggao .div1 {
	float: left;
	width: 820px;
}

.guanggao .div2 {
	float: left;
	margin-left: 30px;
	width: 260px;
}

.navBread{ width: 1200px; margin:0 auto; line-height:50px;}
.navBread a{ color:#484848;}

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

.wrap .wrap-left {
	width: 910px;
	float: left;
}

.sx-wrap {
	width: 910px;
	background: #fff;
}

.sx-cont {
	padding: 0 20px;
}

.sx-row {
	width: 100%;
	height: 45px;
	line-height: 44px;
	color: #484848;
}

.sx-row .lb {
	width: 75px;
	float: left;
}

.sx-row .rb {
	width: 730px;
	height: 44px;
	line-height: 44px;
	float: left;
	overflow: hidden;
}

.sx-row a {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 12px;
	margin: 9px 5px 0;
	color: #484848;
}

.sx-row a:hover {
	color: #FF8FA6;
}

.sx-row a.on {
	color: #FF8FA6;
}

.sx-row .s-more {
	top: 0;
	right: 0;
}

.sx-row .s-more span {
	display: inline;
}

.sx-row .s-more,
.sx-row .s-more:hover {
	color: #33cde5 !important;
	cursor: pointer;
}

.sx-row .s-more i {
	width: 12px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/down.png) no-repeat;
}

.sx-row .to-full {
	/*-webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);*/

	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.yy_list {
	width: 910px;
	background: #fff;
	margin-top: 20px;
	height: 60px;
}

.yy_list span {
	line-height: 20px;
	height: 20px;
	width: 60px;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 20px;
	display: block;
	padding: 5px;
	float: left;
	color: #484848;
}

.yy_list .on {
	border-bottom: 3px solid #FF8FA6;
}

.choose {
	border-bottom: 3px solid #FF8FA6;
}

.sv-list {
	width: 910px;
	height: 240px;
	background: #fff;
	margin-top: 20px;
}

.sv-img {
	width: 300px;
	height: 200px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.sv-img img {
	width: 100%;
	height: 100%;
}

.sv-head {
	width: 300px;
	height: 200px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	background: #eee;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.sv-head img {
	height: 90%;
}

.sv-c {
	width: 400px;
	height: 200px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
}

.sv-c-tit {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.sv-c-tit a {
	font-size: 18px;
	color: #484848;
}

.sv-c-tit a:hover {
	color: #FB8AAA;
}

.sv-c-tit span {
	display: block;
	margin-left: 10px;
	background: #51D4C7;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	border-radius: 3px;
}

.sv-c-desc {
	height: 44px;
	line-height: 22px;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sv-tag {
	color: #484848;
}

.sv-tag a {
	color: #484848;
}

.sv-tag-n span {
	display: block;
	border: 1px solid #FF8FA6;
	color: #FF8FA6;
	float: left;
	margin-right: 10px;
	padding: 0px 10px;
}

.sv-cs {
	margin-right: 30px;
}

.col {
	color: #FF8FA6;
}

.sv-info {
	color: #484848;
}

.sv-r {
	float: right;
	margin-top: 20px;
	color: #484848;
	margin-right: 20px;
}

.sv-r p {
	margin-top: 30px;
}

.sv-r span {
	font-size: 30px;
	color: #FF8FA6;
	font-weight: 600;
}

.sv-r a {
	background: #FF906F;
	color: #fff;
	line-height: 30px;
	width: 80px;
	border-radius: 20px;
	margin-top: 20px;
	display: block;
	text-align: center;
}

.gn-yy-list {
	width: 910px;
	background: #fff;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.gn-yy-list .gn-yy {
	float: left;
	width: 283px;
	margin-right: 10px;
	border: 1px solid #ddd;
	margin-top: 20px;
}

.gn-yy-list .gn-yy:nth-child(3n) {
	margin-right: 0;
}

.gn-yy-img {
	width: 283px;
	height: 189px;
}

.gn-yy-img img {
	width: 100%;
	height: 100%;
}

.gn-yy-tit {
	margin: 10px;
	font-size: 16px;
}

.gn-yy-name {
	line-height: 30px;
}

.gn-yy-name a {
	color: #484848;
}

.gn-yy-name a:hover {
	color: #FB8AAA;
}

.gn-yy-desc {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	height: 63px;
}

.wrap .wrap-right {
	width: 260px;
	margin-left: 20px;
	float: left;
}

.qwyy {
	background: #fff;
}

.lt-tit {
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #FF8FA6;
	;
}

.qwyy ul li {
	border-bottom: 1px solid #ddd;
	margin: 20px;
	padding-bottom: 20px;
}

.qwyy ul li:last-child {
	border-bottom: none;
}

.qwyy ul li .qwyy-tit {
	display: block;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #484848;
}

.qwyy ul li .qwyy-tit:hover {
	color: #FB8AAA;
}

.qwyy ul li p a {
	display: block;
	height: 100%;
	width: 100%;
	color: #484848;
}

.qwyy ul li div {
	line-height: 18px;
}

.qwyy ul li div label {
	float: left;
	color: #999;
	font-size: 12px;
}

.qwyy ul li div p {
	display: inline-block;
	float: right;
	color: #484848;
	font-size: 12px;
}

.qwyy ul li div p span {
	font-size: 18px;
	font-weight: bold;
	color: #484848;
}

.hot-sv {
	margin-top: 20px;
	background: #fff;
	padding-bottom: 10px;
}

.hot-sv-list {}

.hot-sv-list li {
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	position: relative;
}

.hot-sv-list li a {
	color: #484848;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hot-sv-list li a:hover {
	color: #FB8AAA;
}

.tjwx {
	margin-top: 20px;
	background: #fff;
}

.tjwx {
	padding-bottom: 20px;
}

.tjwx .tit {
	line-height: 40px;
	text-align: center;
	color: #484848;
}

.kf-ewm {
	margin-top: 10px;
}

.ewm {
	float: left;
	height: 120px;
	width: 120px;
	margin-left: 10px;
}

.ewm img {
	height: 100%;
	width: 100%;
}

.kf {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float: left;
	width: 120px;
	height: 120px;
}

.kf img {
	height: 79px;
	width: 79px;
	border-radius: 50%;
}

.kf .kf-p1 {
	font-size: 12px;
	color: #999;
	margin-top: 3px;
}

.kf .kf-p2 {
	font-size: 14px;
	color: #484848;
}

/*医生医院页end*/


/*医院详情页start*/
.wrap .wrap-left-yy {
	width: 910px;
	float: left;
}

.yy-info-t {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 30px;
	background: #fff;
}

.yy-info-t .biaoti {
	line-height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}

.yy-info-t .biaoti h3 {
	font-size: 24px;
	color: #484848;
}

.yy-info-t .biaoti p {
	font-size: 16px;
	color: #484848;
}

.yy-info-t .biaoti .col {
	font-weight: 600px;
	font-size: 18px;
}

.yy-info-t .biaoti .sm {
	color: #999;
	font-size: 12px;
	margin-left: 3px;
}

.yy-info-t .biaoti .yuyue {
	display: block;
	line-height: 38px;
	width: 160px;
	text-align: center;
	border-radius: 20px;
	background: #FF8FA6;
	color: #fff;
	margin-top: 10px;
}

.canshu {
	border-top: 1px solid #ddd;
	line-height: 70px;
	margin-top: 10px;
}

.canshu p {
	float: left;
	margin-right: 20px;
	line-height: 50px;
	color: #484848;
}

.canshu .tcbq span {
	float: left;
}

.canshu .tcbq .t {
	display: block;
	border: 1px solid #FF8FA6;
	color: #FF8FA6;
	float: left;
	margin-right: 10px;
	line-height: 20px;
	width: 50px;
	margin-top: 15px;
	text-align: center;
}

.liuc {
	padding: 10px 60px;
	background: #fff;
}

.liuc-tit {
	line-height: 60px;
	color: #484848;
	font-size: 18px;
}

.liuc-sub {
	padding-bottom: 20px;
}

.liuc-sub img {
	max-width: 100%;
}

.liuc-con .pr {
	width: 157px;
	text-align: center;
	line-height: 78px;
	color: #fff;
	border-radius: 5px;
	background: #FF8FA6;
	margin-bottom: 20px;
	float: left;
	font-size: 16px;
}

.liuc-con .ne {
	width: 22px;
	height: 44px;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 20px;
	font-size: 30px;
	text-align: center;
	color: #999;
	float: left;
}

.liuc-con1 .pr {
	width: 210px;
	text-align: center;
	line-height: 92px;
	color: #fff;
	border-radius: 5px;
	background: #FF8FA6;
	margin-bottom: 20px;
	float: left;
	font-size: 16px;
}

.liuc-con1 .ne {
	width: 32px;
	height: 64px;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 20px;
	font-size: 30px;
	text-align: center;
	color: #999;
	float: left;
}

.yy-img {
	width: 700px;
	position: relative;
	overflow: hidden;
}

.yy-img .hd {
	position: absolute;
	text-align: right;
	right: 20px;
	bottom: 22px;
	z-index: 1000;
}

.yy-img .hd ul li {
	float: left;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #F7E8E2;
	margin-right: 7px;
	cursor: pointer;
}

.yy-img .hd ul li.on {
	background: #F64E65;
}

.yy-img .bd ul li {
	width: 100%;
	height: 400px;
	position: relative;
}

.yy-img .bd ul li img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hospital-info-s {
	margin-top: 20px;
	background: #fff;
}

.lanmu {
	background: #FF8FA6;
	color: #fff;
	line-height: 60px;
}

.lanmu span {
	margin-left: 45px;
}

.lanmu a {
	color: #fff;
	margin-left: 32px;
	font-size: 16px;
}

.hospital-intro {
	background: #fff;
	margin-top: 20px;
}

.hospital-intro-tit {
	font-size: 18px;
	padding: 10px 32px 10px 60px;
	background: #FA93AB;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
}

.hospital-intro-tit span {
	font-size: 12px;
	margin-left: 10px;
}

.hospital-intro-desc {
	margin: 10px 60px;
	color: #484848;
	padding-bottom: 20px;
	line-height: 30px;
}

.hospital-intro-desc p a {
	color: #FF8FA6;
}

.hospital-experts {
	background: #fff;
}

.hospital-experts-tit {
	font-size: 18px;
	padding: 10px 32px 10px 60px;
	background: #FA93AB;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
}

.hospital-experts-tit span {
	font-size: 12px;
	margin-left: 10px;
}

.hospital-experts-list {
	margin: 20px 60px;
}

.expert {
	float: left;
	width: 330px;
	margin-right: 40px;
	display: flex;
	flex-direction: center;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 20px;
}

.expert:nth-child(2n) {
	margin-right: 0;
}

.expert-pic .headimg {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	border: 1px solid #ddd;
}

.expert-pic p {
	background: #51D4C7;
	margin-top: 10px;
	line-height: 24px;
	width: 70px;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
}

.expert-desc {
	margin-left: 10px;
}

.expert-desc p {
	color: #FF8FA6;
	margin-top: 10px;
	font-size: 12px;
}

.hospital-navigation {
	background: #fff;
	margin-top: 20px;
}

.hospital-navigation-tit {
	font-size: 18px;
	padding: 10px 32px 10px 60px;
	background: #FA93AB;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
}

.hospital-navigation-tit span {
	font-size: 12px;
	margin-left: 10px;
}

.map-wrap {
	height: 300px;
	margin: 20px 60px;
	padding-bottom: 20px;
}

.hospital-price {
	background: #fff;
	margin-top: 20px;
}

.hospital-price-tit {
	font-size: 18px;
	padding: 10px 32px 10px 60px;
	background: #FA93AB;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
}

.hospital-price-tit span {
	font-size: 12px;
	margin-left: 10px;
}

.hospital-price-table {
	margin: 20px 60px;
	padding-bottom: 20px;
}

.hospital-price-table .firstRow {
	background: #FF8FA6;
	color: 51D4C7;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

.hospital-price-table .firstRow tr {
	border: none;
	color: #fff;
}

.hospital-price-table .firstRow td {
	border: none;
	margin: none;
	color: #fff;
}

.hospital-price-table td {
	text-align: center;
	color: #484848;
	padding: 20px;
	border-color: #999;
}

.hospital-price-table p span {
	display: inline-block;
	line-height: 30px;
	color: #FF8FA6;
	font-size: 12px;
}

.hospital-price-table img {
	width: 100%;
}


.common-problems {
	background: #fff;
	margin-top: 20px;
}

.common-problems-tit {
	font-size: 18px;
	padding: 10px 32px 10px 60px;
	background: #FA93AB;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
}

.common-problems-tit span {
	font-size: 12px;
	margin-left: 10px;
}

.common-problems-list {
	margin: 20px 60px;
	padding-bottom: 30px;
}

.common-problems-list .qa {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-top: 20px;
}

.common-problems-list .qa .q {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #484848;
	font-size: 16px;
}

.common-problems-list .qa .q .tb {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: left;
	border-radius: 5px;
	background: #FE8F7A;
	color: #fff;
	font-size: 16px;
}

.common-problems-list .qa .a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #999;
	font-size: 12px;
	margin-top: 10px;
}

.common-problems-list .qa .a .tb {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	float: left;
	border-radius: 5px;
	background: #51D4C7;
	color: #fff;
	font-size: 16px;
}

.common-problems-list .qa .des {
	width: 658px;
	margin-left: 10px;
}

.hospital-score {
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.hospital-score-tit {
	font-size: 18px;
	padding: 10px 32px 10px 60px;
	background: #FA93AB;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
}

.hospital-score-tit span {
	font-size: 12px;
	margin-left: 10px;
}

.hospital-score-con {
	margin: 20px 60px 0px 60px;
}

.sv-pt-tit {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 30px;
}

.sv-pt-tit .yhdp {
	font-size: 18px;
	color: #484848;
}

.sv-pt-tit .dprs {
	font-size: 12px;
	color: #999;
}

.pingjia-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.pingjia-row .photo {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.pingjia-row .pj-r {
	margin-left: 10px;
	width: 620px;
}

.pingjia-row .pj-r .pj-r-t {
	font-size: 12px;
	color: #999;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.pingjia-row .pj-r .pj-r-p {
	font-size: 16px;
	color: #484848;
	margin-top: 10px;
}

.p-info {
	line-height: 50px;
	width: 100%;
	text-align: center;
	color: #999;
}

/*医院详情页end*/

/*医生详情页start*/
.doctor {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding: 30px 60px;
}

.doctor-l {
	width: 400px;
	height: 266px;
	background: #eee;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.doctor-l img {
	height: 90%;
}

.doctor-r {
	margin-left: 20px;
}

.doctor-r .name {
	font-size: 24px;
	color: #484848;
}

.doctor-r .ssyy {
	margin-top: 30px;
	font-size: 16px;
	color: #484848;
}

.doctor-r .ssyy a {
	color: #FF8FA6;
}

.doctor-r .ssyy a:hover {
	text-decoration: underline;
}

.doctor-r .yuyue {
	display: block;
	line-height: 38px;
	width: 160px;
	text-align: center;
	border-radius: 20px;
	background: #FF8FA6;
	color: #fff;
	margin-top: 60px;
}

.doctor-intro {
	background: #fff;
	margin-top: 20px;
}

.doctor-intro-tit {
	font-size: 18px;
	padding: 10px 32px 10px 60px;
	background: #FA93AB;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
}

.doctor-intro-tit span {
	font-size: 12px;
	margin-left: 10px;
}

.doctor-intro-desc {
	margin: 20px 60px;
	color: #484848;
	padding-bottom: 20px;
	line-height: 30px;
}

/*医生详情页end*/

/*网站地图end*/
.map {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F6F6F6;
}

.sitemap {
	width: 1200px;
	margin: 0 auto;
	color: #333;
	background: #fff;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.sitemap .shouye {
	line-height: 70px;
	color: #FA93AB;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	margin-left: 60px;
	margin-right: 60px;
}

.gl-list {
	margin-left: 60px;
	margin-right: 60px;
}

.gl-list .gl-list-title {
	line-height: 50px;
	color: #FA93AB;
	font-size: 18px;
	margin-top: 20px;
}

.sggl {
	border-bottom: 1px solid #ddd;
}

.gl-l {
	float: left;
	width: 118px;
	margin-top: 25px;
	font-size: 16px;
	color: #333;
}

.gl-r {
	float: left;
	width: 952px;
}

.gl-r-tit {
	margin-bottom: 20px;
	margin-top: 20px;
}

.gl-r-tit a {
	display: block;
	line-height: 30px;
	width: 120px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 20px;
	color: #333;
}

.gl-r-tit a:hover {
	display: block;
	line-height: 30px;
	width: 120px;
	text-align: center;
	color: #FA93AB;
	border: 1px solid #FA93AB;
	border-radius: 20px;
}

.gl-r-list-s {
	font-size: 12px;
	color: #999;
	line-height: 30px;
	float: left;
	width: 136px;
	display: block;
}

.gl-r-list-s a {
	color: #999;
}

.gl-r-list-s a:hover {
	color: #FA93AB;
}

.gl-r-list-p {
	font-size: 13px;
	color: #333;
	line-height: 40px;
	float: left;
	width: 136px;
	display: block;
}

.gl-r-list-p a {
	color: #333;
}

.gl-r-list-p a:hover {
	color: #FA93AB;
}

.gl-r-list-q {
	width: 952px;
	display: block;
	color: #333;
	line-height: 50px;
	clear: both;
	font-size: 13px;
}

.gl-r-list-q a {
	color: #333;
}

.gl-r-list-q a:hover {
	color: #FA93AB;
}

.tag-list {
	padding-top: 20px;
	border: none;
}

.tag-list-p {
	margin-right: 10px;
	/* overflow: hidden; */
	/* text-overflow:ellipsis; */
}

.tag-list-p a {
	border: 1px solid #efefef;
	border-radius: 20px;
	padding: 0 17px;
	display: inline-block;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.yyys-list {
	margin-left: 60px;
	margin-right: 60px;
}

.yyys-list-title {
	line-height: 50px;
	color: #FA93AB;
	font-size: 18px;
	margin-top: 20px;
}

/*网站地图end*/
.tags {
	width: 100% !important;
}

/*专题页*/
.zt-bg {
	background: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 410px;
	background-color: #FAFAFA;
	padding-bottom: 30px;
}

.zt-bg-tg {
	background: url(../images/tgbg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 410px;
	background-color: #FAFAFA;
	padding-bottom: 30px;
}

.zt-bg-els {
	background: url(../images/banner.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 410px;
	background-color: #FAFAFA;
	padding-bottom: 30px;
}

.zt-bg-mlxy {
	background: url(../images/banner.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 410px;
	background-color: #FAFAFA;
	padding-bottom: 30px;
}

.zt-bg-wkl {
	background: url(../images/banner.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 410px;
	background-color: #FAFAFA;
	padding-bottom: 30px;
}

.zt-bg-jpz {
	background: url(../images/banner.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 410px;
	background-color: #FAFAFA;
	padding-bottom: 30px;
}

.zt-main {
	width: 1200px;
	margin: auto;
	background: #fff;
	padding-bottom: 30px;
	color: #484848;
}

.gl-icon-mg {
	line-height: 162px;
	height: 162px;
	width: 190px;
	background: url(../images/gl.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-left: 50px;
	margin-top: -80px;
	position: relative;
	float: left;
	letter-spacing: 2px;
}

.gl-icon-tg {
	line-height: 162px;
	height: 162px;
	width: 190px;
	background: url(../images/tggl.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-left: 50px;
	margin-top: -80px;
	position: relative;
	float: left;
	letter-spacing: 2px;
}

.gl-icon-els {
	line-height: 162px;
	height: 162px;
	width: 190px;
	background: url(../images/gl.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-left: 50px;
	margin-top: -80px;
	position: relative;
	float: left;
	letter-spacing: 2px;
}

.gl-icon-mlxy {
	line-height: 162px;
	height: 162px;
	width: 190px;
	background: url(../images/gl.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-left: 50px;
	margin-top: -80px;
	position: relative;
	float: left;
	letter-spacing: 2px;
}

.gl-icon-wkl {
	line-height: 162px;
	height: 162px;
	width: 190px;
	background: url(../images/gl.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-left: 50px;
	margin-top: -80px;
	position: relative;
	float: left;
	letter-spacing: 2px;
}

.gl-icon-jpz {
	line-height: 162px;
	height: 162px;
	width: 190px;
	background: url(../images/gl.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-left: 50px;
	margin-top: -80px;
	position: relative;
	float: left;
	letter-spacing: 2px;
}

.gl-con {
	float: left;
	width: 950px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	position: relative;
}

.gl-cao {
	width: 270px;
}

.gl-cao h2 {
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}

.gl-nm {
	width: 270px;
}

.gl-nm a {
	width: 90px;
	text-align: left;
	line-height: 40px;
	display: inline-block;
	float: left;
	font-size: 14px;
}

.gl-nm a:hover {
	color: #FA93AB;
}

.zt-part {
	width: 1160px;
	margin-top: 20px;
	margin-left: 20px;
}

.zt-banner {
	float: left;
	width: 780px;
}

.zt-banner .swiper-slide img {
	width: 780px;
	height: 368px;
}

.zt-zy {
	height: 368px;
	width: 360px;
	border: 1px solid #ddd;
	float: left;
	margin-left: 20px;
	box-sizing: border-box;
}

.zt-zy-top {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.progress .percent {
	font-size: 14px;
	margin-top: 0.6em;
}

.mgp {
	color: #C0032C;
}

.tgp {
	color: #487AE0;
}

.elsp {
	color: #EB7E61;
}

.mlxyp {
	color: #DB002A;
}

.progress .myd {
	font-size: 10px;
}

.tongji {
	margin-left: 20px;
}

.tongji p {
	line-height: 30px;
	font-size: 14px;
}

.zt-zy-bottom {
	width: 320px;
	margin-left: 20px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}

.zt-zy-bottom-tit {
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
}

.zt-zy-bottom-con {
	margin-top: 10px;
}

.zt-zy-bottom-con a {
	display: block;
	width: 160px;
	text-align: center;
	float: left;
	line-height: 40px;
	font-size: 14px;
}

.zt-top1 {
	width: 1200px;
	margin: auto;
	background: #fff;
	padding-bottom: 30px;
	color: #484848;
	padding-top: 110px;
}


.loading {
	width: 6em;
	height: 6em;
	position: relative;
}

.loading .progress {
	position: absolute;
	width: 4em;
	height: 4em;
	background-color: #fff;
	border-radius: 50%;
	left: 1em;
	top: 1em;
	line-height: 1.4em;
	text-align: center;
}

.left,
.right {
	width: 3em;
	height: 6em;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #EDE9FB;
}

.left {
	border-radius: 8em 0 0 8em;
}

.right {
	border-radius: 0 8em 8em 0;
}

.left:after,
.right:after {
	content: "";
	position: absolute;
	display: block;
	width: 3em;
	height: 6em;
	border-radius: 8em 0 0 8em;
	background-color: #C0032C;
}

.right:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 0 8em 8em 0;
}

.left:after {
	transform-origin: right center;
}

.right:after {
	transform-origin: left center;
	transform: rotateZ(45deg);
}


.tg-left,
.tg-right {
	width: 3em;
	height: 6em;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #EDE9FB;
}

.tg-left {
	border-radius: 8em 0 0 8em;
}

.tg-right {
	border-radius: 0 8em 8em 0;
}

.tg-left:after,
.tg-right:after {
	content: "";
	position: absolute;
	display: block;
	width: 3em;
	height: 6em;
	border-radius: 8em 0 0 8em;
	background-color: #487AE0;
}

.tg-right:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 0 8em 8em 0;
}

.tg-left:after {
	transform-origin: right center;
}

.tg-right:after {
	transform-origin: left center;
	transform: rotateZ(45deg);
}


.els-left,
.els-right {
	width: 3em;
	height: 6em;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #EDE9FB;
}

.els-left {
	border-radius: 8em 0 0 8em;
}

.els-right {
	border-radius: 0 8em 8em 0;
}

.els-left:after,
.els-right:after {
	content: "";
	position: absolute;
	display: block;
	width: 3em;
	height: 6em;
	border-radius: 8em 0 0 8em;
	background-color: #EB7E61;
}

.els-right:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 0 8em 8em 0;
}

.els-left:after {
	transform-origin: right center;
}

.els-right:after {
	transform-origin: left center;
	transform: rotateZ(45deg);
}



.mlxy-left,
.mlxy-right {
	width: 3em;
	height: 6em;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #EDE9FB;
}

.mlxy-left {
	border-radius: 8em 0 0 8em;
}

.mlxy-right {
	border-radius: 0 8em 8em 0;
}

.mlxy-left:after,
.mlxy-right:after {
	content: "";
	position: absolute;
	display: block;
	width: 3em;
	height: 6em;
	border-radius: 8em 0 0 8em;
	background-color: #DB002A;
}

.mlxy-right:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 0 8em 8em 0;
}

.mlxy-left:after {
	transform-origin: right center;
}

.mlxy-right:after {
	transform-origin: left center;
	transform: rotateZ(45deg);
}


.wkl-left,
.wkl-right {
	width: 3em;
	height: 6em;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #EDE9FB;
}

.wkl-left {
	border-radius: 8em 0 0 8em;
}

.wkl-right {
	border-radius: 0 8em 8em 0;
}

.wkl-left:after,
.wkl-right:after {
	content: "";
	position: absolute;
	display: block;
	width: 3em;
	height: 6em;
	border-radius: 8em 0 0 8em;
	background-color: #EAC416;
}

.wkl-right:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 0 8em 8em 0;
}

.wkl-left:after {
	transform-origin: right center;
}

.wkl-right:after {
	transform-origin: left center;
	transform: rotateZ(45deg);
}



.jpz-left,
.jpz-right {
	width: 3em;
	height: 6em;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #EDE9FB;
}

.jpz-left {
	border-radius: 8em 0 0 8em;
}

.jpz-right {
	border-radius: 0 8em 8em 0;
}

.jpz-left:after,
.jpz-right:after {
	content: "";
	position: absolute;
	display: block;
	width: 3em;
	height: 6em;
	border-radius: 8em 0 0 8em;
	background-color: #B3CF02;
}

.jpz-right:after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 0 8em 8em 0;
}

.jpz-left:after {
	transform-origin: right center;
}

.jpz-right:after {
	transform-origin: left center;
	transform: rotateZ(45deg);
}


.zt-gl {
	margin-top: 20px;
}

.zt-gl-l {
	float: left;
	margin-left: 20px;
	width: 780px;
	height: 488px;
	box-sizing: border-box;
}

.zt-gl-l-tit {
	display: flex;
	flex-direction: row;
	justify-content: flex-left;
	align-items: center;
	height: 50px;
	margin-left: 10px;
}

.zt-gl-l-tit span {
	margin-left: 10px;
}

.zt-gl-l-con {
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 20px;
}

.zt-ys {}

.zt-ys-tit {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/glbj.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit1 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/lc.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit2 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/gl3.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit3 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/sg4.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit4 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/sg5.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit5 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/sg6.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit6 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/ys.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit7 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/lc.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit8 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/ys1.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit9 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/ys.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit10 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/lc.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit11 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/ys1.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit12 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/ys.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit13 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/lc.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit14 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/ys3.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit15 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/ys.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit16 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/lc.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zt-ys-tit17 {
	width: 182px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	background: url(../images/ys3.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 15px;
	font-size: 18px;
}

.zy-t {
	margin-top: 10px;
}

.zy-s {}

.zy-ys-con {
	display: flex;
	flex-direction: row;
	justify-content: flex-left;
	align-items: center;
	flex-wrap: wrap;
	line-height: 46px;
	margin-top: 10px;
}

.zy-ys-con a {
	display: inline-block;
	width: 123px;
	overflow: hidden;
	height: 46px;
}

.zy-ys-con a:hover {
	color: #FA93AB;
}

.zt-gl-r {
	float: left;
	margin-left: 20px;
	width: 360px;
	box-sizing: border-box;
}

.zt-gl-r-tit {
	display: flex;
	flex-direction: row;
	justify-content: flex-left;
	align-items: center;
	height: 50px;
	margin-left: 10px;
}

.zt-gl-r-con {
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 20px;
}

.zt-gl-r-con-article p {
	margin-bottom: 10px;
}

.zt-gl-r-con-article p a {
	color: #484848;
}

.zt-gl-r-con-article p a:hover {
	color: #FA93AB;
}

.red-icon {
	height: 26px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	background: #C0032C;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.purple-icon {
	height: 26px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	background: #E592DC;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.gray-icon {
	height: 26px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	background: #848484;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.brown-icon {
	height: 26px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	background: #EB7E61;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.brownish-icon {
	height: 26px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	background: #DB002A;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.yellow-icon {
	height: 26px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	background: #EAC416;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.dark-icon {
	height: 26px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	background: #B3CF02;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}

.zt-jq {
	border-top: 1px solid #F9A940;
	display: flex;
	flex-direction: row;
	justify-content: flex-left;
	align-items: center;
	margin-top: 10px;
	padding-top: 8px;
}

.zt-jq img {
	height: 122px;
	width: 122px;
	margin-left: 10px;
}

.zt-jq .nm {
	margin-left: 10px;
}

.qname {
	font-size: 24px;
}

.qc1 {
	color: #196BAF;
}

.qc2 {
	color: #F9A940;
}

.qc3 {
	color: #EB7E61;
}

.qc4 {
	color: #DB002A;
}

.qc5 {
	color: #EAC416;
}

.qc6 {
	color: #B3CF02;
}

.qname span {
	font-size: 18px;
}

.qnum {
	font-size: 18px;
	color: #848484;
	margin-top: 10px;
}

.zt-rec {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-left;
	align-items: center;
}

.zt-rec-yd {
	width: 140px;
	height: 120px;
	background: #004D80;
	margin-left: 20px;
	background: url(../images/yd.jpg) no-repeat;
	background-size: 100% 100%;
}

.zt-rec-tg {
	width: 140px;
	height: 120px;
	background: #004D80;
	margin-left: 20px;
	background: url(../images/yd1.jpg) no-repeat;
	background-size: 100% 100%;
}

.zt-rec-tit {
	width: 1000px;
	margin-left: 20px;
	margin-right: 20px;
}

.zt-rec-tit span {
	float: left;
	display: inline-block;
	width: 200px;
	line-height: 40px;
}

.zt-yy-tit {
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	margin-left: 20px;
}

.zt-yy-list {
	margin-top: 10px;
}

.zt-yy-con {
	display: flex;
	flex-direction: row;
	justify-content: flex-left;
	align-items: center;
	flex-wrap: wrap;
	width: 1140px;
	margin-left: 30px;
	margin-right: 30px;
}

.zt-yy-con .zt-yy:nth-child(3n) {
	margin-right: 0;
}

.zt-yy {
	width: 350px;
	height: 315px;
	margin-top: 30px;
	margin-right: 45px;
	box-shadow: 2px 2px 1px 2px #f1f1f1;
	border-radius: 5px;
}

.zt-yy img {
	width: 350px;
	height: 220px;
	border-radius: 5px;
}

.zt-yy .yy-name {
	line-height: 50px;
	font-size: 16px;
	margin-left: 20px;
}

.zt-yy .yy-name a {
	color: #484848;
}

.zt-yy .yy-name a:hover {
	color: #FA93AB;
}

.zt-yy .yy-name span {
	font-size: 14px;
}

.zt-yy .yy-yuyue {
	margin-left: 20px;
	font-size: 18px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.yy-btn {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #C0032C;
	font-size: 16px;
	border-radius: 20px;
	margin-right: 20px;
	display: block;
}

.yy-btn1 {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #E592DC;
	font-size: 16px;
	border-radius: 20px;
	margin-right: 20px;
	display: block;
}

.yy-btn2 {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #EB7E61;
	font-size: 16px;
	border-radius: 20px;
	margin-right: 20px;
	display: block;
}

.yy-btn3 {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #DB002A;
	font-size: 16px;
	border-radius: 20px;
	margin-right: 20px;
	display: block;
}

.yy-btn4 {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #EAC416;
	font-size: 16px;
	border-radius: 20px;
	margin-right: 20px;
	display: block;
}

.yy-btn5 {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #467ADB;
	font-size: 16px;
	border-radius: 20px;
	margin-right: 20px;
	display: block;
}

/*
.zt-fw-list{ margin-top:10px;}
.zt-fw-tit{line-height:50px; border-bottom:1px solid #ddd; font-size:18px; margin-left:20px;}
.zt-fw-con{width:1140px; margin-left:30px; margin-right:30px;}
.zt-fw{box-shadow: 2px 2px 1px 2px #f1f1f1; border-radius:5px; width:100%; margin-top:30px; height:225px;}
.zt-fw img{height:100%; width:300px; border-radius:5px; float:left;}
*/
.zt-fw-list {
	margin-top: 10px;
}

.zt-fw-tit {
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	margin-left: 20px;
}

.zt-fw-con {
	width: 1140px;
	margin-left: 30px;
	margin-right: 30px;
}

.zt-fw {
	box-shadow: 2px 2px 1px 2px #f1f1f1;
	border-radius: 5px;
	width: 100%;
	margin-top: 30px;
	height: 180px;
}

.zt-fw img {
	height: 90%;
	width: 260px;
	border-radius: 5px;
	float: left;
}

.zt-wz {
	box-shadow: 2px 2px 1px 2px #f1f1f1;
	border-radius: 5px;
	width: 100%;
	margin-top: 30px;
	height: 140px;
}

.zt-wz img {
	height: 95%;
	width: 200px;
	border-radius: 5px;
	float: left;
}

.wz {
	width: 680px;
	/*height:200px;*/
	margin-left: 20px;
	/*margin-top:20px;*/
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	float: left;
}

.wz-tit {
	/*display:flex;*/
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.wz-tit a {
	font-size: 16px;
}

.wz-tit a:hover {
	color: #FA93AB;
}

.wz-desc {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fw {
	width: 500px;
	height: 150px;
	margin-left: 20px;
	/*margin-top:20px;*/
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	float: left;
}

.fw-tit {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.fw-tit a {
	font-size: 18px;
	color: #484848;
}

.fw-tit a:hover {
	color: #FA93AB;
}

.fw-desc {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fw-tag {}

.fw-tag span {
	display: block;
	border: 1px solid #C0032C;
	color: #C0032C;
	float: left;
	margin-right: 10px;
	padding: 0px 10px;
}

.fw-tag-p span {
	display: block;
	border: 1px solid #C420ED;
	color: #C571BC;
	float: left;
	margin-right: 10px;
	padding: 0px 10px;
}

.fw-tag-p1 span {
	display: block;
	border: 1px solid #EB7E61;
	color: #EB7E61;
	float: left;
	margin-right: 10px;
	padding: 0px 10px;
}

.fw-info {
	color: #A8A8A8;
}

.fw-red {
	color: #C0032C;
}

.fw-purple {
	color: #C571BC;
}

.fw-brown {
	color: #EB7E61;
}

.fw-yy {
	margin-top: 10px;
	height: 130px;
	float: right;
	width: 230px;
	border-left: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fw-yy .c1 {
	margin-top: 30px;
	color: #004D80;
}

.fw-yy .c2 {
	margin-top: 30px;
	color: #376FE2;
}

.fw-yy span {
	font-size: 30px;
	font-weight: 500;
}

.yy-btn-a {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #C0032C;
	font-size: 16px;
	border-radius: 20px;
	margin-top: 20px;
	display: block;
	margin-top: 50px;
}

.yy-btn-a1 {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #E592DC;
	font-size: 16px;
	border-radius: 20px;
	margin-top: 20px;
	display: block;
	margin-top: 50px;
}

.yy-btn-a2 {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #EB7E61;
	font-size: 16px;
	border-radius: 20px;
	margin-top: 20px;
	display: block;
	margin-top: 50px;
}

.yy-btn-a3 {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #DB002A;
	font-size: 16px;
	border-radius: 20px;
	margin-top: 20px;
	display: block;
	margin-top: 50px;
}

.yy-btn-a4 {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #EAC416;
	font-size: 16px;
	border-radius: 20px;
	margin-top: 20px;
	display: block;
	margin-top: 50px;
}

.yy-btn-a5 {
	line-height: 33px;
	width: 110px;
	text-align: center;
	color: #fff;
	background: #467ADB;
	font-size: 16px;
	border-radius: 20px;
	margin-top: 20px;
	display: block;
	margin-top: 50px;
}

/*专题页*/

.page-wrap {
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-wrap .i-b {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 100%;
}

.page-wrap a {
	display: block;
	padding: 4px 10px 4px;
	border: 1px solid #ddd;
	color: #484848;
	margin-right: 10px;
}

.page-wrap span {
	display: block;
	padding: 4px 10px 4px;
	background: #FF8FA6;
	color: #fff;
	margin-right: 10px;
}

.page-wrap a:hover {
	background: #FF8FA6;
	color: #fff;
}

.showalt {
	line-height: 12px;
	color: #999;
	font-size: 12px;
	margin-top: -10px;
}

/*基于PC尺寸*/
@media screen and (min-width: 1200px) {
	.index .banner .ppic {
		display: block;
		width: 100%;
		height: 420px;
	}

	.index .banner .mpic {
		display: none;
	}

	.index .zf_nav {
		height: 88px;
	}

	.index .zf_nav .cont {
		display: block;
	}

	.index .zf_nav .web_cont {
		display: none;
	}

	.index .zf_nav .web_cont a {
		font-size: 14px;
	}

	.index .index_news {
		display: block;
	}

	.index .index_one {
		display: block;
	}

	.index .index_two {
		display: block;
	}

	.index .index_three {
		display: block;
	}

	.index .index_four {
		display: block;
	}
}

/*layer 弹窗样式*/
.layui-layer-dialog {
	border-radius: 5px !important;
	overflow: hidden;
	width: 380px;
	height: 150px;
}

.layui-layer-btn .layui-layer-btn0 {
	background-color: #f99c1b !important;
	border-color: #f99c1b !important;
}

.layui-layer-dialog .layui-layer-padding {
	padding-left: 65px !important;
}

.layui-layer-btn a {
	margin: 0px 6px 0 !important;
}

/*2020.4.19 二开新增问答*/
.b_askbox {
	clear: both;
	zoom: 1;
	padding: 15px 30px;
	background-color: #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.b_askti {
	clear: both;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

.b_askti h1 {
	font-size: 18px;
	line-height: 22px;
}

.b_askti span {
	float: right;
}

.b_askti span a,
.b_anscont_time a {
	display: inline;
	color: #999;
	padding: 2px 5px;
	margin-left: 8px;
	_margin-left: 5px;
	float: left;
}

.b_askab1 {
	overflow: hidden;
	padding: 10px 0 10px 0;
}

.b_askab1 span {
	color: #999;
	float: left;
	margin-right: 13px;
	padding-bottom: 2px;
}

.b_askab1 span em {
	font-style: normal;
	color: #ff6600;
}

.b_askab1 .b_bico {
	background-position: -112px 0;
	padding-left: 20px;
}

.b_askab1 .b_baiduico {
	background-position: -112px -19px;
	padding-left: 20px;
}

.b_askcont {
	padding: 0;
}

.b_askcont img {
	width: 0;
	height: 0;
	border: 0px;
}

.b_askcont p,
.b_askcont_add {
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 16px;
	line-height: 30px;
}

.b_askcont p span {
	color: #999;
	font-size: 16px;
	margin-top: 10px;
	display: block;
}

.b_askcont p img {
	display: block;
	padding: 1px;
	border: 1px solid #d0d0d0;
	float: left;
	margin: 10px 10px 0 0;
	cursor: pointer;
}

.b_askcont_add {
	border: 1px solid #ddd;
	margin: 35px 20px;
	padding: 10px 20px;
	clear: both;
}

.b_askcont_add h3 {
	font-size: 12px;
	color: #FF6600;
}

.b_askcont_add span {
	display: block;
	font-size: 12px;
	text-align: right;
	color: #999;
	line-height: 20px;
}

.b_askab2 {
	margin-top: 30px;
	clear: both;
	zoom: 1;
}

.b_askab2 {
	clear: both;
	overflow: hidden;
}

.b_askab2 p a {
	background-color: #fffecc;
	color: #fe7f2b;
	font-size: 14px;
	display: inline-block;
	font-weight: bold;
	padding: 0 15px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #fec963;
	margin-left: 20px;
}

.b_askab2 span {
	display: block;
	text-align: right;
	color: #999;
	margin-right: 20px;
	line-height: 20px;
}

.b_answerarea {
	margin-top: 25px;
	clear: both;
	zoom: 1;
}

.b_answerarea .b_ansarpbtn {
	float: left;
	overflow: hidden;
}

.b_answerarea p a {
	background-color: #f1ffe5;
	border: 1px solid #a7e094;
	color: #5D6459;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 85px;
	float: left;
}

.b_answerarea p a:hover {
	text-decoration: none;
}

.b_answerarea span {
	display: block;
	font-size: 12px;
	text-align: right;
	color: #999;
	line-height: 20px;
	padding-top: 5px;
}

.b_askab2 span a,
.b_answerarea span a {
	padding-right: 10px;
	color: #999;
}

.ask_Author {
	padding-right: 10px;
	color: #999;
	font-style: normal;
}

.b_answerarea p .b_fav {
	background-color: #FDF8BE;
	border: 1px solid #E3D6A9;
	color: #9A4606;
}

.b_ansareabox {
	height: 203px;
	width: 598px;
	border-top: 1px solid #B5DD9E;
	border-bottom: 1px solid #B5DD9E;
	background: url(../images/b_rexbg.png) repeat-x;
	background-position: 0 -52px;
	padding: 0 20px;
	display: none;
	margin: 12px 1px;
}

.b_ansform textarea {
	width: 586px;
	height: 80px;
	padding: 6px 5px;
	color: #5d6459;
	border: 1px solid #CAD8C0;
	margin-bottom: 8px;
	letter-spacing: 0.1em;
}

.b_ansareabox h3 {
	padding: 20px 0;
	font-size: 14px;
}

.b_ansareabox .b_areaup_btn {
	font-size: 12px;
	text-decoration: underline;
	color: #1669AC;
	font-weight: normal;
	cursor: pointer;
}

.b_numtxt {
	width: 87px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-position: 0 -87px;
	border: medium none;
	cursor: pointer;
}

.b_numtxt:hover {
	text-decoration: none;
}

.s_h {
	height: 31px;
	margin-left: -23px;
}

.s_h p {
	padding-left: 24px;
}

.b_ansform .s_focus {
	border: 1px solid #f00;
}

.b_askbox_btn {
	clear: both;
	padding: 15px 20px 0 20px;
}

.b_askbox_btn a {
	background: url(../images/b_ico.gif) no-repeat;
	background-position: 0 -146px;
	width: 74px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	display: inline-block;
	color: #4fa413;
	margin-right: 6px;
}

.b_answerbox .b_askbox_btn {
	padding: 10px 0 0 0;
}

.b_answerbox {
	overflow: hidden;
	background-color: #fff;
	padding: 10px 30px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.b_hotbox {
	overflow: hidden;
	background-color: #fff;
	padding: 20px 30px;
	margin-top: 20px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.b_hotbox span {
	font-size: 18px;
}

.b_listul {
	overflow: hidden;
	zoom: 1;
	border-top: 1px dashed #ddd;
	margin-top: 10px;
}

.b_listul li {
	font-family: "宋体";
	color: #1669ac;
	line-height: 39px;
	float: left;
	width: 370px;
	height: 39px;
	overflow: hidden;
}

.b_classliul li {
	width: 150px;
}

.b_listul_more li {
	width: 200px;
}

.b_listul li a:hover {
	color: #FB8AAA;
}

.b_listul .re_ask {
	border-bottom: 1px dashed #e3e3e3;
}

.b_listul .re_ask .num {
	float: right;
	margin-right: 20px;
	color: #666;
	text-align: right;
	width: 50px;
}

.b_listul .re_ask .date {
	margin-right: 30px;
	color: #666;
	float: right;
}

.b_answerti {
	display: block;
	border-bottom: 1px solid #FBDBD4;
	overflow: hidden;
	line-height: 25px;
	padding-bottom: 10px;
}

.b_answerti h2 {
	float: left;
	font-size: 18px;
	font-weight: 400;
}

.b_answerti a {
	float: right;
	color: #1669ac;
}

.b_answerli {
	margin-top: 10px;
	border-top: 1px dashed #ddd;
	padding-top: 30px;
}

.b_answertop {
	position: relative;
}

.b_docface {
	float: left;
	border: #d9d8e0 1px solid;
}

.b_docface img {}

.b_answertl {
	width: 430px;
	padding-left: 15px;
	float: left;
}

.b_answertl span {
	font-size: 12px;
	display: block;
	clear: both;
	line-height: 20px;
	padding-top: 2px;
}

.b_answertl .tlogo {
	background-position: -113px -40px;
	width: 17px;
	height: 15px;
	display: inline-block;
	vertical-align: -2px;
	margin: 0 4px;
}

.b_answertl .b_sp1 {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin-right: 16px;
}

.b_answertl .b_sp2 {
	padding-top: 6px;
	color: #666;
}

.b_answertl .b_sp2 i {
	background: url(../images/b_ico.gif) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: -4px;
}

.b_answertl .b_sp2 .b_hico {
	background-position: -6px -205px;
}

.b_answertl .b_sp2 .b_gico {
	background-position: -32px -205px;
	margin-left: 15px;
}

.b_answertl .b_sp2 a {
	background-color: #FF893C;
	width: 94px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.b_answertl .b_sp2 a:hover {
	text-decoration: none;
}

.b_answertl em {
	font-style: normal;
	font-weight: bold;
	color: #ff6600;
}

.b_acceptcont,
.b_answercont {
	margin-top: 17px;
}

.b_acceptico {
	background-position: 0 -31px;
	height: 54px;
	width: 110px;
	display: block;
	left: 50px;
	top: -34px;
	position: absolute;
}

.b_acceptcont .b_anscontt {
	background: url(../images/b_acceptbox_t.png) no-repeat;
	background-position: 0 0;
	height: 20px;
	width: 760px;
	overflow: hidden;
}

.b_acceptcont .b_anscontc {
	background: url(../images/b_acceptbox_c.png) repeat-y;
	width: 720px;
	padding: 5px 20px;
	position: relative;
}

.b_acceptcont .b_anscontb {
	background: url(../images/b_acceptbox_b.png) no-repeat;
	height: 16px;
	width: 760px;
	overflow: hidden;
}

.b_answercont .b_anscontt {
	background: url(../images/b_ansbox_t.png) no-repeat;
	background-position: 0 0;
	height: 20px;
	width: 760px;
	overflow: hidden;
}

.b_answercont .b_anscontc {
	background: url(../images/b_ansbox_c.png) repeat-y;
	width: 760px;
	padding: 5px 20px;
}

.b_answercont .b_anscontb {
	background: url(../images/b_ansbox_b.png) no-repeat;
	height: 16px;
	width: 760px;
	overflow: hidden;
}

.b_anscont_time {
	float: right;
	clear: both;
	color: #999;
	padding: 3px 0 5px 0;
}

.b_anscont_cont {
	overflow: hidden;
	clear: both;
}

.b_anscont_cont span {
	display: block;
	line-height: 24px;
	font-size: 14px;
	padding: 8px 0 5px 0;
	color: #999999;
}

.b_anscont_cont p {
	display: block;
	line-height: 24px;
	font-size: 14px;
	text-indent: 2em;
}

.b_ansaddbox {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	overflow: hidden;
	padding: 0 20px 10px 20px;
	margin: 10px 0;
}

.b_ansaddli {
	border-bottom: 1px dashed #e6e6e6;
	padding: 15px 0;
}

.b_ansaddti {
	font-weight: bold;
	color: #4fa413;
	font-size: 14px;
}

.b_docaddti {
	font-weight: bold;
	color: #FF8FA6;
	font-size: 14px;
}

.b_ansaddti em,
.b_docaddti em {
	font-style: normal;
	color: #6da03e;
}

.b_ansaddli span span {
	font-weight: normal;
	color: #c0bfbf;
	font-size: 12px;
	float: right;
}

.b_ansaddli p {
	line-height: 24px;
	font-size: 14px;
	display: block;
	padding-top: 6px;
}

.b_pagediv {
	line-height: 14px;
	clear: both;
	overflow: hidden;
	padding: 16px 0;
	*padding: 16px 0 10px 0;
	float: right;
	height: 25px;
}

.b_pagediv a,
.b_pagediv span {
	border: 1px solid #dfdfdf;
	float: left;
	margin-left: 10px;
	padding: 4px 8px;
	color: #999;
	font-family: "宋体";
}

.b_pagediv .b_pagebreak {
	padding: 5px;
}

.b_pagediv a:hover,
.b_pagediv .b_pagecur,
.b_pagediv .d_current {
	background-color: #84c86d;
	color: #fff;
	border: none;
	text-decoration: none;
	padding: 5px 9px;
}

.b_pagediv .b_pagecur {
	font-weight: bold;
	color: #fff;
	border: none;
	text-decoration: none;
}

.b_pagediv .b_pagebreak {
	border: medium none;
}

.b_ansaddli p {
	line-height: 24px;
	font-size: 14px;
	display: block;
	padding-top: 6px;
}
