﻿@charset 'utf-8';
.hg-list{padding-bottom:30px;}

.hg-list ul{padding:0px;}
.hg-list li{list-style:none;}
.hg-list li a{color:#a97452}
.hg-list li a::before{content:'▣';padding-left:5px;}

/*
.hg-list ul.ul-2{}
.hg-list ul.ul-2 li {height: auto;overflow:hidden;border-width: 0;}
.hg-list ul.ul-2 li a::before{content:'·';padding-left:1em;}
.hg-list ul.ul-2 li .title{font-size:18px;}
.hg-list ul.ul-2 li .title a{font-size: 18px;color: #000;font-weight: 600;font-family: 微软雅黑;letter-spacing: 2px;}
.hg-list ul.ul-2 li .title .date{color:#d1a262}


.hg-list ul.ul-2 li .desc{color: #a97452;font-size:16px;border-width: 0;text-indent:2em;}

*/


/**
 * 列表分页条 
 */
.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:#a97452;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 #a97452;}
.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;}
