@charset "utf-8";

/* reset */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
select,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

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

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

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

sup,
sub {
    font-size: 40%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

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

p {
    margin: 0 0 9px;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 14px/1.8 "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif;
    outline: 0;
}

body {
    background: #f5f5f5;
    color: #666;
}

a {
    color: #444;
    outline: none;
}

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


/* &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#701; */

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.green {
    color: #265688;
}

.green:hover {
    color: #265688;
}


/* &#65533;&#65533;&#357; */

.btn {
    display: inline-block;
    border: none;
    text-align: center;
    background: #265688;
    color: #fff;
    min-height: 34px;
    line-height: 34px;
    padding: 0 15px;
    -webkit-transition: background 0.3s, border 0.3s;
    transition: background 0.3s, border 0.3s;
}

.btn:hover {
    background: #009966;
    color: #fff;
}

.btn.white {
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}

.btn.white:hover {
    background: #666;
    color: #fff;
    border: 1px solid #666;
}

.btn.disabled {
    background: #f1f1f1;
    border-color: #aaa;
    color: #aaa;
    cursor: default;
}


/* &#65533;&#2046;&#65533; */

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}


/* &#65533;&#65533;&#65533;&#65533; */

.fl {
    float: left!important;
}

.fr {
    float: right!important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}


/*&#65533;&#65533;&#702;&#65533;&#65533;&#701;*/

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.hidden {
    display: none;
}


/* &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#503;&#65533;&#65533;&#65533; */

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
}

.caret.up {
    border-top: none;
    border-bottom: 8px solid #ccc;
}

.caret.down {
    border-top: 8px solid #ccc;
    border-bottom: none;
}


/* &#65533;&#65533;&#994;&#65533;&#65533;  */

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0;
}

.alert-block p+p {
    margin-top: 5px;
}


/*&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#701;*/

.form-horizontal {
    padding-top: 15px;
    *overflow: hidden;
}

.form-horizontal legend {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 15px;
    text-indent: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
}

.form-horizontal legend a {
    font-size: 12px;
    margin-left: 10px;
    font-weight: normal;
}

.form-horizontal .control-group {
    margin-bottom: 9px;
    *zoom: 1;
    *width: 100%;
    *float: left;
    position: relative;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-label {
    position: absolute;
    width: 120px;
    left: 0;
    top: 14px;
    text-align: right;
}

.form-horizontal .controls {
    padding: 5px 0;
    padding-left: 130px;
}

.form-horizontal .controls p {
    padding-top: 4px;
}

.form-horizontal .controls .radio {
    line-height: 44px;
}

.form-horizontal .help-block {
    margin-top: 9px;
    margin-bottom: 0;
}

.form-horizontal .help-block .icon-exclamation-sign {
    font-size: 14px;
    color: #1c64e3;
}

.form-horizontal .form-actions {
    padding-left: 130px;
}

.form-horizontal .form-actions .btn {
    width: 120px;
    line-height: 45px;
}

.control-group label.required:before {
    content: "*";
    font-weight: normal;
    color: red;
    margin-right: 8px;
}

.control-group label.error,
.control-group label.valid {
    padding-left: 8px;
    zoom: 1;
}

.control-group .error {
    color: #bd4247;
}

.control-group .form-text {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding-top: 4px;
}

.control-group input.error {
    border-color: #bd4247;
}

.control-group input.error:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(189, 66, 71, .6);
}

.control-group .valid {
    color: #669533;
}

.control-group input.valid {
    border-color: #669533;
}

.control-group input.valid:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 149, 51, .6);
}

.control-group .inline,
.control-group .inline input {
    line-height: 28px;
    vertical-align: middle;
    padding-right: 10px;
}

.control-group textarea {
    vertical-align: middle;
    min-height: 120px;
}

.help-inline,
.help-block {
    color: #666;
    padding-left: 8px;
}

.help-inline {
    display: inline;
}

.help-block {
    display: block;
}

.pic-preview a {
    position: relative;
    display: inline-block;
    background: #fff;
    width: 16px;
    height: 16px;
    margin-top: 12px;
    margin-left: -22px;
    text-indent: -9999px;
    vertical-align: top;
}

.pic-preview img {
    max-width: : 140px;
    max-height: 140px;
    margin-top: 10px;
}

.laydate-form {
    padding: 15px;
    background-color: #f4f4f4;
    margin: 10px 0;
}

.ranking .laydate-form input {
    padding: 8px 10px;
    width: 200px;
    margin-right: 10px;
    vertical-align: middle;
}

.ranking .laydate-form button {
    width: 120px;
    line-height: 36px;
    vertical-align: middle;
}


/*&#65533;&#65533;&#65533;&#65533;&#1322;&#65533;&#65533;&#65533;&#65533;&#701;*/

input::-webkit-input-placeholder {
    line-height: normal;
}

textarea,
input[type="text"],
input[type="password"],
input[type="search"] {
    padding: 12px 10px;
    line-height: 1;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    vertical-align: middle;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    border-color: #009966;
    outline: 0;
    outline: thin dotted \9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 153, 102, .6);
}

select {
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 4px 10px;
    line-height: 1;
}

input[readonly] {
    color: #999;
}

input[disabled] {
    background: #f3f3f3;
}


/* &#65533;&#251;&#65533;&#1506;&#65533;&#65533; */

.input-medium {
    width: 280px;
}

.getcode {
    width: 80px;
    position: absolute;
    left: 317px;
    top: 10px;
}

.regform #code_img {
    width: 110px;
    height: 34px;
    position: absolute;
    left: 317px;
    top: 10px;
}

.regform {
    margin-top: 25px;
}

.regform .fl,
.regform .fr {
    width: 49%;
    height: 360px;
}

.regform .fr {
    border-left: 1px solid #ddd;
}

.regform .fr p {
    font-size: 16px;
    margin-left: 35px;
    margin-top: 35px;
}

.regform .submit {
    width: 302px;
    line-height: 40px;
}

.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.imagesLoaded li img {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}





.imagesLoaded .is-loading img,
.imagesLoaded .is-broken img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.layout {
    max-width: 1100px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    height: 170px;
    position: relative;
    z-index: 2;
}

.topbar {
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    color: #ccc;
    font-size: 13px;
    overflow: hidden;
    word-spacing: .5em;
}

.topbar span {
    color: #999;
}

.top-login {
    display: inline-block;
}

.logo-row {
    height: 100px;
    background: #fff;
    padding: 10px 0 15px;
}

.version a {
    line-height: 1;
}

.version a.cur {
    font-weight: bold;
}

.logo {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo a {
    display: block;
}

.search {
    height: 44px;
    padding-top: 30px;
}

.search i {
    line-height: 44px;
    position: relative;
    font-size: 28px;
}

.search button {
    width: 105px;
    height: 44px;
    font-size: 16px;
    margin-left: -1px;
}

input.keyword {
    width: 235px;
    height: 20px;
    line-height: 20px;
    padding: 9px 5px 9px 50px;
    border: 3px solid #265688;
    margin-left: -40px;
}

.nav {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/skin/images/gradient-bg.png);
    background-size: contain;
}

.ie .nav {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/images/gradient-bg.png', sizingMethod='scale');
    background: none;
}

.nav .layout {
    position: relative;
}

