﻿* {
    font-size:12px;
    font-family: 微软雅黑, OpenSansRegular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html, body, form {
    padding:0;margin:0;
}
a {
    text-decoration:none;
    color:black;
}
a:hover {
    color:blue;
}
a:visited {
    color:black;
}

#main {
    width:990px;
    margin:0 auto;
}
#top {
    width:990px;
    height:80px;
    background-image:url(../images/index-top-bg.gif);
}
#imgx img {
    display:block;
}
#navbar {
    height:38px;
    background-image:url(../images/menu_bg.gif);
    vertical-align:top;
}
#navbar .mi {
    display:inline-block; position:relative;
    float:left;z-index:400;
}
#navbar a  {
    display:block;
    padding-left:10px;padding-right:10px;
    text-align:center;
    width:80px; height:38px; line-height:35px;
    color:white;
    font-size:14px;
    font-family: 微软雅黑, OpenSansRegular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:bold;
    text-decoration:none;
    vertical-align:top;
}
#navbar a:hover {
    background-image:url(../images/menu_bbg.gif);
}
#navbar span {
    display:inline-block; position:relative;
    float:left;
    width:3px; height:38px;
    background-image:url(../images/menu_linebg.gif);
}
#navbar .cc {
    position:absolute;
    display:none;
    left:0; top:38px;
    width:100px;
    background-color:#009bef;
    z-index:10000;
    opacity:0.8;
}
#navbar .cc a {
    display:block;
    height:32px; line-height:30px;
    color:white;
    background-image:url();
}
#navbar .cc a:hover {
    background-color:#0081d4;
    background-image:url();
}
#msgbar {
    height:60px;
    background-image:url(../images/msg-bg.gif);
}
.msgbar-ul {
    margin:0;padding:0;
    list-style-type:none;
    position:absolute;
}
.msgbar-ul li {
    margin:0;padding:0;
    display:block;
    height:18px; line-height:17px;
}

#content {
    background-color:#f5f3f4;
    padding-top:5px;
}
#maincontent {
    width:730px;
    float:left;
}
#sidebar {
    width:260px;
    float:right;
}

.areabar, .areabar .area {
    border:1px solid #c3c6cb;
    background-color:#f8f8f8;
    height:30px; line-height:30px;
    font-size:14px;
    font-weight:bold;
    padding-left:10px;
    color:#133688;
}
.areabar .area {
    border-left-width:0; border-right-width:0;
    border-top:5px solid transparent;
    border-bottom:1px solid #c3c6cb;
    border-left:0;border-right:0;
    height:25px; line-height:23px;
    position:relative;
    float:right;
    padding-left:8px; padding-right:8px;
    color:black;
    font-size:12px;
    cursor:pointer;
}
.areabar .selected {
    border-bottom:1px solid white;
    border-top:5px solid #337ec1;
    background-color:white;
    color:#133688;
}
.areacontent {
    background-color:white;
}
.areacontent div {
    display:none;
}
.areacontent div span {
    display:block;
    padding-left:20px;
    line-height:22px;
}
.areacontent ul {
    list-style-type:none;
    list-style-image:none;
    margin:0;padding:0;
}
.areacontent ul li {
    border-bottom:1px dashed #d8d8d8;
    padding-left:24px;
    background:url(../images/li.jpg) no-repeat 15px center;
    height:24px; line-height:23px;
}

#leftmenu {
    float:left;
    width:220px;
}
#leftmenu a {
    font-size:15px;
    white-space:0.2em;
}
#contentbox {
    float:right;
    width:720px;
}
/*招聘*/
.list-trick-search
{
    position:relative;
    border: 2px solid #1c4199;
}
.list-trick-search-ipt
{
    padding: 10px 15px;
    width: 85%;
    border: 0;
    font-size: 14px;
}
.list-trick-search-btn {
    width: 15%;
    display: inline-block;
    background: #1c4199;
    color: #fff;
    height: 39px;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    padding: 0 0 0 27px;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
}
.list-trick-search-btn:hover
{
    text-decoration: none;
    color: #fff;
    background: #2465FF;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
}

.list-trick-table
{
    display: table;
    width: 100%;
    margin: 20px 0 0 0;
    border: 1px solid #f1f1f1;
}
.list-trick-table .list-trick-rows
{
    display:table-row;    
}
.list-trick-table .list-trick-th
{
    background:#f4f4f4;
}
.list-trick-table .list-trick-th>div
{
    
}
.list-trick-table .list-trick-rows>div
{
    display: table-cell;
    padding: 13px 17px;
    font-size: 15px;
    color: #333;
}
.list-trick-table .list-trick-rows a
{
    color: #1c4199;
}
.list-trick-table .list-trick-rows a:hover
{
    color: #2465FF;
    text-decoration: none;
}

.list-trick-view
{
    border: 1px solid #f1f1f1;
    padding: 0px 25px 35px 25px;
	
}
.list-trick
{
  display:none;
}
.list-trick-view>h2
{
    color: #333;
    font-size: 28px;
    font-weight: normal;
}
.list-trick-view>h3
{
    color: #333;
    font-size: 18px;
    font-weight: normal;
}
.list-trick-info
{
    background-color: #F4F4F4;
    overflow: hidden;
    padding: 16px 20px;
}
.list-trick-info ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #999;
    font-size: 14px;
}
.list-trick-info ul li
{
    float: left;
    width: 33.333333%;
    padding: 2px 0;
}
.list-trick-info ul li span
{
    color: #333;
}
.list-trick-describe
{
    color: #666;
    font-size: 14px;
}
.list-trick-describe p
{
    
}
.list-trick-btn
{
    text-align:center;   
    padding-top: 15px; 
}
.list-trick-btn a
{
    display: inline-block;
    background: #1c4199;
    color: #fff;
    padding: 10px 0;
    width: 23%;
    border-radius: 12px;
    font-size: 16px;
}
.list-trick-btn a:hover
{
    background:#2465FF;
}
.list-trick-btn a+a
{
    margin-left: 20px;
}