@charset "gb2312";

/* 基本css样式文件 */
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
label,
ul,
ol,
dl,
li,
dt,
dd,
thead,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

body {
    font-size: 12px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    color: #656565;
    background: #fff;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    outline: none;
    outline: none;
    color: #656565;
}

a:hover {
    color: #2c82c3;
}

.clear {
    clear: both;
}

.left {
    float: left;
    clear: left;
}

.fleft {
    float: left;
}

.right {
    float: right;
    clear: right;
}

.fs14 {
    font-size: 14px;
}

.yh,
input,
button {
    font-family: "微软雅黑";
}

.color {
    color: #000;
}

em {
    font-style: normal;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.none {
    display: none;
}

.hg5 {
    width: 100%;
    height: 5px;
    overflow: hidden;
    clear: both;
}

.hg10 {
    width: 100%;
    height: 10px;
    overflow: hidden;
    clear: both;
}

header,
footer,
article,
section,
nav,
menu,
hgroup {
    display: block;
    clear: all;
    margin: 0;
    padding: 0;
}

.orange {
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    text-decoration: none;
    -webkit-box-flex: 1;
    color: #C30;
}

.center {
    text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.head-top{
  width: 100%;
  padding: 0.5em 0px;
  background-color: #00b38a;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  
}
.head-top .div-1{
  position: absolute;
  top: 0.6em;
  left: 0.5em;
  color: #fff;
  height: 1.5em;
  
  
  
}
.head-top .div-1 img,.body-conter div ul .dm-lx span img,.head-top .div-1 img,.head-top .dl-button img{
  width: 20px;
}
.outdiv{
    width: 100%;
  height: 100%;
}
.head-top .div-1 span{
  font-size: 1.0em;
   position: relative;
    top:-0.25em;
}
.head-top   .dl-button{
  position: absolute;
  top: 0.8em;
  right:  0.7em;
  color: #fff;
  line-height: 1.6em;
  font-size: 1.0em;
  
}

.head-top .bt{
  font-size: 1.1em;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
}

/* IE7 */
.submits {
    width: 73px;
    height: 21px;
    background: url(../img/orderd.jpg) no-repeat;
    border: none;
    cursor: pointer;
}

q:before,
q:after {
    content: '';
}

/* header */
#hd {}

.nav {
    position: relative;
    height: 70px;
    background: url(../images/logo.png) center center no-repeat #1258ad;
}

.nav .ico_home,
.nav a.ico_prev {
    position: absolute;
    top: 15px;
    width: 35px;
    height: 35px;
}

.nav .ico_home a,
.nava.ico_prev {
    display: block;
    width: 35px;
    height: 35px;
}

.nav .ico_home {
    background: url(../images/icon_home.gif) no-repeat;
    left: 10px;
}

.nav .ico_prev {
    background: url(../images/icon_prev.gif) no-repeat;
    right: 10px;
}

.q_nav {
    display: block;
    cursor: pointer;
    color: #fff;
    height: 22px;
    line-height: 22px;
    text-indent: 35px;
    font-size: 14px;
    margin-top: 5px;
    background: url(../images/ico_top.png) 10px center no-repeat;
}


/*flexbox navigation*/
.nl {
    background: #1b8cd8;
    border-bottom: #3887d0 9px solid;
    display: none
}

.navigation {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.navbox {
    border-bottom: #fff 1px solid;
    clear: both;
}

.navbox h2 {
    float: left;
    padding: 5px;
    text-align: center;
    width: 70px;
    font-size: 14px;
    height: auto;
    overflow: hidden;
}

.navbox h2 a {
    color: #fff;
}

.nav-list {
    border-left: #fff 1px solid;
    overflow: hidden;
    min-height: 38px;
    padding: 5px;
}

.nav-list li {
    display: inline-block;
}

.nav-list a {
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
}

/* siteNav */
.siteNav {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #e2e2e2;
}

.siteNav ul li {
    float: left;
    display: inline-block;
    width: 16.66%;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.siteNav ul li a {
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 16px;
}

.siteNav ul li a.noborder {
    border-right: none;
}

.siteNav ul li a:hover,
.siteNav ul li.selected a {
    background: #1b8cd8;
    color: #fff;
}

/* headline */
.headline {
    margin: 5px 15px 2px 15px;
    clear: both;
    height: auto;
    overflow: hidden;
}

.botline {
    border-bottom: 1px dotted #ddd;
}

.headline h2 {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    background: url(../images/ico_tt.gif) left center no-repeat;
    text-indent: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headline p {
    display: block;
    margin-top: 5px;
    color: #999;
    line-height: 20px;
}

/* 招聘滚动公告 */
.p_list {
    width: 100%;
    height: 134px;
    overflow: hidden;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.p_list ul {
    width: 100%;
    height: auto;
    text-align: center;
}

.p_list ul li {
    height: 26px;
    line-height: 26px;
    padding-left: 17px;
    border-bottom: 1px dotted #dedede;
}

.p_list ul li a {
    display: block;
    font-size: 13px;
    background: url(../images/icon-d-blue.gif) 1px center no-repeat;
    text-align: left;
    text-indent: 11px;
}

/* 图片广告位 */
.advert_box {
    width: 100%;
    padding: 5px 0px;
    border-top: 1px solid #dedede;
}

.advert_box ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    height: 50px;
}

.advert_box ul li {
    /* width: 207px; */
    flex:1;
    -webkit-flex:1;
    -ms-flex:1;
}

.advert_box ul li:first-child {
    border-right: 1px dashed #dedede;
}

.poster {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    height: 50px;
    margin: 0 auto;
    justify-content: left;
    -webkit-justify-content: left;
    -ms-justify-content: left;
}

.poster img {
    width: 32px;
    height: 32px;
    margin-left: 15px;
}

.ad_text {
    margin-left: 10px;
}

.ad_text p {
    font-size: 11px;
    font-weight: bold;
    font-family: '微软雅黑';
}

.ad_text span {
    font-size: 10px;
    color: #7f7f7f;
    margin-top: 8px;
    display: block;
}

/* 焦点图 */
.slideBox {
    position: relative;
    overflow: hidden;
    margin: 5px auto;
    width: 95%;
    z-index: 1;
    height: 160px;
    box-shadow: 0 1px 3px #666;
    /* 设置焦点图最大宽度 */
}

.slideBox .hd {
    position: absolute;
    width: 100%;
    height: 18px;
    bottom: 8px;
    right: 0;
    z-index: 2;
    text-align: right;
}

.slideBox .hd li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    line-height: 999px;
    margin-right: 10px;
}

.slideBox .hd li.on {
    background: #2688c9;
}

.slideBox .bd {
    width: 100%;
    height: auto;
}

.slideBox .bd li {
    width: 100%;
    height: 160px;
    position: relative;
}

.slideBox .bd li .tit {
    position: absolute;
    display: block;
    width: 100%;
    text-indent: 10px;
    bottom: 0px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    font-size: 14px;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.7);
}

.slideBox .bd li img {
    display: block;
    width: 100%;
    height: 160px;
    /* 图片宽度100%，达到自适应效果 */
}

.slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*--- 信息资讯选项卡组模块 ---*/
.TabBox {
    margin-top: 5px;
    clear: both;
    overflow: hidden;
    background: #fcfdff;
    border-bottom: 1px solid #ddd;
}

.TabBox .hd {
    width: 100%;
    height: 37px;
    overflow: hidden;
    clear: both;
}

.TabBox .hd ul li {
    float: left;
    width: 25%;
    font-size: 14px;
    color: #252525;
    background: #f4f4f4;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px #c0c0c0 solid;
}

.TabBox .hd ul li span {
    display: block;
    border-right: 1px #cccccc solid;
    border-top: 1px solid #eeeeee;
    overflow: hidden;
}

.TabBox .hd ul li.on {
    font-weight: bold;
    font-size: 15px;
    color: #1f63b4;
    background: #fff url(../images/sbtit.png) 8px -43px no-repeat;
    border-top: 2px solid #3d97d3;
    height: 34px;
    line-height: 34px;
    border-bottom: none;
    text-indent: 15px;
}

.TabBox .bd ul {
    padding: 10px 0px;
}

.TabBox .bd li {
    height: 25px;
    line-height: 25px;
    background: url(../images/icon-d-blue.gif) 8px center no-repeat;
    overflow: hidden;
}

.TabBox .bd li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 20px;
}

.TabBox .bd li span {
    display: inline-block;
    float: right;
    text-align: center;
    overflow: hidden;
    padding-right: 10px;
}

.TabBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */

/* List */
.sitebg,
.help {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/listbg.gif) left top repeat-x;
    margin-top: 1px;
}

.position {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    text-indent: 10px;
    font-size: 14px;
}

/* newslist */
.newslist {
    margin: 10px 10px;
}

.newslist h2 {
    display: block;
    height: 21px;
    line-height: 22px;
    color: #1258ad;
    overflow: hidden;
    margin-top: 10px;
    background: url(../images/icon_line.gif) left center no-repeat;
    text-indent: 10px;
}

.newslist ul {
    margin-top: 15px;
}

.newslist ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-top: 10px;
}

