/* 基础重置样式 */
* {
    word-wrap: break-word;
}

body {
    background: #FFFFFF;
    font-family: "Microsoft Yahei", Arial, "simsun", Helvetica;
    font-size: 13px;
    color: #333333;
}

body, input, button, select, textarea {
    font: 13px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", "Droid Sans", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Droid Sans Fallback", "Microsoft YaHei", Simsun, sans-serif;
    color: #444;
}

textarea {
    resize: none;
}

body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset {
    margin: 0;
    padding: 0;
}

table {
    empty-cells: show;
    border-collapse: collapse;
}

caption, th {
    text-align: left;
    font-weight: 400;
}

ul li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}

em, cite, i {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1F92D1;
    text-decoration: underline;
    transition: color .3s ease-in-out;
}

a img {
    border: none;
}

label {
    cursor: pointer;
}

/* 图标字体 */
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
         url('../font/iconfont.woff') format('woff'),
         url('../font/iconfont.ttf') format('truetype'),
         url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* 布局辅助类 */
.z {
    float: left;
}

.y {
    float: right;
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl {
    zoom: 1;
}

.clear {
    clear: both;
}

/* 间距工具类 */
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

/* 页面容器 */
.wp {
    margin: 0 auto;
    width: 1000px;
}

/* 顶部导航栏 */
.wk_toptb {
    width: 100%;
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #F6F6F6;
    background: #FFF;
}

.wk_toptb .wp .z {
    line-height: 34px;
}

#headertop {
    float: left;
    margin-top: 4px;
}

#header_user {
    height: 31px;
    line-height: 31px;
    margin-top: 0;
    margin-right: 0;
    float: right;
}

#header_user a {
    height: 36px;
    line-height: 36px;
    color: #333;
    padding: 0 10px 0 0;
}

#header_nav span {
    float: left;
    height: 36px;
    line-height: 36px;
}

#header_nav span a {
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    color: rgb(51, 102, 153);
    padding: 0 10px;
}

#header_nav li a img {
    padding-top: 5px;
}

/* 搜索栏 */
#scbar {
    height: 50px;
    width: 325px;
    line-height: 50px;
    margin: 25px 30px 25px 0;
    border: 0;
    float: right;
    overflow: hidden;
}

#hd h2 {
    float: left;
    padding: 0px 20px 8px 0px;
}

/* 主导航 */
.wk_nav {
    width: 100%;
    background: #187EC6;
    margin: 0 auto;
    height: 48px;
    overflow: hidden;
}

.nav {
    width: 1000px;
    height: 48px;
    background: #187EC6;
    float: left;
    overflow: hidden;
}

.nav li {
    float: left;
}

.nav li span {
    display: none;
}

.nav li a {
    overflow: hidden;
    display: inline;
    width: 130px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #FFF;
    display: block;
    float: left;
}

.nav li.a.hover a,
.nav li.hover a,
.nav li.a a {
    background: #1F92D1;
    color: #FFF;
    text-decoration: none;
}

.nav li a:hover {
    background: #1F92D1;
    text-decoration: none;
    color: #FFF;
}

/* 子导航下拉菜单 */
.sub_nav ul.p_pop {
    min-width: 115px;
    border: 1px solid #EEE;
    border-top: 2px solid #FFF;
    z-index: 100;
    font-size: 14px;
    background: #FFF;
    box-shadow: 1px 1px 2px #BBB;
    border-radius: 0 0 5px 5px;
}

.sub_nav ul.p_pop li a {
    margin: 0;
    min-width: 105px;
    text-align: center;
    padding: 2px 0;
    height: 28px;
    line-height: 28px;
    color: #333;
    font-size: 14px;
    border: none;
    border-radius: 0 !important;
}

.sub_nav ul.p_pop li a:hover {
    color: #FFF;
    background: #1F92D1;
}

/* 内容区域布局 */
.ct2 .mn {
    float: left;
    width: 760px;
    margin-bottom: 1em;
}

.ct2 .sd {
    float: right;
    width: 220px;
    overflow: hidden;
}

/* 文章/帖子样式 */
.pg_post .ct2_a,
.pg_post .ct3_a {
    border: 1px solid #DDD;
    border-top: 2px solid #1F92D1;
    background: #F9F9F9;
    padding: 10px 20px;
    margin-bottom: 8px;
}

.wk_bw0 {
    background: #F9F9F9;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #DDD;
    border-top: 2px solid #1F92D1;
}

/* 分页样式 */
.pg {
    float: right;
}

.pg, .pgb {
    line-height: 26px;
}

.pg li {
    display: inline;
}

.pg a, .pg span, .pgb a, .pg label {
    float: left;
    display: inline;
    margin-left: 4px;
    padding: 0 8px;
    height: 26px;
    border: 1px solid;
    border-color: #DDDDDD;
    background-color: #FFF;
    background-repeat: no-repeat;
    color: #333;
    overflow: hidden;
    text-decoration: none;
}

