.sldeBox{margin-top: 0.95rem;}
/* 列表样式 */
.g_list .title{width: 6.4rem;height: 0.6rem;padding-top:0.3rem; border-bottom: 1px solid #ebebeb; }
.g_list .title p{border-left: 5px solid #333; line-height: 1; padding-left: 0.15rem;}
.g_list .array-box ul li { overflow: hidden; padding: 0.15rem 0.3rem; border-bottom: 1px solid rgb(238, 238, 238); transition: all 0.2s ease-out 0s; }
.g_list .array-box ul li img { display: block; width: 1.6rem; height: auto; float: left; }
.g_list .array-box ul li:hover { background-color: rgb(250, 250, 250); }
.g_list .array-box .img { display: block; position: relative; width: 25%; height: auto; float: left; }
/* .g_list .array-box .img img { display: block; width: 100%; height: auto; } */
.g_list .array-box .txt { width: 70%; margin-left: 0.15rem; float: left; position: relative;  }
.g_list .array-box .txt h5 { font-size: 18px; font-weight: normal; line-height: 30px; margin: 0px; display: block; width: 4.2rem; overflow: hidden; white-space: nowrap;  }
.g_list .array-box .txt h5 a { color: rgb(51, 51, 51); }
.g_list .array-box .txt h5 a:hover { color: #00a051; }
.g_list .array-box .txt p { color: rgb(102, 102, 102); font-size: 12px; }
.g_list .array-box .txt .p01 { color: rgb(153, 153, 153); line-height: 20px; display: block; width: 4.2rem; overflow: hidden; white-space: nowrap;  }
.g_list .array-box .txt .p02 { color: rgb(153, 153, 153); background: height: 0.4rem; line-height: 0.4rem; left: 0px; bottom: 5px; font-size: 0.18rem; }
.g_list .array-box .txt .p02 span { margin-right: 20px; font-size: 0.18rem;}
.g_list .array-box .txt .p02 span a { color: rgb(102, 102, 102); font-size: 0.18rem;}
.g_list .array-box .txt .p02 span a:hover { color: rgb(230, 46, 53); }

/*分页样式*/
.page { padding:4px 0px 0px 1px; float: left; clear:both; margin:20px 0.3rem;}
a {
    text-decoration: none;
    color: #000;
    background: transparent;
    outline: none;
}
.page a, .page span { float:left; border:1px solid #D3D1D1; padding:5px; margin-bottom:5px; margin-left:4px; line-height:22px; font-size:12px; }
.page a:link, .page a:visited { text-decoration:none; }
.page a:hover { background:#00a051; color:#fff; }
.page .current{ background:#b38e3b; color:#FFF;}
.page #total{color:#00a051}
.pageinfo{ display:none;}
