/**
@Author: yu_Wj
@Description：遇见喜月-新闻动态、她说喜月/孕说微课 样式文件
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInUp {
  animation-name: fadeInUp;
}
.paging_margin{margin-top: 30px;}
/*banner*/
.ban_meet .i-ban-hei,.ban_small_class .i-ban-hei{margin-top: 36.38% !important;}
.ban_meet .yu_0,.ban_small_class .yu_0{bottom: 27%;left: auto;text-align: right;}
.ban_small_class .yu_0{right: 20%;}
.ban_meet .yu_0{right: 15%;}
.ban_meet .yu_0 aside,.ban_small_class .yu_0 aside{float: right;}
.ban_meet .yu_0 .p3,.ban_small_class .yu_0 .p3{margin-bottom: 3.125rem;}
/*遇见喜月-新闻动态*/
.news_list{
	width: 1200px;
	overflow: hidden;
}
.news_list li{
	float: left;
	width: 1200px;
	margin-bottom: 20px;
}
.news_list li .left{
	float: left;
	width: 300px;
	height: 177px;
	overflow: hidden;
}
.news_list li .left img{
	width: 100%;
	height: 100%;
	-webkit-transition:transform 1s linear 0s;
	   -moz-transition:transform 1s linear 0s;
	    -ms-transition:transform 1s linear 0s;
	     -o-transition:transform 1s linear 0s;
	        transition:transform 1s linear 0s;	
}
.news_list li .left:hover img{
	-webkit-transform:scale(1.05);
	   -moz-transform:scale(1.05);
	    -ms-transform:scale(1.05);
	     -o-transform:scale(1.05);
	        transform:scale(1.05);
	-webkit-transition-duration: 1.15s;
	   -moz-transition-duration: 1.15s;
	    -ms-transition-duration: 1.15s;
	     -o-transition-duration: 1.15s;
	        transition-duration: 1.15s;
}
.news_list li .right{
	float: right;
	width: 880px;
	height: 177px;
	padding: 40px 0 0 50px;
	background: #fff;
}
.news_list li .right h3{
	font-weight: bold;
	padding-left: 27px;
	background: url(../images/icon_4.png) left center no-repeat;
}
.news_list li .right h3 a{
	font-size: 16px;
	color: #000;
}
.news_list li .right p{
	color: #202020;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	margin: 20px 0;
	width: 780px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list li .right:hover{background: #cb4042;}
.news_list li .right:hover a,
.news_list li .right:hover p,
.news_list li .right:hover span{
	color: #fff;
}
.news_list li .right:hover h3{background: url(../images/icon_12.png) left center no-repeat;}
/*遇见喜月-新闻动态-详情页*/
.right_detail{
	float: right;
	width: 850px;
	padding: 50px;
	background: #fff;
}
.detail_title_1{
	text-align: center;
	color: #333;
	font-size: 26px;
	line-height: 32px;
	-webkit-text-stroke: 0.2px;
}
.detail_title_2{
	text-align: center;
	padding: 15px 0 35px;
	color: #999;
}
.detail_0,
.detail_0 p{
	color: #333;
	font-size: 14px;
	line-height: 32px;
}
.detail_0 img,
.detail_0 p img,
.detail_0 span img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
