/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: none;
}
body {
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 1.6;
    background-image: url(../images/bd_bg.jpg);
}
.ny_main {
    background: #fff;
    padding-bottom: 60px;
}
.main {
    width: 1200px;
    margin: 0 auto;
}
.review-tit {
    padding-top: 40px;
    font-size: 30px;
    color: #333;
    font-weight: lighter;
    text-align: center;
    line-height: 45px;
}
.review-etit {
    font-size: 16px;
    color: #666;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.trailer_box{
	width: 100%;
}
.trailer_box li{
	width: 100%;
	height: 338px;
	border-bottom: 2px solid rgb(191,191,191);
}
.trailer_box li img{
	float: left;
	width: 190px;
	height: 190px;
	margin-top: 80px;
	background: blue;
}
.trailer_box li p{
	line-height: 38px;
}
.trailer_info{
	float: left;
	width: 900px;
	margin-top: 80px;
	margin-left: 27px;
}
.trailer_time{
	font-size: 22px;
	color: #000;
	margin-top: 3px;
}
.trailer_place{
	width: 112px;
	font-size: 22px;
	color: #a3a3a3;
	padding-bottom: 10px;
	border-bottom: 2px solid #646262;
}
.trailer_title{
	font-size: 20px;
	margin-top: 32px;
	color: #000;
}
.trailer_title_en{
	font-size: 20px;
	color: #686868;
}