.newslist ul li .newslist_date {
    width: 20%;
    height: 60px;
    float: left;
    clear: left;
    border: 1px solid #1258ad;
    text-align: center;
}

.newslist ul li .newslist_date em,
.newslist ul li .newslist_date span {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #1258ad;
}

.newslist ul li .newslist_date span {
    background: #1258ad;
    color: #fff;
}

.newslist ul li .newslist_text {
    float: right;
    width: 77%;
    overflow: hidden;
}

.newslist ul li .newslist_text .newslist_tit {
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.newslist ul li .newslist_text .newslist_tit2 {
    height: auto;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
}

.newslist ul li .newslist_text p {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5px;
    overflow: hidden;
    color: #888;
}

.more {
    text-align: center;
    margin-top: 15px;
}

.more span a {
    color: #fff;
    text-align: center;
    background: #1258ad;
    display: inline-block;
    padding: 8px 20px;
}


.toShare {
    position: relative;
    margin-top: 10px;
    height: 39px;
    padding-bottom: 20px;
}

.toShare .khdBtn .a_bl .inf {
    padding-top: 4px
}

.toShare .a_bl,
.toShare .a_dl {
    display: inline-block;
    position: relative;
    padding: 0 0 0 47px;
    font-size: 12px
}

.toShare .a_bl .ico,
.toShare .a_dl .ico {
    position: absolute;
    left: 3px
}

.toShare .a_bl .ico img,
.toShare .a_dl .ico img {
    width: 39px
}

.toShare .a_bl .inf,
.toShare .a_dl .inf {
    padding-top: 1px
}

.toShare .a_bl .des,
.toShare .a_dl .des {
    color: #595858
}

.share-bar {
    float: left;
    width: 205px;
    height: 32px;
    padding-top: 5px;
}

.share-bar .text {
    font-size: 12px;
    position: absolute;
    top: 15px;
    left: 10px;
}

.share-bar .tools {
    width: 137px;
    height: 29px;
    overflow: hidden;
    position: absolute;
    left: 45px;
    z-index: 10;
    padding: 5px 0 2px 6px
}

.share-bar .tools a {
    width: 29px;
    height: 29px;
    float: left;
    text-align: center;
    margin: 0 5px 4px 0
}

.shareBar {
    width: 205px;
    height: 39px
}

.shareBar .sns {
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    margin: 0 4px 4px 0
}

.shareBar .expand {
    float: right;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 4px 4px 0
}

.shareBar .tit {
    font-size: 12px;
    position: absolute;
    top: 11px;
    right: 145px
}

.shareBar .tools {
    width: 144px;
    height: 32px;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 5px 0 2px 6px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    top: 0
}

.shareBar .tools.expanded {
    overflow: visible;
    height: auto;
    background-color: rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .4)
}

