﻿@import url("top_comm_header.css");
* { margin: 0px; padding: 0px; word-wrap: break-word; font-family: 微软雅黑 !important; }
body { font-family: "Microsoft Yahei"; font-size: 13px; }
.pure-g [class *="pure-u"] { font-family: 'Microsoft Yahei',arial, helvetica, sans-serif; }
a { text-decoration: none; color: #808080; }
a:focus { outline: none; }
select { height: 32px; line-height: 32px; }
img { border: 0px; }
.btn1 { background-color: #C12C30; min-width: 60px; padding: 0 10px; font-size: 14px; color: #fff; text-align: center; height: 35px; line-height: 35px; display: inline-block; margin-right: 20px; border-radius: 5px; cursor: pointer; }
.btn1:hover { color: #fff; -webkit-box-shadow: inset 0 0 5px #fff; -moz-box-shadow: inset 0 0 5px #fff; box-shadow: inset 0 0 5px #fff; }
.left { float: left; }
.right { float: right; }
.none { display: none !important; }
.block { display: block; }
.main { width: 1180px; margin: 0px auto; padding: 0px; min-height: 700px; margin-top: 100px; }
.overhid { overflow: hidden; text-overflow: ellipsis; }
.btn-dis { background-color: #848484 !important; color: #fff !important; cursor: default !important; }
.clear { clear: both; }
.help { display: inline-block; width: 20px; height: 20px; background: url(/templates/main/images/Icon-help.png) no-repeat center; position: relative; }
.help-content { background-color: #fff; color: #666; width: 100px; line-height: 20px; font-size: 14px; padding: 10px; position: absolute; top: 0; left: 18px; display: none; -webkit-box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #000; border-radius: 5px; }
.help:hover .help-content { display: block; }
.ml10 { margin-left: 10px; }
.bg-white { background-color: #fff; }
.bg-f3 { background-color: #f3f3f3; }
.red { color: #f00 !important; }

.txt-lt { text-align: left !important; }
.txt-ct { text-align: center; }
.txt-rt { text-align: right; }
.slt-txt { height: 30px; line-height: 30px; }
.btn-more { background-color: #55514e; color: #fff !important; font-size: 14px; display: inline-block; border-radius: 15px; height: 30px; line-height: 30px; width: 120px; text-align: center; cursor: pointer; }
.btn-app { background: #f60; background: -webkit-linear-gradient(#ffa163, #ff6600); background: -o-linear-gradient(#ffa163, #ff6600); background: -moz-linear-gradient(#ffa163, #ff6600); background: linear-gradient(#ffa163, #ff6600); color: #fff; font-size: 14px; border-radius: 5px; cursor: pointer; padding: 0px 10px; height: 35px; line-height: 35px; display: inline-block; }

.header-wrap { height: 46px; border-bottom: 43px solid #dddddd; background-color: #C12C30; padding-top: 51px; }
.header { width: 1000px; margin: 0px auto; }
#brand { height: 40px; width: 252px; padding: 0px; margin: 0px; overflow: hidden; position: relative; }
#brand > span { visibility: hidden; position: absolute; top: -100px; }

.posifix { position: fixed; z-index: 1000; }
.chat-box { left: 0; bottom: 0; border: 1px solid #C12C30; border-radius: 3px; }
.chat-box ul { list-style: none; }
.chat-box ul li { height: 30px; line-height: 30px; padding: 0 6px; }
/*nav css*/
.nav { list-style-type: none; padding: 0px; margin: 0px; position: relative; width: 667px; height: 46px; }
.nav > li { float: right; width: 124px; height: 46px; }
.nav > li > a { display: block; padding-top: 10px; height: 36px; line-height: 36px; width: 100%; font-size: 18px; text-align: center; text-decoration: none; color: #FFF; }
.nav > li.active { background: url('../images/new_nav_bg.gif') no-repeat; }
.nav > li.active > a { color: #0078d7; }
.nav > li.active > .subnav { display: block; }
/*subnav css*/
.sub-nav { display: none; position: absolute; top: 46px; height: 23px; padding: 10px 0px; white-space: nowrap; margin: 0px; }
.sub-nav a { color: #848484; font-size: 16px; font-weight: 600; line-height: 23px; padding: 0px 20px; }
.sub-nav a:hover { color: #2e2e2e; }
.sub-nav a.active { color: #2e2e2e; }
.right-icon { border-right: 1px solid #CCC; }

.pagebox { text-align: right; line-height: 35px; }
.pagebox lable { padding: 6px; }
.pagebox .page, .pagebox .btn { border: 1px solid #C12C30; padding: 3px; margin: 0 3px; }
.pagebox .btn { color: #C12C30; }
.pagebox .page { border-color: #a0a0a0; }
.pagebox .index { background-color: #C12C30; color: #fff; border-color: #C12C30; }

.pagebox .dis { cursor: default; border-color: #808080; color: #808080; }

.footer a { color: #fff; }
/*footer css */
.footer { min-width: 1180px; width: 100%; height: 94px; background-color: #8202a1; vertical-align: middle; margin-top: 30px; border-top: 3px solid #8202a1; }
.dibu { text-align: center; color: #e5edf2; font-size: 12px; font-family: 'Microsoft Yahei',arial, helvetica, sans-serif; line-height: 22px; margin: 12px auto; }
.dibu > p { display: inline !important; }
.dibu > .dibu_txt { color: #dadada; }
/* grid-table */
.grid-table { width: 100%; table-layout: fixed; border-collapse: collapse; border-spacing: 0; }
.grid-table tr { height: 40px; line-height: 40px; }
.grid-table th, .grid-table td { border-left: 1px solid #D4DAE2; border-right: 1px solid #D4DAE2; padding: 0 6px; }
.grid-header { background: #F5F5F5; border-top: 1px #D4DAE2 solid; border-bottom: 1px #D4DAE2 solid; color: #737373; text-align: center; }
.grid-row { border-bottom: 1px solid #D4DAE2; }
.grid-table .num { text-align: right; }

/* item-bar */
.item-bar-item, .item-bar { clear: both; width: 100%; line-height: 38px; margin-bottom: 10px; }
.item-bar-name, .item-bar-content { display: inline-block; vertical-align: top; }
.item-bar-name { padding: 0 8px; min-width: 60px; color: #888; }

.breadcrumb { list-style-type: none; color: #999; padding: 12px 0px; white-space: nowrap; font-size: 14px; margin: 5px; }
.breadcrumb:before { content: "当前位置："; }
.breadcrumb > a { color: #666; }
.breadcrumb > a:hover { color: #333; }

.time { text-align: right; }
.time span { padding-left: 20px; background: url(/images/time.png) no-repeat 0 center; color: #999; }