.nav .float-bg {
    width: 8.8%;
    height: 50px;
  
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.nav ul {
    display: block;
    position: relative;
    z-index: 1;
}

.nav li {
    width: 10%;
    float: left;
    position: relative;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}

.nav li a {
    display: block;
    color: #fff;
    font-size: 15px;
    transition: color 0.3s, background 0.3s;
    -webkit-transition: color 0.3s, background 0.3s;
}

.nav li a:hover {
    color: #99ffcc;
    background: #053c5f;
    opacity: 0.5;
}

.no-js .nav .float-bg {
    display: none;
}

.no-js .nav li.cur a,
.no-js .nav li a:hover {

    background: rgba(0, 0, 0, .3);
}

.nav li a i {
    margin-left: 5px;
}

.nav li .subnav {
    position: absolute;
    left: 0;
    top: 50px;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
}

.nav li:last-child .subnav {
    left: auto;
    right: 0;
}

.nav li:last-child .subnav a {
    text-align: right;
}

.nav li .subnav a {
    color: #444;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    background: none;
    text-align: left;
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.nav li .subnav a:last-child {
    border: none;
}

.nav li .subnav a:hover {
    color: #265688;
}

.no-js .nav li:hover .subnav {
    display: block;
}

.nav li.department-subnav {
    position: static;
}

.nav li.department-subnav .subnav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    padding: 10px 0;
}

.department-subnav dl {
    text-align: left;
    padding: 5px 20px;
    line-height: 1;
}

.department-subnav dl a {
    display: inline;
    white-space: nowrap;
}

.department-subnav dt {
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    font-size: 14px;
    color: #265688;
    font-weight: bold;
}

.department-subnav dt span {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 8px;
}

.department-subnav dd {
    text-align: justify;
    padding-top: 6px;
}

.nav .department-subnav dd a {
    line-height: 1.8;
    margin: 0 10px 0 0;
    border: none;
}

.app {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 1440px;
}

app ul li a {
    display: block;
    height: 400px;
}

.app ul li {
    display: none;
}

.app ul li:first-child {
    display: block;
}

.app ul {
    width: 100% !important;
}

.app ul li {
    width: 100% !important;
    height: 400px;
    overflow: hidden;
    text-align: center;
}

.slider {
    height: 680px;
    overflow: hidden;
    background: #333;
    position: relative;
    margin-top: -50px;
}

.slider ul,
.slider ul li {
    width: 100%;
    height: 680px;
    position: absolute;
    top: 0;
    left: 0;
}

.slider ul li {
    display: none;
}

.slider ul li:first-child {
    display: block;
}

.slider ul {
    overflow: hidden;
}

.slider ul li {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.slide-txt {
    position: relative;
    margin-top: 170px;
    text-align: right;
}

.slide-txt .txt {
    display: inline-block;
    font-size: 15px;
    width: 260px;
    color: #fff;
    background: #00a539;
    padding: 5px 0;
    text-align: center;
    margin-top: 10px;
    opacity: .7;
    filter: alpha(opacity=70);
    word-spacing: .5em;
    letter-spacing: .4em;
    margin-left: .2em;
}

.slide-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 140px;
    text-align: right;
}

.slide-btn a {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #00a539;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
}

.slide-btn a.cur {
    background: #00a539;
}

.service {
    height: 130px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
    background: url(/skin/images/gradient-gb.png);
    background-size: contain;
}

.ie .service {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gradient-bg.png', sizingMethod='scale');
    background: none;
}

.service li {
    float: left;
    width: 11.11%;
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.service li a {
    display: block;
    box-sizing: border-box;
    color: #fff;
    border-right: 1px solid #36a171;
    border-right: 1px solid rgba(191, 191, 191, .3);
}

.service li:last-child a {
    border: none;
}

.service li:hover {

    background: rgba(0, 0, 0, .3);
}

.service li:hover a {
    border-color: transparent;
    color: #99ffcc;
}

.service li i {
    display: block;
    line-height: 40px;
    font-size: 48px;
    text-align: center;
}

.service li i img {
    width: 80px;
}

.service li strong {
    display: block;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
}

.home-main {
    min-height: 1000px;
}

.home-container .list-item.fl {
    width: 65%;
}

.home-container .list-item.fr {
    width: 33%;
}

.home-container .left {
    width: 33%;
}

.home-container .right {
    width: 65%;
}

.list-item {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.list-tit {
    line-height: 40px;
    border-bottom: 2px solid #ebf5ec;
    position: relative;
}

.list-tit h2 {
    display: inline-block;
    font-size: 16px;
    word-spacing: .8em;
    color: #ccc;
    font-weight: normal;
}

.list-tit h2 a {
    display: inline-block;
    line-height: 42px;
    margin-bottom: -2px;
    font-weight: bold;
}

.list-tit h2 a.cur {
    color: #265688;
    border-bottom: 2px solid #265688;
}

.list-tit h2 span {
    color: #999;
}

.list-tit .fr {
    color: #ddd;
    word-spacing: .5em;
}

.list-content {
    margin-top: 18px;
    position: relative;
}

.tab-pannel {
    display: none;
}

.tab-pannel {
    display: block;
    overflow: hidden;
}

.tab-pannel li {
    float: left;
    width: 23%;
    padding-right: 2%;
}

.tab-pannel li:last-child {
    padding-right: 0;
}

.tab-pannel li img {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 6px;
}

.tab-pannel li p.bl {
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 26px;
    padding: 8px 0 4px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

.news-slide {
    overflow: hidden;
}

.news-slide ul li {
    width: 100%;
    height: 260px;
    float: left;
    position: relative;
}

.news-slide a {
    line-height: 0;
}

.news-slide a span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 80px;
    background: url(/skin/images/black70.png);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dots {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 5px;
    text-align: right;
}

.dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    line-height: 0;
    font-size: 0;
    text-indent: -999px;
    cursor: pointer;
}

.dots .active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.news-row .img-news {
    width: 47%;
    height: 260px;
    position: relative;
    margin-top: 14px;
}

.right-news {
    width: 50%;
}

.txt-news li {
    height: 26px;
    overflow: hidden;
}

.txt-news a {
    line-height: 26px;
}

.txt-news a:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}

.txt-news .top-news {
    height: 82px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
    padding-right: 0;
}

.top-news a:before {
    display: none;
}

.top-news a {
    font-size: 16px;
    font-weight: bold;
}

.list-content .top-news a {
    white-space: normal;
    max-width: 100%;
    line-height: 27px;
}

.top-news p {
    font-size: 12px;
    color: #999;
    line-height: 22px;
    display: -webkit-box;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-content a.newsicon {
float: left;width: 127px;height: 76px;

    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vod-ico li a:before {
    font-family: "iconfont";
    font-size: 16px;
    color: #e4492d;
    margin-right: 5px;
}

.vod-news {
    margin-left: -2%;
    margin-right: -2%;
    overflow: hidden;
}

.vod-news li {
    float: left;
    width: 46%;
    margin: 0 2% 15px 2%;
    background: #000;
}

.vod-news li .vdimg {
    display: block;
    position: relative;
}

.vod-news li i {
    font-size: 50px;
    line-height: 1;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -25px;
    color: #fff;
}

.vod-news li img {
    width: 100%;
    opacity: .7;
    filter: alpha(opacity=70);
}

.vod-news li a {
    width: 100%;
    height: 124px;
    display: inline-block;
}

.vod-news li a span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3px 8px;
    height: 24px;
    line-height: 24px;
    background: url(/skin/images/black70.png);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-row .list-content {
    height: 220px;
}

.home-ad {
    background: #265688;
    position: relative;
    height: 180px;
    overflow: hidden;
}

.home-ad ul li {
    height: 125px;
    position: relative;
    overflow: hidden;
}

.home-ad img {
    width: 1200px;
    height: 125px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
}

.home-notice ul li {
    height: 62px;
    position: relative;
    width: 49.6%;
    float: left;
    margin-bottom: 15px;
    padding-right: 0;
}

.home-notice ul li:nth-child(2n),
.home-notice ul li:nth-child(2n) a img {
    float: right;
}

.home-notice ul li img {
    float: left;
    width: 100%;
    height: 62px;
}

.home-notice ul li:nth-child(5),
.home-notice ul li:nth-child(6) {
    margin-bottom: 0;
}

.home-expert li {
    float: left;
    width: 17.56%;
    height: 178px;
    overflow: hidden;
    margin-right: 3%;
    margin-bottom: 10px;
}

.home-expert li:nth-child(5n+0) {
    margin: 0;
}

.home-expert li a {
    display: block;
    width: 130px;
    height: 178px;
    position: relative;
}

.home-expert li img {
    width: 130px;
    height: 178px;
    position: absolute;
    left: 50%;
    margin-left: -65px;
}

.home-expert a .expert-info {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-image: url(/skin/images/gradient-bg.png);
    background-position: center;
    transition: background-position 0.3s, height 0.3s;
    -webkit-transition: background-position 0.3s, height 0.3s;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-expert a:hover .expert-info {
    background-position: left center;
    height: 50px;
}

.home-expert a .expert-info span {
    display: block;
    padding: 0 10px 10px 10px;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
}

.expert-row .list-tit {
    position: relative;
}

.expert-row .list-tit .slide-dots {
    position: absolute;
    right: 0;
    top: 3px;
}

.slide-dots a,
.slide-dots span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.slide-dots a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    color: #999;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.slide-dots a:hover {
    background: #009966;
    border-color: #009966;
    color: #fff;
}

.slide-dots a.disabled {
    background: #f4f4f4;
    border-color: #ddd;
    color: #ddd;
    cursor: default;
}

.slide-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #999;
}

.slide-dots span:hover,
.slide-dots span.cur {
    background: #009966;
}

.expert-row .list-content {
    height: 178px;
}

.expert-row .fl .list-content {
    overflow: hidden;
}

.form-item {
    min-height: 48px;
    margin: 0;
    position: relative;
}

.form-item p {
    float: left;
}

.form-item p span {
    float: left;
    width: 50px;
    line-height: 32px;
    hanging-punctuation: 32px;
}

#name,
#phone,
#name1,
#txtname {
    float: left;
    line-height: 32px;
    padding: 0;
    height: 32px;
    width: 110px;
}

#phone,
#txttel {
    width: 280px;
}

#name1 {
    width: 86px;
    margin-right: 10px;
}

#phone {
    width: 262px;
}

.bd_bo {
    float: left;
    overflow: hidden;
    width: 320px;
}

.bd_bo p {
    margin-bottom: 0;
    line-height: 20px;
}

.bd_bo .dj {
    padding: 0 40px;
    float: left;
    width: 290px;
}

.a_1,
.a_2 {
    float: left;
    background: #265688;
    padding-right: 20px;
    text-align: center;
    width: 120px;
    color: #fff;
    line-height: 32px;
    height: 32px;
    border: none;
}

.a_2 {
    float: right;
    background: #265688;
    padding-right: 20px;
}


/*.form-item label{position:absolute;top:5px;left:0;*zoom:1;}

.form-item :before,

.form-item :after{display:table;content:"";}*/

.form-item :after {
    clear: both
}

.form-input input,
.form-input select,
.form-input textarea,
.select-input {
    border: 1px solid #ddd;
    line-height: 21px;
    padding: 7px 5px;
    box-sizing: border-box;
}

.clinic-form .form-input {
    margin-left: 70px;
}

.clinic-form .form-input select {
    width: 100%;
}

.clinic-form .form-input .width-p47 {
    width: 47%;
    float: left;
}

.clinic-form .form-input .mgl-p6 {
    margin-left: 6%;
}

.clinic-form .select {
    position: relative;
}

.clinic-form .select .letter-box {
    display: none;
    position: absolute;
    width: 450px;
    top: 36px;
    font-size: 12px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 1;
    padding: 10px;
}

.clinic-form .select-input {
    width: 100%;
    padding-left: 8px;
}

.clinic-form .select-input i {
    position: absolute;
    line-height: 37px;
    right: 5px;
    top: 0;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}

.clinic-form .select-input.open i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.no-js .select {
    display: none;
}

