﻿ul,li{ list-style:none;}
#abgne-block-20110317 {
	width: 700px;	/* 圖片的寬 */
	height: 270px;	/* 圖片的高 + 30 */
	border: 0px solid #ddd;
	margin: 15px 20px 20px 10px;
	text-align:left;
}
.abgne-player {
	width: 700px;	/* 圖片的寬 */
	height: 240px;	/* 圖片的高 */
	position: relative;
	overflow: hidden;
}
.abgne-player ul.abgne-list {
	position: absolute;
	width: 9999px;
	height: 100%;
}
.abgne-player ul.abgne-list li {
	float: left;
	width: 700px;	/* 圖片的寬 */
	height: 100%;
}
.abgne-player ul.abgne-list img{
	width: 100%;
	height: 100%;
	border: 0;
}
.abgne-control {
	height: 24px;
	padding: 3px;
	color: #fff;
	font-size: 13px;
	background: #CCC;
}
.abgne-control ul {
	float: left;
}
.abgne-control ul li {
	font-size:12px;
	float: left;
	padding: 0 10px;
	line-height: 20px;
	margin: 2px;
	background: #666;
	cursor: pointer;
}
.abgne-control ul.numbers {
	margin-left: 13px;
}
.abgne-control ul li.current {
	background: #fff;
	color:#000;
}
.abgne-control ul li.hover {
	background: #fff;
	color:#000;
}.item {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    height: 230px;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    overflow: hidden;
    top: 0;
}
.item .pic {
    display: inline;
    float: left;
    height: 200px;
    margin: 15px;
    width: 280px;
    text-align: center;
    background-color: #fff;
    box-shadow: #ddd 3px 3px 10px;
    overflow: hidden;
}
.abgne-player .item .pic img {
    height:100%;
    vertical-align: top;
    width:auto;
}
.item .txt {
    float: left;
    margin-top: 12px;
    width: 365px;
    margin-left: 3%;
}
.item .txt dt {
	line-height: 25px;
}
.item .txt dt a{ font-size:14px; font-weight:bold;color:#5E5E5E; text-decoration:none}
.item .txt dt a:hover{ color:#ED0D0D;}
.item .txt .info {
    color: #999999;
}
.item .txt dd {
    height: 24px;
    line-height: 24px;
	overflow:hidden;
}
.item .txt dd span {
    float: left;
}
.item .txt .star {
    float: left;
    height: 12px;
    margin: 6px 0 0 5px;
    position: relative;
    width: 69px;
}
.item .txt .star .star_red {
    background: url("../images/a2.png") repeat-x scroll left top transparent;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 69px;
    z-index: 2;
}
.item .txt .star .star_grey {
    background: url("../images/a2.png") repeat-x scroll left -15px transparent;
    height: 12px;
    width: 69px;
}
.item .txt .pink, .item .txt .blue, .item .txt .green {
    background: none repeat scroll 0 0 #F66B5B;
    color: #FFFFFF;
    font-weight: 700;
    margin-right: 2px;
    padding: 0 5px;
}
.item .txt .blue {
    background: none repeat scroll 0 0 #96BAE7;
}
.item .txt .green {
    background: none repeat scroll 0 0 #9CDBC3;
}
.item .txt .comment {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EAEAEA;
    height: 118px;
    margin-top: 10px;
    width: 357px;
}
.item .txt .comment h3 {
    border-bottom: 1px solid #E9E9E9;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
}
.item .txt .comment .comment_list {
    height: 80px;
    margin: 8px 0 0 10px;
	line-height:25px;
    overflow: hidden;
    width: 345px;
}
.item .txt .comment .comment_list ul {
    width: 220px;
}
.item .txt .comment .comment_list ul li {
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}
.item .txt .comment .comment_list ul li b {
    color: #999999;
    font-weight: 400;
}