﻿/*中间推荐影片开始*/
 #letter {

 width:960px;
 margin:0 auto;
 
 background:#3c3c3c;/*展示背景色*/
 }
 
 
  
 .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:rgba(255, 0, 0, 0);/*展示选中特效 日期*/
 
}

.images li:hover .nn{
background:rgba(255, 0, 0, 0);/*展示选中特效 标题*/
 
}

.images li span.hour{
display:block;
width: 202px;
height:20px;
 color:rgb(255, 255, 255);
position:absolute;
top:0px;
background:black;
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
font-weight:bold;
float:left;
font-size:10px
}


.images li span.nn{
display:block;
width: 202px;
height:35px;
color:#ffffff; /*展示选中特效 字体颜色*/
position:absolute;
top:258px;/*展示选中特效 标题位置*/
background:#01050a;/*展示选中特效 标题背景色*/
 float:left;
font-weight:bold;
font-size:15px
}



.images li img {
display: block;
width: 202px;
height: 282px;
border: 0px #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: 198px;/*展示选边框 宽度调节*/
height: 278px;/*展示选边框 高度调节*/
border:2px solid #000000;
}

.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;
}