.toShare .shareBar .tools.expanded .expand :first-child {
    display: none
}

.toShare .shareBar .tools.expanded .expand :last-child {
    display: inline-block
}

.share_i {
    display: inline-block;
    width: 224px;
    height: 224px;
    background: url(../images/share-icon.png) no-repeat 100%;
    background-size: 224px auto;
    vertical-align: middle
}

.share_i2 {
    display: inline-block;
    width: 125.36px;
    height: 125.36px;
    background: url(../images/share-icon.png) no-repeat 100%;
    background-size: 125.36px auto;
    vertical-align: middle
}

.share_i3 {
    display: inline-block;
    width: 200px;
    height: 200px;
    background: url(../images/share-icon.png) no-repeat 100%;
    background-size: 200px auto;
    vertical-align: middle
}

.share_i_A1 {
    width: 50.4px;
    height: 50.4px;
    background-position: 0 0
}

.share_i_A2 {
    width: 50.4px;
    height: 50.4px;
    background-position: -56px 0
}

.share_i_A3 {
    width: 50.4px;
    height: 50.4px;
    background-position: -112px 0
}

.share_i_A4 {
    width: 50.4px;
    height: 50.4px;
    background-position: -168px 0
}

.share_i_B1 {
    width: 50.4px;
    height: 50.4px;
    background-position: 0 -56px
}

