﻿@charset "utf-8";

/* CSS Document */

body {
    /* background:none; */
    /* background:url(content_bg.png) no-repeat center 177px #fff; */
}

.noBg {
    background: none;
    background-color: #fdfcf1;
}

.subPage {
    width: 1198px;
    margin: 0 auto;
    position: relative;
    /* margin-top: 20px; */
}

.sub_banner {
    width: 1300px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}

.banner_title01 {
    position: absolute;
    width: 447px;
    height: 131px;
    border-bottom: 2px solid #d19028;
    right: 51px;
    bottom: 32px;
    background: url(banner_bg1.png) repeat;
}

.banner_title01 div {
    position: relative;
    width: 100%;
    height: 100%;
}

.arrow_left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    display: block;
}

.arrow_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    display: block;
}

.banner_title01 h3 {
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0;
    background: url(bg02.png) no-repeat center center;
}

.banner_title01 p {
    padding: 0px 20px;
    line-height: 28px;
    color: #fff;
    height: 56px;
    overflow: hidden;
}

.subPage_con {
    width: 100%;
    overflow: hidden;
    /* min-height:470px; */
}


/*左侧边栏*/

.sub_left {
    width: 262px;
    overflow: hidden;
    float: left;
    z-index: 99;
    /* padding-bottom: 135px; */
    margin-bottom: 60px;
    position: relative;
}

.sub_leftTitle {
    width: 100%;
    height: 80px;
    background: #28b2c1;
    ;
    background-size: 100%;
}

.sub_leftTitle h3 {
    /* padding: 22px 0 0 30px; */
    /* height: 54px; */
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    font-size: 20px;
    text-align: left;
    /* width: 178px; */
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
    position: relative;
    line-height: 23px;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    width: 100%;
}

.sub_leftTitle h3::before {
    /* content:""; */
    width: 46%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-left: -35%;
}

.sub_leftTitle p {
    padding: 5px 0 0 30px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

.sub_left .sub_nav {
    width: auto;
    overflow: hidden;
    padding: 0 10px;
    background: #eeeff1;
    padding-right: 0;
    padding-bottom: 71px;
}

.sub_left .sub_nav li {
    background: url(arrow01.png) no-repeat 14px center;
}

.sub_left .sub_nav li a {
    color: #333;
    padding: 11px 0 11px 37px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px dotted #aec7b1;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    width: 203px;
}

.sub_left .sub_nav li:hover a,
.sub_left li.active a {
    color: #28b2c1;
}

.sub_left .sub_nav li:hover,
.sub_left .sub_nav li.active {
    background: url(arrow02.png) no-repeat 14px center #fff;
}

.bg01 {
    width: 100%;
    overflow: hidden;
    height: 240px;
    position: absolute;
    left: 0;
    bottom: 0;
}


/*文章页*/


/*组织机构*/

.sub_right {
    margin: 0 0 0px 284px;
}

.articleTitle {
    height: 40px;
    width: auto;
    overflow: hidden;
}

.articleTitle h2 {
    /* width: auto; */
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: normal;
    color: #28b2c1;
    line-height: 38px;
    border-bottom: 2px solid #28b2c1;
    /* display: inherit; */
    float: left;
}


/*列表页*/

.articleList05 {
    width: 100%;
    overflow: hidden;
    overflow: hidden;
}

.articleList05 .articleTitle {
    border-bottom: 1px solid #007072;
}

.articleList05 .articleTitle span {
    float: right;
}

.list05 li span {
    float: right;
    color: #505050;
}

.list05 {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    /* min-height:510px; */
    font-size: 15px;
    line-height: 30px;
}

.list05 li {
    float: left;
    width: 33.333%;
    text-align: center;
    margin-top: 20px;
}

.list05 li span {
    float: right;
    color: #505050;
}

.list05 li a {
    padding-left: 15px;
}

.list05 h1 {
    display: none
}


/* CSS Document */

html {
    background: #FFF;
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14÷10=1.4 */
    /* background:#fffff7; */
    color: #282828;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    color: #282828;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    width: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    text-decoration: none;
    color: #282828;
}

a:hover {
    color: #26b0bd;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}


/*footer*/

.friendLink {
    width: 1198px;
    margin: 0 auto;
    padding: 20px 0;
    /*overflow: hidden;*/
    text-align: center;
}


/*手机版二维码*/

.lightbox_back {
    z-index: 999997;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}

.fullScreen {
    display: block;
    right: 50%;
    margin-right: -84px;
}

.lightbox_fore {
    z-index: 999998;
    left: 20%;
    top: 50%;
    width: 60%;
    height: 116px;
    margin-top: -58px;
    position: fixed;
    display: none;
}

.boxClose {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

.footer_icon01 {
    position: relative;
    bottom: 5px;
    left: 245px;
    display: inline-block;
    /* width: 100px; */
    /*! height: 100px; */
    float: left;
}

.select001 {
    width: 186px;
    margin: 0px auto;
    position: relative;
    z-index: 10000;
    display: inline-block;
    z-index: 9999999;
    margin-right: 73px;
}

.select001 .option_cur {
    width: 150px;
    height: 24px;
    line-height: 24px;
    display: block;
    color: #333;
    cursor: pointer;
    font-style: normal;
    padding-left: 4px;
    padding-right: 30px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: url(xjt.png) no-repeat right center #fff;
}

.select001 ul {
    width: 184px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    position: absolute;
    z-index: 99999999;
    margin-top: -1px;
    display: none;
    left: 0;
    overflow: auto;
}

.select001 ul li {
    line-height: 19px;
    padding: 5px 0;
}

.select001 ul li a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.select001 ul li a:hover {
    background-color: #fff;
}

.pagelist {
    overflow: hidden;
    margin: 41px 0;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
}

.pagelist li {
    float: left;
    margin: 0 5px
}

.pagelist li {
    font-size: 14px;
    padding: 3px
}

.pagelist li a {
    font-size: 14px;
    padding: 0 6px;
}

.pagelist .thisclass {
    background: #388f62;
    color: #fff;
}

.pagelist .thisclass a {
    color: #fff
}

.row-page-tabs ul {
    text-align: right;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.row-page-tabs li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.list-unstyled li.active a {
    border-bottom: 1px solid #0a58bd;
}

.row-page-tabs li a {
    color: #5a5a5a;
    font-size: 14px;
    position: relative;
    display: block;
    float: left;
    line-height: 66px;
}

.row-page-tabs li .ge {
    padding: 0 15px;
    color: #bdc1bf;
    line-height: 66px;
    background: none;
}

.g_bav .m_bav span {
    padding-left: 8px;
    background: none;
}

.g_main {
    padding-top: 0px;
}

.g_main .m1200 .fr .m_fr_frame {
    margin-top: 0px;
}