﻿
img{border-width:0;}
body,h2,p{margin:0;padding:0}

.picList_box { position: relative; float:left;width: 950px;}
.picList {position: relative; overflow: hidden; width: 950px;background:#f5f5f5;}
.picList img { display: block; }

/*动态追加样式begin*/
/*横向*/
.HListMarginLeft{margin-left:20px;}
.HListMarginRight{margin-right:20px;}
a.picList_arr_left, a.picList_arr_right { top: 0px; width: 20px; position: absolute; cursor: pointer; z-index: 10;}
a.picList_arr_left { left:0px; background: url('/App/Pages/Portal/Resource/Images/Components/InfoList/PicList_ModeA/left_arrow.gif') no-repeat scroll center center transparent; }
a.picList_arr_right { right: 0px; background: url('/App/Pages/Portal/Resource/Images/Components/InfoList/PicList_ModeA/right_arrow.gif') no-repeat scroll center center transparent;  }

/*纵向*/
.VListMarginTop{margin-top:20px;}
.VListMarginBottom{margin-bottom:20px;}
a.picList_arr_top, a.picList_arr_bottom { left: 0px; height: 20px; position: absolute; cursor: pointer; z-index: 10;}
a.picList_arr_top { top:0px; background: url('/App/Pages/Portal/Resource/Images/Components/InfoList/PicList_ModeA/up_arrow.gif') no-repeat scroll center center transparent; }
a.picList_arr_bottom { bottom: 0px; background: url('/App/Pages/Portal/Resource/Images/Components/InfoList/PicList_ModeA/bottom_arrow.gif') no-repeat scroll center center transparent;  }
/*动态追加样式end*/

.picListInner{overflow: hidden;}
.picListInner ul{padding:0;margin:0}
.picListInner ul li{float:left; min-width:140px; padding:5px 0 20px 0; text-align:center;position:relative; list-style-type:none;}
.picListInner ul li a{color:#666666}
.picListInner ul li a:hover{color:#498f3a}
.picListInner ul li .pic_title{line-height:20px;width:100%; position:absolute;bottom:1px;left:0px;}
.picListInner ul li .pic_image img{display:block;min-width:130px;height:95px;margin-bottom:5px;padding:4px;border:1px solid #e3e3e3}
.picListInner ul li .pic_image a:hover img{border-color:#498f3a}
.picListInner ul li .pic_summary{line-height:150%;width:100%;padding:0px;height:35px;text-align:left; 
    color:#fff;position:absolute;bottom:25px;left:0;background:transparent url(/App/Pages/Portal/Resource/Images/Components/InfoList/PicList_ModeA/z.png) repeat;}
.picListInner ul li .pic_summary .pic_summary_content{margin:4px; width:auto;}