.clinic-form .letter-tit {
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

.clinic-form .letter-tit li {
    float: left;
    padding: 0 15px;
}

.clinic-form .letter-tit li a {
    display: block;
}

.clinic-form .letter-tit li.cur {
    font-weight: bold;
    border-bottom: 1px solid #265688;
    margin-bottom: -1px;
    position: relative;
}

.clinic-form .letter-pannel li {
    display: none;
    overflow: hidden;
    padding: 10px 10px 0 10px;
}

.clinic-form .letter-pannel li:first-child {
    display: block;
}

.clinic-form .letter-pannel li span {
    float: left;
    display: inline-block;
    width: 25%;
}

.clinic-form .letter-pannel li span a {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lt-index {
    display: inline-block;
    color: #dadada;
    font-size: 12px;
    margin-left: 20px;
}

.lt-index span,
.lt-index a {
    display: inline-block;
    padding: 0 5px;
    line-height: 1;
    border-right: 1px solid #ccc;
}

.lt-index span:first-child {
    border: none;
}

.lt-index a.cur {
    padding: 3px 6px;
    background: #61b98a;
    color: #fff;
    border: none;
}

.department-nav .tab-tit {
    bottom: -2px;
    padding-top: 15px;
}

.department-nav .tab-tit a {
    display: inline-block;
    font-weight: bold;
    color: #999;
    line-height: 38px;
    border-top: 4px solid #fff;
    border-bottom: 2px solid transparent;
    padding: 0 15px;
}

.department-nav .tab-tit a.cur {
    border-top-color: #265688;
    font-size: 16px;
    color: #265688;
    border-right: 2px solid #ebf5ec;
    border-bottom-color: #fff;
    border-left: 2px solid #ebf5ec;
}

.home-special {
    margin-right: -1.4%;
}

.home-special li {
    width: 15%;
    margin-right: 1.66%;
    float: left;
    overflow: hidden;
    position: relative;
}

.home-special li img {
    float: left;
    width: 161;
    height: 96;
}

.home-special li a {
width: 100%;
font-size: 14px;
color: #1F1C1C;    
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;

transition: background 0.3s;
-webkit-transition: background 0.3s;
}

.home-special li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 34px;
    padding: 0 15px;
    color: #fff;
}

.home-special li a,
.home-special li a img {
    width: 100%;
}

.footer {
    padding-top: 30px;
    padding-bottom: 100px;
    overflow: hidden;
    margin-top: 25px;
    background: #257AC6;
    color: #fff;
    font-size: 14px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #99ffcc;
}

.footer-info>.fl {
    border-right: 1px solid #257AC6;
    box-sizing: border-box;
    height: 200px;
}

.footer-info>.fl p {
    padding-left: 40px;
    padding-top: 40px;
}

.footer .fr {
    text-align: right;
}

.footer-contact {
    width: 36%;
}

.footer-share {
    width: 39%;
    padding-left: 50px;
}

.footer-share .share a {
    margin-right: 10px;
}

.footer-share .share a i {
    font-size: 30px;
}

.footer-follow {
    width: 27%;
    word-spacing: 1em;
    padding-top: 20px;
}

.footer-follow .pple {
    display: inline-block;
    width: 41.97%;
}

.footer-follow .pple img {
    width: 100%;
}

.footer-follow .pple span {
    display: block;
    text-align: center;
    line-height: 34px;
}

.footer-link {
    margin-top: 15px;
}

.footer-link .fr {
    color: #666;
    word-spacing: .3em;
}

.links {
    margin-bottom: 25px;
}

.links .width-p42 {
    width: 42%;
    float: left;
    margin-right: 10px;
}

.bszs a {
    opacity: .5;
    filter: alpha(opacity=50);
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.bszs a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ruifox {
    margin-left: 25px;
}

.ruifox,
.ruifox a,
.ruifox a:hover {
    color: #fff;
}

.aside {
    position: fixed;
    width: 50px;
    text-align: center;
    height: 100%;
    right: 0;
    top: 0;
    background: #1d2123;
    z-index: 99;
    padding-top: 140px;
    transition: right 0.3s;
    -webkit-transition: right 0.3s;
}

.aside a {
    display: block;
    color: #097e32;
}

.aside a:hover i {
    background: #292f32;
}

.aside li {
    height: 45px;
    line-height: 45px;
    position: relative;
}

.aside a i {
    width: 100%;
    font-size: 24px;
    background: #1d2123;
    position: relative;
    z-index: 1;
}

.aside li span {
    display: none;
    width: 96px;
    background: #3b4246;
    position: absolute;
    top: 0;
    right: 0;
    color: #4dc779;
}

.aside .gotop {
    position: fixed;
    width: 50px;
    bottom: 10px;
}

.aside .gotop a {
    display: none;
}

.aside .aside-follow {
    margin-top: 20px;
}

.aside .aside-follow i {
    font-size: 30px;
}

.aside .aside-follow .weixin,
.aside .aside-follow .weibo {
    position: relative;
}

.aside .aside-follow .weixin span,
.aside .aside-follow .weibo span {
    display: none;
    position: absolute;
    width: 136px;
    height: 136px;
    bottom: 0;
    right: 50px;
}

.no-js .aside-service a span {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    right: -46px;
    transition: opacity 0.3s, right 0.3s;
    -webkit-transition: opacity 0.3s, right 0.3s;
}

.no-js .aside-service a:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 50px;
}

.no-js .gotop {
    display: block;
}


/* &#1213;&#1338;&#65533;&#383;&#65533; */

.leader {
    margin: auto -.555%;
}

.leader li {
    float: left;
    width: 10%;
    margin: auto .555%;
    overflow: hidden;
}

.leader li img {
    width: 100%;
}

.leader li strong,
.leader li span {
    display: block;
    text-align: center;
}

.leader li span {
    color: #999;
}

.oldpic {
    margin: auto -.5%;
}

.oldpic li {
    float: left;
    width: 24%;
    margin: auto .5% 20px .5%;
    overflow: hidden;
}

.oldpic li a {
    position: relative;
}

.oldpic li a,
.oldpic li img {
    display: block;
    width: 100%;
}

.oldpic li a span {
    display: block;
    line-height: 1.2;
    white-space: normal;
    height: 16px;
    padding: 15px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -46px;
    color: #fff;
    background: #222;
    background: rgba(0, 0, 0, .8);
    transition: bottom 0.3s;
    -webkit-transition: bottom 0.3s;
}

.oldpic li a:hover span {
    bottom: 0;
}

.atlaslist {
    position: relative;
    height: 324px;
    margin-top: 15px;
}

.atlaslist li {
    overflow: hidden;
}

.atlaslist li span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 15px;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    color: #fff;
    text-align: center;
    line-height: 24px;
    display: none;
}

.atlaslist li a {
    display: block;
    font-size: 0;
    line-height: 0;
}

.atlaslist li a:hover span {
    display: block;
}

.img1,
.img2,
.img3,
.img4,
.img5,
.img6,
.img7,
.img8 {
    position: absolute;
}

.img1 {
    left: 0;
    top: 0;
    width: 16.9%;
}

.img1 img {
    width: 203px;
    height: 324px;
}

.img2 {
    left: 17.6%;
    top: 0
}

.img2,
.img3,
.img4,
.img5 {
    width: 17.4%;
}

.img2 img,
.img3 img,
.img4 img,
.img5 img {
    width: 209px;
    height: 157px;
}

.img3 {
    left: 17.6%;
    top: 167px;
}

.img4 {
    left: 35.8%;
    top: 0;
}

.img5 {
    left: 35.8%;
    top: 167px;
}

.img6 {
    left: 54%;
    top: 0;
}

.img6 {
    width: 16.9%;
}

.img6 img {
    width: 203px;
    height: 324px;
}

.img7 {
    left: 71.6%;
    top: 0;
}

.img7,
.img8 {
    width: 28.3%;
}

.img7 img,
.img8 img {
    width: 340px;
    height: 157px;
}

.img8 {
    left: 71.6%;
    top: 167px;
}

.two-nav {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.two-nav li {
    float: left;
    line-height: 16px;
    padding: 0 18px;
    margin: 20px auto;
    border-right: 1px solid #ddd;
    position: relative;
}

.two-nav li:last-child {
    border: none;
}

.two-nav li.cur a {
    font-weight: bold;
    color: #009966;
}

.two-nav li.cur:before,
.two-nav li.cur:after {
    content: "&#65533;&#65533;";
    color: #fff;
    font-family: simsun;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
}

.two-nav li.cur:before {
    color: #ddd;
    bottom: -21px;
}

.container {
    min-height: 500px;
}

.container-inner {
    background: #fff;
    padding: 20px;
    min-height: 460px;
}

.content img {
    max-width: 100%!important;
}

.content h1 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    padding: 8px 0;
    color: #265688;
    text-align: center;
}

.content h1 span {
    font-size: 14px;
    color: #666;
}

.floor th,
.floor td {
    line-height: 1.8;
    padding: 5px 10px;
    border: 1px solid #b4dcba;
}

.floor th {
    width: 40px;
    text-align: center;
    background: #ecf8ee;
    font-weight: bold;
}

.floor td span {
    margin-left: 20px;
    color: #999;
}

.floor td ul {
    overflow: hidden;
}

.floor td li {
    width: 48%;
    float: left;
}

.three-nav {
    background: #e7e7e7;
    margin-bottom: 25px;
}

.three-nav li {
    float: left;
    line-height: 16px;
    padding: 0 18px;
    margin: 20px auto;
    border-right: 1px solid #ccc;
    position: relative;
}

.three-nav li:last-child {
    border: none;
}

.three-nav li.cur {
    font-weight: bold;
}

.three-nav li.cur:after {
    content: "&#65533;&#65533;";
    color: #fff;
    font-family: simsun;
    font-size: 20px;
    line-height: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
}

.history-journey>i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #00A539;
    border-radius: 50%;
    font-size: 42px;
    color: #fff;
    margin-left: 124px;
}


.history-journey ul li {
    position: relative;
    padding-bottom: 80px;
}

.history-journey ul .left-year {
    width: 130px;
    position: absolute;
    top: -5px;
    left: 0;
    line-height: 1;
    font-size: 36px;
    text-align: right;
    color: #999;
}

.history-journey ul .point {
    position: absolute;
    left: 144px;
    top: 3px;
    height: 16px;
    width: 16px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #00A539;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.history-journey ul .right-info {
    margin-left: 180px;
}

.history-journey ul .right-info span {
    font-weight: bold;
    margin-right: 10px;
}

.history-photo ul {
    margin-left: -.5%;
    margin-right: -.5%;
}

.history-photo ul li {
    float: left;
    width: 24%;
    margin: 0 .5% 25px .5%;
}

.history-photo ul li a {
    background: #e7e7e7;
    padding-bottom: 20px;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s;
}

.history-photo ul li a,
.history-photo ul li a span {
    display: block;
}

.history-photo ul li a span {
    padding: 0 15px;
    line-height: 1.5;
    margin-top: 10px;
}

