﻿@charset 'utf-8';

/*
 * 列表页列表内容
 */
.hg-list{padding-bottom:30px;margin-bottom:35px;min-height:300px;}


.hg-list .i-box{}
.hg-list .i-box-hd{border-bottom:1px solid #333;padding-bottom:10px;margin-bottom:15px;
display:none;}


.hg-list .i-box-bd{}

/**文本*/
.hg-list-ul{min-height:400px;padding:0px;margin:0px;}

.hg-list-ul>li{list-style:none;position:relative;margin-bottom:15px;padding:20px 15px;border-bottom: 1px dashed #ccc;}
.hg-list-ul>li:last-child{border-width:0px;}
.hg-list-ul>li .text{padding-left: 70px;}
.hg-list-ul>li .text .title{height: auto;line-height:25px;overflow:hidden;font-size:18px;font-weight: 400;margin-top:0px;font-family: "Microsoft YaHei",\5FAE\8F6F\96C5\9ED1;}
.hg-list-ul>li .text .title a{}
.hg-list-ul>li .text .desc{height:40px;line-height:20px;overflow:hidden;color:#999;font-size:14px;}

.hg-list-ul>li .date{position:absolute;top: 25px;left: 0;right: auto;width: 68px;height: 70px;margin: 0;padding: 5px 0 0;border: 1px solid #a9acb1;border-radius: 0 0 15px 0;background: #fff;text-align: center;color: #6e7073;vertical-align: top;line-height: 1;}
.hg-list-ul>li .date:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 0 0 15px 0;border: 4px solid #e4e4e4;box-sizing: border-box;}
.hg-list-ul>li .date-day{font-size:30px;font-weight:800;padding-bottom:5px;}
.hg-list-ul>li .date-ym{font-size:14px;color:#666}



/**图文*/
.hg-list-picUl{min-height:400px;padding:0px;margin:0px;}

.hg-list-picUl>li{list-style:none;position:relative;margin-bottom:15px;padding:20px 15px;border-bottom:1px solid #ECECEC;}
.hg-list-picUl>li:last-child{border-width:0px;}
.hg-list-picUl>li .pic{width:190px;height:130px;overflow:hidden;position: absolute;top:28px;}
.hg-list-picUl>li .pic img{width:100%;min-height:100%;}
.hg-list-picUl>li .text{min-height:130px;padding-left:220px;}
.hg-list-picUl>li .text .title,
.hg-list-picUl>li .text .title a{font-size: 18px;/* font-weight:600; */font-family:微软雅黑;letter-spacing: 1px;}
.hg-list-picUl>li .text .title{}

.hg-list-picUl>li .text .date{color:#b9b9b9;margin-bottom: 5px;padding-top: 5px;padding-bottom: 5px;font-size: 16px;}
.hg-list-picUl>li .text .desc{height:50px;line-height:25px;overflow:hidden;color:#999;font-size: 16px;font-family:"SimSun","宋体","PingFang SC","Microsoft YaHei",\5FAE\8F6F\96C5\9ED1,Helvetica,Arial,sans-serif;letter-spacing: 2px;}

.hg-list .i-box-foot{}


/**
 * 列表分页条 
 */
.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:#258CFF;}
/*控制是否显示 "首页" "尾页" */
.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;}
