.movie{
	width:960px;
	margin:0 auto;
}
.movie .top{
	width:960px;
	margin:0 auto 20px;

}
.movie .top h2{
	
}
.movie div.txt{
    /* background: #eaf9e1; */
    margin:0 20px 20px;
    /*-moz-border-radius:3px;*/
    /* -webkit-border-radius:3px; */
    /* border-radius:3px; */
}
.movie .txt p{
	font-size:16px;
	/* font-weight:800; */
}
.movietextBox{
	float:right;
}


.movieBox{
	width:960px;
	/* overflow:hidden; */
	/* clear:both; */
	display: flex;
	flex-wrap: wrap;
	float:left;
}
.inBox{
    width: 100%;
    border:#EE6557 solid 4px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    margin-bottom:20px;
    padding:15px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;

	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.inBox > div{
	width: 50%;
	padding: 10px;
}

/*.inBox:nth-child(odd){
	margin-right:2%;
}*/
.inBox h3{
	color: #2e9e88;
	font-size:18px;
	letter-spacing:0.05em;
	font-weight:800;
	margin-bottom: 20px;
	text-align:center;
	padding:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-top: none;
}
/*.inBox h3 a{
	color:#29abe2;
}*/
.inBox p.txt{
	font-size:16px;
	margin-bottom: 20px;
	font-weight:bold;
}
.inBox p.lead{
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
	font-weight:bold;
}

.inBox .link{font-size: 0;width: 600px;margin:20px auto 0;padding-top:20px;border-top:1px dotted #2e9e88;}
.inBox .link img{
display: inline-block;
vertical-align:middle;
margin-right:15px;
width:170px;
}
.inBox .link p{
display: inline-block;
vertical-align:middle;
font-size:14px;
}

.mcBox{
	text-align:left;	
	position:relative;
	max-width:380px;
margin:auto 0; }

.mcBox img.img{
	max-width:380px;
	height:auto;
}
.mcBox img.iconPlay{
	z-index:1;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-29px;
}
.iframe-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 700px) {

.movie{
	width:100%;
	margin:0 auto;
}
.movie .top{
	width:100%;
	margin:0 auto 10px;

}
.movie .top img{
	width:100%;

}
.movieBox{
	width:100%;
	/* overflow:hidden; */
	/* clear:both; */
	display: flex;
	flex-wrap: wrap;
	float:left;
}
.inBox > div{
	width: 100%;
}
.iframe-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

}
/*.inBox p.area{
	width: 5.0em;
	background-color: #60b22f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.25em;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btnBox ul{
display: flex;
flex-wrap:nowrap;
justify-content: space-between;
}
.btnBox ul li{
width: 195px;
}
.btnBox ul li a:hover{
	opacity: 0.7;
}*/
