
.movpic-content{
	display:table;
	margin-bottom:2%;
	width:100%;
}
.movpic-content>div:first-child,.movpic-content>a{
	float:left;
	color:#9A231D;
}
.movpic-content>div:last-child{
	float:right;
	display:table;
    width:70%;		
}
.movpic-content>div:first-child{
	font-size:28px;
	float:left;
	width:30%;
	position:relative;
}
.movpic-content>div:first-child>a{
	display:block;
	position:absolute;
	bottom:0px;
	left:120%;
	width:100%;
	font-size:16px;
	color:#9A231D;
}
.movpic-content>div:last-child>.none-2{
	display:none;
}
.movpic-content>div:last-child>div{
	float:left;
	width:85%;
	display:table;
}
.movpic-content>div:last-child>div>div{
	float:right;
	width:5%;
	position:relative;
	margin-left:2%;
}
.movpic-content>div:last-child>a{
	float:right;
	width:10%;
	color:#9A231D;
}
.movpic-content>div:last-child>div>div>div{
	display:none;
	position:absolute;
	z-index:2;
	width:300%;
	border:6px solid #FFFFFF;
	border-radius:6px;
}
.movpic-img{
	overflow:hidden;
	position:relative;
	z-index:1;
}
.movpic-img>a{
	display:block;
	float:left;
	overflow:hidden;
	position:relative;
}
.movpic-img>a>div:first-child:before{
	content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;	
	background:url('https://www.tsinghua.edu.cn/image/bg10.png');
	background-size:auto 100%;
}
.movpic-img>a>div:first-child{
	overflow:hidden;
	position:relative;
	transition: all 0.6s;
}
.movpic-img>a>div:first-child:hover{
	transform: scale(1.2);
}
/*.movpic-img>a>div:first-child>img{
	transition: all 0.6s;
}
.movpic-img>a>div:first-child>img:hover{
	transform: scale(1.2);
}*/
.movpic-img>a>div:last-child{
	position:absolute;
	bottom:15%;
	left:10%;
	z-index:6;
}
.movpic-img>a>div>.title{
	color:#FFFFFF;
}
.movpic-img>a>div>.time{
	color:#606265;
	font-size:12px;
	margin-bottom:2%;
}
.movpic-jpg>a,.movpic-png>a{
	width:25%;;
}
.movpic-jpg>a:last-child,.movpic-png>a:first-child{
	width:50%;
}