.history-photo ul li a img {
    width: 100%;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.history-photo ul li a:hover {
    background-color: #265688;
    color: #fff;
}

.history-photo ul li a:hover img {
    opacity: .3;
    filter: alpha(opacity=30);
}

.load-more {
    background: #e7e7e7;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.load-more a {
    display: block;
    height: 40px;
    line-height: 40px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.load-more a:hover {
    background: #ddd;
}

.load-more i {
    margin-right: 5px;
}

.load-more img {
    vertical-align: middle;
    margin-right: 5px;
}



.remember-banner a {
    display: block;
    height: 213px;
}

.remember-banner img {
    position: absolute;
    top: 25px;
    left: 25px;
}

.remember-banner p {
    display: block;
    padding: 25px 500px 0 170px;
    color: #e8d3c5;
}

.history-remember h2 {
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}

.history-remember ul {
    margin-left: -.83%;
    margin-right: -.83%;
}

.history-remember ul li {
    float: left;
    width: 15%;
    margin-left: .83%;
    margin-right: .83%;
    margin-bottom: 25px;
    text-align: center;
}

.history-remember ul li img {
    width: 100%;
}

.history-remember ul li strong {
    display: block;
}

.history-remember ul li p {
    font-size: 12px;
    color: #999;
    height: 42px;
}

.history-remember .leaderlist ul {
    margin-left: -1%;
    margin-right: -1%;
}

.history-remember .leaderlist li {
    width: 12.28%;
    margin-left: 1%;
    margin-right: 1%;
}

.video-list ul {
    margin-left: -.5%;
    margin-right: -.5%;
}

.video-list li {
    float: left;
    width: 24%;
    margin: 0 .5% 25px .5%;
}

.video-list li .vdimg {
    display: block;
    position: relative;
}

.video-list li i {
    font-size: 50px;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
}

.video-list li img {
    width: 100%;
}

.video-list li a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pager {
    overflow: hidden;
    text-align: right;
}

.pager li {
    display: inline-block;
    padding: 0 10px;
    border-bottom: none !important;
}

.pager a {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 12px;
    background: #f1eff0;
    color: #999;
}

.pager a:hover {
    background: #ddd;
    color: #444;
}

.pager a.cur {
    background: #265688;
    color: #fff !important;
}

.pager a.disabled,
.pager a.disabled:hover {
    background: #f1eff0;
    color: #ddd;
    cursor: default;
}

.pager span {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}

.video-show h1 {
    font-size: 24px;
    font-weight: normal;
}

.vdinfo {
    line-height: 30px;
    color: #999;
}

.vdinfo .fl span {
    margin-right: 10px;
}

.vdplayer {
    width: 100%;
    height: 655px;
    margin-top: 25px;
}

.path {
    margin-top: 15px;
    margin-bottom: -10px;
    color: #999;
}

.path i {
    font-size: 12px;
    vertical-align: middle;
    padding: 0 5px;
}

.pic-list ul {
    margin-left: -.5%;
    margin-right: -.5%;
}

.pic-list li {
    float: left;
    width: 24%;
    margin: 0 .5% 25px .5%;
}

.pic-list li img {
    width: 100%;
}

.pic-list li a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-show h1 {
    font-size: 24px;
    font-weight: normal;
}

.picinfo {
    line-height: 30px;
    color: #999;
}

.picinfo .fl span {
    margin-right: 10px;
}

.picplayer {
    position: relative;
    margin: 15px 0;
}

.picplayer .view {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.picplayer .view img {
    max-width: 100%;
}

.picplayer .prev,
.picplayer .next {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.picplayer .prev span,
.picplayer .next span {
    display: block;
    position: absolute;
    width: 70px;
    height: 96px;
    top: 50%;
    margin-top: -48px;
    text-align: center;
    line-height: 96px;
    font-size: 60px;
    font-family: simsun;
    background: #444;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    text-decoration: none;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
}

.picplayer .prev,
.picplayer .prev span {
    left: 0px;
}

.picplayer .next,
.picplayer .next span {
    right: 0px;
}

.picplayer .prev:hover span,
.picplayer .next:hover span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.imgtxt {
    background: #000;
    color: #fff;
    font-size: 14px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
}

.thumbbox {
    height: 97px;
    margin-bottom: 20px;
    position: relative;
}

.thumbbox .prev,
.thumbbox .next {
    display: block;
    width: 40px;
    height: 97px;
    background: #444;
    color: #fff;
    font-family: simsun;
    text-decoration: none;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    top: 0;
}

.thumbbox .prev {
    left: 0;
}

.thumbbox .next {
    right: 0;
}

.thumblist {
    height: 97px;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 50px;
    white-space: nowrap;
    font-size: 0;
}

.thumblist ul {
    display: inline-block;
    width: 100%;
}

.thumblist ul li {
    float: left;
    width: 11.3%;
    height: 100%;
    margin-left: .6%;
    margin-right: .6%;
    overflow: hidden;
}

.thumblist ul li {
    background: #265688;
}

.thumblist ul li a {
    display: block;
    font-size: 0;
    line-height: 0;
}

.thumblist ul li .cur img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.thumblist ul li img {
    height: 100%;
}

.view {
    min-height: 400px;
    background: #000;
}

.view .loading {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 8px;

    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
}


/* &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533; */

.inner-row>.fl {
    width: 69%;
}

.inner-row>.fr {
    width: 29%;
}

.inner-row .img-news {
    width: 370px;
    height: 260px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.inner-row .hp-news {
    margin-left: 390px;
    height: 262px;
}

.inner-row .top-news {
    height: 100px;
}

.inner-row .top-news p {
    height: 54px;
    -webkit-line-clamp: 3;
}

.news-special {
    height: 262px;
    overflow: hidden;
}

.news-special li {
    margin-bottom: 15px;
}

.news-special li a {
    display: block;
    height: 123px;
    overflow: hidden;
    font-size: 0;
    position: relative;
}

.news-special li a span {
    font-size: 14px;
    display: block;
    line-height: 40px;
    height: 40px;
    background: #265688;
    color: #fff;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.news-special li a:hover span {
    background-color: #015ba0;
}

.news-special li img {
    width: 100%;
}

.news-withdate li {
    position: relative;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
}

.news-withdate li a {
    max-width: 88%;
}

.news-withdate li a:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}

.news-withdate li span {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
    font-size: 12px;
}

.left-inner .fl,
.left-inner .fr {
    width: 48.5%;
}

.right-video {
    margin-left: -4%;
    margin-right: -4%;
    height: 435px;
}

.right-video li {
    width: 42%;
    height: 135px;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 11px;
    float: left;
}

.right-video li a {
    line-height: 30px;
}

.right-video li .vdimg {
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.right-video li .vdimg i {

    font-size: 48px;
    color: #fff;
    text-align: center;
    height: 105px;
    line-height: 105px;
    position: absolute;
    left: 0;
    right: 0;
    transition: font-size 0.3s;
    -webkit-transition: font-size 0.3s;
}

.ie .right-video li .vdimg i {
    display: none;
}

.right-video li .vdimg:hover i {
    font-size: 58px;
}

.right-video li img {
    height: 105px;
}

.news-media ul,
.news-inner-list ul {
    height: 156px;
}

.news-inner-list li {
    height: 26px;
    overflow: hidden;
}

.news-inner-list a {
    line-height: 26px;
}

.news-inner-list a:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}

.news-report {
    margin-left: -1%;
    margin-right: -1%;
}

.news-report li {
    float: left;
    width: 14.66%;
    margin-left: 1%;
    margin-right: 1%;
}

.news-report li a {
    display: block;
    position: relative;
    background: #000;
    text-align: center;
}

.news-report li a span {
    display: block;
    background: #265688;
    color: #fff;
    line-height: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.news-report li a:hover span {
    background-color: #015ba0;
}

.news-report li a img {
    height: 236px;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: .7;
    filter: alpha(opacity=70);
}

.news-report li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.news-show {
    overflow: hidden;
}

.news-list>.fl,
.news-show>.fl {
    width: 69%;
}

.news-list>.fr,
.news-show>.fr {
    width: 29%;
}

.news-list .sort a {
    display: inline-block;

    line-height: 40px;
}

.news-list .sort a i {
    color: #ccc;
    font-size: 12px;
    margin-left: 6px;
    font-weight: normal;
}

.news-list .sort a.cur {
    font-weight: bold;
    color: #265688;
    border-bottom: 2px solid #265688;
    margin-bottom: -2px;
	margin-right: 20px;
}

.news-list .fl li {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 24px;
    padding-bottom: 24px;
}

.news-list .fl li:first-child {
    padding-top: 5px;
}

.news-list .fl li h2 {
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 15px;
    overflow: hidden;
}

.news-list-info {
    font-size: 12px;
    color: #999;
    line-height: 40px;
}

.news-list-info .fl span {
    margin-right: 10px;
}

.news-list-info .fr span {
    display: inline-block;
}

.news-list-info .fr a {
    vertical-align: middle;
    margin-left: 5px;
}

.news-list-summary {
    overflow: hidden;
}

.news-list-summary a {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}

.news-list-summary p {
    display: -webkit-box;
    max-height: 97px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 0;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #808080;
}

.right-side .list-tit h2 span {
    font-weight: bold;
    border-bottom: 2px solid #999;
    display: inline-block;
    line-height: 42px;
    margin-bottom: -2px;
}

.right-side .list-tit {
    border-color: #f4f4f4;
}

.right-side .txt-list li,
.right-side .hot-list li {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #ccc;

	max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-side .txt-list li:last-child,
.right-side .hot-list li:last-child {
    border: none;
}

.right-side .txt-list li a:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}

.right-side .hot-list li em {
    font-weight: normal;
    font-size: 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #999;
    margin-right: 5px;
}

.right-side .hot-list li .top1 {
    background: #fc6c6c;
}

.right-side .hot-list li .top2 {
    background: #ffa169;
}

.right-side .hot-list li .top3 {
    background: #ffc861;
}

.right-img {
    margin: 0 -2.5% -10px -2.5%;
}

.right-img li {
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 15px 2.5%;
}

.right-img a span {
    display: block;
    display: -webkit-box;
    max-height: 38px;
    line-height: 20px;
    white-space: normal;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.txt-list li.top-special {
    height: auto;
    border: none;
    margin-bottom: 5px;
}

.txt-list li.top-special a {
    display: block;
    font-size: 0;
    padding-bottom: 40px;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.txt-list li.top-special a:before {
    display: none;
}

.txt-list li.top-special a span {
    font-size: 14px;
    display: block;
    line-height: 40px;
    height: 40px;
    background: #265688;
    color: #fff;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.txt-list li.top-special a:hover span {
    background-color: #015ba0;
}

.top-special a,
.top-special a img {
    width: 100%;
}

.news-info {
    color: #999;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.news-info .fl span {
    margin-right: 10px;
}

.news-info .fr span {
    display: inline-block;
}

.news-info .fr a {
    vertical-align: middle;
}

.news-content {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
}

.color-share a {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

.color-share a:hover {
    color: #fff !important;
}

.color-share .jiathis_button_qzone {
    background: #1596ea;
}

.color-share .jiathis_button_tsina {
    background: #e53048;
}

.color-share .jiathis_button_weixin {
    background: #01b30c;
}

.color-share .jiathis_button_fb {
    background: #31659b;
}

.color-share .jiathis_button_twitter {
    background: #07cdfe;
}

.news-footer-share {
    text-align: right;
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
}

.related-keywords {
    padding-top: 15px;
    padding-bottom: 15px;
}

.related-keywords strong {
    font-size: 16px;
}

.related ul li {
    height: 28px;
    line-height: 28px;
}

.related ul li a:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}

.related ul li span {
    color: #999;
    margin-left: 10px;
    font-size: 12px;
    float: right;
}

.newspaper-list {
    padding: 20px 0;
    margin-left: -1%;
    margin-right: -1%;
}

.newspaper-list li {
    float: left;
    width: 14.66%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.newspaper-list li a {
    display: block;
    position: relative;
    background: #000;
    text-align: center;
    overflow: hidden;
}

.newspaper-list li a span {
    display: block;
    background: #265688;
    color: #fff;
    line-height: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.newspaper-list li a:hover span {
    background-color: #015ba0;
}

.newspaper-list li a img {
    height: 236px;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: .7;
    filter: alpha(opacity=70);
}

.newspaper-list li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.newspaper-show {
    padding: 20px 0;
    margin-left: -1%;
    margin-right: -1%;
}

.newspaper-show li {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.newspaper-show li a {
    display: block;
    position: relative;
    background: #000;
    text-align: center;
    overflow: hidden;
}

.newspaper-show li a span {
    display: block;
    background: #265688;
    color: #fff;
    line-height: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.newspaper-show li a:hover span {
    background-color: #015ba0;
}

.newspaper-show li a img {
    height: 367px;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: .7;
    filter: alpha(opacity=70);
}

.newspaper-show li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*&#65533;&#65533;&#65533;&#2039;&#65533;&#65533;&#65533;*/

.haschosen {
    overflow: hidden;
}

.haschosen span,
.haschosen a {
    display: inline-block;
    line-height: 30px;
    float: left;
}

.haschosen a {
    padding: 0 15px;
    border: 1px solid #ddd;
    background: #f4f4f4;
    margin-right: 5px;
}

.haschosen a:hover {
    border-color: #009966;
}

.haschosen a i {
    font-size: 12px;
    margin-left: 5px;
}

.filter {
    border: 1px solid #ddd;
    background: #f8f8f8;
    margin-top: 15px;
}

.filter dl {
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.filter dl:last-child {
    border: none;
}

.filter dt {
    color: #999;
    position: absolute;
    top: 10px;
    left: 15px;
}

.filter dd {
    margin-left: 85px;
    overflow: hidden;
    margin-right: -1%;
}

.filter dd.span8 a {
    width: 11.5%;
}

.filter dd a {
    display: block;
    line-height: 26px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 8%;
    margin-right: 1%;
}

.filter dd a.cur {
    color: #fff;
}

.filter dd a.cur span {
    background: #61b98a;
    color: #fff;
    padding: 3px;
}

.filter dd li {
    display: none;
    overflow: hidden;
}

.filter dd li:first-child {
    display: block;
}

.filter dd .tab-tit {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.filter dd .tab-tit span {
    display: inline-block;
    margin-right: 25px;
    padding-bottom: 8px;
}

.filter dd .tab-tit span.cur {
    border-bottom: 1px solid #265688;
    margin-bottom: -1px;
}

.filter dd .tab-tit span a {
    display: inline;
    float: none;
}

.filter dd .tab-pannel {
    display: block;
    min-height: 52px;
}

.doctor-list .list-tit h2 span {
    font-weight: bold;
    border-bottom: 2px solid #999;
    display: inline-block;
    line-height: 42px;
    margin-bottom: -2px;
}

.doctor-list .list-tit {
    border-color: #f4f4f4;
}

.doctor-list .list-content {
    margin-top: 0;
}

.doctor-search i {
    line-height: 34px;
    position: relative;
}

.doctor-search input {
    line-height: 20px;
    padding: 6px 6px 6px 30px;
    width: 280px;
    border: 1px solid #ddd;
    border-right: none;
    margin-left: -25px;
}

table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.doctor-clinic th {
    background: #f2f2f2;
}

.doctor-clinic th,
.doctor-clinic td {
    text-align: center;
    font-size: 13px;
    height: 30px;
    border: 1px solid #f2f2f2;
}

.doctor-clinic td .seleced {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
}

.doctor-clinic td .seleced.red {
    background: #ea5a54;
}

.doctor-clinic td .seleced.blue {
    background: #54a0ea;
}

.doctor-clinic td .seleced.green {
    background: #63b98c;
}

.doctor-clinic td .seleced.gray {
    background: #9e9e9e;
}

.doctor-clinic td .seleced.red:before {
    content: "&#65533;&#65533;";
}

.doctor-clinic td .seleced.blue:before {
    content: "&#1512;";
}

.doctor-clinic td .seleced.green:before {
    content: "&#65533;&#65533;";
}

.doctor-clinic td .seleced.gray:before {
    content: "&#867;";
}

.doctor-clinic th {
    width: 12%;
}

.doctor-clinic th:first-child {
    width: 16%;
}

.doctor-clinic h2 {
    padding: 10px 0;
    font-weight: normal;
}

.dp-clinic {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.dp-clinic th {
    background: #666;
    font-weight: bold;
    color: #fff;
}

.dp-clinic th,
.dp-clinic td {
    text-align: center;
    font-size: 13px;
    padding: 10px 5px;
    border: 1px solid #666;
}

.dp-clinic th {
    width: 13%;
}

.dp-clinic th:first-child {
    width: 9%;
}

.dp-clinic tr td:first-child {
    font-weight: bold;
}

.dp-clinic td span {
    display: block;
    text-align: center;
    line-height: 20px;
}

.doctor-list li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.doctor-info {
    width: 60%;
    position: relative;
    box-sizing: border-box;
    padding-left: 80px;
    font-size: 13px;
}

.doctor-info h2 a {
    vertical-align: middle;
    font-size: 16px;
}

.doctor-info h2 span {
    vertical-align: middle;
    color: #999;
    font-weight: normal;
    margin-left: 10px;
}

.doctor-info .doctor-img {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
}

.doctor-info .doctor-img img {
    width: 70px;
    height: 96px;
}

.doctor-info p {
    margin-bottom: 0;
}

.doctor-info p span {
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doctor-info p span em {
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    width: 230px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doctor-list .doctor-clinic {
    width: 40%;
}

.color-info span {
    margin-right: 10px;
}

.color-info i {
    font-size: 20px;
    margin-right: 5px;
}

.color-info .red {
    color: #ea5a54;
}

.color-info .blue {
    color: #54a0ea;
}

.color-info .green {
    color: #63b98c;
}

.color-info .gray {
    color: #9e9e9e;
}

.position-map {
    height: 600px;
}

.position-map img {
    max-width: none!important;
}

.position-map .input {
    display: block;
    margin-top: 10px;
}

.position-map .outset {
    min-height: 30px;
    padding: 0;
}

.position-map .btn {
    margin-left: 5px;
}

.pictxt-list li {
    position: relative;
    height: 110px;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.pictxt-list .item-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 165px;
    height: 110px;
    overflow: hidden;
}

.pictxt-list .item-pic img {
    width: 165px;
    height: 110px;
}

.pictxt-list .item-info {
    margin-left: 180px;
}

.pictxt-list .item-info h2 {
    font-size: 20px;
    font-weight: normal;
}

.pictxt-list .item-info p {
    color: #999;
    line-height: 1.5;
}

.text-list,
.info-list,
.download-list {
    padding: 20px 0;
}

.text-list li,
.info-list li,
.download-list li {
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    position: relative;
}

.text-list li a:before,
.info-list li a:before,
.download-list li:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}

.info-list li span {
    float: right;
    color: #999;
    font-size: 12px;
}

.download-list li a.download {
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 24px;
    font-size: 12px;
    background: #265688;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
}

.download-list li a i {
    margin-right: 5px;
}

.download-list li a.download:hover {
    background: #009966;
}

.department-select {
    min-height: 68px;
}

.department-select li {
    display: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}

.department-select li a {
    line-height: 26px;
    float: left;
    padding: 0 18px;
}

.department-select li a.cur span {
    background: #61b98a;
    color: #fff;
    padding: 3px;
}

.department-select li:first-child {
    display: block;
}

.question-main>.fl {
    width: 69%;
}

.question-main>.fr {
    width: 29%;
}

.question-list li {
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #eee;
    color: #999;
}

.question-list li span {
    display: block;
    float: left;
}

.col-tit {
    width: 70%;
}

.col-state {
    width: 15%;
}

.col-state:before {
    content: "\e609";
    font-family: "iconfont";
    color: #ccc;
    font-size: 16px;
    margin-right: 5px;
}

.col-state.completed:before {
    content: "\e604";
    color: #01B30C;
}

.col-time {
    width: 15%;
    text-align: right;
}

.col-cat {
    color: #666;
}

.myask-btn {
    margin-bottom: 15px;
}

.myask-btn .btn {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
}

.right-ask textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.right-ask .question {
    padding: 6px;
    height: 160px;
    line-height: 1.5;
}

.right-doctor li {
    position: relative;
    min-height: 120px;
    padding-left: 95px;
    margin-bottom: 10px;
}

.right-doctor li .doctor-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 116px;
    overflow: hidden;
}

.right-doctor li .doctor-img img {
    width: 85px;
    height: 116px;
}

.right-doctor li h2 a {
    vertical-align: middle;
    font-size: 16px;
}

.right-doctor li h2 span {
    vertical-align: middle;
    color: #999;
    font-weight: normal;
    margin-left: 10px;
}

.right-doctor li p {
    color: #666;
    font-size: 13px;
    display: -webkit-box;
    max-height: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 0;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ask-show .ask-tit {
    position: relative;
    height: 52px;
    overflow: hidden;
    padding-left: 62px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.ask-show .ask-tit .ask-ico {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #61b98a;
    width: 52px;
    height: 52px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 52px;
}

.ask-show .ask-tit h1 {
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 5px;
}

.ask-show .ask-tit .asker-info {
    color: #999;
}

.ask-show .ask-tit .asker-info span {
    display: inline-block;
    line-height: 1;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #eee;
}

.ask-show .ask-tit .asker-info span:last-child {
    border: none;
}

.ask-show .ask-tit .ask-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.ask-show .ask-tit .ask-btn .btn {
    width: 230px;
    line-height: 52px;
}

.ask-content {
    margin-top: 15px;
}

.ask-content p {
    margin: 10px auto 15px auto;
}

.ask-content i {
    display: block;
    color: #999;
}

.ask-content span {
    display: block;
    color: #999;
}

.ask-content .ask-reply {
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 15px;
}

.ask-content .replay-info {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

.replay-info p:nth-child(2) {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.replay-info p {
    margin: 10px 0;
}

.ask-content .replay-info:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.ask-content .replay-info .btn {
    width: 120px;
}

.similar-ask li {
    float: left;
    width: 33.3%;
    height: 26px;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 15px;
}

.similar-ask a {
    line-height: 26px;
}

.similar-ask a:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}

.ask-form dl {
    position: relative;
    margin-bottom: 10px;
}

.ask-form dt {
    line-height: 50px;
    font-size: 16px;
}

.ask-form dt i {
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    background: #265688;
    color: #fff;
}

.ask-form .ask-input {
    padding-right: 365px;
}

.ask-form .ask-input textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 5px 8px;
    line-height: 1.5;
}

.ask-form .ask-input span {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.ask-form .ask-tip {
    position: absolute;
    right: 0;
    top: 50px;
    width: 312px;
    padding: 15px;
    background: #fcf1eb;
    border: 1px solid #f9e8e0;
    font-size: 12px;
    line-height: 1.5;
}

.ask-form .ask-tip:before,
.ask-form .ask-tip:after {
    content: "&#65533;&#65533;";
    color: #fcf1eb;
    font-family: simsun;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    left: -15px;
    top: 22px;
}

.ask-form .ask-tip:before {
    left: -16px;
    color: #f9e8e0;
}

.ask-company,
.ask-mail {
    width: 490px;
}

.ask-input select {
    height: 44px;
}

.ask-form .Validform_checktip {
    margin-left: 48px;
}

.ask-form .ask-input .Validform_error {
    border-color: #c00;
}

.ask-form .letter-pannel {
    overflow: hidden;
    font-size: 12px;
    background: #F8F8F8;
    border: 1px solid #ddd;
    padding: 8px;
}

.ask-form .letter-pannel span {
    float: left;
    display: inline-block;
    width: 10%;
}

.ask-form .letter-pannel span a {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ask-form .letter-pannel span.cur a {
    background: #61b98a;
    color: #fff;
    padding: 0 5px;
}

.ask-question {
    height: 177px;
}

.ask-check {
    height: 104px;
}

.upload-pic {
    background: #f4f4f4;
    min-height: 30px;
    padding: 3px 5px 3px 20px;
}

.radio {
    display: inline-block;
    padding: 0 5px;
    margin-left: 5px;
}

.radio:before {
    display: inline-block;
    font-family: "iconfont";
    font-size: 15px;
    content: '\e626';
    margin-right: 5px;
    color: #00A539;
    vertical-align: top;
}

.radio.checked:before {
    content: '\e624';
}

input.ask-age {
    width: 60px;
    height: 20px;
    padding: 5px;
    border: 1px solid #ddd;
}

.ask-input .sel-age {
    height: 32px;
    border: 1px solid #ddd;
}

.ask-form .btn {
    width: 180px;
    line-height: 46px;
}

.add-ask {
    display: none;
    margin-top: 15px;
}

.add-ask textarea {
    width: 70%;
    border: 1px solid #ddd;
    padding: 5px 8px;
    line-height: 1.5;
}

.login-dialog {
    display: none;
    background: url(/skin/images/black70.png);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.login-pop {
    background: #fff;
    border-top: 5px solid #265688;
    padding: 10px 30px;
    width: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -250px;
}

.pop-tit {
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
}

.login-form p {
    padding: 5px 0;
    overflow: hidden;
}

.login-form p .login-input {
    width: 278px;
}

.login-form form .btn {
    width: 120px;
}

.login-form a {
    color: #265688;
}

.login-form a:hover {
    color: #01B30C;
}

.no-login {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.no-login .btn {
    width: 100%;
    background: #666;
}

.no-login .btn:hover {
    background: #888;
}

.no-login input {
    width: 278px;
}

.msg {
    display: inline-block;
    padding: 100px;
}

.msg .fl {
    margin-right: 15px;
}

.msg-info {
    min-width: 600px;
}

.msg-info h1 {
    font-size: 24px;
}

.msg-info h1 i {
    font-weight: normal;
    font-size: 24px;
    margin-right: 10px;
    color: #00A539;
}

.msg-info a {
    color: #265688;
    font-weight: normal;
}

.msg-info a:hover {
    color: #01B30C;
}

.msg-link {
    color: #ddd;
    word-spacing: .5em;
}

#formwrap {
    min-height: 200px;
    transition: height 0.8s;
    -webkit-transition: height 0.8s;
}

#formwrap .loading {
    display: block;
    line-height: 200px;
    text-align: center;
}

.survey {
    padding: 10px 50px;
}

.survey h1 {
    text-align: center;
    font-size: 24px;
    line-height: 80px;
}

.survey .survey-info {
    background: #F8F8F8;
    border: 1px dashed #ddd;
    padding: 10px 15px;
}

.survey dl {
    border-bottom: 1px dashed #ddd;
    padding: 15px 0;
}

.survey dt {
    font-weight: bold;
    padding-bottom: 10px;
}

.survey dd input[type='text'],
.survey dd textarea,
.survey dd select {
    padding: 8px;
    line-height: 1.2;
}

.survey dd input[type='text'] {
    width: 30%;
}

.survey dd .button {
    padding: 6px;
    line-height: 1.2;
    vertical-align: middle;
}

.survey dd textarea {
    width: 80%;
    height: 120px;
}

.survey dd li {
    overflow: hidden;
}

.survey dd li input {
    float: left;
    height: 26px;
    margin-right: 10px;
}

.survey dd label {
    height: 26px;
}

.survey dd .Validform_checktip {
    margin-left: 0;
    min-height: 0;
}

.survey dd input.code {
    width: 120px;
}

.survey dd img {
    vertical-align: middle;
    max-width: 150px;
    max-height: 150px;
}

.survey dd .upload-pic {
    padding: 20px;
}

.survey .btn {
    width: 160px;
    line-height: 50px;
    font-size: 16px;
}

.required dt:after {
    margin-left: 10px;
    content: '*';
    color: red;
}

.Validform_checktip {
    display: block;
    line-height: 30px;
    min-height: 30px;
    margin-left: 10px;
    color: #999;
}

.Validform_checktip:before {
    font-family: "iconfont";
    color: #007FD1;
    font-size: 18px;
    margin-right: 5px;
}

.Validform_wrong {
    color: #c00;
}

.Validform_wrong:before {
    color: #c00;
}

.Validform_right {
    color: #71b83d;
}

.Validform_right:before {
    color: #71b83d;
}

.guest-show li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.guest-show .ask-info span,
.guest-show .ask-reply span {
    color: #999;
}

.guest-show .ask-info span em {
    color: #666;
}

.guest-show .ask-reply {
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #ddd;
}

.guest-info {
    overflow: hidden;
}

.list-tit .guest-btn {
    color: #fff;
}

.guest-info .view-replay {
    font-weight: bold;
    color: #009966;
    float: right;
}

.department-list .list-tit h2 span {
    font-weight: bold;
    border-bottom: 2px solid #999;
    display: inline-block;
    line-height: 42px;
    margin-bottom: -2px;
}

.department-list .list-tit {
    margin: 0 10px 15px 10px;
    border-color: #f4f4f4;
}

.department-list .list-tit .lt-index {
    position: absolute;
    right: 0;
    top: 0;
}

.department-list dl {
    padding: 10px;
}

.department-list dt {
    background: #e7e7e7;
    line-height: 50px;
    font-size: 16px;
    padding-left: 15px;
}

.department-list dd {
    overflow: hidden;
    padding: 10px 0;
}

.department-list dd span {
    display: block;
    line-height: 30px;
    width: 20%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.department-list dd span a:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 8px;
}

.expert-list li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    position: relative;
    padding-left: 95px;
    margin-bottom: 10px;
}

.expert-list li .doctor-img {
    position: absolute;
    left: 0;
    top: 22px;
    width: 85px;
    height: 116px;
    overflow: hidden;
}

.expert-list li .doctor-img img {
    width: 85px;
    height: 116px;
}

.expert-list li h2 a {
    vertical-align: middle;
    font-size: 16px;
}

.expert-list li h2 span {
    vertical-align: middle;
    color: #999;
    font-weight: normal;
    margin-left: 10px;
}

.expert-list li p {
    color: #666;
    font-size: 13px;
    display: -webkit-box;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 0;
    margin-right: 20px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.doctor-details .fl {
    width: 69%;
}

.doctor-details .fr {
    width: 29%;
}

.doctor-resume {
    position: relative;
    min-height: 150px;
    padding: 0 160px 20px 125px;
    border-bottom: 1px dashed #ddd;
}

.doctor-resume .doctor-img img {
    display: block;
    height: 150px;
}

.doctor-resume h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 5px;
}

.doctor-resume .doctor-img {
    position: absolute;
    left: 0;
    top: 0;
}

.doctor-details .content {
    padding: 20px 0;
}

.doctor-resume .qr-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 124px;
}

.doctor-resume .qr-img span {
    font-size: 12px;
    color: #999;
}

.doctor-details .list-item {
    padding: 0;
}

.doctor-details .list-item .list-tit h2 span {
    font-weight: bold;
    border-bottom: 2px solid #999;
    display: inline-block;
    line-height: 42px;
    margin-bottom: -2px;
}

.doctor-details .list-item .list-tit {
    border-color: #f4f4f4;
}

.profile-info a.fl {
    line-height: 0;
}

.profile-info img {
    margin-right: 20px;
    height: 208px;
}

.profile-info p {
    font-size: 13px;
    display: -webkit-box;
    max-height: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.profile-info a {
    color: #265688;
}

.profile-info a:hover {
    color: #01B30C;
}

.profile-info a i {
    display: inline;
    font-size: 14px;
}

.edu-info {
    margin-left: 350px;
}

.inner-row .right-list,
.profile-info {
    height: 208px;
}

.inner-expert {
    overflow: hidden;
    margin-left: -1.33%;
    margin-right: -1.33%;
}

.inner-expert li {
    float: left;
    width: 14%;
    overflow: hidden;
    margin-left: 1.33%;
    margin-right: 1.33%;
}

.inner-expert li:last-child {
    margin-right: 0;
}

.inner-expert li a {
    display: block;
    width: 113px;
    height: 155px;
    position: relative;
}

.inner-expert li img {
    width: 114px;
    height: 155px;
    position: absolute;
    left: 50%;
    margin-left: -57px;
}

.inner-expert a .expert-info {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-image: url(/skin/images/gradient-bg.png);
    background-position: center;
    transition: background-position 0.3s;
    -webkit-transition: background-position 0.3s;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inner-expert a:hover .expert-info {
    background-position: left center;
}

.subject-list {
    overflow: hidden;
}

.subject-list span {
    display: block;
    line-height: 40px;
    width: 20%;
    float: left;
    border-bottom: 1px dashed #ddd;
}

.subject-list span a:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 8px;
}

.subject-tabs .tab-tit {
    position: absolute;
    bottom: -2px;
}

.subject-tabs .tab-tit a {
    display: inline-block;
    font-weight: bold;
    color: #999;
    line-height: 38px;
    border-top: 4px solid #fff;
    border-bottom: 2px solid transparent;
    padding: 0 15px;
}

.subject-tabs .tab-tit a.cur {
    border-top-color: #265688;
    color: #444;
    border-right: 2px solid #ebf5ec;
    border-bottom-color: #fff;
    border-left: 2px solid #ebf5ec;
}

.person-list {
    margin-left: -1%;
    margin-right: -1%;
}

.person-list li {
    float: left;
    width: 10.5%;
    height: 225px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    text-align: center;
}

.person-list li img {
    height: 165px;
}

.person-list li strong {
    display: block;
}

.person-list li p {
    font-size: 12px;
    color: #999;
    height: 42px;
}

.tutor-resume {
    position: relative;
    min-height: 200px;
    padding-left: 130px;
}

.tutor-resume .tutor-img {
    position: absolute;
    left: 0;
    top: 0;
}

.tutor-resume .tutor-img h1 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.tutor-info {
    margin-top: 10px;
}

.tutor-info th {
    width: 70px;
    font-weight: bold;
}

.tutor-info th,
.tutor-info td {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.5;
    border: 1px solid #61b98a;
    vertical-align: top;
}

.inner-row .tech-img {
    width: 330px;
}

.inner-row .tech-img,
.tech-img ul li {
    height: 208px;
}

.tech-img ul li img {
    width: 100%;
}

.tech-news {
    margin-left: 350px;
    height: 208px;
}

.tutor-content h3 {
    font-size: 14px;
    line-height: 40px;
    background: #e7e7e7;
    padding-left: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.subject-cat dt,
.lab-cat dt {
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    background: #e7e7e7;
}

.subject-cat dd,
.lab-cat dd {
    overflow: hidden;
    padding: 10px 0;
}

.subject-cat dd span,
.lab-cat dd span {
    display: block;
    width: 16.66%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.subject-cat dd span a:before,
.lab-cat dd span a:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 8px;
}

.lab-cat dd span {
    width: 33.33%;
}

.lab-cat dd.span1 span {
    width: auto;
    float: none;
}

.lab-cat dd.span2 span {
    width: 50%;
}

.journal-info {
    position: relative;
    padding-left: 130px;
    height: 156px;
}

.journal-info li {
    height: 31px;
    line-height: 31px;
    overflow: hidden;
}

.journal-info .fl {
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.journal-info .fl a img {
    width: 110px;
    height: 156px;
}

.guest-link a {
    color: #009966;
    font-weight: bold;
    margin-left: 8px;
}

.guest-link a i {
    margin-right: 5px;
}

.link-list ul {
    height: 156px;
}

.link-list li {
    border-bottom: 1px dashed #ddd;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
}

.link-list li:last-child {
    border-bottom: none;
}

.link-list li a:before {
    font-family: "iconfont";
    content: "\e621";
    color: #e4492d;
    margin-left: 8px;
    margin-right: 8px;
}

.container-inner .subject-cat dl,
.container-inner .lab-cat dl {
    margin-bottom: 20px;
}

.container-inner .subject-cat dt,
.container-inner .lab-cat dt {
    font-size: 16px;
    line-height: 50px;
}

.container-inner .subject-cat dd,
.container-inner .lab-cat dd {
    padding: 15px 0;
    line-height: 2.2;
}

.withcat-list,
.height8 {
    height: 208px;
}

.withcat-list li {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.withcat-list li span a:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 8px;
}

.withcat-list li span {
    margin-right: 10px;
}

.withcat-list li span a {
    color: #265688;
}

.withcat-list li span a:hover {
    color: #01B30C;
}

.angel-pic {
    overflow: hidden;
    height: 156px;
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.angel-pic li {
    width: 22%;
    margin: 0 1.5% 0 1.5%;
}

.angel-pic li>a {
    line-height: 0;
    height: 120px;
}

.nursing-special {
    height: 156px;
}

.nursing-special li>a {
    height: 120px;
    line-height: 0;
    overflow: hidden;
}

.subweb {
    background: #fff;
}

.party a:hover {
    color: #c11f24;
}

.party .footer a:hover {
    color: #f5ebeb;
}



.party .nav li {
    width: 9.09%;
}

.party .nav li a:hover {
    color: #ff9;
}

.party .nav li .subnav a:hover {
    color: #c00;
}

.party .logo img {
    height: 50px;
}

.party .nav .float-bg {
    width: 9.09%;
}

.party .two-nav li.cur a {
    color: #c11f24;
}

.subname {
    line-height: 50px;
    margin: 20px auto 20px 15px;
    padding-left: 15px;
    font-size: 30px;
    border-left: 1px solid #ddd;
}

.gohome {
    height: 36px;
    margin-top: 27px;
}

.subweb .header {
    height: 180px;
}

.subweb .logo-row {
    height: 90px;
}

.party .slider {
    margin-top: 0;
}

.party .slider,
.party .slider ul,
.party .slider ul li {
    height: 410px;
}

.party .slider li {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.party .list-item {
    padding: 0;
}

.list-tit.red {
    border-color: #f5ebeb;
}

.list-tit.red h2 a {
    color: #444;
}

.list-tit.red h2 a.cur {
    border-color: #c00;
}

.party-news {
    padding-left: 425px;
    height: 262px;
}

.inner-row .party-slide {
    width: 400px;
}

.inner-row .party-slide ul li a,
.inner-row .party-slide ul li img {
    width: 100%;
}

.party .inner-row .fl,
.party .inner-row .fr {
    width: 48%;
}

.news-withdate li.top-info {
    height: 100px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 160px;
}

.news-withdate li.top-info>a {
    position: absolute;
    top: 0;
    left: 0;
}

.news-withdate li.top-info>h3 {
    line-height: 1.5;
}

.news-withdate li.top-info a:before {
    display: none;
}

.news-withdate li.top-info>p {
    color: #999;
    line-height: 1.5;
    font-size: 12px;
}

.party-links {
    margin: auto -1%;
}

.party-links li {
    width: 31.33%;
    height: 192px;
    margin: auto 1%;
    float: left;
}

.party-links li a {
    display: block;
    width: 100%;
    height: 162px;
    background: #e3e3cf;
    padding-top: 30px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.party-links li a:hover {
    background: #d8d8bb;
    color: #c11f24;
}

.party-links li i {
    display: block;
    margin: auto;
    background: #c11f24;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    text-align: center;
}

.party-links li i img {
    margin-top: 14px;
}

.party-links li span {
    display: block;
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.party .home-special li a {
    background: #c11f24;
}

.party .home-special li a:hover {
    background: #eb3612;
}

.party .pager a.cur {
    background: #c11f24;
}

.party .news-list>.fl,
.party .news-show>.fl {
    width: 68%;
}

.party .news-list>.fr,
.party .news-show>.fr {
    width: 28%;
    background: #F8F8F8;
}

.party .news-list>.fr .list-item,
.party .news-show>.fr .list-item {
    background: none;
    padding: 20px;
}

.party .path {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    padding: 15px 0;
}

.party .content h1 {
    color: #c11f24;
}

.party .download-list li a.download {
    background: #C11F24;
}

.party .download-list li a.download:hover {
    background: #e7383e;
}

.exampl-list {
    margin-left: -.63%;
    margin-right: -.63%;
    overflow: hidden;
}

.exampl-list li {
    float: left;
    width: 18.74%;
    margin-left: .63%;
    margin-right: .63%;
    margin-bottom: 15px;
}

.exampl-list li a {
    display: block;
    line-height: 0;
}

.exampl-list li a:before {
    display: none;
}

.exampl-list li a span {
    display: block;
    line-height: 1.5;
    padding: 5px 0;
    white-space: normal
}

.exampl-list li img {
    min-width: 100%;
    max-height: 145px;
}

.youth-info .fl {
    margin-right: 20px;
}

.youth .list-content ul a:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 8px;
}

.youth a:hover {
    color: #084ba8;
}

.youth .footer a:hover {
    color: #f5ebeb;
}



.youth .nav li {
    width: 9.09%;
}

.youth .nav li a:hover {
    color: #ebeef5;
}

.youth .nav li .subnav a:hover {
    color: #084ba8;
}

.youth .logo img {
    height: 50px;
}

.youth .list-tit h2 a {
    color: #084ba8;
}

.youth .list-tit h2 a.cur {
    border-color: #084ba8;
}

.youth .list-tit {
    border-bottom-color: #ebeef5;
}

.youth .nav .float-bg {
    width: 9.09%;
}

.youth .two-nav li.cur a {
    color: #084CA8;
}

.youth .slider {
    margin-top: 0;
}

.youth .slider,
.youth .slider ul,
.youth .slider ul li {
    height: 390px;
}

.youth .slider li {
    background-attachment: scroll;
    background-position: center;
}

.youth .list-item {
    padding: 0;
}

.youth .inner-row>.layout>.fl {
    width: 36%;
}

.youth .inner-row>.layout>.fr {
    width: 60%;
}

.youth .pager a.cur {
    background: #084CA8;
}

.youth .path {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    padding: 15px 0;
}

.youth .content h1 {
    color: #084CA8;
}

.youth .download-list li a.download {
    background: #1e43c0;
}

.youth .download-list li a.download:hover {
    background: #2d57e4;
}

.youth .inner-expert li {
    width: 9.26%;
    margin-left: .92%;
    margin-right: .92%;
}

.youth .links li {
    float: left;
    margin-right: 25px;
}

.special-list ul {
    margin-left: -1%;
    margin-right: -1%;
}

.special-list li {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 15px;
    float: left;
    overflow: hidden;
}

.special-list li a {
    display: block;
    padding-bottom: 34px;
    background-color: #265688;
    position: relative;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.special-list li a:hover {
    background-color: #015ba0;
}

.special-list li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 34px;
    padding: 0 15px;
    color: #fff;
}

.special-list li a,
.special-list li a img {
    width: 100%;
}

.ranking {
    margin: 0 50px;
}

.strong {
    font-weight: bold;
}

.ranking li {
    overflow: hidden;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
}

.ranking li span {
    display: block;
    float: left;
}

.ranking li span.No {
    width: 80px;
}


/* &#65533;&#65533;&#1329;&#65533;&#65533;&#65533;&#65533; */

.member-logo {
    height: 90px;
    background: url(/skin/images/gradient-bg.png);
    background-size: contain;
}

.ie .member-logo {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gradient-bg.png', sizingMethod='scale');
    background: none;
}

.member-logo img {
    height: 50px;
}

.member-logo h2 {
    color: #fff;
    border-color: #fff;
}

.member-logo .btn {
    border: none;
}

.member-logo .btn:hover {
    background: #eee;
    color: #444;
    border: none;
}

.member {
    margin-top: -30px;
}

.member>.fl,
.member>.fr {
    min-height: 600px;
}

.member>.fl {
    width: 15%;
}

.member>.fr {
    width: 83%;
}

.member-menu li {
    border-bottom: 1px dashed #ddd;
}

.member-menu li h2 {
    font-size: 16px;
    line-height: 40px;
}

.member-menu li i {
    width: 20px;
    text-align: center;
    font-size: 18px;
    margin-right: 5px;
    color: #009966;
}

.member-menu p a {
    display: block;
    padding-left: 25px;
}

.member-menu p a.cur {
    background: #f8f8f8;
    color: #009966;
}

.member .Validform_checktip {
    display: inline;
}

.member .Validform_checktip:before {
    content: "\e629";
}

.site-map dl {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.site-map dt {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.site-map dd {
    overflow: hidden;
}

.site-map dd span {
    display: block;
    margin-right: 10px;
    float: left;
}

.site-map dd span a:after {
    content: "|";
    color: #ddd;
    margin-left: 10px;
}

.site-map dd span:last-child a:after {
    content: "";
}

.site-map dd p {
    overflow: hidden;
}

.site-map dd strong {
    display: block;
    color: #999;
}

@media (max-width:1200px) {
    body,
    textarea,
    input,
    button,
    select,
    keygen,
    legend,
    .topbar,
    .footer {
        font-size: 12px;
    }
    .nav li a {
        font-size: 14px;
    }
    .lt-index span,
    .lt-index a {
        padding: 0 3px;
        border: none;
    }
}

@media (max-width:1320px) {
    .aside {
        right: -50px;
    }
}

@media (max-height:735px) {
    .aside .aside-follow {
        display: none;
    }
}


/*@media (max-height:820px){*/

.slider {
    height: 560px;
}

.slide-txt {
    margin-top: 96px;
}


}

/* LightBox */

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-container {
    padding: 4px;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container>.nav {
    left: 0;
}
.lb-nav a {
    outline: none;
}
.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;

    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/*MP3&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;*/
.audioplayer {
    height: 2.5em;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #222;
    position: relative;
    z-index: 1;
    background: #333
}
.audioplayer-mini {
    width: 2.5em;
    margin: 0 auto
}
.audioplayer>div {
    position: absolute
}
.audioplayer-playpause {
    width: 2.5em;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1)
}
.audioplayer-mini .audioplayer-playpause {
    width: 100%
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
    background-color: #222
}
.audioplayer-playpause a {
    display: block
}
.audioplayer-stopped .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.25em
}
.audioplayer-playing .audioplayer-playpause a {
    width: 0.75em;
    height: 0.75em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.375em 0 0 -0.375em
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
    width: 40%;
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0
}
.audioplayer-playing .audioplayer-playpause a:before {
    left: 0
}
.audioplayer-playing .audioplayer-playpause a:after {
    right: 0
}
.audioplayer-time {
    width: 4.375em;
    height: 100%;
    line-height: 2.375em;
    text-align: center;
    z-index: 2;
    top: 0
}
.audioplayer-time-current {
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25);
    left: 2.5em
}
.audioplayer-time-duration {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1);
    right: 2.5em
}
.audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0
}
.audioplayer-bar {
    height: 0.875em;
    background-color: #222;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em;
    left: 6.875em;
    margin-top: -0.438em
}
.audioplayer-novolume .audioplayer-bar {
    right: 4.375em
}
.audioplayer-bar div {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.audioplayer-bar-loaded {
    background-color: #333;
    z-index: 1
}
.audioplayer-bar-played {
    background: #007fd1;
    z-index: 2
}
.audioplayer-volume {
    width: 2.5em;
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25);
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0
}
.audioplayer-volume:hover,
.audioplayer-volume:focus {
    background-color: #222
}
.audioplayer-volume-button {
    width: 100%;
    height: 100%
}
.audioplayer-volume-button a {
    width: 0.313em;
    height: 0.375em;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%
}
.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
    content: '';
    position: absolute
}
.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: 50%;
    right: -0.25em;
    margin-top: -0.5em
}
.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
    width: 0.313em;
    height: 0.313em;
    border: 0.25em double #fff;
    border-width: 0.25em 0.25em 0 0;
    left: 0.563em;
    top: -0.063em;
    -webkit-border-radius: 0 0.938em 0 0;
    -moz-border-radius: 0 0.938em 0 0;
    border-radius: 0 0.938em 0 0;
    -webkit-transform: rotate( 45deg);
    -moz-transform: rotate( 45deg);
    -ms-transform: rotate( 45deg);
    -o-transform: rotate( 45deg);
    transform: rotate( 45deg)
}
.audioplayer-volume-adjust {
    height: 6.25em;
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px;
    background: #333
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
    opacity: 0
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
    top: auto;
    bottom: 100%
}
.audioplayer-volume-adjust>div {
    width: 40%;
    height: 80%;
    background-color: #222;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0
}
.audioplayer-volume-adjust div div {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007fd1
}
.audioplayer-novolume .audioplayer-volume {
    display: none
}
.audioplayer-volume-adjust {
    -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15), 2px -2px 2px rgba( 0, 0, 0, .15);
    -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15), 2px -2px 2px rgba( 0, 0, 0, .15);
    box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15), 2px -2px 2px rgba( 0, 0, 0, .15)
}
.audioplayer-bar,
.audioplayer-volume-adjust>div {
    -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5), 1px 1px 0 rgba( 255, 255, 255, .1);
    -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5), 1px 1px 0 rgba( 255, 255, 255, .1);
    box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5), 1px 1px 0 rgba( 255, 255, 255, .1)
}
.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
    -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5);
    -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5);
    box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5)
}
.audioplayer-playpause,
.audioplayer-volume a {
    -webkit-filter: drop-shadow( 1px 1px 0 #000);
    -moz-filter: drop-shadow( 1px 1px 0 #000);
    -ms-filter: drop-shadow( 1px 1px 0 #000);
    -o-filter: drop-shadow( 1px 1px 0 #000);
    filter: drop-shadow( 1px 1px 0 #000)
}
.audioplayer,
.audioplayer-volume-adjust {
    background: -webkit-gradient( linear, left top, left bottom, from( #444), to( #222));
    background: -webkit-linear-gradient( top, #444, #222);
    background: -moz-linear-gradient( top, #444, #222);
    background: -ms-radial-gradient( top, #444, #222);
    background: -o-linear-gradient( top, #444, #222);
    background: linear-gradient( to bottom, #444, #222)
}
.audioplayer-bar-played {
    background: -webkit-gradient( linear, left top, right top, from( #007fd1), to( #c600ff));
    background: -webkit-linear-gradient( left, #007fd1, #c600ff);
    background: -moz-linear-gradient( left, #007fd1, #c600ff);
    background: -ms-radial-gradient( left, #007fd1, #c600ff);
    background: -o-linear-gradient( left, #007fd1, #c600ff);
    background: linear-gradient( to right, #007fd1, #c600ff)
}
.audioplayer-volume-adjust div div {
    background: -webkit-gradient( linear, left bottom, left top, from( #007fd1), to( #c600ff));
    background: -webkit-linear-gradient( bottom, #007fd1, #c600ff);
    background: -moz-linear-gradient( bottom, #007fd1, #c600ff);
    background: -ms-radial-gradient( bottom, #007fd1, #c600ff);
    background: -o-linear-gradient( bottom, #007fd1, #c600ff);
    background: linear-gradient( to top, #007fd1, #c600ff)
}
.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.audioplayer {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.audioplayer-volume-adjust {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}
.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease
}

/*changshi*/
.cs-tit {
    position: absolute;
    right: 0;
    bottom: -2px;
}
.cs-tit a {
    display: inline-block;
    font-weight: bold;
    color: #999;
    line-height: 38px;
    border-top: 4px solid #fff;
    border-bottom: 2px solid transparent;
    padding: 0 15px;
}
.cs-tit a.cur {
    border-top-color: #265688;
    color: #444;
    border-right: 2px solid #ebf5ec;
    border-bottom-color: #fff;
    border-left: 2px solid #ebf5ec;
}
.cs-pannel li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    height: 290px;
}
.cs-pannel li.last {
    margin-right: 0;
}
.cs-pannel li.boot {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.cs-pannel li h3 {
    display: block;
    border-left: 2px solid #265688;
    height: 28px;
    line-height: 28px;
    color: #265688;
    font-size: 16px;
}
.cs-pannel li h3 a {
    color: #333;
    padding-left: 10px;
    float: left;
}
.cs-pannel li h3 a span {
    font-size: 12px;
    color: #666;
    padding-left: 5px;
    font-weight: normal;
}
.cs-pannel li h4 {
    float: right;
    width: 200px;

    line-height: 32px;
    font-size: 14px;

	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cs-pannel li h4 a {
    color: #265688;
}
.cs-pannel li p.top a:hover {
    color: #265688;
}
.cs-pannel li p.top {
    float: right;
    width: 200px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 0;
}
.cs-pannel li p.top a {
    color: #666;

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.cs-pannel li p.bot {
    float: left;
    width: 100%;
    line-height: 26px;
    margin-bottom: 4px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cs-pannel li p.bot:before {
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}
.ptop {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-right: 2%;
    margin-top: 12px;
    border-bottom: 1px dashed #cecece;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ptop img {
    float: left;
    width: 100%;
    height: 76px;
}
.pshipin,
.yhyd {
    overflow: hidden;
    padding-left: 30px;
}
.pshipin li,
.yhyd li {
    float: left;
    width: 340px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 !important;
    border-bottom: 1px dashed #ddd !important;
}
.pshipin li p {
    width: 320px;
    height: 220px;
}
.pshipin li h4,
.yhyd li h4 {
    font-size: 14px;
    float: left;
    padding-bottom: 4px;
    width: 100%;
    line-height: 36px;
    text-align: center;
}
.pshipin li:nth-child(2n) {
    float: right;
}
.yhyd {
    padding-left: 0;
}
.yhyd li {
    float: left;
    width: 29%;
    overflow: hidden;
    padding-left: 3.25% !important;
}
.yhyd li img {
    float: left;
    width: 100%;
    height: 140px;
}
.nr_n2_d2 {
    float: right;
    width: 140px;
}
.yuyue {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.yuyue li {
    float: left;
    width: 100%;
    height: 46px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}
.yuyue li img {
    float: left;
}
.fud {
    height: 62px;
    width: 100%;
    margin: 0 auto;
}
.fud dl {
    float: left;
    width: 25%;
    height: 62px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
}
.fud dl dt {
    cursor: pointer;
}
.fud dl dt a {
    display: block;
    padding: 35px 0 0 0;
    height: 28px;
    color: #fff;
}
.fud dl dt span {
    display: block;
    padding: 35px 0 0 0;
    color: #fff;
}
#dt1 {
    height: 35px;
}
#dt2 {
    height: 35px;
}
#dt3 {
    height: 35px;
}
#dt4 {
    height: 35px;
}
#dt3 a {
    padding: 8px 0 0 0;
}
#dd1,
#dd2 {
    display: none;
}
.fud dl dd {
    z-index: 8888;
    position: absolute;
    overflow: hidden;
    width: 100%;
    margin-left: -0px !important;
    margin-left: -60px;
}
.fud .side span {
    height: 1px;
    font-size: 1px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    background-color: #08509b;
}
.s1 {
    margin: 0 5px;
}
.s2 {
    margin: 0 3px;
}
.s3 {
    margin: 0 2px;
}
.s4 {
    margin: 0 1px;
    height: 2px;
}
.fud ul li.li {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #08509b;
    font-size: 16px;
}
.fud ul li a {
    display: block;
    color: #fff;
    width: 100%;
    height: 38px;
}
.fud a:visited {
    color: #feffff;
}
.focus {
    position: relative;
    width: 317px;
    height: 260px;
    float: left;
}
.focus img {
    width: 317px;
    height: 260px;
}
.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}
.focus .fcon img {
    display: block;
}
.focus .fbg {
    bottom: 25px;
    right: 40px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}
.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}
.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}
.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #fc114a;
}
.focus .D1fBt img {
    display: none
}
.focus .D1fBt i {
    display: none;
    font-style: normal;
}
.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;

}
.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}
.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}
.focus .prev:hover {
    background-position: 0 0;
}
.focus .next:hover {
    background-position: -40px 0;
}
.swtIcon_Counter {
    left: 50%;
    top: 30px;
    width: 28px;
    height: 28px;
    margin-left: 40px;
    text-align: center;
    line-height: 26px;
    background-color: #e60012;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    border-radius: 28px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    display: inline-block;
}