@charset "utf-8";
/* css 重置 */
.xg_scroll *{margin:0; padding:0; list-style:none; font-family:"微软雅黑";}
.xg_scroll img{ border:0; vertical-align:bottom;}
.xg_scroll a{ text-decoration:none; color:#333; /*background:#063995;*/}
/*.xg_scroll a:hover{background:#e50202;}*/


.xg_scroll .picList a{
display:block;
width:306px;
min-height:358px;
padding:10px;
border:1px solid #ccc;
}

.xg_scroll .picList a .txt {
margin:0;
padding:0;
min-height:52px;
font-size:19px;
width:85%;
margin:0 auto;
text-align:left;
text-align:center;
}


.xg_scroll .picList a .txt .fa_title {
display:block;
padding-top:16px;
}

.xg_scroll .picList a .txt .more {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #fff;
    margin-top: 15px;
    padding: 2px 8px;
}

.xg_scroll .tempWrap {
margin:0 auto;
}


/* 本例子css */
.xg_scroll{ overflow:hidden; position:relative; width:1100px; margin:0 auto;
    padding-top: 67px;

}
.xg_scroll .hd{ overflow:hidden; position:relative; padding-top:10px;}

.xg_scroll .bd a.prev,
.xg_scroll .bd a.next {
display:block;
width:53px;
height:56px;
position:absolute;
cursor:pointer;
}


.xg_scroll .bd a.prev {
	top:220px;
	left:0;
	background:url(/template/images/bt_l.png) no-repeat;
}


.xg_scroll .bd a.prev:hover {
	background:url(/template/images/bt_l_h.png) no-repeat;
}


.xg_scroll .bd a.next {
	top:220px;
	right:0;
	background:url(/template/images/bt_r.png) no-repeat right center;
}

.xg_scroll .bd a.next:hover {
	background:url(/template/images/bt_r_h.png) no-repeat right center;
}




.xg_scroll .hd ul{overflow:hidden; zoom:1; margin:0 auto; margin-top:10px; width:100px;}
.xg_scroll .hd ul li{ background:#e50202; float:left;  width:10px; height:10px;	border-radius: 15px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; position:relative; top:3px;}
.xg_scroll .hd ul li.on{ width:15px; height:15px;	border-radius: 15px;  position:relative; top:0;}

.xg_scroll .bd ul{ overflow:hidden; zoom:1; }
.xg_scroll .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.xg_scroll .bd ul li .pic{ text-align:center; }
.xg_scroll .bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
.xg_scroll .bd ul li .pic a:hover img{ border-color:#999;  }
.xg_scroll .bd ul li .title{ line-height:24px;   }
