@charset 'utf-8';
.hg-list{padding-bottom:30px;}

.hg-list ul{padding:0px;min-height: 400px;}
.hg-list li{height:auto;overflow:hidden;list-style:none;position:relative;/*background: url(../images/.jpg) center top repeat;*/border-bottom:1px dotted #ccc;margin-bottom: 25px;padding-bottom:25px}
.hg-list li:hover{/*background-image: url(../images/bg.jpg)*/}
.hg-list li:last-child{border-width:0px}
.hg-list li .pic{width: 180px;height: 135px;overflow:hidden;position:absolute;left: 5px;top: 0px;}
.hg-list li .pic img{width:100%;min-height:100%;}

.hg-list li .head{padding-left:220px;min-height:150px;}

.hg-list li .head .title{font-size: 20px;display: block;height: 60px;line-height: 30px;overflow: hidden;font-weight: 600;color: #333;letter-spacing: 2px;margin-bottom: 15px;}
.hg-list li .head .title:hover{color: #a97452;}
.hg-list li .head .date{color: #333;}
.hg-list li .head .desc{height: 60px;line-height: 20px;overflow:hidden;color: #aaa;font-size:14px;}

/**
 * 列表分页条 
 */
.hg-list-page{text-align:center;margin:30px auto 20px;font-size:14px;font-family:SimSun;line-height:12px;color:#222;}
.hg-list-page a{text-decoration:none;}
.hg-list-page .p_pages{}


/*按钮和页码的外观*/
.hg-list-page .p_fun_d,
.hg-list-page .p_no_d,
.hg-list-page .p_fun a,
.hg-list-page .p_no a{margin-right:4px;margin-left:4px;padding:0px 12px;
	background-color:#F9F8F8;color: #4A4A4A;font:100 14px/30px "微软雅黑";
}


.hg-list-page .p_fun_d{margin-right:4px;margin-left:4px;padding:0px 10px;}
.hg-list-page .p_fun a{display:inline-block;padding-left:8px;padding-right:8px;}



/*文字对齐样式*/
.hg-list-page .p_t{line-height:12px;margin:0px;padding:0px;display:inline-block;vertical-align:middle;}

/*无链接的字体颜色*/
.hg-list-page .p_fun_d,
.hg-list-page .p_no_d{color:#ccc;}

.hg-list-page .p_no_d{padding:6px 10px;}
.hg-list-page .p_no a{display:inline-block;}



/*链接字体颜色*/
.hg-list-page .p_fun a,
.hg-list-page .p_no a{color:#222;}

/*鼠标移上时有链接按钮的外观*/
.hg-list-page .p_no a:hover,
.hg-list-page .p_fun a:hover,
.hg-list-page .p_goto a:hover{background-color:#f5f5f5;}

/*页码省略号...的外观*/
.hg-list-page .p_dot{margin-left:14px;margin-right:14px;color:#222;}

/*当前页码的外观*/
.hg-list-page .p_no_d{color:#fff;background-color: #a97452;}

/*控制是否显示 "首页" "尾页" */
.hg-list-page .p_first,
.hg-list-page .p_first_d,
.hg-list-page .p_last,
.hg-list-page .p_last_d{display:none;}

/*控制是否显示 "上页" "下页"*/
.hg-list-page .p_prev,
.hg-list-page .p_prev_d,
.hg-list-page .p_next,
.hg-list-page .p_next_d{}

/*控制是否显示无链接的 "首页" "上页" "下页" "尾页"*/
.hg-list-page .p_first_d,
.hg-list-page .p_prev_d,
.hg-list-page .p_next_d,
.hg-list-page .p_last_d{
    padding-top: 6px;
    padding-bottom: 6px;
}

.hg-list-page .p_no,
.hg-list-page .p_no_d,
.hg-list-page .p_dot{}

.hg-list-page .p_goto input{font-family:SimSun;font-size:12px;border:1px solid #aaa;height:22px;line-height:20px;box-sizing:border-box;vertical-align:middle;outline-width:thin;outline-color:#258CFF;margin:0px 2px;padding:0px 1px;width:22px;text-align:center;}
.hg-list-page .p_goto input:hover,
.hg-list-page .p_goto input:focus{border:1px solid #258CFF;}
.hg-list-page .p_goto a{border:1px solid #ccc;padding:5px 6px;color:#222;margin:0px;height:24px;-height:auto;line-height:12px;display:inline-block;box-sizing:border-box;vertical-align:middle;}