.font20 {
	font-size: 20px;
}
/*---------MoviePage Start---------*/

.container {
	max-width: 960px;
	margin: 0 auto;
}

.container .nav {padding: 10px 0px; border-bottom: 1px solid #e1e1e1;}
.container .nav-title {
	font-size: 25px;
	line-height: 40px;
}

.container #list {
	position: relative;
}

.container .item-desc {
	width: 313px;
	overflow: hidden;
}

.container .item-desc:hover {
	background-color: #38a3ad;
}

.container .item-desc:hover img {
	opacity: 0.3;
	webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.container .item-desc .no-image {
	height: 32vw;
}

.container .item-desc .no-image + figcaption{
	margin-top: -50px;
}

.container .item-desc figcaption {
	position: absolute;
	opacity: 0;
	top: 50%;
}

.container .item-desc:hover figcaption {
	opacity: 1;
}
.container .item-desc figcaption.noimg {
	opacity: 1;
}

.container .item-desc figcaption span {
	color: #FFF;
	text-align: center;
	letter-spacing: -0.06em;
	line-height: 35px;
	display: block;
	height: 100%;
	font-size: 20px;
}

.container .item-desc figcaption span label:nth-child(2){
	font-size: 15px;
}

.container .item-desc figcaption span i {
	font-size: 30px;
}

.container .more {
	padding: 10px;
	background: #333;
	color: #fff;
	width: 120px;
	display: inline-table;
	cursor: pointer;
	position: relative;;
}

.Movie-Page .item-desc a{
	display:block
}
.Movie-Page .item-desc .no-image{
	background-color: #38a3ad;
}
/*---------MoviePage END---------*/

/*---------MovieDetailPage START---------*/
.container .nav a:hover{
	color: #333;
}

.container .left-info {
	float: left;
	width: 310px;
}

.container .left-info img {
	width: 100%;
}

.container .right-info {
	padding-left: 30px;
	float: left;
	width: 620px;
}

.container .right-info .prevue b {
	font-size: 20px;
	font-weight: normal;
}

.container .right-info .prevue div {
	margin-top: 20px;
}

.container .right-info .prevue iframe {
	width: 100%;
	height: 325px;
}

.container .right-info .detail-info {
	line-height: 40px;
}

.container .right-info .detail-info label:first-child {
	color: #6cc3ba;
}

.container .right-info .detail-info .desc {
	line-height: 25px;
}

.TimeList {
	background-color: #f6f7f9;
	padding: 35px 20px;
}

.showTime {
	max-width: 960px;
	margin: 0 auto;
}

.showTime .nav {
	font-size: 25px;
}

.showTime table thead {
	background-color: #00cacc;
}

.showTime table thead th {
	width: 110px;
	line-height: 50px;
	text-align: left;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
}

.showTime table tbody tr:nth-child(odd) {
	background-color: #fff;
}

.showTime table tbody td {
	text-align: left;
	font-weight: normal;
	padding: 10px 20px;
	line-height: 30px;
}

.showTime table tbody .date {width: 20%;}
.showTime table tbody .address {width: 150px;}
.showTime table tbody .time {width: 40%;line-height: 25px;}
.showTime table tbody .loc {width: 30%;}
.showTime table tbody .price {width: 10%;}
/*---------MovieDetailPage END---------*/

@media only screen and (min-width:302px) and (max-width: 959px) {
	/*---------MoviePage Start---------*/
	.container .item-desc figcaption span {
		font-size: 14px;
		line-height: 20px;
	}

	.container .item-desc figcaption span i {
		font-size: 14px;
	}
	/*---------MoviePage END---------*/
}

@media only screen and (min-width:302px) and (max-width: 350px) {
	/*---------MoviePage Start---------*/
	.container .item-desc figcaption span {
		font-size: 10px;
		line-height: 15px;
	}

	.container .item-desc figcaption span label:nth-child(2){font-size: 10px;}
	/*---------MoviePage END---------*/
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container .left-info {width: 32%;}
	.container .right-info {width: 65%;}
}

@media only screen and (max-width: 767px){
	.container .left-info {margin: 0 auto;float: none;width: 50%;}
	.container .right-info {padding: 30px;width: 100%;}
}

@media only screen and (max-width: 479px) {
	.container .left-info {width: 100%;}
}

@media only screen and (min-width: 302px) and (max-width: 959px) {
	.container {padding: 10px;}
	.container .right-info {padding: 0px;}

	.TimeList {padding: 10px;}
	.showTime {width: 100%;float: left;}
	.showTime table thead th {padding: 0px 10px;}
	.showTime table tbody td {padding: 0px;height: 60px;}
	.showTime table tbody .date {width:30%;}
	.showTime table tbody .time {width: 20%;}
}