.share_i_B2 {
    width: 50.4px;
    height: 50.4px;
    background-position: -56px -56px
}

.share_i2_A1 {
    width: 28.21px;
    height: 28.21px;
    background-position: 0 0
}

.share_i2_A2 {
    width: 28.21px;
    height: 28.21px;
    background-position: -31.34px 0
}

.share_i2_A3 {
    width: 28.21px;
    height: 28.21px;
    background-position: -62.68px 0
}

.share_i2_A4 {
    width: 28.21px;
    height: 28.21px;
    background-position: -94.02px 0
}

.share_i2_B1 {
    width: 28.21px;
    height: 28.21px;
    background-position: 0 -31.34px
}

.share_i2_B2 {
    width: 28.21px;
    height: 28.21px;
    background-position: -31.34px -31.34px
}

.share_i_D1 {
    width: 28px;
    height: 28px;
    background-position: 0 -168px
}

.share-page {
    display: none;
}


/*分页*/
.Page {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.Page a {
    display: inline-block;
    width: 30px;
    background: #ffffff;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    margin-right: 3px;
}

.Page a:hover {
    background: #1258ad;
    color: #FFF;
    text-decoration: none;
}

.Page a.cur {
    background: #1258ad;
    color: #FFF
}

.Page a.first {
    border-radius: 6px 0px 0px 6px;
    width: 40px;
}

.Page a.end {
    border-radius: 0px 6px 6px 0px;
    width: 40px;
}

.Page a.prev span {
    background: url(../images/Icon25.gif) no-repeat 5px center;
    display: block;
}

.Page a.prev:hover span {
    background: url(../images/Icon025.gif) no-repeat 5px center;
}

.Page a.next,
.Page a.prev {
    width: 65px;
}

.Page a.next span,
.Page a.span {
    background: url(../images/Icon26.gif) no-repeat 90% center;
    display: block;
}

.Page a.next:hover span {
    background: url(../images/Icon026.gif) no-repeat 90% center;
}

.Page a.prev,
.Page a.next {
    font-size: 12px;
}

/* help */
.help ul {
    width: 100%;
    min-height: 300px;
}

.help ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
}

.help ul li a {
    display: block;
    height: 50px;
    margin: 0px 20px;
    background: url(../images/ico_arrow2.png) right center no-repeat;
    font-size: 16px;
}

.help ul li.nobottom {
    border-bottom: none;
}

.help .body {
    margin: 10px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 5px;
    padding: 10px;
    line-height: 26px;
    font-size: 14px;
}

.help .body h1,
.help .body h2 {
    font-size: 18px;
    border-bottom: 2px solid #028cec;
    height: 40px;
    line-height: 40px;
}

.help .body h2 {
    border-bottom: 1px solid #ddd;
}

.channel h2 {
    margin: 0px 10px;
    height: 45px;
    line-height: 45px;
    background: #ebebeb;
    overflow: hidden;
    text-indent: 10px;
    border-radius: 5px;
    font-size: 16px;
    text-shadow: 1px 1px 1px #eee;
}