.pg a:hover, .pgb a:hover {
    border-color: #369;
    color: #369;
}

.pg span {
    background-color: #1F92D1 !important;
    color: #FFF;
    display: block;
    float: left;
    padding: 1px 10px;
    margin-left: 5px;
    font-weight: normal;
}

.pg a.nxt {
    float: left;
    background-image: none;
    display: block;
    padding-right: 10px;
}

#pgt .pg, #pgt .pgb {
    margin-top: 0;
}

/* 表单元素 */
.px, .pt, .ps, select {
    font-family: inherit;
    color: #333;
    padding: 4px 4px;
    margin: 0;
    line-height: 18px;
    border: 1px solid #CCC;
    background-color: white;
    box-shadow: 2px 2px 2px #F0F0F0 inset;
    vertical-align: middle;
}

/* 按钮样式 */
.pn {
    background: #1F92D1;
    border: none;
    color: #FFF;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 3px;
    padding: 0;
    height: 23px;
    cursor: pointer;
}

i.btn {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    background: #187EC6;
    padding: 5px;
    border-radius: 3px;
}

/* 页脚样式 */
#wk_ft {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: #1F92D1;
    border-top: 3px solid #F6F6F6;
    margin-top: 10px;
}

#ft {
    padding: 15px 0 25px 0;
    border-top: 0;
    line-height: 1.8;
    color: #EEE;
}

#ft a {
    color: #FFF;
}

#flk {
    text-align: left;
}

#flk .pipe {
    color: #EEE;
}

.wk_ftbt {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #187EC6;
    overflow: hidden;
}

.wk_ftbt a {
    color: #FFF;
    font-size: 14px;
}

/* 内容左侧背景图 */
.wk_content_left1 {
    width: 100%;
    height: 220px;
    background: url(../images/portal/bg1.jpg) center top no-repeat;
}

.wk_content_left2 {
    width: 100%;
    height: 220px;
    background: url(../images/portal/bg2.jpg) center top no-repeat;
}

.wk_content_left3 {
    width: 100%;
    height: 220px;
    background: url(../images/portal/bg3.jpg) center top no-repeat;
}

.wk_content_left4 {
    width: 100%;
    height: 220px;
    background: url(../images/portal/bg1.jpg) center top no-repeat;
}

.wk_content_left5 {
    width: 100%;
    height: 220px;
    background: url(../images/portal/bg3.jpg) center top no-repeat;
}

.wk_content_left6 {
    width: 100%;
    height: 220px;
    background: url(../images/portal/bg4.jpg) center top no-repeat;
}

.wk_content_left_t {
    float: left;
    width: 90%;
    height: 80px;
    margin-top: 90px;
    white-space: nowrap;
    overflow: hidden;
}

.wk_content_left_t1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #1F92D1;
}

.wk_content_left_t2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #999;
}

/* 模态框样式 */
.m_c {
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #DDD;
    border-radius: 5px;
}

.m_c .flb {
    padding: 9px 9px 8px 15px;
    margin-bottom: 10px;
    line-height: 8px;
    border-top: 1px solid #FFF;
    background: #F7F7F7;
    border-bottom: 1px solid #E5E5E5;
}

.m_c .flb em {
    color: #4c4c4c;
    text-shadow: 0 1px 1px #fff;
}

.m_c .o {
    border: none;
    background: #F3F3F3;
}

/* 卡片样式 */
.card {
    border: none;
    box-shadow: none;
    background: none;
    border: 4px solid #F2F2F2;
    border: 4px solid rgba(0, 0, 0, 0.05);
}

.card .p_opt {
    border: 1px solid #E6E6E6;
}

.card_mn {
    background: #FFF;
}

.card .o a {
    background: #FFF;
    border: 1px solid #EEE;
    color: #555;
}

/* 其他辅助样式 */
.pipe {
    margin: 0 5px;
    color: #CCC;
}

.hidefocus {
    outline: none;
}

.vm {
    vertical-align: middle;
}

.vm * {
    vertical-align: middle;
}

.hm {
    text-align: center;
}

.xs1 {
    font-size: 12px !important;
}

.xs2 {
    font-size: 14px !important;
}

.xs3 {
    font-size: 16px !important;
}

.xg1, .xg1 a {
    color: #999 !important;
}

.xg2 {
    color: #666;
}

.xi2, .xi2 a {
    color: #369;
}

.xw1 {
    font-weight: 700;
}

.mtm {
    margin-top: 10px !important;
}

.mbm {
    margin-bottom: 10px !important;
}

.ptm {
    padding-top: 10px !important;
}

.pbm {
    padding-bottom: 10px !important;
}