.h_img{
	transition: all 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -ms-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
.h_img:hover{
	transform: scale(1.2);
	-webkit-transition: scale(1.2);
    -moz-transition: scale(1.2);
    -ms-transition: scale(1.2);
}
.bbs{
	overflow: hidden;
}
.bbs_ivf{
	overflow: hidden;
}

.bbs_list{overflow: hidden; height: 178px;}
.bbs_list p{color:#333333;font-size: 18px;line-height: 26px; padding-left: 10px;}
.bbs_list span{color: #7E7E7E;font-size: 12px;line-height: 18px; padding-left: 10px;}
.bbs_list img{ width: 50px; height: 50px;border-radius: 50%;}
.bbs_list_y{width: 440px;height:178px;border: 1px solid #ececec;}
.bbs_list_y>a{height: 50px;display: block;background: #FFFFFF;padding: 16px 0 16px 30px;margin: 0;box-sizing: content-box;}
.bbs_list_y .y_tag{ margin:0 30px 16px;}
.bbs_list_y .y_tag a{font-size: 14px;color:#ff6688;background:#fff6f9;border-radius: 4px;display: inline-block;padding: 8px 6px;margin:5px 20px 10px 0;}
.bbs_list_y .y_tag a:hover{background:#ff6688;color:#ffffff}
.bbs_list_s{ width: 760px;}
.bbs_list_s a{ display: block;float: left;width: 342px;border: 1px solid #ececec;padding: 16px 20px;margin-bottom: 10px;margin-left: 38px;}
.bbs_list_s a:hover p{color:#ff6688}
/*bbs_list e*/

.bbs_slide_l{
	width: 356px;
	height: 331px;
	position: relative;
	overflow: hidden;
}
.bbs_slide_l .bd li{
	height: 331px;
}
.bbs_slide_l .bd li img{
	width: 100%;
	height: 100%;
}
.bbs_slide_l .hd {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 1;
	margin-left: -36px;
}
.bbs_slide_l .hd li {
	color: #f60;
	cursor: pointer;
	margin-left: 4px;
	width: 20px;
	height: 20px;
	background: #fff;
	float: left;
	font-size: 13px;
	line-height: 20px;
	overflow: visible;
	text-align: center;
	opacity: .7;
	filter: alpha(opacity=70);
	border-radius: 50%;
}
.bbs_slide_l .hd li.on {
	background: #fff;
	color: #e74c83;
	font-weight: bold;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
	position: relative;
}
/*bbs_slide_l e*/

.bbs_slide_r {
    width: 458px;
    margin-left: 30px;
    overflow: hidden;
}
.slide_r_hot {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.slide_r_hot img {
    width: 32px;
    height: 83px;
    display: block;
    float: left;
}
.r_hot_h3 {
    margin-left: 15px;
    width: 411px;
    float: left;
}
.r_hot_h3 h3 {
    font-size: 20px;
    color: #ff6688;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.r_hot_h3 p {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 16px;
    line-height: 20px;
}
.slide_r_ul li {
    margin-top: 16.5px;
}
.r_ul_t {
    float: left;
    width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666;
}
.r_ul_t span {
    color: #ff6688;
}
.r_ul_laber{
    float: right;
    font-size: 16px;
    color: #999;
}
/*bbs_slide_r e*/

.bbs_login {
    width: 302px;
    height: 326px;
    box-shadow: 0 0 8px 0 rgba(204,204,204,.68);
    margin-right: 4px;
    padding: 30px 35px 33px;
    box-sizing: border-box;
    transition: .3s;
}
.bbs_l_user, .suc_img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.bbs_l_img img {
    width: 100%;
    height: 100%;
}
.bbs_l_text {
    font-size: 16px;
    color: #222;
    margin-top: 15px;
    text-align: center;
}
.bbs_l_reg {
    margin-top: 30px;
    font-size: 16px;
    color: #ed688a;
    text-align: center;
    line-height: 22px;
}
.bbs_l_reg p:last-child {
    margin-top: 5px;
}
.bbs_l_tip {
    font-size: 14px;
    color: #bfbfbf;
    margin-top: 30px;
    text-align: center;
}
.bbs_l_btn {
    margin-top: 25px;
    font-size: 0;
    text-align: center;
}
.bbs_l_btn a {
    display: inline-block;
    vertical-align: middle;
    width: 82px;
    height: 32px;
    border-radius: 4px;
    background: #ff6688;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    transition: .3s;
}
.bbs_l_btn a:first-child {
    margin-right: 25px;
}

.suc_img {
    margin: 0;
    float: left;
}
.suc_user {
    float: left;
    font-size: 18px;
    color: #333;
    height: 64px;
    line-height: 64px;
    width: calc(100% - 64px);
    padding-left: 15px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}
.suc_post {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 0;
    margin-top: 15px;
}
.suc_post .suc_post_n {
    width: 55px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
}
.suc_post .suc_post_n:last-child {
    margin-right: 0;
}
.suc_post_n  span:first-child{
    font-size: 24px;
    color: #222;
    text-align: center;
    display: block;
}
.suc_post_n  span:last-child{
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 5px;
    display: block;
}
.suc_detail {
    padding: 20px 10px 0;
    background: #fff6f9;
    font-size: 16px;
    color: #ed688a;
    box-sizing: border-box;
    height: 83px;
    margin-top: 20px;
    line-height: 26px;
}
.suc_btn a {
    display: block;
    height: 32px;
    background: #ff6688;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    transition: .3s;
}
/*bbs_login e*/
.bbs_ivf_img{
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
}
.bbs_ivf_img li{
	float: left;
	width: 285px;
	height: 190px;
	margin-right: 20px;
}
.bbs_ivf_img li:last-child{
	margin-right: 0;
}
.bbs_ivf_img li a{
	display: block;
	height: 180px;
}
.bbs_ivf_img li img{
	width: 100%;
	height: 150px;
}
.bbs_ivf_img li p{
	font-size: 16px;
	color: #666;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*bbs_ivf_img e*/
.bbs_inf_l {
    width: 844px;
    overflow: hidden;
}
.inf_ul1 li {
    border-bottom: 1px dotted #ccc;
    padding: 20px 0;
}
.inf_ul1 li:first-child{
	padding-top: 0;
}
.inf_ul1 li:first-child+li{
	padding-bottom: 0;
	border-bottom: none;
}
.inf_ul1 li a {
    display: block;
    position: relative;
}
.inf_ul1 li a:hover .bbs_inf_t .bbs_inf_h{
	color: #ff6688;
}
.inf_ul1 li a:hover i{
	color: #333;
}
.bbs_inf_i{
	position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.inf_ul1 li a img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.inf_ul1 li a .bbs_inf_t {
    height: 150px;
    margin-left: 200px;
    padding-left: 30px;
}
.inf_ul1 li a .bbs_inf_t .bbs_inf_h {
    display: block;
    font-size: 16px;
    color: #333;
}
.inf_ul1 li a .bbs_inf_t .bbs_inf_d {
    height: 75px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.inf_ul1 li a .bbs_inf_t span{
	padding-left: 4px;
	margin-right: 20px;
}
.inf_ul1 li a .icon-essence,.inf_ul1 li a .icon-best{
	position: absolute;
	right: 0;
	top: 0;
}
.inf_ul2 li,.bb_r_ul li {
    position: relative;
    float: left;
    width: 240px;
    margin-bottom: 18px;
    box-sizing: border-box;
    padding-left: 14px;
}
.inf_ul2 li:nth-child(3n+2){
	margin: 0 62px;
}
.inf_ul2 li a,.bb_r_ul li a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    height: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.inf_ul2 li a:hover,.bb_r_ul li a:hover{
	color: #ff6688;
}
.inf_ul2 li:before,.bb_r_ul li:before{
	display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6688;
    position: absolute;
    left: 0;
    top: 4px;
}
.bbs_inf_r{
	width: 302px;
	overflow: hidden;
}
.bbs_inf_r .sgye_r_ul li{ border-bottom:0;padding: 14px 0;}
.bbs_inf_r .sgye_r_ul .sgye_r_text{width:216px;line-height: 24px;font-size:16px}
.inf_ul3 li {
    padding-bottom: 14px;
    margin-bottom: 9px;
}
.inf_ul3 li a {
    opacity: 1;
    transition: opacity .1s linear 0s;
    -moz-transition: opacity .1s linear 0s;
    -webkit-transition: opacity .1s linear 0s;
    -o-transition: opacity .1s linear 0s;
}
.inf_ul3 li a {
    display: block;
    font-size: 0;
}
.inf_ul3 li a:hover {
    opacity: .85;
    text-decoration: none;
}
.inf_ul3 li a img {
    width: 300px;
    height: 207px;
    margin-left: 1px;
    margin-right: 1px;
}
.inf_ul3 li a span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-top: 11px;
    text-align: center;
}
/*不孕不育 e*/

/*母婴交流s*/
.line_two{
	-ms-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.many_line {
    white-space: pre-wrap;
    display: -ms-box !important;
    display: -moz-box !important;
    display: -webkit-box !important;
    display: box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.bbs_bb_l{
	width: 844px;
    overflow: hidden;
}
.bbs_bb_l ul li {
    padding-bottom: 40px;
    width: 50%;
    float: left;
}
.bbs_bb_l ul li:last-child,.bbs_bb_l ul li:nth-last-child(2){
	padding-bottom: 18px;
}
.bb_l_img {
    width: 160px;
    height: 108px;
    overflow: hidden;
}
.bb_l_img img {
    width: 100%;
    height: 100%;
}
.bb_l_menu {
    margin-left: 20px;
    position: relative;
    height: 108px;
    width: 230px;
}
.bb_l_menu p {
    font-size: 16px;
    color: #3E3E3E;
    line-height: 20px;
}
.bb_l_menu .menu_b {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bb_l_menu .menu_b img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
}
.bb_l_menu .menu_b em {
    font-family: MicrosoftYaHeiUI;
    font-size: 12px;
    color: #7E7E7E;
    line-height: 30px;
    padding-left: 8px;
}
.bb_l_menu .menu_b span {
    font-family: MicrosoftYaHeiUI;
    font-size: 12px;
    line-height: 30px;
    float: right;
    color: #ff6688;
}
.bbs_bb_r{
	width: 302px;
}
.bb_r_ul li{
	width: 100%;
}
/*母婴交流e*/

/*情感天地 s*/
.bbs_my_ul1{
	width: 160px;
	overflow: hidden;
}
.bbs_my_ul1 li{
	width: 160px;
	height: 134px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.bbs_my_ul1 li img,.bbs_my_ul3 li img{
	width: 100%;
	height: 100%;
	border: 1px solid #e4e4e4;
}
.bbs_my_ul1 li p,.bbs_my_ul3 li p{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    line-height: 30px;
    font-size: 14px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 4px;
}
.bbs_my_ul2{
	margin-left: 23px;
	width: 355px;
}
.bbs_my_ul2 li{
	clear: both;
	overflow: hidden;
	margin-bottom: 24px;
}
.my_ul2_u img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 12px 12px 0;
    border: 1px solid #e4e4e4;
}
.my_ul2_t {
    width: 300px;
}
.my_ul2_t p{
	color: #acacac;
	padding:2px 0 10px 0;
}
.my_ul2_t a{
	display: block;
	font-size: 16px;	
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bbs_my_ul3{
	width: 276px;
	margin-left: 30px;
}
.bbs_my_ul3 li{
	position: relative;
	width: 100%;
	height: 308px;
	overflow: hidden;
}
.my_r_ul li{
	margin-bottom: 16px;
}
/*情感天地 e*/
.bbs_yy_img{
	overflow: hidden;
}
.bbs_yy_img li{
	float: left;
	width: 224px;
	height: 182px;
	overflow: hidden;
	margin-right: 20px;
}
.bbs_yy_img li:first-child+li+li+li+li{
	margin-right: 0;
}
.bbs_yy_img li img{
	width: 100%;
	height: 142px;
}
.bbs_yy_img p{
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
/*医院 e*/