.channel h2 span {
    float: right;
    padding-right: 10px;
    font-size: 14px;
    font-weight: normal;
}

.channel h2.blue {
    background: #d2e1f1;
}

.channel ul {
    margin: 5px 10px;
}

.channel ul li {
    height: 30px;
    line-height: 30px;
    background: url(../images/icon-d-orange.gif) left center no-repeat;
    text-indent: 15px;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 地区 */
.area {
    width: 100%;
}

.area h2 {
    height: 30px;
    line-height: 30px;
    margin: 10px;
    background: url(../images/icon_line.gif) left center no-repeat;
    color: #1258ad;
    text-indent: 14px;
}

.area h2 span {
    color: #f67d13;
    font-size: 16px;
    font-weight: normal;
}

.area .areaList,
.area .areaList2 {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fbfbfb;
    overflow: hidden;
}

.area .areaList ul li,
.area .areaList2 ul li {
    width: 16.6%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
}

.area .areaList ul li.selected a,
.area .areaList2 ul li.selected a {
    display: block;
    border-radius: 5px;
    background: #feaf25;
    color: #fff;
}

.area .areaList2 ul li {
    width: 25%;
    font-size: 14px;
}

.area .areaList2 ul li.wt50 {
    width: 50%;
    text-align: left;
}

/* classification */
.classification {
    position: relative;
    width: 100%;
    min-height: 568px;
    clear: both;
    overflow: hidden;
    background: #f7f8f9;
    margin: 0px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.classification_top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40%;
    max-width: 235px;
}

.classification_top ul {
    margin-top: -1px;
}

.classification_top ul li {
    height: 56px;
    overflow: hidden;
    line-height: 56px;
    text-align: center;
    background: url(../images/icon_arrow3.png) 96% center no-repeat #f3f4f6;
    border-top: 1px solid #ddd;
    font-size: 14px;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.classification_top ul li.on {
    background: url(../images/now.png) right center no-repeat #f7f8f9;
    border-left: 1px solid #1258ad;
    border-right: none;
    color: #fff;
}

.classification_son {
    position: absolute;
    left: 40%;
    top: 0px;
    width: 60%;
}

.classification_son ul {
    padding: 10px;
}

.classification_son ul li {
    display: inline-block;
    padding: 6px 10px;
    background: #1185d3;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
}

.classification_son ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

/* classification */
.subCate {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    background: #f7f8f9;
    border-top: 1px solid #ddd;
}

.subCate .hd {
    float: left;
    width: 40%;
    max-width: 235px;
}

.subCate .hd ul {
    margin-top: -1px;
}

.subCate .hd ul li {
    height: 56px;
    overflow: hidden;
    line-height: 56px;
    text-align: center;
    background: url(../images/icon_arrow3.png) 96% center no-repeat #f3f4f6;
    border-top: 1px solid #ddd;
    font-size: 14px;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.subCate .hd .last {
    /*height:270px; border-right:1px solid #ddd;*/
    border-top: 1px solid #ddd;
}

.subCate .hd ul li.on {
    background: url(../images/now.png) right center no-repeat #f7f8f9;
    border-left: 1px solid #1258ad;
    border-right: none;
    color: #fff;
}

.subCate .bd {
    float: right;
    width: 60%;
}

.subCate .bd .subCateSon {
    margin: 10px;
}

.subCate .bd .subCateSon h4 {
    display: block;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.subCate .bd .subCateSon a {
    display: inline-block;
    padding: 5px;
    background: #1185d3;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: left;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

/* for 414 px width screen  iphone6+ */H
/*@media only screen and (max-width: 414px){
	 .subCate .hd .last{height:100px;}
}*/

/* for 375px px width screen */
/*@media only screen and (max-width: 375px){
	  .subCate .hd .last{height:270px;}
}*/
/* for 320 px width screen */
/*@media only screen and (max-width: 320px){
	  .subCate .hd .last{height:213px;}
	  .subCate .bd .subCateSon a{ font-size:12px;}
}*/

/* search */
.search {
    height: auto;
    min-height: 250px;
    margin: 20px;
}

.search .search_form {
    position: relative;
    height: 52px;
    overflow: hidden;
    margin-top: 100px;
    clear: both;
}

.search .search_form .search-keyword {
    position: absolute;
    width: 70%;
    left: 0px;
    top: 0px;
    height: 50px;
    line-height: 50px;
    background: url(../images/ico_search.gif) 10px center no-repeat;
    border: 1px solid #ddd;
    overflow: hidden;
    text-indent: 50px;
    border-radius: 20px 0px 0px 20px;
}

.search .search_form .search-submit {
    position: absolute;
    width: 30%;
    right: 0px;
    top: 0px;
    height: 52px;
    background: #1258ad;
    border-radius: 0px 20px 20px 0px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.search_ico {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.search_ico ul li {
    float: left;
    text-align: center;
    width: 25%;
    overflow: hidden;
}

.search_ico ul li a.icon {
    display: inline-block;
    width: 100%;
    max-width: 90px;
    height: 90px;
    vertical-align: middle;
}

.search_ico ul li a.qq {
    background: url(../images/qq.png) center center no-repeat;
}

.search_ico ul li a.tel {
    background: url(../images/tel.png) center center no-repeat;
}

.search_ico ul li a.weibo {
    background: url(../images/weibo.png) center center no-repeat;
}

.search_ico ul li a.weixin {
    background: url(../images/weixin.png) center center no-repeat;
}

.search_ico ul li a.qq,
.search_ico ul li a.weibo,
.search_ico ul li a.weixin,
.search_ico ul li a.tel {
    background-size: 80% auto;
}

/* 3/7/30热门 */

.tabBox .hd {
    height: 45px;
    overflow: hidden;
    position: relative;
}

.tabBox .hd ul li {
    float: left;
    width: 33.33%;
    height: 45px;
    line-height: 45px;
    background: #f5f5f5;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}

.tabBox .hd ul li div {
    border-right: 1px solid #ddd;
}

.tabBox .hd ul li.on {
    height: 45px;
    color: #fc8e18;
    background: #fff;
}

.tabBox .hd ul li.on div {
    border: 2px solid #fc8e18;
    border-bottom: none;
}

.tabBox .bd ul {
    float: left;
}

.tabBox .bd li {
    width: 93%;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
}

.tabBox .bd li a {
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.textbreak li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tabBox .bd li span {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
    border-radius: 10px;
    color: #fff;
    background: #d7d7d7;
    text-align: center;
    margin-right: 6px;
    font-size: 12px;
}

.textbreak li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tabBox .bd li span.num_top3 {
    background: #6491c3;
}


/* article */
.article {}

.article h1 {
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.article .info {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f3f3f3;
    overflow: hidden;
}

.article_fenlei {
    margin: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.article_fenlei li {
    float: left;
    width: 50%;
    margin-top: 5px;
    line-height: 20px;
}

.article_fenlei li.wdt100 {
    width: 100%;
    clear: both;
}

.article_fenlei li,
.article_fenlei li a {
    color: #1258ad;
}

.article_fenlei li b {
    color: #000;
}

.article .body {
    margin: 15px;
    line-height: 28px;
}

.article .body p,
.article .body span {
    font-size: 14px;
}

.article .body div img {
    width: 100%;
    height: auto;
}

/*share*/
.share {
    overflow: hidden;
}

.share dl {
    margin: 5px 8px 15px;
    text-align: right;
}

.share dt {
    color: #767676;
    padding: 0 0 0 8px;
}

.share dt,
.share dd {
    display: inline-block;
    vertical-align: middle;
}

.share dd a {
    margin-left: 5px;
    width: 33px;
    height: 33px;
    display: inline-block;
    background-image: url(http://mat1.gtimg.com/www/mobi/image/sheraicon.png);
    background-repeat: no-repeat;
    -webkit-background-size: 165px 33px;
    -moz-background-size: 165px 33px;
    -o-background-size: 165px 33px;
    background-size: 165px 33px;
}

.sharet {
    background-position: 0 0;
}

.shareqzone {
    background-position: -33px 0;
}

.sharewb {
    background-position: -66px 0;
}

.sharewx {
    background-position: -99px 0;
}

.shareqq {
    background-position: -132px 0;
}

.share .sharewx,
.share .shareqq {
    display: none;
}

.article .article_weixin {
    padding: 10px 20px;
    color: #F60;
    border-top: 1px dotted #ddd;
    padding-top: 20px;
}

.article .article_tips {
    margin: 10px;
    padding: 10px;
    background-color: #FFFDE8;
    overflow: hidden;
    color: #FF0000;
    line-height: 26px;
}

/* foot */
.foot {
    width: 100%;
    background: #4e4e4e;
    height: 50px;
    padding: 15px 0px;
    overflow: hidden;
    text-align: center;
}

.foot p {
    line-height: 25px;
    color: #8b8b90;
}

.foot p a {
    display: inline-block;
    color: #d4d4d4;
    margin-left: 5px;
    margin-right: 5px;
}

.cd-top {
    display: inline-block;
    height: 45px;
    width: 45px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(18, 88, 173, 0.8) url(../images/cd-top-arrow.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

/* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
.cd-top.cd-fade-out {
    opacity: 0.8;
}

.no-touch .cd-top:hover {
    background-color: #1258ad;
    opacity: 1;
}


/* 卫生人才 */
.hot_articlst {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.hot_article_page {
    width: 100%;
    padding: .3125rem .3125rem;
}

.hot_article_page h2 {
    background: #fff;
    background: url(../images/ico_tt.gif) 0.225rem center no-repeat;
    text-indent: 13%;
    width: 92%;
    margin: 0 auto;
}

.hot_article_page p {
    width: 95%;
    margin: 0 auto;
    color: #9c9c9c;
}

.hygiene_banner {
    width: 100%;
    height: 16.875rem;
    margin: 0 auto;
    overflow: hidden;
}

.hygiene_banner_box {
    width: 100%;
    height: 16.875rem;
    overflow: hidden;
}

.hygiene_img {
    width: 100%;
    height: 16.875rem;
}

.hygiene_btn {
    width: 100%;
    height: 1.25rem;
    position: relative;
    bottom: 1.375rem;
}

.hygiene_btn ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
}

.hygiene_btn ul li {
    width: .625rem;
    height: .625rem;
    background: #fff;
    border-radius: 50%;
    line-height: .625rem;
    text-indent: 0;
    border-bottom: none;
    white-space: normal;
    margin-left: .625rem;
}

.hygiene_btn ul li:nth-child(1) {
    margin-left: 0;
}

.hygiene_btn ul .hybtn_li {
    background: #f67d13;
}

.hygiene_tab {
    width: 100%;
    height: auto;
    margin: .3125rem auto;
}

.hygiene_tab_nav,
.hygiene_tab_nav ul {
    width: 100%;
    height: 2.25rem;
    line-height: 2.25rem;
}

.hygiene_tab_nav ul {
    display: flex;
    flex-direction: row;
    border: 1px solid #d6d6d6;
    margin: 0;
    display: -webkit-flex;
    -webkit-flex-direction: row;
}

.hygiene_tab_nav ul li {
    border-right: 1px solid #d6d6d6;
    padding: 0 .625rem;
    height: 2.25rem;
    line-height: 2.25rem;
    background: #fff;
    color: #238e23;
    border-bottom: none;
    text-indent: 0;
    flex: 1;
    text-align: center;
}

.hygiene_tab_nav ul li:nth-child(3) {
    border-right: none;
}

.hygiene_tab_nav ul .act {
    background: #238e23;
    color: #fff;
}

.hygiene_tab_con {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.job_fair_gxjob a {
    display: block;
}

.job_fair_gxjob,
.job_fair_gxjob a,
.job_fair_gxjob a img {
    width: 100%;
    height: 50px;
}
.daily_summary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.daily_summary h2{
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    width:25%;
    text-align: center;
    color: #1258ad;
    font-weight: normal;
    font-size: 18px;
}

.daily_summary h2 a{
    color: #1258ad;
}

.daily_summary img {
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
}

.daily_one {
    width: 21px;
    height: 21px;
}

.daily_two {
    width: 18px;
    height: 11px;
}

