﻿@charset "utf-8";

/* 通用盒子 */
.box {}
.box .hd { overflow: hidden; padding: 0 10px; }
.box .hd .title { float: left; font-size: 15px; }
.box .hd .title a {  }
.box .hd .cateLink { float: right; }
.box .hd .cateLink a { margin: 0 4px; }
.box .hd .more { float: right; color: #999; }
.box .hd .more:hover { color: #c00; }
.box .hd .tab { float: right; }
.box .hd .tab li { float: left; }
.box .hd .tab li a { display: block; float: left; }
.box .hd .tab li.on {}
.box .hd .tab li.on a { padding-bottom: 1px; }
.box .bd {}

/* 网站搜索 */
.siteSearch { overflow: hidden; }
.siteSearch .keyword { float: left; }
.siteSearch .submit { float: right; cursor: pointer; }

/* 通用信息列表 */
.infoList {}
.infoList li {min-width: 200px;height: 25px;line-height: 25px;overflow: hidden;}
.infoList li.noData { color: #999; }
.infoList li.split { height: 0; padding: 0; font-size: 0; background: none; border-bottom: #ddd 1px dotted; margin: 10px 0; }
.infoList li .date { float: right; color: #999; }
.infoList li .node { margin-right: 5px; }
.infoList li .dateRight { color: #999; margin-left: 5px; }

/* 头条图文信息列表_普通式 */
.topicList .t { padding-bottom: 8px; margin-bottom: 5px; border-bottom: #d8d8d8 1px dotted; }
.topicList .t .title { height: 36px; line-height: 18px; margin-bottom: 4px; overflow: hidden; }
.topicList .t .tit { font-size: 14px; font-weight: bold; }
.topicList .t .intro { line-height: 18px; color: #777; }
.topicList .t .intro .more { color: #c00; margin-left: 4px; }
.topicList .t .intro .more:hover { text-decoration: underline; }
.topicList .n { height: 24px; line-height: 24px; overflow: hidden; }
.topicList .n .date { float: right; color: #999; }
.topicList-pic .t { overflow:hidden; zoom:1; }
.topicList-pic .pic { float:left; }
.topicList-pic .pic img {  }
.topicList-pic .con { padding-left: 10px; overflow: hidden; zoom: 1; }
.topicList-pic-border .pic img { padding:2px; border:1px solid #ddd; background: #fff; }
.topicList-pic-border .pic a:hover img { border-color: #aaa; }

/* 通用带图片的信息列表_普通式 */
.picList { overflow: hidden; zoom: 1; }
.picList li { text-align: center; float: left; margin: 0 5px; _diaplay: inline; }
.picList .pic {}
.picList .pic img { padding: 2px; border: #ddd 1px solid; background: #fff; }
.picList .pic a:hover img { border-color: #aaa; }
.picList .title { padding: 2px 5px 0; height: 24px; line-height: 24px; overflow: hidden; }
.picList-no-border .pic img { padding: 0; border: none; }

/* 软件列表带图标 */
.softList li { height: 28px; line-height: 28px; background: none !important; padding-left: 0 !important; }
.softList li .icon { float: left; margin: 6px 2px 0 6px; width: 20px; height: 18px; background: url(images/soft_icon.png) no-repeat 0 -498px; }
.softList li .icon-html { background-position: 0 -411px; }
.softList li .icon-mp3 { background-position: 0 -1139px; }
.softList li .icon-pdf { background-position: 0 -679px; }
.softList li .icon-jpg,
.softList li .icon-gif,
.softList li .icon-png,
.softList li .icon-jpg { background-position: 0 -633px; }
.softList li .icon-ppt { background-position: 0 -955px; }
.softList li .icon-rar { background-position: 0 -909px; }
.softList li .icon-rtf { background-position: 0 -863px; }
.softList li .icon-txt { background-position: 0 -817px; }
.softList li .icon-video { background-position: 0 -771px; }
.softList li .icon-doc,
.softList li .icon-docx { background-position: 0 -725px; }
.softList li .icon-xls,
.softList li .icon-xlsx { background-position: 0 -1047px; }
.softList li .icon-zip { background-position: 0 -1001px; }
.softList li .icon-apk { background-position: 0 -1245px; }
.softList li .icon-ipa { background-position: 0 -1300px; }
.softList li .icon-xap { background-position: 0 -1352px; }
.softList li .icon-swf { background-position: 0 -1402px; }
.softList li .icon-book { background-position: 0 -1192px; }

/* 焦点图 */
.focusPic { text-align: center; position: relative; z-index: 10; }
.focusPic .bd { overflow: hidden; z-index: 11; }
.focusPic .bd li { position: relative; z-index: 12; }
.focusPic .bd .pic { position: relative; z-index: 13;}
.focusPic .bd .pic img {  }
.focusPic .bd .con {
    background: #fff;
}
.focusPic .bd .title { line-height: 25px; position: relative; z-index: 16; border-top: #7d7d7d 1px solid;}
.focusPic .bd .title a { display: block; padding: 0 10px; color: #000; font-weight: bold;}
.focusPic .bd .bg { display: none; }
.focusPic .hd { position: absolute; z-index: 19; right: 0; bottom: 25px; }
.focusPic .hd li { float: left; width: 22px; line-height: 14px; font-size: 12px; text-align: center; background: #000; margin-left: 1px; display: inline; color: #fff; opacity: 0.8; filter: alpha(opacity=80);}
.focusPic .hd li.on { background: #c00; color: #fff; opacity: 1; filter: alpha(opacity=100);}
/* 焦点图-图片导航 */
.focusPic-picNav .hd { position: static; padding-top: 6px; overflow: hidden; }
.focusPic-picNav .hd li { margin: 0 4px 0 0; width: 64px; height: 55px; overflow: hidden; padding-top: 4px; }
.focusPic-picNav .hd li .pic {}
.focusPic-picNav .hd li .title { display: none; }
.focusPic-picNav .hd li.on { background: url(images/focus_on.png) no-repeat center top; }
.focusPic-picNav .hd li.on .pic { border: #F98500 2px solid; }
.focusPic-picNav .hd li.on .pic img { width: 60px; height: 50px; border: none; }
.focusPic-picNav .hd li img { width: 62px; height: 52px; border: #ddd 1px solid; }

/* 内容带图片的信息列表_普通式-左图片右文字 */
.txtPicList li { overflow: hidden; padding-bottom: 10px; margin-bottom: 10px; }
.txtPicList .pic { float: left; }
.txtPicList .pic img { width: 120px; height: 90px; padding: 2px; border: #ddd 1px solid; background: #fff; }
.txtPicList .pic a:hover img { border-color: #aaa; }
.txtPicList .con { overflow: hidden; zoom: 1; padding-left: 10px; }
.txtPicList .con .title { height: 28px; line-height: 28px; overflow: hidden; font-size: 14px; font-weight: bold; }
.txtPicList .con .title a { color: #c00; }
.txtPicList .con .intro { color: #666; font-size: 12px; line-height: 20px; }
.txtPicList .con .intro .more { color: #c00; margin-left: 4px; }

/* 问卷调查列表 */
.surveyList { }
.surveyList .view,
.surveyList .join { color: #f60; }

/* 网站地图 */
.siteMap { padding: 15px 10px; overflow: hidden; zoom: 1; }
.siteMap .li1 { margin-bottom: 10px; }
.siteMap .h1 { height: 40px; line-height: 40px; border: #ccc 1px dotted; }
.siteMap .h1 .a1 { font: normal 16px/40px "Microsoft YaHei"; _font-weight:bold; color:#1E72B4; padding-left:10px; }
.siteMap .ul1 { padding: 10px 20px; zoom: 1; }
.siteMap .li2 { display: inline-block; *display: inline; zoom: 1; padding-right: 10px; vertical-align: top; }
.siteMap .a2 { color: #666; }
.siteMap .ul2 { padding: 0 0 20px 0; }
.siteMap .li3 { line-height: 18px; display: inline-block; *display: inline; zoom: 1; }
.siteMap .a3 { color: #999; padding-right: 10px; margin-right: 10px; border-right: #ddd 1px solid; }
.siteMap .last3 .a3 { border-right: 0; }

/* url_方块样式分页 */
.page { text-align: center; padding: 20px; font-size: 12px; }
.page input { border: #c5c5c5 1px solid; background: #fff; width: 30px; height: 20px; line-height: 20px; vertical-align: middle; }
.page a,
.page span { display: inline-block; *display: inline; zoom: 1; margin-right: 0px; line-height: 20px; }
.page a,
.page a:active { display: inline-block; *display: inline; zoom: 1; border: #c5c5c5 1px solid; padding: 0 6px; background: #fff; }
.page a:hover { border: 1px solid #D84A00; text-decoration: none; color: #D84A00; }
.page span.current { background: #D84A00; border: #D84A00 1px solid; color: #fff; font-weight: bold; padding: 0 6px; }
.page span.disabled { border: #c5c5c5 1px solid; padding: 0 6px; color: #999; }

/* 当前位置 */
.path {  }
.path span,
.path a { margin: 0 5px; }