﻿/*中间推荐影片开始*/
 #letter {

 width:960px;
 margin:0 auto;
 
 background:#f0f0f0;
 }
 
 
  
 .images {
margin-left:auto;
margin-right:auto;
overflow: hidden;
padding: 25px 6px 5px 5px;
}

.images li {
position: relative;
float: left;
display: inline;
width: 202px;
height:282px;
overflow: hidden;
text-align: center;
margin-left:20px;
margin-right:10px;
margin-bottom:20px;
position:relative;

}


.images li:hover .hour{
background:red;
 
}

.images li:hover .nn{
background:red;
 
}

.images li span.hour{
display:block;
width: 202px;
height:20px;
 color:white;
position:absolute;
top:0px;
background:black;
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
font-weight:bold;
 
float:left;
}


.images li span.nn{
display:block;
width: 202px;
height:20px;
color:white;
position:absolute;
top:262px;
background:#1874CD;
 float:left;
font-weight:bold;
}



.images li img {
display: block;
width: 202px;
height: 282px;
border: 1px #ccc solid;
background: white;
}

.images li a,.conl_pics li a {
display: block;
color: #333;
padding-bottom: 5px;
}

.images li a:hover img,.conl_pics li a:hover img {
 width: 200px;
height: 280px;
border:1px solid red;
}

.images li a h1,.conl_pics li a h1 {
font-size: 12px;
font-weight: normal;
font-family: Verdana;
padding-top: 6px;
line-height: 14px;
color: #000000;
}

.images li a h1 span,.conl_pics li a h1 span {
color: #F70AA0;
}

.images li a:hover,.conl_pics li a:hover {
background: #09C;
color: white;
}

.images li a:hover h1 span,.conl_pics li a:hover h1 span {
color: white;
}

 /*中间推荐影片开始*/
 
 
 #fangshi{
text-align:center;
height:30px;
line-height:30px;
}

#fangshi a{
color:#1C5AA2;
}

#fangshi a:hover{
text-decoration:underline;
}