﻿@charset "utf-8";
/*
Css for PEL,	ver 1.0
CopyRight By Dongyi Network Technology CO.,Ltd Design Center

*/


/* 通用信息列表 */
.infoList{text-align: left;}
.infoList li{line-height: 20px; padding: 8px 0 8px 14px; background: url(../img/iconinfo.png) no-repeat 0 center; overflow:hidden;}
.infoList li .date{float: right; color: #999; font-size: 12px; padding-left: 6px;}
.infoList li .dateRight{margin-left: 5px; color: #999;}

/* 通用信息列表-上标题下日期两行 */
.infoListB{text-align: left; padding: 0 10px;}
.infoListB li{padding: 0 0 18px; margin-bottom: 18px; line-height: 26px; border-bottom: 1px dashed #ddd;}
.infoListB li .title{font-size: 16px;}
.infoListB li .title a{display: block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.infoListB li .dateRight{display: block; color: #999; font-size: 12px;}


/* 通用带图片的信息列表_普通式 */
.picList{overflow: hidden;}
.picList li{ float: left; }
.picList li .pic img{ display: block; }
.picList li .title{text-align:center; padding-top: 8px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}


/* 头条图文信息列表_普通式 */
.topicList{ text-align: left; }
.topicList .t{ padding:0 0 14px; margin-bottom: 10px; border-bottom:1px dashed #dadada;}
.topicList .t .title{ position: relative; line-height:20px; height: 50px;}
.topicList .t .title a{display: block; font-size: 16px; color:#f60; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.topicList .t .title .date{position: absolute; bottom: 0; left: 0; display: block; font-size: 12px; color: #999; padding: 6px 0 4px;}
.topicList .t .intro{ line-height:24px; font-size: 12px;  color:#666;  }
.topicList .t .intro .more{ color:#d60000;  }
.topicList .n{ line-height: 20px; padding: 8px 0 8px 20px; background: url(../img/icon.png) no-repeat 0 -60px; overflow:hidden;}
.topicList .n .date{ float:right; color:#999; font-size: 12px;  padding-left: 10px;}


/* 通用分页样式 */
.page{ text-align:center; padding:30px 0 20px;  font-size:0; overflow: hidden; }
.page a,.page span{display: inline-block; height:32px;  padding: 0 11px; margin: 0 3px; line-height:32px; border:1px solid #ddd; background:#fff; font-size: 12px; color: #333; vertical-align: top;}
.page select{border: none;}
.page a:hover {border-color:#f60; text-decoration:none; color:#f60;}
.page .current,.page .current:hover {background:#f60; border-color: #f60;  color:#fff; font-weight:bold; }
.page .disabled,.page .disabled:hover {border-color: #ddd; color:#999; cursor: not-allowed;}


/* 带边框和边距表格 */
.table{border-collapse: collapse;}
.table th,.table td{border: 1px solid #ddd; padding: 7px 9px;}

/* 网站地图 */
.siteMap{overflow: hidden;}
.siteMap .li1{margin-bottom: 15px;}
.siteMap .li1 .h1{height: 40px; line-height: 40px; padding: 0 15px; border: 1px dotted #ccc;}
.siteMap .li1 .h1 a{font-size: 16px; color: #f60;}
.siteMap .ul1{padding: 10px 20px; overflow: hidden;}
.siteMap .li2{float: left; padding-right: 15px; font-size: 14px; line-height: 30px;}