@-webkit-keyframes popFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes popFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes popFadeUp {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        opacity: .5;
        -webkit-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes serFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        -ms-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes pull {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
}

@keyframes tan {
    0% {
        transform: scaleY(1.11)
    }
    10% {
        transform: scaleY(1.1)
    }
    20% {
        transform: scaleY(1.09)
    }
    30% {
        transform: scaleY(1.1)
    }
    40% {
        transform: scaleY(1.11)
    }
    50% {
        transform: scaleY(1.1)
    }
    60% {
        transform: scaleY(1.09)
    }
    70% {
        transform: scaleY(1.1)
    }
    80% {
        transform: scaleY(1.11)
    }
    90% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1.09)
    }
}

@keyframes rights {
    from {
        transform: translate(-30px)
    }
    to {
        transform: translate(0px)
    }
}

@keyframes rights1 {
    from {
        transform: translate(-10px)
    }
    to {
        transform: translate(10px)
    }
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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: #fff;
    color: #555
}

a {
    color: #555
}

a:hover {
    color: #004fa6
}

.layout {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.absolute-layout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.container2 {
    min-height: 400px;
    width: 1330px;
    margin: 0 auto;
}

.footer .container2 {
    min-height: auto;
}

.footer-bottom .fl,
.footer-bottom .fr {
    width: 100%;
}

.container-inner {
    padding: 30px 0 50px
}

.bgf2 {
    background-color: #f2f2f2
}

.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.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: #158064
}

.green:hover {
    color: #096
}

.orange {
    color: #d58016
}

.gray {
    color: #999
}

.text-indent {
    text-indent: 2em
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.equipartition-1>* {
    width: 100%
}

.equipartition-2>* {
    width: 50%
}

.equipartition-3>* {
    width: 33.3333%
}

.equipartition-4>* {
    width: 25%
}

.equipartition-5>* {
    width: 20%
}

.equipartition-6>* {
    width: 16.6666%
}

.equipartition-7>* {
    width: 14.2857%
}

.equipartition-8>* {
    width: 12.5%
}

.equipartition-9>* {
    width: 11.1111%
}

.equipartition-10>* {
    width: 10%
}

.equipartition-11>* {
    width: 9.0909%
}

.equipartition-12>* {
    width: 8.3333%
}

.equipartition-13>* {
    width: 7.6923%
}

.equipartition-14>* {
    width: 7.1428%
}

.equipartition-15>* {
    width: 6.6666%
}

a {
    color: #444;
    outline: none;
    transition: all .3s
}

a:hover {
    color: #58AD81;
    text-decoration: none
}

img {
    object-fit: cover
}

.btn {
    display: inline-block;
    border: none;
    text-align: center;
    background: #004fa6;
    color: #fff;
    line-height: 34px;
    transition: all .3s;
    border-radius: 3px
}

.btn:hover {
    background: #58AD81;
    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: no-drop
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt25 {
    margin-top: 25px
}

.mt20 {
    margin-top: 20px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb25 {
    margin-bottom: 25px
}

.mb40 {
    margin-bottom: 40px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.pt10 {
    padding-top: 10px
}

.pt40 {
    padding-top: 40px
}

.pt15 {
    padding-top: 15px
}

.pb50 {
    padding-bottom: 50px
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
    clear: both
}

@font-face {
    font-family: "iconfont";
    src: url("../font/iconfont.eot");
    src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg")
}

.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.hidden {
    display: none
}

.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
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #c09853;
    font-size: 14px;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

.alert h4 {
    color: inherit;
    margin: 0
}

.alert.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert.alert-danger,
.alert.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert.alert-block>p,
.alert.alert-block>ul {
    margin-bottom: 0
}

.alert.alert-block p+p {
    margin-top: 5px
}

.ajax .message {
    background: none
}

.message {
    height: 100%
}

.message .msg {
    display: block;
    text-align: center;
    padding: 15px 0
}

.message .msg i {
    font-size: 80px
}

.message .msg strong {
    display: block;
    font-size: 16px
}

.message .msg .success {
    color: #029C46
}

.message .msg .error {
    color: #e33
}

.message .msg .info {
    color: #56abe4
}

.message .msg .skip {
    color: #999
}

.message .msg .btn {
    border-radius: 8px;
    width: 200px;
    margin-top: 15px
}

.nodata {
    color: #999;
    padding: 25px 0
}

.nodata i {
    display: block;
    font-size: 80px;
    line-height: 1
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1
}

.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    padding: 0;
    cursor: pointer;
    background-color: #ccc;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s
}

.slick-dots li+li {
    margin-left: 10px
}

.slick-dots li.slick-active {
    width: 50px;
    background-color: #d3b579 !important
}

.slick-dots li button {
    display: none
}

.slick-dots li:hover {
    background-color: #004fa6
}

.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: url(../images/uploadify-cancel.png) 0 0 no-repeat #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
}

.imagesLoaded li img {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.imagesLoaded .is-loading {
    background: url(../images/loading.gif) center no-repeat #000
}

.imagesLoaded .is-broken {
    background: url(../images/broken.png) center no-repeat #be3730
}

.imagesLoaded .is-loading img,
.imagesLoaded .is-broken img {
    opacity: 0;
    filter: alpha(opacity=0)
}

body:after {
    content: url(../images/close.png) url(../images/loading-gray.gif) url(../images/prev.png) url(../images/next.png);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.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: #fff;
    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-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading-gray.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(../images/627fcad86738468595c54fdbe3cad4e0.gif)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    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: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.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, 0.1)
}

.audioplayer-mini .audioplayer-playpause {
    width: 100%
}

.audioplayer-playpause:focus,
.audioplayer-playpause:hover {
    background-color: #222
}

.audioplayer-playpause a {
    display: block
}

.audioplayer-stopped .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.5em 0 0 -.25em
}

.audioplayer-playing .audioplayer-playpause a {
    width: .75em;
    height: .75em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.375em 0 0 -.375em
}

.audioplayer-playing .audioplayer-playpause a:after,
.audioplayer-playing .audioplayer-playpause a:before {
    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, 0.25);
    left: 2.5em
}

.audioplayer-time-duration {
    border-right: 1px solid #555;
    border-right-color: rgba(255, 255, 255, 0.1);
    right: 2.5em
}

.audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0
}

.audioplayer-bar {
    height: .875em;
    background-color: #222;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em;
    left: 6.875em;
    margin-top: -.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, 0.25);
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0
}

.audioplayer-volume:focus,
.audioplayer-volume:hover {
    background-color: #222
}

.audioplayer-volume-button {
    width: 100%;
    height: 100%
}

.audioplayer-volume-button a {
    width: .313em;
    height: .375em;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%
}

.audioplayer-volume-button a:after,
.audioplayer-volume-button a:before {
    content: '';
    position: absolute
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border: .5em solid transparent;
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: 50%;
    right: -.25em;
    margin-top: -.5em
}

.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
    width: .313em;
    height: .313em;
    border: .25em double #fff;
    border-width: .25em .25em 0 0;
    left: .563em;
    top: -.063em;
    -webkit-border-radius: 0 .938em 0 0;
    -moz-border-radius: 0 .938em 0 0;
    border-radius: 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, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15)
}

.audioplayer-bar,
.audioplayer-volume-adjust>div {
    -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1)
}

.audioplayer-bar-played,
.audioplayer-volume-adjust div div {
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.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 :after,
.audioplayer :before {
    -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
}

.clinic-scheduling table {
    border: none;
    width: 100%
}

.clinic-scheduling .seleced {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    text-align: center
}

.clinic-scheduling .seleced:hover+.tips {
    display: block
}

.clinic-scheduling .seleced.red {
    background: #ea5a54
}

.clinic-scheduling .seleced.red:before {
    content: "特需"
}

.clinic-scheduling .seleced.blue {
    background: #54a0ea
}

.clinic-scheduling .seleced.blue:before {
    content: "专家"
}

.clinic-scheduling .seleced.green {
    background: #63b98c
}

.clinic-scheduling .seleced.green:before {
    content: "普通"
}

.clinic-scheduling .seleced.orange {
    background: #e49548
}

.clinic-scheduling .seleced.orange:before {
    content: "专科"
}

.clinic-scheduling .seleced.gray {
    background: #9e9e9e;
    cursor: default
}

.clinic-scheduling .seleced.gray:before {
    content: "停诊"
}

.clinic-scheduling .tips {
    display: none;
    white-space: nowrap;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -34px;
    min-width: 245px;
    background: #fff;
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
    z-index: 4
}

.clinic-scheduling .tips:before,
.clinic-scheduling .tips:after {
    content: "◆";
    color: #fff;
    font-family: simsun;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 20px
}

.clinic-scheduling .tips:before {
    color: #ddd;
    top: -1px
}

.clinic-scheduling .tips .red {
    color: #ea5a54
}

.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 .orange {
    color: #e49548
}

.color-info .gray {
    color: #9e9e9e
}

.letter-box {
    display: none;
    line-height: 1.8;
    min-height: 150px;
    position: absolute;
    width: 452px;
    top: 32px;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 3;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden
}

.letter-box .area-tit {
    overflow: hidden;
    background: #ddd;
    margin: -10px -10px 5px -10px
}

.letter-box .area-tit.span2 a {
    width: 50%
}

.letter-box .area-tit.span3 a {
    width: 33.33%
}

.letter-box .area-tit.span4 a {
    width: 25%
}

.letter-box .area-tit.span5 a {
    width: 20%
}

.letter-box .area-tit.span6 a {
    width: 16.66%
}

.letter-box .area-tit.span7 a {
    width: 14.28%
}

.letter-box .area-tit a {
    float: left;
    line-height: 45px;
    height: 45px;
    text-align: center;
    font-weight: normal
}

.letter-box .area-tit a.cur {
    background: #fff;
    color: #004fa6
}

.letter-box .area-letter .tabs {
    display: none
}

.letter-box .area-letter .tabs:first-child {
    display: block
}

.letter-box .area-letter .tabs .letter-tit {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd
}

.letter-box .area-letter .tabs .letter-tit li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 13px
}

.letter-box .area-letter .tabs .letter-tit li a {
    display: block
}

.letter-box .area-letter .tabs .letter-tit li.cur {
    font-weight: bold;
    border-bottom: 1px solid #004fa6;
    margin-bottom: -1px;
    position: relative
}

.letter-box .area-letter .tabs .letter-pannel li {
    display: none;
    overflow: hidden;
    padding: 10px 10px 0 10px;
    text-align: left;
    font-size: 13px
}

.letter-box .area-letter .tabs .letter-pannel li:first-child {
    display: block
}

.letter-box .area-letter .tabs .letter-pannel li a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 2px;
    margin-right: 2px
}

.color-sns.small-size {
    position: relative;
    top: -2px
}

.color-sns.small-size a {
    width: 34px;
    height: 34px;
    line-height: 34px
}

.color-sns.small-size a i {
    font-size: 24px
}

.color-sns a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 2px;
    color: #cbcbcb
}

.color-sns a:not(.active):hover {
    color: #cbcbcb
}

.color-sns a i {
    font-size: 28px
}

.color-sns a.iphone.active {
    color: #0096d7
}

.color-sns a.weibo.active {
    color: #e53048
}

.color-sns a.weixin.active {
    color: #01b30c
}

.color-sns a.haodf.active {
    color: #1596ea
}

.hoverShowImg {
    position: relative
}

.hoverShowImg:hover .img-wp {
    animation: popFadeIn .5S;
    display: block
}

.hoverShowImg .img-wp {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 5;
    background-color: #fff;
    margin-left: -68px;
    border-radius: 5px;
    border: 8px solid #fff;
    box-shadow: 5px 5px 20px rgba(174, 174, 174, 0.5)
}

.hoverShowImg .img-wp span {
    display: block;
    line-height: 1;
    margin-bottom: 8px
}

.hoverShowImg .img-wp:before {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fff;
    display: block;
    position: absolute;
    top: -22px;
    margin-left: -8px;
    left: 50%
}

.hoverShowImg .img-wp img {
    width: 120px;
    height: 120px;
    display: block;
    margin-bottom: 5px
}

@keyframes popFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes sonarEffect1 {
    from {
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes sonarEffect2 {
    from {
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes showFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

ul.table-ul {
    position: absolute;
    display: table;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    font-size: 0;
    text-align: center
}

ul.table-ul li {
    position: relative;
    display: table-cell;
    height: 55px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4
}

ul.table-ul li+li {
    border-left: none;
    left: -1px
}

ul.table-ul li a {
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #333;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

ul.table-ul li:hover a {
    color: #fff;
    background-color: #004fa6
}

ul.table-ul li.cur {
    border-bottom: none;
    border-top: none
}

ul.table-ul li.cur:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(0deg, #004fa6 0%, #004fa6 1%, #58AD81 100%, #58AD81 100%);
    background: -moz-linear-gradient(90deg, #004fa6 0%, #004fa6 1%, #58AD81 100%, #58AD81 100%);
    background: linear-gradient(90deg, #004fa6 0%, #004fa6 1%, #58AD81 100%, #58AD81 100%)
}

.tab-tit {
    display: block;
    text-align: center;
    margin-bottom: 33px
}

.tab-tit .news-tab-tit {
    display: inline-block
}

.tab-tit .news-tab-tit .columns-name {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.tab-tit .news-tab-tit.cur-tab .columns-name {
    color: #58AD81;
    font-weight: 700
}

.tab-tit .news-tab-tit.cur-tab .columns-name:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #58AD81
}

.tab-tit .news-tab-tit+.news-tab-tit {
    margin-left: 25px
}

.common-title-style {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 24px
}

.common-title-style>*:first-child {
    display: inline-block;
    font-weight: 700;
    color: #333;
    font-size: 32px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.common-title-style>*:first-child:hover {
    color: #004fa6
}

.no-news {
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ccc
}

.no-news .iconfont {
    font-size: 80px;
    height: 100px
}

.no-margin-left {
    margin-left: 0 !important
}

#common-list-wrapper .common-list-tit,
#common-right-wrapper .common-list-tit {
    height: 56px;
    line-height: 46px;
    border-bottom: 1px solid #e4e4e4
}

#common-list-wrapper .common-list-tit .common-list-name,
#common-right-wrapper .common-list-tit .common-list-name {
    font-size: 28px;
    color: #444;
    font-weight: 700;
    margin: 0
}

#common-list-wrapper .common-list-tit a,
#common-right-wrapper .common-list-tit a {
    color: #333;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

#common-list-wrapper .common-list-tit a:hover,
#common-right-wrapper .common-list-tit a:hover {
    color: #004fa6 !important
}

#common-list-wrapper .common-list-tit a:hover i,
#common-right-wrapper .common-list-tit a:hover i {
    color: #004fa6
}

#common-list-wrapper .common-list-tit a i,
#common-right-wrapper .common-list-tit a i {
    margin-right: 4px;
    font-weight: normal;
    color: #666;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

#common-list-wrapper .common-list-tit a.common-cur,
#common-right-wrapper .common-list-tit a.common-cur {
    color: #004fa6
}

#common-list-wrapper .common-list-tit a.common-cur i,
#common-right-wrapper .common-list-tit a.common-cur i {
    color: #004fa6
}

#common-list-wrapper .common-list-tit a.common-list-order-time,
#common-list-wrapper .common-list-tit a.common-list-order-times,
#common-right-wrapper .common-list-tit a.common-list-order-time,
#common-right-wrapper .common-list-tit a.common-list-order-times {
    position: relative;
    top: 2px
}

#common-list-wrapper .common-list-tit a.common-list-order-time i,
#common-list-wrapper .common-list-tit a.common-list-order-times i,
#common-right-wrapper .common-list-tit a.common-list-order-time i,
#common-right-wrapper .common-list-tit a.common-list-order-times i {
    font-size: 16px
}

#common-list-wrapper .common-list-tit a+a,
#common-right-wrapper .common-list-tit a+a {
    margin-left: 16px
}

#common-list-wrapper .common-list-tit>span,
#common-right-wrapper .common-list-tit>span {
    float: right;
    line-height: 1;
    margin-top: 9px
}

#common-list-wrapper .common-list-tit>span span,
#common-right-wrapper .common-list-tit>span span {
    display: inline-block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #004fa6;
    line-height: 28px;
    text-align: center;
    background-color: transparent;
    cursor: pointer
}

#common-list-wrapper .common-list-tit>span span .iconfont,
#common-right-wrapper .common-list-tit>span span .iconfont {
    font-size: 20px;
    color: #004fa6
}

#common-list-wrapper .common-list-tit>span span+span,
#common-right-wrapper .common-list-tit>span span+span {
    margin-left: 10px
}

#common-list-wrapper .common-list-tit>span span.common-cur,
#common-right-wrapper .common-list-tit>span span.common-cur {
    background-color: #004fa6
}

#common-list-wrapper .common-list-tit>span span.common-cur .iconfont,
#common-right-wrapper .common-list-tit>span span.common-cur .iconfont {
    color: #fff
}

#common-right-wrapper .common-list-tit .common-list-name {
    font-size: 20px;
    line-height: 40px
}

.noprint #common-share-wrapper .common-share-print {
    display: none
}

.nomobile #common-share-wrapper .common-news-mobile {
    display: none
}

.noshare #common-share-wrapper .common-news-share {
    display: none
}

.onlyshare #common-share-wrapper .common-share-print,
.onlyshare #common-share-wrapper .common-news-mobile {
    display: none
}

#common-share-wrapper .common-share-print,
#common-share-wrapper .common-news-mobile,
#common-share-wrapper .common-news-share {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#common-share-wrapper .common-share-print>i.iconfont,
#common-share-wrapper .common-news-mobile>i.iconfont,
#common-share-wrapper .common-news-share>i.iconfont {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 20px;
    color: #555;
    cursor: pointer;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

#common-share-wrapper .common-share-print {
    margin-right: 1px
}

#common-share-wrapper .common-share-print:hover .iconfont {
    color: #58AD81
}

#common-share-wrapper .common-share-print .iconfont {
    font-size: 20px;
    color: #555;
    line-height: 17px;
    padding-right: 7px;
    border-right: 1px solid #e4e4e4;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

#common-share-wrapper .common-news-mobile {
    padding-right: 10px;
    border-right: 1px solid #e4e4e4
}

#common-share-wrapper .common-news-mobile>i.iconfont:hover {
    color: #58AD81
}

#common-share-wrapper .common-news-mobile>i.iconfont:hover+.common-news-mobile-qr-code {
    max-height: none;
    opacity: 1;
    padding: 9px 9px 0;
    border: 1px solid #e4e4e4
}

#common-share-wrapper .common-news-share {
    z-index: inherit !important
}

#common-share-wrapper .common-news-share:hover:before {
    content: "";
    display: block
}

#common-share-wrapper .common-news-share:hover .common-list-share {
    max-height: none;
    opacity: 1;
    border: 1px solid #e4e4e4;
    padding: 5px 10px 2px
}

#common-share-wrapper .common-news-share:hover>span,
#common-share-wrapper .common-news-share:hover>i.iconfont {
    color: #58AD81
}

#common-share-wrapper .common-news-share:before {
    content: "";
    display: none;
    position: absolute;
    left: -30px;
    top: -7px;
    width: 97px;
    height: 10px;
    background-color: transparent
}

#common-share-wrapper .common-news-share>span {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-left: 6px;
    vertical-align: bottom;
    cursor: pointer;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

#common-share-wrapper .common-news-mobile-qr-code,
#common-share-wrapper .common-list-share {
    max-height: 0;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    z-index: 99;
    transition: max-height .5s, opacity .5s;
    -webkit-transition: max-height .5s, opacity .5s;
    -moz-transition: max-height .5s, opacity .5s;
    -o-transition: max-height .5s, opacity .5s
}

#common-share-wrapper .common-news-mobile-qr-code {
    left: -60px;
    bottom: 20px
}

#common-share-wrapper .common-news-mobile-qr-code .common-news-mobile-notice {
    font-size: 14px;
    color: #555;
    line-height: 30px;
    margin-top: -3px;
    text-align: center
}

#common-share-wrapper .common-news-mobile-qr-code img {
    width: 120px;
    height: 120px
}

#common-share-wrapper .common-list-share {
    width: 75px;
    left: -30px;
    bottom: 25px
}

#common-share-wrapper .common-list-share div {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e4e4e4
}

#common-share-wrapper .common-list-share a {
    display: block;
    line-height: 24px
}

#common-share-wrapper .common-list-share a:hover span {
    color: #004fa6
}

#common-share-wrapper .common-list-share a .iconfont {
    font-size: 20px;
    left: 1px
}

#common-share-wrapper .common-list-share a:nth-of-type(1) .iconfont {
    color: #46bb36
}

#common-share-wrapper .common-list-share a:nth-of-type(2) .iconfont {
    color: #ea5d5c
}

#common-share-wrapper .common-list-share a:nth-of-type(3) .iconfont {
    color: #f2a141
}

#common-share-wrapper .common-list-share a span {
    position: relative;
    z-index: -1;
    font-size: 12px;
    color: #333;
    padding-left: 10px;
    vertical-align: top;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

#common-bottom-share {
    border-bottom: 3px solid #ccc;
    padding-bottom: 10px
}

#common-bottom-share #common-share-wrapper {
    float: right
}

#common-bottom-share #common-share-wrapper .common-news-mobile {
    display: none
}

.common-list-inner {
    width: 100%
}

.common-list-inner .common-news-list {
    width: 100%
}

.common-list-inner .common-news-list .common-news-wrapper {
    position: relative;
    box-sizing: border-box;
    transition: height .5s, box-shadow .5s;
    -webkit-transition: height .5s, -webkit-box-shadow .5s;
    -moz-transition: height .5s, -moz-box-shadow .5s;
    -o-transition: height .5s, -o-box-shadow .5s
}

.common-list-inner .common-news-list .common-news-wrapper>* {
    position: absolute
}

.common-list-inner .common-news-list .common-news-wrapper #common-share-wrapper .common-share-print {
    display: none
}

.common-list-inner .common-news-thumb {
    width: 280px;
    height: 158px;
    overflow: hidden
}

.common-list-inner .common-news-thumb:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.common-list-inner .common-news-thumb img {
    width: 280px;
    height: 158px;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.common-list-inner .common-news-title {
    display: block;
    max-height: 52px;
    font-weight: 700;
    color: #555;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

.common-list-inner .common-news-title:hover {
    color: #58AD81
}

.common-list-inner .common-news-time,
.common-list-inner .common-news-comefrom {
    font-size: 14px;
    color: #999;
    line-height: 16px
}

#common-list-wrapper {
    position: relative;
    min-height: 600px
}

#common-list-wrapper .nodata {
    position: absolute;
    left: 0;
    right: 0;
    top: 300px;
    padding: 0
}

.common-list-inner.common-list-image {
    margin-top: 30px
}

.common-list-inner.common-list-image .common-news-list {
    width: auto;
    margin: 0 -5px
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper {
    float: left;
    width: 280px;
    height: 326px;
    margin: 0 5px 20px;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper:hover {
    -moz-box-shadow: 0px 0px 10px rgba(53, 159, 80, 0.4);
    -webkit-box-shadow: 0px 0px 10px rgba(53, 159, 80, 0.4);
    box-shadow: 0px 0px 10px rgba(53, 159, 80, 0.4)
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper:hover .common-news-information {
    border-bottom-color: #004fa6
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-thumb {
    left: 0;
    top: 0;
    z-index: 3
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-information {
    top: 205px;
    right: 20px;
    width: 240px;
    height: 68px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    z-index: 1;
    transition: border-bottom-color .5s;
    -webkit-transition: border-bottom-color .5s;
    -moz-transition: border-bottom-color .5s;
    -o-transition: border-bottom-color .5s
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-information .common-news-title {
    font-size: 18px
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-information .common-news-content {
    display: none
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-time {
    left: 20px;
    bottom: 16px
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-time .news-time-title {
    display: none
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-comefrom {
    left: 20px;
    bottom: 135px;
    color: #004fa6;
    z-index: 2
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-comefrom:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 22px;
    height: 1px;
    background-color: #004fa6
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-comefrom .common-news-comefrom-title {
    display: none
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper #common-share-wrapper {
    right: 20px;
    bottom: 15px
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper #common-share-wrapper .common-news-mobile {
    padding-right: 5px;
    border-right: none
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper #common-share-wrapper .common-news-share:before {
    content: "";
    left: -40px;
    top: -9px
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper #common-share-wrapper .common-news-share>span {
    display: none
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper #common-share-wrapper .common-news-share .common-list-share {
    left: -35px
}

.common-list-inner.common-list-imgtxt {
    margin-top: 10px
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper {
    width: 100%;
    height: 178px;
    padding-top: 20px
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper+.common-news-wrapper {
    margin-top: 20px;
    border-top: 1px dashed #e4e4e4
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-thumb {
    left: 0;
    top: 20px
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-information {
    top: 20px;
    right: 0;
    width: 560px;
    max-height: 110px;
    overflow: hidden
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-information .common-news-title {
    font-size: 20px
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-information .common-news-content {
    max-height: 60px;
    font-size: 14px;
    color: #797979;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
    margin: 18px 0 0;
    overflow: hidden
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-time {
    left: 300px;
    bottom: 2px
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-comefrom {
    left: 432px;
    bottom: 2px;
    padding-left: 10px;
    border-left: 1px solid #e4e4e4
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper #common-share-wrapper {
    right: 0;
    bottom: 0
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper.common-news-wrapper-nothumb .common-news-thumb {
    display: none
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper.common-news-wrapper-nothumb .common-news-information {
    width: 100%
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper.common-news-wrapper-nothumb .common-news-time {
    left: 0
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper.common-news-wrapper-nothumb .common-news-comefrom {
    left: 132px
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper {
    width: 100%;
    height: 100px;
    border-bottom: 1px dashed #e4e4e4
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-thumb {
    display: none
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-information {
    top: 38px;
    right: 0;
    width: 100%
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-information .common-news-title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-information .common-news-content {
    display: none
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-time {
    right: 0;
    bottom: 40px
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-time .common-news-time-title {
    display: none
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-comefrom,
.common-list-inner.common-list-text .common-news-list .common-news-wrapper #common-share-wrapper {
    display: none
}

#common-right-wrapper {
    float: right;
    width: 280px
}

#common-right-wrapper .common-right-list-item {
    width: 100%
}

#common-right-wrapper .common-right-list-item .common-more {
    font-size: 14px;
    color: #666;
    margin: 0
}

#common-right-wrapper .common-right-list-item .common-more:hover {
    color: #004fa6
}

#common-right-wrapper .common-right-list-item .common-more .iconfont {
    font-size: 19px;
    color: #004fa6;
    vertical-align: middle;
    margin: 0 0 0 7px
}

#common-right-wrapper .common-right-list-item .common-right-list {
    margin-top: 15px;
    margin-bottom: 35px
}

#common-right-wrapper .common-right-list-item .common-right-list li {
    height: 60px;
    line-height: 60px
}

#common-right-wrapper .common-right-list-item .common-right-list li a {
    display: inline-block;
    height: 100%
}

#common-right-wrapper .common-right-list-item .common-right-list li a:hover .common-right-news-title {
    color: #004fa6
}

#common-right-wrapper .common-right-list-item .common-right-list li a .common-right-news-order {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #999;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center
}

#common-right-wrapper .common-right-list-item .common-right-list li a .common-right-news-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 240px;
    max-height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    overflow: hidden;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

#common-right-wrapper .common-right-list-item .common-right-list li+li {
    border-top: 1px dashed #e4e4e4
}

#common-right-wrapper .common-right-list-item .common-right-list li:nth-of-type(1) a .common-right-news-order {
    background-color: #ea5406
}

#common-right-wrapper .common-right-list-item .common-right-list li:nth-of-type(2) a .common-right-news-order {
    background-color: #199ed8
}

#common-right-wrapper .common-right-list-item .common-right-list li:nth-of-type(3) a .common-right-news-order {
    background-color: #0c9
}

#common-right-wrapper .common-right-list-item .common-right-paper-list,
#common-right-wrapper .common-right-list-item .common-right-special-list,
#common-right-wrapper .common-right-list-item .common-right-image-list,
#common-right-wrapper .common-right-list-item .common-right-video-list {
    width: 100%;
    margin-top: 30px
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a,
#common-right-wrapper .common-right-list-item .common-right-special-list li a,
#common-right-wrapper .common-right-list-item .common-right-image-list li a,
#common-right-wrapper .common-right-list-item .common-right-video-list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a:hover img,
#common-right-wrapper .common-right-list-item .common-right-special-list li a:hover img,
#common-right-wrapper .common-right-list-item .common-right-image-list li a:hover img,
#common-right-wrapper .common-right-list-item .common-right-video-list li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a:hover .common-right-news-tit,
#common-right-wrapper .common-right-list-item .common-right-special-list li a:hover .common-right-news-tit,
#common-right-wrapper .common-right-list-item .common-right-image-list li a:hover .common-right-news-tit,
#common-right-wrapper .common-right-list-item .common-right-video-list li a:hover .common-right-news-tit {
    color: #004fa6 !important
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a img,
#common-right-wrapper .common-right-list-item .common-right-special-list li a img,
#common-right-wrapper .common-right-list-item .common-right-image-list li a img,
#common-right-wrapper .common-right-list-item .common-right-video-list li a img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a .common-right-news-tit,
#common-right-wrapper .common-right-list-item .common-right-special-list li a .common-right-news-tit,
#common-right-wrapper .common-right-list-item .common-right-image-list li a .common-right-news-tit,
#common-right-wrapper .common-right-list-item .common-right-video-list li a .common-right-news-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

#common-right-wrapper .common-right-list-item .common-right-paper-list {
    margin-bottom: 50px
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li {
    float: left;
    width: 130px;
    height: 176px
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li+li {
    margin-left: 20px
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a {
    border: 1px solid #e4e4e4
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a .common-right-news-tit {
    height: 34px;
    line-height: 34px;
    background-color: rgba(53, 159, 80, 0.8)
}

#common-right-wrapper .common-right-list-item .common-right-special-list li {
    width: 100%;
    height: 158px
}

#common-right-wrapper .common-right-list-item .common-right-special-list li+li {
    margin-top: 30px
}

#common-right-wrapper .common-right-list-item .common-right-special-list li a img.common-right-special-image {
    width: 280px;
    height: 102px
}

#common-right-wrapper .common-right-list-item .common-right-special-list li a .common-right-news-tit {
    height: 56px;
    line-height: 56px;
    background-color: #58AD81
}

#common-right-wrapper .common-right-list-item .common-right-image-list,
#common-right-wrapper .common-right-list-item .common-right-video-list {
    margin-bottom: 45px
}

#common-right-wrapper .common-right-list-item .common-right-image-list li,
#common-right-wrapper .common-right-list-item .common-right-video-list li {
    width: 100%
}

#common-right-wrapper .common-right-list-item .common-right-image-list li+li,
#common-right-wrapper .common-right-list-item .common-right-video-list li+li {
    margin-top: 25px
}

#common-right-wrapper .common-right-list-item .common-right-image-list li a,
#common-right-wrapper .common-right-list-item .common-right-video-list li a {
    height: auto
}

#common-right-wrapper .common-right-list-item .common-right-image-list li a .common-right-news-img,
#common-right-wrapper .common-right-list-item .common-right-video-list li a .common-right-news-img {
    position: relative;
    width: 100%;
    height: 158px;
    overflow: hidden
}

#common-right-wrapper .common-right-list-item .common-right-image-list li a .common-right-news-tit,
#common-right-wrapper .common-right-list-item .common-right-video-list li a .common-right-news-tit {
    position: inherit;
    max-height: 40px;
    line-height: 20px;
    color: #555;
    text-align: left;
    margin-top: 5px;
    overflow: hidden
}

#common-right-wrapper .common-right-list-item .common-right-video-list li a .common-right-news-img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: -o-linear-gradient(bottom, transparent, #000);
    background: -moz-linear-gradient(bottom, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000)
}

#common-right-wrapper .common-right-list-item .common-right-video-list li a i {
    position: absolute;
    top: 106px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

.pager {
    overflow: hidden;
    text-align: center
}

.pager a,
.pager button {
    border: 1px solid rgba(204, 204, 204, 0.5)
}

.pager a,
.pager span,
.pager input,
.pager button {
    display: inline-block;
    vertical-align: middle;
    min-width: 38px;
    line-height: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin-left: 5px
}

.pager span,
.pager button {
    min-width: 40px;
    line-height: 40px;
    padding: 0 16px
}

.pager a {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.pager a.cur {
    background-color: #004fa6;
    color: #fff !important
}

.pager a:hover {
    background-color: #58AD81;
    color: #fff
}

.pager a.disabled,
.pager a.disabled:hover {
    background-color: rgba(204, 204, 204, 0.5);
    color: #999;
    cursor: default
}

.pager span {
    background-color: rgba(204, 204, 204, 0.5)
}

.pager input {
    width: 60px;
    padding: 0 0 0 8px;
    line-height: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pager button {
    border: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.pager button:hover {
    background-color: #004fa6;
    color: #fff
}

.pager .pager-prev,
.pager .pager-next {
    background-color: rgba(204, 204, 204, 0.5)
}

#common-news-detail-content {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    overflow: hidden
}

#common-news-detail-content img {
    max-width: 100% !important
}

#common-news-detail-content div {
    text-indent: 0 !important
}

#common-news-detail-content .keylink {
    border-bottom: 1px dashed #ccc
}

#common-news-qrcode {
    text-align: center;
    margin-top: 20px
}

#common-news-qrcode p {
    font-size: 12px;
    color: #999
}

#common-news-qrcode img {
    width: 132px;
    height: 132px
}

#related-file {
    margin-top: 35px;
    margin-bottom: 50px
}

#related-file ul {
    margin-top: 13px
}

#related-file ul li {
    border-bottom: 1px solid #e4e4e4;
    height: 60px;
    line-height: 60px
}

#related-file ul li:last-child {
    border: none
}

#related-file ul li a {
    position: relative;
    display: block;
    padding-left: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#related-file ul li a:after,
#related-file ul li a:before {
    position: absolute;
    top: 0;
    font-family: "iconfont"
}

#related-file ul li a:before {
    left: 0;
    font-size: 48px;
    color: #004fa6;
    content: "\e663";
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

#related-file ul li a:hover:before {
    color: #937768
}

#related-file ul li .doc:before,
#related-file ul li .docx:before {
    content: "\e667";
    color: #4568a0
}

#related-file ul li .xls:before,
#related-file ul li .xlsx:before {
    content: "\e668";
    color: #378458
}

#related-file ul li .ppt:before,
#related-file ul li .pptx:before {
    content: "\e660";
    color: #db6340
}

#related-file ul li .pdf:before {
    content: "\e68f";
    color: #e81f05
}

#related-file ul li .rar:before {
    content: "\e665";
    color: #ff5056
}

#related-file ul li .zip:before {
    content: "\e661";
    color: #a372db
}

#related-file ul li .swf:before {
    content: "\e7c0";
    color: #bb041a
}

#related-file ul li .txt:before {
    content: "\e664";
    color: #8fa4b5
}

.common-related-list-tit {
    height: 20px;
    line-height: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e4e4e4
}

.common-related-list-tit .common-related-title {
    line-height: 20px;
    color: #666;
    height: 20px;
    margin-bottom: 18px;
    position: relative;
    font-size: 20px
}

.common-related-list-tit .common-related-title span {
    font-weight: normal
}

.common-related-list-tit .common-related-title.cur:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 32px;
    height: 5px;
    background-color: #58AD81
}

.common-related-list-tit .common-related-tab-tit {
    display: block;
    color: #555
}

.common-related-list-tit .common-related-tab-tit a {
    display: inline-block;
    line-height: 20px;
    color: #666;
    font-weight: normal;
    height: 20px;
    font-size: 16px;
    margin-right: 21px;
    position: relative;
    margin-bottom: 18px;
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

.common-related-list-tit .common-related-tab-tit a:after {
    height: 5px;
    width: 32px;
    bottom: -19px;
    left: 0;
    position: absolute;
    content: ''
}

.common-related-list-tit .common-related-tab-tit a:last-child {
    margin-right: 0
}

.common-related-list-tit .common-related-tab-tit a.cur {
    color: #58AD81
}

.common-related-list-tit .common-related-tab-tit a.cur:after {
    background-color: #58AD81
}

#related-list-wrap {
    position: relative;
    margin-top: 35px
}

.common-title {
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4
}

.common-title>*:first-child {
    font-weight: 700;
    font-size: 20px;
    color: #666
}

.common-title a.fr {
    font-size: 14px;
    color: #666
}

.common-title a.fr .iconfont {
    font-size: 20px;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle
}

.common-title a {
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s
}

.common-title a:hover {
    color: #004fa6 !important
}

.header .logo-row {
    padding: 20px 0
}

.header .logo-row .logo img {
    display: block;
    height: 50px
}

.header .logo-row .subname {
    line-height: 50px;
    height: 50px;
    margin-left: 15px;
    max-width: 820px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    padding-left: 15px;
    font-size: 30px;
    border-left: 1px solid #ddd
}

.header .logo-row .gohome-bar {
    height: 42px;
    width: 119px;
    line-height: 41px;
    display: block;
    border-radius: 5px;
    margin-top: 5px;
    color: #fff;
    text-align: center;
    background-color: #999
}

.header .logo-row .gohome-bar:hover {
    background-color: #004fa6
}

.header .logo-row .gohome-bar i {
    margin-right: 4px;
    color: #e6e5e5
}

.nav {
    height: 50px;
    line-height: 50px;
    background-color: #004fa6;
    position: relative;
    z-index: 2
}

.nav ul li {
    float: left
}

.nav ul li a {
    color: #fff;
    font-size: 16px;
    display: block
}

.nav ul li a:hover {
    color: #fff;
    position: relative
}

.nav ul li a:hover:after {
    content: '';
    background-color: #003773;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.nav ul li.cur {
    font-weight: bold
}

.nav ul li.cur a {
    color: #fff;
    position: relative
}

.nav ul li.cur a:after {
    content: '';
    background-color: #003773;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.nav ul li+li {
    margin-left: 52px
}

.path {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
    color: #999
}

.path i {
    font-size: 12px;
    vertical-align: middle;
    padding: 0 5px
}

.special-theme-green a:hover {
    /* color: #3d8653 */
}

.special-theme-green .gohome-bar:hover {
    background-color: #3d8653 !important
}

.special-theme-green .nav {
    /* background-color: #3d8653 */
}

.special-theme-green .nav ul li a:hover {
    color: #fff;
    position: relative
}

.special-theme-green .nav ul li a:hover:after {
    content: '';
    background-color: #2d633d;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.special-theme-green .nav ul li.cur a {
    color: #fff;
    position: relative
}

.special-theme-green .nav ul li.cur a:after {
    content: '';
    background-color: #2d633d;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.special-theme-green .change-bgcolor .inner-row.bg-f2 {
    background-color: rgba(61, 134, 83, 0.85)
}

.special-theme-green .change-bgcolor .bg-f2 .inner-list-item .inner-list-tit.center-list-tit a.fl {
    color: #fff
}

.special-theme-green .change-bgcolor .bg-f2 .inner-list-content ul li {
    border-color: rgba(61, 134, 83, 0.85)
}

.special-theme-green .change-bgcolor .bg-f2 .sp-home-video ul li a {
    color: #fff
}

.special-theme-green .change-bgcolor .bg-f2 .sp-home-txts-1 ul li {
    background-color: #3d8653
}

.special-theme-green .change-bgcolor .bg-f2 .sp-home-txts-1 ul li:hover {
    border-color: #b3dcbf;
    box-shadow: 0px 10px 10px rgba(179, 220, 191, 0.2)
}

.special-theme-green .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .tit a {
    color: #fff
}

.special-theme-green .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .tit a:hover {
    color: #fff
}

.special-theme-green .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .date {
    background-color: #357448
}

.special-theme-green .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark {
    opacity: .8
}

.special-theme-green .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a {
    color: #fff
}

.special-theme-green .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a.themecolor {
    color: #fff
}

.special-theme-green .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a.themecolor:hover {
    color: #fff
}

.special-theme-green .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a:hover {
    color: #fff
}

.special-theme-green .inner-list-item .inner-list-tit.center-list-tit a.fl {
    color: #3d8653
}

.special-theme-green .inner-list-item .inner-list-tit.center-list-tit a.fl:hover {
    color: #4da969
}

.special-theme-green .inner-list-item .inner-list-tit a.fl:hover {
    color: #3d8653
}

.special-theme-green .inner-list-item .inner-list-tit a.fl:after {
    background-color: #3d8653
}

.special-theme-green .inner-list-item .inner-list-tit .tab-tit {
    display: block;
    color: #555
}

.special-theme-green .inner-list-item .inner-list-tit .tab-tit a.cur:after {
    background-color: #3d8653
}

.special-theme-green .special-slide-news .text-news-wrap li .text-news-item .text-news-mark b {
    color: #3d8653
}

.special-theme-green .sp-home-news ul li:hover {
    border-color: #3d8653;
    box-shadow: 0px 10px 10px rgba(61, 134, 83, 0.2)
}

.special-theme-green .sp-home-news ul li .thumb .mark {
    background-color: rgba(61, 134, 83, 0.85)
}

.special-theme-green .sp-home-imgs ul li:hover {
    border-color: #3d8653;
    box-shadow: 0px 10px 10px rgba(61, 134, 83, 0.2)
}

.special-theme-green .sp-home-txts-1 ul li {
    transition: border-color .3s, box-shadow .3s
}

.special-theme-green .sp-home-txts-1 ul li:hover {
    border-color: #3d8653;
    box-shadow: 0px 10px 10px rgba(61, 134, 83, 0.2)
}

.special-theme-green .sp-home-txts-1 ul li .date {
    background-color: #3d8653
}

.special-theme-green .sp-home-txts-1 ul li .mark a {
    color: #3d8653
}

.special-theme-green .sp-home-txts-1 ul li .mark a:hover {
    color: #4da969
}

.special-theme-green .sp-home-txts-2 ul li a:before {
    color: #3d8653
}

.special-theme-green .sp-home-expert ul li:hover {
    border-color: #3d8653;
    box-shadow: 0px 10px 10px rgba(61, 134, 83, 0.2)
}

.special-theme-green .sp-home-expert ul li .tit:after {
    background-color: #43945c
}

.special-theme-green .sp-home-video ul li:hover .vdimg i {
    background-color: #4da969
}

.special-theme-green .sp-home-video ul li .vdimg i {
    background-color: #3d8653
}

.special-theme-green .sp-home-page .more-info {
    background-color: #3d8653
}

.special-theme-green .sp-home-page .more-info:hover {
    background-color: #4da969;
    color: #fff
}

.special-theme-green .download-list li:hover .dl-icon:before {
    color: #3d8653
}

.special-theme-green .download-list li a.download {
    background: #3d8653
}

.special-theme-green .download-list li a.download:hover {
    background: #43945c
}

.special-theme-green .download-list li a.dl-icon:before {
    color: #3d8653
}

.special-theme-green .newspaper-list li a span {
    background: #3d8653
}

.special-theme-green .newspaper-list li a:hover span {
    background-color: #3d8653
}

.special-theme-green .video-list ul li .vdimg i {
    background-color: #3d8653
}

.special-theme-green .video-list ul li .vdimg :hover i {
    background-color: #3d8653
}

.special-theme-green .imgs-list ul li .il-link .il-img:before {
    background-color: #3d8653
}

.special-theme-green .pic-list ul li .pl-link .pl-img:before {
    background-color: #3d8653
}

.special-theme-green .related-news li .title:hover {
    color: #3d8653
}

.special-theme-green .news-footer-share {
    border-bottom-color: #3d8653
}

.special-theme-green .pager a.cur {
    background: #3d8653
}

.special-theme-green .pager button:hover {
    background-color: #3d8653
}

.special-theme-green .content .news-content .keylink {
    color: #3d8653;
    border-bottom: 1px dashed #3d8653
}

.special-theme-red a:hover {
    color: #444;
}

.special-theme-red .gohome-bar:hover {
    background-color: #cc0909 !important
}

.special-theme-red .nav {
    background-color: #cc0909;
}

.special-theme-red .nav ul li a:hover {
    color: #fff;
    position: relative
}

.special-theme-red .nav ul li a:hover:after {
    content: '';
    background-color: #9b0707;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.special-theme-red .nav ul li.cur a {
    color: #fff;
    position: relative
}

.special-theme-red .nav ul li.cur a:after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.special-theme-red .change-bgcolor .inner-row.bg-f2 {
    background-color: rgba(204, 9, 9, 0.85)
}

.special-theme-red .change-bgcolor .bg-f2 .inner-list-item .inner-list-tit.center-list-tit a.fl {
    color: #fff
}

.special-theme-red .change-bgcolor .bg-f2 .inner-list-content ul li {
    /* border-color: rgba(204, 9, 9, 0.85) */
}

.special-theme-red .change-bgcolor .bg-f2 .sp-home-video ul li a {
    color: #fff
}

.special-theme-red .change-bgcolor .bg-f2 .sp-home-txts-1 ul li {
    background-color: #cc0909
}

.special-theme-red .change-bgcolor .bg-f2 .sp-home-txts-1 ul li:hover {
    border-color: #fba6a6;
    box-shadow: 0px 10px 10px rgba(251, 166, 166, 0.2)
}

.special-theme-red .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .tit a {
    color: #fff
}

.special-theme-red .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .tit a:hover {
    color: #fff
}

.special-theme-red .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .date {
    background-color: #b40808
}

.special-theme-red .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark {
    opacity: .8
}

.special-theme-red .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a {
    color: #fff
}

.special-theme-red .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a.themecolor {
    color: #fff
}

.special-theme-red .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a.themecolor:hover {
    color: #fff
}

.special-theme-red .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a:hover {
    color: #fff
}

.special-theme-red .inner-list-item .inner-list-tit.center-list-tit a.fl {
    color: #cc0909
}

.special-theme-red .inner-list-item .inner-list-tit.center-list-tit a.fl:hover {
    color: #f51313
}

.special-theme-red .inner-list-item .inner-list-tit a.fl:hover {
    color: #cc0909
}

.special-theme-red .inner-list-item .inner-list-tit a.fl:after {
    background-color: #cc0909
}

.special-theme-red .inner-list-item .inner-list-tit .tab-tit {
    display: block;
    color: #555
}

.special-theme-red .inner-list-item .inner-list-tit .tab-tit a.cur:after {
    background-color: #cc0909
}

.special-theme-red .special-slide-news .text-news-wrap li .text-news-item .text-news-mark b {
    color: #cc0909
}

.special-theme-red .sp-home-news ul li:hover {
    /* border-color: #cc0909; */
    /* box-shadow: 0px 10px 10px rgba(204, 9, 9, 0.2) */
}

.special-theme-red .sp-home-news ul li .thumb .mark {
    background-color: rgba(204, 9, 9, 0.85)
}

.special-theme-red .sp-home-imgs ul li:hover {
    border-color: #cc0909;
    box-shadow: 0px 10px 10px rgba(204, 9, 9, 0.2)
}

.special-theme-red .sp-home-txts-1 ul li {
    transition: border-color .3s, box-shadow .3s
}

.special-theme-red .sp-home-txts-1 ul li:hover {
    border-color: #cc0909;
    box-shadow: 0px 10px 10px rgba(204, 9, 9, 0.2)
}

.special-theme-red .sp-home-txts-1 ul li .date {
    background-color: #cc0909
}

.special-theme-red .sp-home-txts-1 ul li .mark a {
    color: #cc0909
}

.special-theme-red .sp-home-txts-1 ul li .mark a:hover {
    color: #f51313
}

.special-theme-red .sp-home-txts-2 ul li a:before {
    color: #cc0909
}

.special-theme-red .sp-home-expert ul li:hover {
    border-color: #cc0909;
    box-shadow: 0px 10px 10px rgba(204, 9, 9, 0.2)
}

.special-theme-red .sp-home-expert ul li .tit:after {
    background-color: #e00a0a
}

.special-theme-red .sp-home-video ul li:hover .vdimg i {
    background-color: #f51313
}

.special-theme-red .sp-home-video ul li .vdimg i {
    background-color: #cc0909
}

.special-theme-red .sp-home-page .more-info {
    background-color: #cc0909
}

.special-theme-red .sp-home-page .more-info:hover {
    background-color: #f51313;
    color: #fff
}

.special-theme-red .download-list li:hover .dl-icon:before {
    color: #cc0909
}

.special-theme-red .download-list li a.download {
    background: #cc0909
}

.special-theme-red .download-list li a.download:hover {
    background: #e00a0a
}

.special-theme-red .download-list li a.dl-icon:before {
    color: #cc0909
}

.special-theme-red .newspaper-list li a span {
    background: #cc0909
}

.special-theme-red .newspaper-list li a:hover span {
    background-color: #cc0909
}

.special-theme-red .video-list ul li .vdimg i {
    background-color: #cc0909
}

.special-theme-red .video-list ul li .vdimg :hover i {
    background-color: #cc0909
}

.special-theme-red .imgs-list ul li .il-link .il-img:before {
    background-color: #cc0909
}

.special-theme-red .pic-list ul li .pl-link .pl-img:before {
    background-color: #cc0909
}

.special-theme-red .related-news li .title:hover {
    color: #cc0909
}

.special-theme-red .news-footer-share {
    border-bottom-color: #cc0909
}

.special-theme-red .pager a.cur {
    background: #cc0909
}

.special-theme-red .pager button:hover {
    background-color: #cc0909
}

.special-theme-red .content .news-content .keylink {
    color: #cc0909;
    border-bottom: 1px dashed #cc0909
}

.special-theme-blue a:hover {
    color: #015aa1
}

.special-theme-blue .gohome-bar:hover {
    background-color: #015aa1 !important
}

.special-theme-blue .nav {
    background-color: #015aa1
}

.special-theme-blue .nav ul li a:hover {
    color: #fff;
    position: relative
}

.special-theme-blue .nav ul li a:hover:after {
    content: '';
    background-color: #013e6e;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.special-theme-blue .nav ul li.cur a {
    color: #fff;
    position: relative
}

.special-theme-blue .nav ul li.cur a:after {
    content: '';
    background-color: #013e6e;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.special-theme-blue .change-bgcolor .inner-row.bg-f2 {
    background-color: rgba(1, 90, 161, 0.85)
}

.special-theme-blue .change-bgcolor .bg-f2 .inner-list-item .inner-list-tit.center-list-tit a.fl {
    color: #fff
}

.special-theme-blue .change-bgcolor .bg-f2 .inner-list-content ul li {
    border-color: rgba(1, 90, 161, 0.85)
}

.special-theme-blue .change-bgcolor .bg-f2 .sp-home-video ul li a {
    color: #fff
}

.special-theme-blue .change-bgcolor .bg-f2 .sp-home-txts-1 ul li {
    background-color: #015aa1
}

.special-theme-blue .change-bgcolor .bg-f2 .sp-home-txts-1 ul li:hover {
    border-color: #70bffe;
    box-shadow: 0px 10px 10px rgba(112, 191, 254, 0.2)
}

.special-theme-blue .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .tit a {
    color: #fff
}

.special-theme-blue .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .tit a:hover {
    color: #fff
}

.special-theme-blue .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .date {
    background-color: #014c88
}

.special-theme-blue .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark {
    opacity: .8
}

.special-theme-blue .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a {
    color: #fff
}

.special-theme-blue .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a.themecolor {
    color: #fff
}

.special-theme-blue .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a.themecolor:hover {
    color: #fff
}

.special-theme-blue .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a:hover {
    color: #fff
}

.special-theme-blue .inner-list-item .inner-list-tit.center-list-tit a.fl {
    color: #015aa1
}

.special-theme-blue .inner-list-item .inner-list-tit.center-list-tit a.fl:hover {
    color: #0176d4
}

.special-theme-blue .inner-list-item .inner-list-tit a.fl:hover {
    color: #015aa1
}

.special-theme-blue .inner-list-item .inner-list-tit a.fl:after {
    background-color: #015aa1
}

.special-theme-blue .inner-list-item .inner-list-tit .tab-tit {
    display: block;
    color: #555
}

.special-theme-blue .inner-list-item .inner-list-tit .tab-tit a.cur:after {
    background-color: #015aa1
}

.special-theme-blue .special-slide-news .text-news-wrap li .text-news-item .text-news-mark b {
    color: #015aa1
}

.special-theme-blue .sp-home-news ul li:hover {
    border-color: #015aa1;
    box-shadow: 0px 10px 10px rgba(1, 90, 161, 0.2)
}

.special-theme-blue .sp-home-news ul li .thumb .mark {
    background-color: rgba(1, 90, 161, 0.85)
}

.special-theme-blue .sp-home-imgs ul li:hover {
    border-color: #015aa1;
    box-shadow: 0px 10px 10px rgba(1, 90, 161, 0.2)
}

.special-theme-blue .sp-home-txts-1 ul li {
    transition: border-color .3s, box-shadow .3s
}

.special-theme-blue .sp-home-txts-1 ul li:hover {
    border-color: #015aa1;
    box-shadow: 0px 10px 10px rgba(1, 90, 161, 0.2)
}

.special-theme-blue .sp-home-txts-1 ul li .date {
    background-color: #015aa1
}

.special-theme-blue .sp-home-txts-1 ul li .mark a {
    color: #015aa1
}

.special-theme-blue .sp-home-txts-1 ul li .mark a:hover {
    color: #0176d4
}

.special-theme-blue .sp-home-txts-2 ul li a:before {
    color: #015aa1
}

.special-theme-blue .sp-home-expert ul li:hover {
    border-color: #015aa1;
    box-shadow: 0px 10px 10px rgba(1, 90, 161, 0.2)
}

.special-theme-blue .sp-home-expert ul li .tit:after {
    background-color: #0165b5
}

.special-theme-blue .sp-home-video ul li:hover .vdimg i {
    background-color: #0176d4
}

.special-theme-blue .sp-home-video ul li .vdimg i {
    background-color: #015aa1
}

.special-theme-blue .sp-home-page .more-info {
    background-color: #015aa1
}

.special-theme-blue .sp-home-page .more-info:hover {
    background-color: #0176d4;
    color: #fff
}

.special-theme-blue .download-list li:hover .dl-icon:before {
    color: #015aa1
}

.special-theme-blue .download-list li a.download {
    background: #015aa1
}

.special-theme-blue .download-list li a.download:hover {
    background: #0165b5
}

.special-theme-blue .download-list li a.dl-icon:before {
    color: #015aa1
}

.special-theme-blue .newspaper-list li a span {
    background: #015aa1
}

.special-theme-blue .newspaper-list li a:hover span {
    background-color: #015aa1
}

.special-theme-blue .video-list ul li .vdimg i {
    background-color: #015aa1
}

.special-theme-blue .video-list ul li .vdimg :hover i {
    background-color: #015aa1
}

.special-theme-blue .imgs-list ul li .il-link .il-img:before {
    background-color: #015aa1
}

.special-theme-blue .pic-list ul li .pl-link .pl-img:before {
    background-color: #015aa1
}

.special-theme-blue .related-news li .title:hover {
    color: #015aa1
}

.special-theme-blue .news-footer-share {
    border-bottom-color: #015aa1
}

.special-theme-blue .pager a.cur {
    background: #015aa1
}

.special-theme-blue .pager button:hover {
    background-color: #015aa1
}

.special-theme-blue .content .news-content .keylink {
    color: #015aa1;
    border-bottom: 1px dashed #015aa1
}

.special-theme-orange a:hover {
    color: #e67b3d
}

.special-theme-orange .gohome-bar:hover {
    background-color: #e67b3d !important
}

.special-theme-orange .nav {
    background-color: #e67b3d
}

.special-theme-orange .nav ul li a:hover {
    color: #fff;
    position: relative
}

.special-theme-orange .nav ul li a:hover:after {
    content: '';
    background-color: #d55f1b;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.special-theme-orange .nav ul li.cur a {
    color: #fff;
    position: relative
}

.special-theme-orange .nav ul li.cur a:after {
    content: '';
    background-color: #d55f1b;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.special-theme-orange .change-bgcolor .inner-row.bg-f2 {
    background-color: rgba(230, 123, 61, 0.85)
}

.special-theme-orange .change-bgcolor .bg-f2 .inner-list-item .inner-list-tit.center-list-tit a.fl {
    color: #fff
}

.special-theme-orange .change-bgcolor .bg-f2 .inner-list-content ul li {
    border-color: rgba(230, 123, 61, 0.85)
}

.special-theme-orange .change-bgcolor .bg-f2 .sp-home-video ul li a {
    color: #fff
}

.special-theme-orange .change-bgcolor .bg-f2 .sp-home-txts-1 ul li {
    background-color: #e67b3d
}

.special-theme-orange .change-bgcolor .bg-f2 .sp-home-txts-1 ul li:hover {
    border-color: #fdf6f2;
    box-shadow: 0px 10px 10px rgba(253, 246, 242, 0.2)
}

.special-theme-orange .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .tit a {
    color: #fff
}

.special-theme-orange .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .tit a:hover {
    color: #fff
}

.special-theme-orange .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .date {
    background-color: #e36c26
}

.special-theme-orange .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark {
    opacity: .8
}

.special-theme-orange .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a {
    color: #fff
}

.special-theme-orange .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a.themecolor {
    color: #fff
}

.special-theme-orange .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a.themecolor:hover {
    color: #fff
}

.special-theme-orange .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a:hover {
    color: #fff
}

.special-theme-orange .inner-list-item .inner-list-tit.center-list-tit a.fl {
    color: #e67b3d
}

.special-theme-orange .inner-list-item .inner-list-tit.center-list-tit a.fl:hover {
    color: #ec9a6a
}

.special-theme-orange .inner-list-item .inner-list-tit a.fl:hover {
    color: #e67b3d
}

.special-theme-orange .inner-list-item .inner-list-tit a.fl:after {
    background-color: #e67b3d
}

.special-theme-orange .inner-list-item .inner-list-tit .tab-tit {
    display: block;
    color: #555
}

.special-theme-orange .inner-list-item .inner-list-tit .tab-tit a.cur:after {
    background-color: #e67b3d
}

.special-theme-orange .special-slide-news .text-news-wrap li .text-news-item .text-news-mark b {
    color: #e67b3d
}

.special-theme-orange .sp-home-news ul li:hover {
    border-color: #e67b3d;
    box-shadow: 0px 10px 10px rgba(230, 123, 61, 0.2)
}

.special-theme-orange .sp-home-news ul li .thumb .mark {
    background-color: rgba(230, 123, 61, 0.85)
}

.special-theme-orange .sp-home-imgs ul li:hover {
    border-color: #e67b3d;
    box-shadow: 0px 10px 10px rgba(230, 123, 61, 0.2)
}

.special-theme-orange .sp-home-txts-1 ul li {
    transition: border-color .3s, box-shadow .3s
}

.special-theme-orange .sp-home-txts-1 ul li:hover {
    border-color: #e67b3d;
    box-shadow: 0px 10px 10px rgba(230, 123, 61, 0.2)
}

.special-theme-orange .sp-home-txts-1 ul li .date {
    background-color: #e67b3d
}

.special-theme-orange .sp-home-txts-1 ul li .mark a {
    color: #e67b3d
}

.special-theme-orange .sp-home-txts-1 ul li .mark a:hover {
    color: #ec9a6a
}

.special-theme-orange .sp-home-txts-2 ul li a:before {
    color: #e67b3d
}

.special-theme-orange .sp-home-expert ul li:hover {
    border-color: #e67b3d;
    box-shadow: 0px 10px 10px rgba(230, 123, 61, 0.2)
}

.special-theme-orange .sp-home-expert ul li .tit:after {
    background-color: #e8874f
}

.special-theme-orange .sp-home-video ul li:hover .vdimg i {
    background-color: #ec9a6a
}

.special-theme-orange .sp-home-video ul li .vdimg i {
    background-color: #e67b3d
}

.special-theme-orange .sp-home-page .more-info {
    background-color: #e67b3d
}

.special-theme-orange .sp-home-page .more-info:hover {
    background-color: #ec9a6a;
    color: #fff
}

.special-theme-orange .download-list li:hover .dl-icon:before {
    color: #e67b3d
}

.special-theme-orange .download-list li a.download {
    background: #e67b3d
}

.special-theme-orange .download-list li a.download:hover {
    background: #e8874f
}

.special-theme-orange .download-list li a.dl-icon:before {
    color: #e67b3d
}

.special-theme-orange .newspaper-list li a span {
    background: #e67b3d
}

.special-theme-orange .newspaper-list li a:hover span {
    background-color: #e67b3d
}

.special-theme-orange .video-list ul li .vdimg i {
    background-color: #e67b3d
}

.special-theme-orange .video-list ul li .vdimg :hover i {
    background-color: #e67b3d
}

.special-theme-orange .imgs-list ul li .il-link .il-img:before {
    background-color: #e67b3d
}

.special-theme-orange .pic-list ul li .pl-link .pl-img:before {
    background-color: #e67b3d
}

.special-theme-orange .related-news li .title:hover {
    color: #e67b3d
}

.special-theme-orange .news-footer-share {
    border-bottom-color: #e67b3d
}

.special-theme-orange .pager a.cur {
    background: #e67b3d
}

.special-theme-orange .pager button:hover {
    background-color: #e67b3d
}

.special-theme-orange .content .news-content .keylink {
    color: #e67b3d;
    border-bottom: 1px dashed #e67b3d
}

.special-theme-gray a:hover {
    color: #3d8653
}

.special-theme-gray .gohome-bar:hover {
    background-color: #38373a !important
}

.special-theme-gray .nav {
    background-color: #38373a
}

.special-theme-gray .nav ul li a:hover {
    color: #fff;
    position: relative
}

.special-theme-gray .nav ul li a:hover:after {
    content: '';
    background-color: #1f1e20;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.special-theme-gray .nav ul li.cur a {
    color: #fff;
    position: relative
}

.special-theme-gray .nav ul li.cur a:after {
    content: '';
    background-color: #1f1e20;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.special-theme-gray .change-bgcolor .inner-row.bg-f2 {
    background-color: rgba(56, 55, 58, 0.85)
}

.special-theme-gray .change-bgcolor .bg-f2 .inner-list-item .inner-list-tit.center-list-tit a.fl {
    color: #fff
}

.special-theme-gray .change-bgcolor .bg-f2 .inner-list-content ul li {
    border-color: rgba(56, 55, 58, 0.85)
}

.special-theme-gray .change-bgcolor .bg-f2 .sp-home-video ul li a {
    color: #fff
}

.special-theme-gray .change-bgcolor .bg-f2 .sp-home-txts-1 ul li {
    background-color: #38373a
}

.special-theme-gray .change-bgcolor .bg-f2 .sp-home-txts-1 ul li:hover {
    border-color: #9e9ca1;
    box-shadow: 0px 10px 10px rgba(158, 156, 161, 0.2)
}

.special-theme-gray .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .tit a {
    color: #fff
}

.special-theme-gray .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .tit a:hover {
    color: #fff
}

.special-theme-gray .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .date {
    background-color: #2b2b2d
}

.special-theme-gray .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark {
    opacity: .8
}

.special-theme-gray .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a {
    color: #fff
}

.special-theme-gray .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a.themecolor {
    color: #fff
}

.special-theme-gray .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a.themecolor:hover {
    color: #fff
}

.special-theme-gray .change-bgcolor .bg-f2 .sp-home-txts-1 ul li .mark a:hover {
    color: #fff
}

.special-theme-gray .inner-list-item .inner-list-tit.center-list-tit a.fl {
    color: #38373a
}

.special-theme-gray .inner-list-item .inner-list-tit.center-list-tit a.fl:hover {
    color: #515054
}

.special-theme-gray .inner-list-item .inner-list-tit a.fl:hover {
    color: #3d8653
}

.special-theme-gray .inner-list-item .inner-list-tit a.fl:after {
    background-color: #38373a
}

.special-theme-gray .inner-list-item .inner-list-tit .tab-tit {
    display: block;
    color: #555
}

.special-theme-gray .inner-list-item .inner-list-tit .tab-tit a.cur:after {
    background-color: #38373a
}

.special-theme-gray .special-slide-news .text-news-wrap li .text-news-item .text-news-mark b {
    color: #38373a
}

.special-theme-gray .sp-home-news ul li:hover {
    border-color: #38373a;
    box-shadow: 0px 10px 10px rgba(56, 55, 58, 0.2)
}

.special-theme-gray .sp-home-news ul li .thumb .mark {
    background-color: rgba(56, 55, 58, 0.85)
}

.special-theme-gray .sp-home-imgs ul li:hover {
    border-color: #38373a;
    box-shadow: 0px 10px 10px rgba(56, 55, 58, 0.2)
}

.special-theme-gray .sp-home-txts-1 ul li {
    transition: border-color .3s, box-shadow .3s
}

.special-theme-gray .sp-home-txts-1 ul li:hover {
    border-color: #38373a;
    box-shadow: 0px 10px 10px rgba(56, 55, 58, 0.2)
}

.special-theme-gray .sp-home-txts-1 ul li .date {
    background-color: #38373a
}

.special-theme-gray .sp-home-txts-1 ul li .mark a {
    color: #38373a
}

.special-theme-gray .sp-home-txts-1 ul li .mark a:hover {
    color: #515054
}

.special-theme-gray .sp-home-txts-2 ul li a:before {
    color: #38373a
}

.special-theme-gray .sp-home-expert ul li:hover {
    border-color: #38373a;
    box-shadow: 0px 10px 10px rgba(56, 55, 58, 0.2)
}

.special-theme-gray .sp-home-expert ul li .tit:after {
    background-color: #424144
}

.special-theme-gray .sp-home-video ul li:hover .vdimg i {
    background-color: #515054
}

.special-theme-gray .sp-home-video ul li .vdimg i {
    background-color: #38373a
}

.special-theme-gray .sp-home-page .more-info {
    background-color: #38373a
}

.special-theme-gray .sp-home-page .more-info:hover {
    background-color: #515054;
    color: #fff
}

.special-theme-gray .download-list li:hover .dl-icon:before {
    color: #38373a
}

.special-theme-gray .download-list li a.download {
    background: #38373a
}

.special-theme-gray .download-list li a.download:hover {
    background: #424144
}

.special-theme-gray .download-list li a.dl-icon:before {
    color: #38373a
}

.special-theme-gray .newspaper-list li a span {
    background: #38373a
}

.special-theme-gray .newspaper-list li a:hover span {
    background-color: #38373a
}

.special-theme-gray .video-list ul li .vdimg i {
    background-color: #38373a
}

.special-theme-gray .video-list ul li .vdimg :hover i {
    background-color: #38373a
}

.special-theme-gray .imgs-list ul li .il-link .il-img:before {
    background-color: #38373a
}

.special-theme-gray .pic-list ul li .pl-link .pl-img:before {
    background-color: #38373a
}

.special-theme-gray .related-news li .title:hover {
    color: #38373a
}

.special-theme-gray .news-footer-share {
    border-bottom-color: #38373a
}

.special-theme-gray .pager a.cur {
    background: #38373a
}

.special-theme-gray .pager button:hover {
    background-color: #38373a
}

.special-theme-gray .content .news-content .keylink {
    color: #38373a;
    border-bottom: 1px dashed #38373a
}

.inner-row {
    padding: 40px 0
}

.inner-row.bg-f2 {
    background-color: #f2f2f2
}

.inner-list-item {
    position: relative
}

.inner-list-item .inner-list-tit {
    height: 20px;
    line-height: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e4e4e4
}

.inner-list-item .inner-list-tit.center-list-tit {
    text-align: center;
    border-bottom: none;
    margin-bottom: 15px
}

.inner-list-item .inner-list-tit.center-list-tit a.fl {
    float: none !important;
    font-size: 24px;
    display: block;
    letter-spacing: .2em;
    color: #004fa6
}

.inner-list-item .inner-list-tit.center-list-tit a.fl:after {
    position: relative;
    display: block;
    margin: 5px auto;
    width: 48px;
    height: 2px;
    background: #c9c9c9
}

.inner-list-item .inner-list-tit .fl {
    line-height: 20px;
    color: #666;
    height: 20px;
    margin-bottom: 18px;
    position: relative;
    font-size: 20px
}

.inner-list-item .inner-list-tit a.fl:hover {
    color: #004fa6
}

.inner-list-item .inner-list-tit a.fl:after {
    background-color: #004fa6;
    height: 5px;
    width: 32px;
    bottom: -18px;
    left: 0;
    position: absolute;
    content: ''
}

.inner-list-item .inner-list-tit a.more:after {
    content: '\e659';
    font-family: "iconfont";
    margin-left: 8px;
    font-size: 22px;
    float: right
}

.inner-list-item .inner-list-tit .tab-tit {
    display: block;
    color: #555
}

.inner-list-item .inner-list-tit .tab-tit a {
    display: inline-block;
    line-height: 20px;
    color: #666;
    font-weight: normal;
    height: 20px;
    font-size: 16px;
    margin-right: 21px;
    position: relative;
    margin-bottom: 18px
}

.inner-list-item .inner-list-tit .tab-tit a:last-child {
    margin-right: 0
}

.inner-list-item .inner-list-tit .tab-tit a:after {
    height: 5px;
    width: 32px;
    bottom: -18px;
    left: 0;
    position: absolute;
    content: ''
}

.inner-list-item .inner-list-tit .tab-tit a.cur {
    color: #363636;
    font-weight: bold
}

.inner-list-item .inner-list-content {
    position: relative;
    margin-top: 25px;
    overflow: hidden;
}

.slider {
    height: 266px
}

.slider ul,
.slider li {
    overflow: hidden;
    height: 266px
}

.slider li {
    background-position: center;
    background-color: #666
}

.preface {
    padding: 30px 0;
    background: #f8f8f8;
    text-align: justify
}

.special-slide-news .news-img-news {
    width: 750px;
    height: 368px;
    position: relative;
    overflow: hidden
}

.special-slide-news .news-img-news .news-img-news-item {
    width: 750px;
    height: 368px;
    position: relative
}

.special-slide-news .news-img-news .news-img-news-item a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px
}

.special-slide-news .news-img-news .news-img-news-item a img {
    display: block;
    width: 100%;
    height: 100%
}

.special-slide-news .news-img-news .news-img-news-item a span {
    height: 144px;
    background: url(../images/news-slide-mark.png);
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 104px 170px 16px 20px
}

.special-slide-news .news-img-news .slick-dots {
    text-align: right;
    width: auto;
    padding: 0 20px;
    bottom: 10px;
    right: 0
}

.special-slide-news .news-img-news .slick-dots li {
    background-color: rgba(255, 255, 255, 0.6)
}

.special-slide-news .news-img-news .slick-dots li.slick-active {
    background-color: #ff8400
}

.special-slide-news .text-news-wrap {
    box-sizing: border-box;
    width: 420px;
    background-color: #fff;
    height: 368px
}

.special-slide-news .text-news-wrap li {
    padding: 15px 0;
    border-bottom: 1px dashed #e4e4e4
}

.special-slide-news .text-news-wrap li:first-child {
    padding-top: 0
}

.special-slide-news .text-news-wrap li:last-child {
    border-bottom: none
}

.special-slide-news .text-news-wrap li .text-news-item {
    display: block;
    position: relative;
    padding-left: 74px
}

.special-slide-news .text-news-wrap li .text-news-item .text-news-title {
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    font-size: 15px;
    font-weight: normal
}

.special-slide-news .text-news-wrap li .text-news-item .text-news-mark {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 50px;
    line-height: 1
}

.special-slide-news .text-news-wrap li .text-news-item .text-news-mark b {
    font-size: 20px;
    color: #004fa6;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 6px;
    margin-bottom: 5px
}

.special-slide-news .text-news-wrap li .text-news-item .text-news-mark span {
    color: #999
}

.sp-home-news ul li {
    width: 281px;
    height: 250px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    float: left;
    transition: border-color .3s, box-shadow .3s
}

.sp-home-news ul li:hover .thumb img {
    transform: scale(1.2)
}

.sp-home-news ul li:hover .nothumb-mark i {
    transform: translateX(-10px)
}

.sp-home-news ul li+li {
    margin-left: 25px
}

.sp-home-news ul li.nothumb {
    padding: 20px;
    color: #999
}

.sp-home-news ul li.nothumb .tit {
    padding: 0
}

.sp-home-news ul li .thumb {
    width: 100%;
    height: 165px;
    overflow: hidden;
    display: block;
    position: relative
}

.sp-home-news ul li .thumb img {
    width: 100%;
    height: 165px;
    display: block;
    transition: transform 1s
}

.sp-home-news ul li .thumb .mark {
    background-color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.2;
    width: 58px;
    height: 58px;
    text-align: center;
    font-size: 12px;
    color: #fff
}

.sp-home-news ul li .thumb .mark b {
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal
}

.sp-home-news ul li .tit {
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: justify
}

.sp-home-news ul li .tit a {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.sp-home-news ul li p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    text-align: justify
}

.sp-home-news ul li .nothumb-mark {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    line-height: 58px;
    height: 58px
}

.sp-home-news ul li .nothumb-mark span {
    line-height: 1.2
}

.sp-home-news ul li .nothumb-mark b {
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 2px
}

.sp-home-news ul li .nothumb-mark i {
    font-size: 22px;
    transition: transform .8s
}

.sp-home-txts-1 ul {
    margin-right: -30px
}

.sp-home-txts-1 ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    width: 380px;
    height: 100px;
    padding: 16px 14px;
    position: relative;
    padding-left: 80px;
    background-color: #fff
}

.sp-home-txts-1 ul li .tit {
    font-size: 15px;
    text-align: justify;
    font-weight: normal;
    margin-top: -3px
}

.sp-home-txts-1 ul li .tit a {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.sp-home-txts-1 ul li .date {
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: #004fa6;
    color: #fff;
    width: 54px;
    height: 68px;
    text-align: center
}

.sp-home-txts-1 ul li .date b {
    font-size: 36px;
    display: block;
    line-height: 1;
    margin-top: 5px
}

.sp-home-txts-1 ul li .date span {
    font-size: 12px
}

.sp-home-txts-1 ul li .mark {
    line-height: 16px;
    height: 16px;
    margin-top: 10px
}

.sp-home-txts-1 ul li .mark span {
    color: #999;
    width: 80%;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.sp-home-txts-1 ul li .mark a {
    color: #004fa6
}

.sp-home-txts-1 ul li .mark a:hover {
    color: #58AD81
}

.sp-home-txts-1 ul li .mark a i {
    font-size: 17px;
    vertical-align: middle
}

.cate-row .cate-col-4 {
    width: 380px
}

.cate-row .cate-col-6 {
    width: 585px
}

.cate-row .cate-col {
    height: 344px;
    box-sizing: border-box
}

.cate-row .cate-col+.cate-col {
    margin-left: 30px
}

.cate-row.bg-f2 .cate-col {
    background-color: #fff;
    padding: 20px
}

.cate-row .sp-home-txts-2 li a {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-right: 80px;
    position: relative
}

.cate-row .sp-home-txts-2 li a:before {
    content: '•';
    color: #004fa6;
    margin-right: 3px;
    font-family: 'Arial Normal', 'Arial'
}

.cate-row .sp-home-txts-2 li a span {
    color: #999;
    position: absolute;
    top: 0;
    right: 0
}

.sp-home-imgs ul li {
    width: 281px;
    height: 234px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    float: left;
    transition: border-color .3s, box-shadow .3s
}

.sp-home-imgs ul li:hover .thumb-item img {
    transform: scale(1.2)
}

.sp-home-imgs ul li+li {
    margin-left: 25px
}

.sp-home-imgs ul li .thumb-item {
    display: block;
    width: 100%;
    height: 100%
}

.sp-home-imgs ul li .thumb-item .thumb {
    width: 100%;
    height: 165px;
    overflow: hidden;
    position: relative
}

.sp-home-imgs ul li .thumb-item .thumb img {
    width: 100%;
    height: 165px;
    display: block;
    transition: transform 1s
}

.sp-home-imgs ul li .thumb-item .tit {
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: justify
}

.sp-home-imgs ul li .thumb-item .tit span {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.sp-home-expert ul li {
    width: 144px;
    height: 254px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    float: left;
    text-align: center;
    transition: border-color .3s, box-shadow .3s
}

.sp-home-expert ul li:hover .thumb img {
    transform: scale(1.2)
}

.sp-home-expert ul li+li {
    margin-left: 32px
}

.sp-home-expert ul li .thumb {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
    position: relative
}

.sp-home-expert ul li .thumb img {
    width: 100%;
    height: 200px;
    display: block;
    transition: transform 1s
}

.sp-home-expert ul li .tit {
    display: block;
    margin: 10px auto;
    line-height: 21px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.sp-home-expert ul li .tit:after {
    content: '';
    width: 24px;
    height: 2px;
    background-color: #004fa6;
    display: block;
    margin: 8px auto
}

.sp-home-expert ul li p {
    color: #999
}

.sp-home-video ul {
    margin-left: -0.5%;
    margin-right: -0.5%
}

.sp-home-video ul li {
    width: 24%;
    margin-bottom: 11px;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%
}

.sp-home-video ul li:hover .vdimg img {
    transform: scale(1.2)
}

.sp-home-video ul li a {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    display: block;
    padding: 0 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sp-home-video ul li .vdimg {
    box-sizing: border-box;
    height: 221px;
    border: 1px solid #c9c9c9;
    padding: 6px;
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    position: relative
}

.sp-home-video ul li .vdimg i {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #004fa6;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 47px;
    height: 47px;
    line-height: 47px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s
}

.sp-home-video ul li .vdimg img {
    width: 100%;
    transition: transform .6s;
    height: 100%
}

.sp-home-video ul li .vdimg>div {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.sp-home-video ul li .vdimg :hover i {
    background-color: #58AD81
}

.sp-home-page .more-info {
    display: block;
    width: 125px;
    margin: 25px auto;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    box-sizing: border-box;
    background-color: #004fa6
}

.sp-home-page .more-info:hover {
    background-color: #58AD81
}

.inner-news-split>.fl {
    width: 860px
}

.inner-news-split>.fr {
    width: 280px
}

.news-list li {
    border-bottom: 1px dashed #cdcdcd;
    padding-top: 25px;
    padding-bottom: 24px;
    height: 150px;
    position: relative
}

.news-list li.hasthumb {
    padding-left: 285px
}

.news-list li.hasthumb .label {
    top: 37px
}

.news-list li:last-child {
    border-bottom: none
}

.news-list li .thumb {
    position: absolute;
    left: 0;
    top: 25px;
    width: 260px;
    height: 150px;
    overflow: hidden
}

.news-list li .thumb img {
    display: block;
    width: 100%;
    height: 100%
}

.news-list li .label {
    height: 24px;
    padding: 0 17px;
    line-height: 24px;
    border-radius: 12px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    background-color: #757070;
    background-color: rgba(51, 51, 51, 0.7);
    position: absolute;
    top: 26px;
    left: 10px
}

.news-list li .title {
    line-height: 26px;
    height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    margin-bottom: 20px
}

.news-list li h2 {
    font-size: 20px;
    margin-bottom: 15px
}

.news-list li h2.nothumb {
    padding-left: 108px
}

.news-list li p {
    position: relative;
    z-index: -1;
    color: #797979;
    line-height: 20px;
    margin-bottom: 0
}

.news-list li .info {
    font-size: 13px;
    color: #999;
    line-height: 29px
}

.news-list li .info .mark {
    color: #999
}

.news-list li .info .mark u {
    padding: 0 10px;
    font-size: 12px;
    color: #c7c5c5;
    position: relative;
    top: -1px
}

.hot-news-list li {
    padding: 10px 0 9px;
    border-bottom: 1px dashed #cdcdcd
}

.hot-news-list li:last-child {
    border-bottom: none
}

.hot-news-list li a {
    padding-left: 48px;
    position: relative;
    white-space: normal;
    height: 40px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle
}

.hot-news-list li a em {
    position: absolute;
    left: 0;
    top: 4px;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #9a9a9a
}

.hot-news-list li a em.top1 {
    background-color: #ea5501
}

.hot-news-list li a em.top2 {
    background-color: #179ed8
}

.hot-news-list li a em.top3 {
    background-color: #04ca97
}

.video-news-list li+li {
    margin-top: 30px
}

.video-news-list li .thumb {
    width: 280px;
    height: 170px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 10px
}

.video-news-list li .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 1s
}

.video-news-list li .thumb:hover img {
    transform: scale(1.2)
}

.video-news-list li .thumb i {
    color: #fff;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 36px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
    height: 70px;
    background: url(../images/news-slide-mark.png);
    padding: 25px 10px 10px
}

.video-news-list li .title {
    height: 40px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle
}

.img-news-list li+li {
    margin-top: 30px
}

.img-news-list li .thumb {
    width: 280px;
    height: 170px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px
}

.img-news-list li .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 1s
}

.img-news-list li .thumb:hover img {
    transform: scale(1.2)
}

.img-news-list li .title {
    height: 40px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle
}

.info-list li,
.text-list li,
.download-list li {
    padding: 15px 0;
    height: 55px;
    box-sizing: border-box;
    border-bottom: 1px dashed #e4e4e4;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    font-size: 16px
}

.info-list li:last-child,
.text-list li:last-child,
.download-list li:last-child {
    border-bottom: none
}

.info-list li a,
.text-list li a,
.download-list li a {
    display: inline-block;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.info-list li span,
.text-list li span,
.download-list li span {
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 15px
}

.info-list li u,
.text-list li u,
.download-list li u {
    color: #e8e4e8;
    padding: 0 5px
}

.info-list li a:before {
    content: '•';
    color: #999;
    margin-right: 3px
}

.download-list li:hover a.dl-icon:before {
    color: #58AD81
}

.download-list li:hover a.dl-icon.doc:before,
.download-list li:hover a.dl-icon.docx:before {
    color: #4568a0
}

.download-list li:hover a.dl-icon.xls:before,
.download-list li:hover a.dl-icon.xlsx:before {
    color: #378458
}

.download-list li:hover a.dl-icon.ppt:before,
.download-list li:hover a.dl-icon.pptx:before {
    color: #db6340
}

.download-list li:hover a.dl-icon.pdf:before {
    color: #e81f05
}

.download-list li:hover a.dl-icon.rar:before {
    color: #ff5056
}

.download-list li:hover a.dl-icon.zip:before {
    color: #a372db
}

.download-list li:hover a.dl-icon.swf:before {
    color: #bb041a
}

.download-list li:hover a.dl-icon.txt:before {
    color: #8fa4b5
}

.download-list li a.download {
    position: absolute;
    border-radius: 3px;
    top: 5px;
    right: 0;
    width: 70px;
    line-height: 24px;
    font-size: 12px;
    background: #004fa6;
    color: #fff;
    display: inline-block;
    padding: 3px 15px
}

.download-list li a.download:hover {
    background: #58AD81
}

.download-list li a.download i {
    margin-right: 5px
}

.download-list li a.dl-icon {
    padding-left: 30px;
    position: relative
}

.download-list li a.dl-icon:before {
    left: 0;
    font-size: 22px;
    color: #004fa6;
    content: "\e663";
    display: block;
    font-family: "iconfont";
    position: absolute;
    top: -7px
}

.download-list li a.dl-icon.doc:before,
.download-list li a.dl-icon.docx:before {
    content: "\e667"
}

.download-list li a.dl-icon.xls:before,
.download-list li a.dl-icon.xlsx:before {
    content: "\e668"
}

.download-list li a.dl-icon.ppt:before,
.download-list li a.dl-icon.pptx:before {
    content: "\e660"
}

.download-list li a.dl-icon.pdf:before {
    content: "\e68f"
}

.download-list li a.dl-icon.rar:before {
    content: "\e665"
}

.download-list li a.dl-icon.zip:before {
    content: "\e661"
}

.download-list li a.dl-icon.swf:before {
    content: "\e7c0"
}

.download-list li a.dl-icon.txt:before {
    content: "\e664"
}

.paper-filter.filter .paper-form {
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 20px
}

.paper-filter.filter dl {
    border-top: none
}

.paper-filter.filter dl dt {
    height: 40px;
    line-height: 40px;
    top: 10px
}

.paper-filter.filter dl dd .paper-search {
    position: relative
}

.paper-filter.filter dl dd .paper-search .doctor-name {
    line-height: 40px;
    height: 40px;
    padding: 5px 15px;
    width: 370px;
    border: 1px solid #ddd;
    border-right: none;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.paper-filter.filter dl dd .paper-search .btn {
    width: 80px;
    box-sizing: border-box;
    line-height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.paper-filter.filter dl dd .paper-select {
    width: 118px;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    margin-right: 15px
}

.paper-filter.filter dl dd .paper-btn {
    width: 80px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff
}

.paper-filter.filter dl dd>a {
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 15px
}

.paper-filter.filter dl dd>a.cur {
    background: #0059ba;
    color: #fff
}

.newspaper-list {
    padding: 20px 0;
    margin-left: -1%;
    margin-right: -1%
}

.newspaper-list li {
    float: left;
    width: 14.66%;
    height: 264px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box
}

.newspaper-list li a {
    display: block;
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden
}

.newspaper-list li a:hover img {
    transform: scale(1.2)
}

.newspaper-list li a .newspaper-list-item-img {
    height: 100%;
    width: 100%
}

.newspaper-list li a .newspaper-list-item-img img {
    display: block;
    transition: transform 1s;
    width: 100%;
    height: 100%
}

.newspaper-list li a span {
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #04a28e;
    background-color: rgba(4, 162, 142, 0.8)
}

.video-list ul {
    margin-left: -0.5%;
    margin-right: -0.5%
}

.video-list ul li {
    width: 24%;
    margin-bottom: 11px;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%
}

.video-list ul li a {
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    display: block;
    padding: 0 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.video-list ul li .vdimg {
    box-sizing: border-box;
    height: 221px;
    border: 1px solid #c9c9c9;
    padding: 6px;
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    position: relative
}

.video-list ul li .vdimg i {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: #004fa6;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 47px;
    height: 47px;
    line-height: 47px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s
}

.video-list ul li .vdimg img {
    width: 100%;
    transition: transform .6s;
    height: 100%
}

.video-list ul li .vdimg>div {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.video-list ul li .vdimg :hover i {
    background-color: #58AD81
}

.video-list ul li .vdimg :hover img {
    transform: scale(1.1)
}

.imgs-list ul {
    margin-left: -2.5%;
    margin-right: -2.5%
}

.imgs-list ul li {
    float: left;
    width: 28.3%;
    margin: 0 2.5% 25px 2.5%;
    height: 306px
}

.imgs-list ul li .il-link {
    width: 100%;
    display: block;
    position: relative
}

.imgs-list ul li .il-link:hover img {
    transform: scale(1.2)
}

.imgs-list ul li .il-link:hover .il-img:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotate(90deg)
}

.imgs-list ul li .il-link:hover .il-img:before {
    opacity: .9;
    filter: alpha(opacity=90)
}

.imgs-list ul li .il-link .il-tit {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d7d7d7;
    font-weight: normal
}

.imgs-list ul li .il-link .il-img {
    font-size: 0;
    line-height: 0;
    position: relative;
    height: 237px
}

.imgs-list ul li .il-link .il-img:after,
.imgs-list ul li .il-link .il-img:before {
    transition: opacity .48s;
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.imgs-list ul li .il-link .il-img:before {
    background-color: #004fa6;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 5px 5px rgba(148, 148, 148, 0.5)
}

.imgs-list ul li .il-link .il-img:after {
    transition: all .24s ease;
    z-index: 3;
    content: "\e652";
    width: 50px;
    height: 50px;
    line-height: 1;
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-family: "iconfont";
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px
}

.imgs-list ul li .il-link .il-img .il-img-wp {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.imgs-list ul li .il-link .il-img .il-img-wp img {
    width: 100%;
    height: 100%;
    transition: transform 0.68s
}

.imgs-list ul li span {
    font-size: 12px;
    display: block;
    padding-top: 7px;
    color: #999
}

.imgs-list ul li span u {
    color: #e8e4e8;
    margin: 0 5px
}

.imgnews-list ul {
    margin-left: -2.5%;
    margin-right: -2.5%
}

.imgnews-list ul li {
    float: left;
    width: 28.3%;
    margin: 0 2.5% 25px 2.5%;
    height: 277px
}

.imgnews-list ul li .il-link {
    width: 100%;
    display: block;
    position: relative
}

.imgnews-list ul li .il-link:hover img {
    transform: scale(1.2)
}

.imgnews-list ul li .il-link .il-tit {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-weight: normal
}

.imgnews-list ul li .il-link .il-img {
    font-size: 0;
    line-height: 0;
    position: relative;
    height: 237px
}

.imgnews-list ul li .il-link .il-img .il-img-wp {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.imgnews-list ul li .il-link .il-img .il-img-wp img {
    width: 100%;
    height: 100%;
    transition: transform 0.68s
}

.imgnews-list ul li span {
    font-size: 12px;
    display: block;
    padding-top: 7px;
    color: #999
}

.imgnews-list ul li span u {
    color: #e8e4e8;
    margin: 0 5px
}

.pic-list ul {
    margin-left: -2.5%;
    margin-right: -2.5%
}

.pic-list ul li {
    float: left;
    width: 28.3%;
    margin: 0 2.5% 40px 2.5%;
    overflow: hidden
}

.pic-list ul li .pl-link {
    position: relative;
    overflow: hidden;
    display: block;
    height: 260px;
    color: #fff
}

.pic-list ul li .pl-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/news-slide-mark.png) center 140px no-repeat;
    content: ''
}

.pic-list ul li .pl-link:hover i {
    transform: translateY(-20px);
    opacity: .8;
    filter: alpha(opacity=80)
}

.pic-list ul li .pl-link:hover .pl-tit span {
    transform: translateY(-20px)
}

.pic-list ul li .pl-link:hover .pl-tit h3 {
    transform: translateY(-20px)
}

.pic-list ul li .pl-link:hover .pl-tit {
    text-align: center;
    bottom: 48px;
    background: none
}

.pic-list ul li .pl-link:hover .pl-img img {
    transform: scale(1.2)
}

.pic-list ul li .pl-link:hover .pl-img:before {
    opacity: .8;
    filter: alpha(opacity=80)
}

.pic-list ul li .pl-link .pl-img {
    font-size: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    height: 100%
}

.pic-list ul li .pl-link .pl-img:before {
    background-color: #004fa6;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.pic-list ul li .pl-link .pl-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    object-fit: cover
}

.pic-list ul li .pl-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 15px;
    box-sizing: border-box;
    transition: 0.48s cubic-bezier(0.19, 1, 0.22, 1)
}

.pic-list ul li .pl-tit i {
    font-size: 44px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pic-list ul li .pl-tit span {
    display: block;
    font-size: 13px;
    transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transform: translateY(0);
    transition-delay: .1s;
    -webkit-transition-delay: .1s
}

.pic-list ul li .pl-tit h3 {
    text-overflow: ellipsis;
    line-height: 20px;
    font-weight: normal;
    font-size: 16px;
    margin-top: 5px;
    transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transform: translateY(0);
    transition-delay: .15s;
    -webkit-transition-delay: .15s
}

.pictxt-list li {
    position: relative;
    height: 110px;
    padding-bottom: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e4e4e4
}

.pictxt-list li .item-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 165px;
    height: 110px;
    overflow: hidden
}

.pictxt-list li .item-pic img {
    width: 165px;
    height: 110px
}

.pictxt-list li .item-info {
    margin-left: 180px
}

.pictxt-list li .item-info h2 {
    font-size: 20px;
    font-weight: normal
}

.pictxt-list li .item-info p {
    color: #999;
    line-height: 1.5
}

.person-list {
    margin-right: -32px
}

.person-list ul li {
    width: 144px;
    height: 254px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    float: left;
    text-align: center;
    margin-right: 32px;
    margin-bottom: 32px
}

.person-list ul li .thumb {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
    position: relative
}

.person-list ul li .thumb:hover img {
    transform: scale(1.1)
}

.person-list ul li .thumb img {
    width: 100%;
    height: 200px;
    display: block;
    transition: transform 1s
}

.person-list ul li .tit {
    display: block;
    margin: 10px auto;
    line-height: 21px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.doctor-min-list {
    margin-right: -32px
}

.doctor-min-list li {
    width: 144px;
    height: 290px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    float: left;
    text-align: center;
    margin-right: 32px;
    margin-bottom: 32px;
    transition: border-color .3s, box-shadow .3s
}

.doctor-min-list li:hover {
    box-shadow: 0px 10px 30px rgba(3, 165, 96, 0.2);
    border-color: #004fa6
}

.doctor-min-list li .thumb {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
    position: relative
}

.doctor-min-list li .thumb:hover img {
    transform: scale(1.1)
}

.doctor-min-list li .thumb img {
    width: 100%;
    height: 200px;
    display: block;
    transition: transform 1s
}

.doctor-min-list li .tit {
    display: block;
    margin: 10px auto;
    line-height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #004fa6
}

.doctor-min-list li .tit:after {
    content: '';
    width: 24px;
    height: 2px;
    background-color: #004fa6;
    display: block;
    margin: 8px auto
}

.doctor-min-list li p {
    color: #999
}

.special-list ul {
    margin-left: -1%;
    margin-right: -1%
}

.special-list ul li {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    float: left;
    overflow: hidden
}

.special-list ul li a {
    display: block;
    height: 143px;
    position: relative
}

.special-list ul li a:after {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #004fa6;
    transition: .3s ease
}

.special-list ul li a:hover:after {
    width: 100%
}

.special-list ul li a img {
    width: 100%;
    height: 102px;
    display: block
}

.special-list ul li a span {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d7d7d7;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.history-journey {
    position: relative
}

.history-journey:after,
.history-journey:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    bottom: -15px;
    left: 20px
}

.history-journey:before {
    background-color: #004fa6
}

.history-journey .history-time {
    font-size: 30px
}

.history-journey .history-detail {
    padding-bottom: 10px;
    background-size: cover;
    margin-left: 35px;
    border-left: 1px solid #999;
    padding-left: 112px;
    box-sizing: border-box
}

.history-journey .history-detail .history-pic {
    background-size: cover;
    position: relative
}

.history-journey .history-detail .history-pic:after {
    content: "";
    background-color: #004fa6;
    opacity: .9;
    filter: alpha(opacity=90);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.history-journey .history-detail .history-pic h3,
.history-journey .history-detail .history-pic img {
    z-index: 2
}

.history-journey .history-detail .history-pic h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    position: relative;
    padding: 20px 270px 20px 20px;
    box-sizing: border-box
}

.history-journey .history-detail .history-pic img {
    position: absolute;
    right: 10px;
    top: -25px;
    width: 150px;
    height: 86px
}

.history-journey .history-detail ul {
    margin-top: 25px
}

.history-journey .history-detail ul li {
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
    line-height: 35px
}

.history-journey .history-detail ul li:after,
.history-journey .history-detail ul li:before {
    content: "";
    display: block;
    position: absolute
}

.history-journey .history-detail ul li:after {
    width: 33px;
    height: 33px;
    background: url(../images/history-point.png) center no-repeat;
    top: 0;
    left: -130px
}

.history-journey .history-detail ul li:before {
    width: 70px;
    height: 0px;
    border-bottom: 1px dotted #999;
    top: 17px;
    left: -97px
}

.history-journey .history-detail ul li span {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #333
}

.leader-list .leader-list-box {
    text-align: center
}

.leader-list .leader-list-box .leader-list-item {
    width: 230px;
    height: 338px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    margin: 22px 22px;
    display: inline-block
}

.leader-list .leader-list-box .leader-list-item:hover img {
    transform: scale(1.2)
}

.leader-list .leader-list-box .leader-list-item a {
    display: block;
    padding: 15px;
    position: relative;
    cursor: default;
    box-sizing: border-box;
    cursor: default
}

.leader-list .leader-list-box .leader-list-item .thumb {
    width: 200px;
    height: 270px;
    overflow: hidden
}

.leader-list .leader-list-box .leader-list-item .thumb img {
    display: block;
    width: 200px;
    height: 270px;
    transition: transform 1s
}

.leader-list .leader-list-box .leader-list-item h2 {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px
}

.leader-list .leader-list-box .leader-list-item h2 b {
    color: #004fa6;
    padding-right: 5px
}

.leader-list .leadership-tit {
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px
}

.leader-list .leadership-list-box {
    margin-right: -24px
}

.leader-list .leadership-list-box .leader-list-item {
    width: 180px;
    height: 325px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    margin-right: 24px;
    margin-bottom: 24px;
    float: left
}

.leader-list .leadership-list-box .leader-list-item:hover img {
    transform: scale(1.2)
}

.leader-list .leadership-list-box .leader-list-item a {
    display: block;
    position: relative;
    box-sizing: border-box
}

.leader-list .leadership-list-box .leader-list-item .thumb {
    width: 180px;
    height: 240px;
    overflow: hidden
}

.leader-list .leadership-list-box .leader-list-item .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 1s
}

.leader-list .leadership-list-box .leader-list-item h2 {
    color: #999;
    font-weight: normal;
    margin-top: 10px;
    text-align: center
}

.leader-list .leadership-list-box .leader-list-item h2 b {
    color: #004fa6;
    padding-right: 5px;
    display: block;
    font-size: 15px
}

.leader-list .leadership-list-box .leader-list-item h2 span {
    display: block;
    line-height: 1.4;
    font-size: 12px;
    margin-top: 5px;
    padding: 0 5px
}

.leader-list .remember-banner {
    position: relative;
    background: url(../images/remember-bg.jpg) right center no-repeat #786051;
    height: 213px;
    margin-top: 15px
}

.leader-list .remember-banner img {
    position: absolute;
    top: 25px;
    left: 25px
}

.leader-list .remember-banner p {
    display: block;
    padding: 25px 500px 0 170px;
    color: #e8d3c5
}

.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,
.history-photo ul li span {
    display: block
}

.history-photo ul li a {
    display: block;
    background: #e7e7e7;
    transition: background-color 0.3s, color 0.3s
}

.history-photo ul li a p {
    padding: 15px;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 0
}

.history-photo ul li a .thumb {
    transition: opacity 0.3s;
    overflow: hidden
}

.history-photo ul li a .thumb img {
    width: 100%;
    display: block;
    transition: transform 1s
}

.history-photo ul li a:hover {
    background-color: #004fa6;
    color: #fff
}

.history-photo ul li a:hover .thumb {
    opacity: .3;
    filter: alpha(opacity=30)
}

.history-photo ul li a:hover .thumb img {
    transform: scale(1.2)
}

.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 a i {
    margin-right: 5px
}

.load-more a img {
    vertical-align: middle;
    margin-right: 5px
}

.key-list-wrap ul {
    margin-left: -1.5%;
    margin-right: -1.5%
}

.key-list-wrap ul li {
    float: left;
    width: 22%;
    margin: 0 1.5% 25px 1.5%;
    height: 225px;
    transition: border-color .3s, box-shadow .3s;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box
}

.key-list-wrap ul li:hover {
    border-color: #004fa6;
    box-shadow: 0px 10px 30px rgba(0, 79, 166, 0.2)
}

.key-list-wrap ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 25px
}

.key-list-wrap ul li a h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 15px auto;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important
}

.key-list-wrap ul li a p {
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    text-align: justify;
    margin-bottom: 20px
}

.key-list-wrap ul li a div {
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    color: #004fa6
}

.key-list-wrap ul li a div i {
    font-size: 12px
}

.teacher-list-wrap ul {
    margin-left: -1.5%;
    margin-right: -1.5%
}

.teacher-list-wrap ul li {
    float: left;
    width: 22%;
    margin: 0 1.5% 25px 1.5%;
    transition: border-color .3s, box-shadow .3s;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box
}

.teacher-list-wrap ul li:hover {
    border-color: #004fa6;
    box-shadow: 0px 10px 30px rgba(0, 79, 166, 0.2)
}

.teacher-list-wrap ul li a {
    display: block;
    height: 80px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px
}

.teacher-list-wrap ul li a:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #004fa6;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -15px
}

.ranking ul .strong {
    font-weight: bold;
    background-color: #f8f8f8;
    line-height: 50px
}

.ranking ul li {
    overflow: hidden;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    padding: 0 10px
}

.ranking ul li span {
    display: block;
    float: left
}

.ranking ul li span.No {
    width: 80px
}

.site-map dl {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd
}

.site-map dl dt {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold
}

.site-map dl dd {
    overflow: hidden
}

.site-map dl dd span {
    display: block;
    margin-right: 10px;
    float: left
}

.site-map dl dd span a:after {
    content: "|";
    color: #ddd;
    margin-left: 10px
}

.site-map dl dd span:last-child a:after {
    content: ""
}

.site-map dl dd p {
    overflow: hidden
}

.site-map dl dd strong {
    display: block;
    color: #999
}

.content,
.pic-show {
    text-align: justify
}

.content .content-title,
.pic-show .content-title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    padding: 8px 0;
    color: #555
}

.content .content-title span,
.pic-show .content-title span {
    font-size: 14px;
    color: #666
}

.content .news-info,
.pic-show .news-info {
    color: #999;
    line-height: 40px;
    border-bottom: 1px solid #ddd
}

.content .news-info .content-mark span,
.pic-show .news-info .content-mark span {
    font-size: 14px;
    margin-right: 10px
}

.content .news-content,
.pic-show .news-content {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: justify
}

.content .news-content img,
.pic-show .news-content img {
    max-width: 100% !important;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.content .news-content p,
.pic-show .news-content p {
    margin: 0 0 9px !important
}

.content .news-content .keylink,
.pic-show .news-content .keylink {
    color: #004fa6;
    border-bottom: 1px dashed #004fa6
}

.content .news-content p,
.content .news-content span,
.content .news-content p span,
.pic-show .news-content p,
.pic-show .news-content span,
.pic-show .news-content p span {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif !important
}

.news-code-wrap {
    text-align: center
}

.news-code-wrap .news-code {
    width: 132px;
    margin: 25px auto
}

.news-code-wrap .news-code p {
    color: #999;
    font-size: 12px
}

.news-code-wrap .news-code img {
    width: 132px;
    height: 132px
}

.page-content .news-content img {
    display: inline-block
}

.news-show>.fl,
.video-show>.fl {
    width: 860px
}

.news-show>.fr,
.video-show>.fr {
    width: 280px;
    margin-bottom: 50px
}

.news-footer-share {
    text-align: right;
    border-bottom: 3px solid #ccc;
    padding-bottom: 20px
}

.has-right .fox-video {
    min-height: 500px;
    margin-top: 25px
}

.has-right .fox-video .audio-box {
    height: 430px;
    background-size: cover
}

.has-right .fox-video .audio-box .audio-icon {
    height: 400px
}

.news-mark {
    position: relative;
    line-height: 36px;
    color: #a1a1a1;
    padding-bottom: 20px
}

.news-mark>span {
    margin: 0 10px;
    font-size: 12px;
    position: relative;
    top: -1px
}

.news-mark .back-list {
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-top: 1px solid #e4e4e4
}

.news-mark .back-list .bl-btn {
    display: inline-block;
    width: 140px;
    height: 40px;
    border-radius: 3px;
    background-color: #004fa6;
    color: #fff;
    text-align: center;
    line-height: 40px
}

.news-mark .back-list .bl-btn:hover {
    background-color: #58AD81
}

.news-mark .paging {
    height: 37px;
    line-height: 37px;
    border-top: 1px solid #e4e4e4
}

.news-mark .paging a {
    color: #333
}

.news-mark .paging a i {
    margin: 0 15px;
    opacity: .8
}

.news-mark .paging a:hover span {
    color: #004fa6
}

.related-news li {
    padding: 20px 0;
    padding-left: 153px;
    height: 78px;
    position: relative;
    border-bottom: 1px dashed #e4e4e4
}

.related-news li:last-child {
    border-bottom: none
}

.related-news li.nothumb {
    padding-left: 0
}

.related-news li .thumb {
    width: 132px;
    height: 78px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 20px
}

.related-news li .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 1s
}

.related-news li .thumb:hover img {
    transform: scale(1.2)
}

.related-news li .thumb i {
    color: #fff;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 26px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
    height: 70px;
    background: url(../images/news-slide-mark.png);
    padding: 40px 5px 10px
}

.related-news li .title {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    font-size: 20px;
    margin-bottom: 15px;
    color: #666
}

.related-news li .title:hover {
    color: #58AD81
}

.related-news li .mark {
    color: #999
}

.related-news li .mark u {
    padding: 0 10px;
    font-size: 12px;
    color: #c7c5c5;
    position: relative;
    top: -1px
}

.related-doc li {
    height: 100px;
    position: relative;
    padding: 20px 0 20px 90px;
    overflow: hidden;
    border-bottom: 1px dashed #e4e4e4
}

.related-doc li:last-child {
    border: none
}

.related-doc li .doctor-img {
    position: absolute;
    left: 0;
    top: 18px
}

.related-doc li .doctor-img img {
    width: 74px;
    height: 100px
}

.related-doc li h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 8px
}

.related-doc li p {
    height: 75px;
    overflow: hidden;
    font-size: 14px
}

.related-doc li p u {
    color: #999
}

.related-dmt .top-dm {
    overflow: hidden
}

.related-dmt .top-dm h2 {
    font-size: 20px;
    line-height: 50px;
    border-bottom: 1px dashed #e4e4e4;
    font-weight: normal
}

.related-dmt .top-dm p {
    line-height: 1.5;
    margin-top: 10px;
    color: #777;
    border-bottom: 1px dashed #e4e4e4;
    margin-bottom: 5px
}

.related-dmt .more-dm {
    line-height: 30px;
    font-size: 16px;
    padding: 10px 0
}

.related-dmt .more-dm a {
    margin-right: 10px;
    border-bottom: 1px dashed transparent;
    padding-bottom: 1px
}

.related-dmt .more-dm a:hover {
    border-bottom-color: #58AD81
}

.theme-cont {
    display: none;
    position: relative
}

.theme-cont img,
.theme-cont a {
    display: block;
    width: 100%
}

.theme-cont.tm-700-140 {
    margin: 0 auto 25px;
    width: 700px
}

.theme-cont.tm-700-140 img {
    height: 140px;
    display: block
}

.theme-cont.tm-244-244 img {
    height: 244px
}

.theme-cont:after {
    content: "推荐";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #004fa6;
    background-color: rgba(0, 79, 166, 0.75);
    color: #fff
}

.video-container .container-inner {
    padding: 30px 0 0
}

.editor-video {
    width: 100%;
    display: block
}

.fox-video {
    overflow: hidden;
    width: 100%;
    min-height: 675px;
    margin-top: 25px;
    background: url(../images/black30.png)
}

.fox-video .audio-box {
    height: 690px;
    background-size: cover
}

.fox-video .audio-box .audio-icon {
    color: #fff;
    height: 653px;
    background: url(../images/black30.png);
    position: relative
}

.fox-video .audio-box .audio-icon span {
    padding: 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    bottom: 0
}

.fox-video .audio-box .audio-icon span:before {
    content: '\e66f';
    font-family: "iconfont";
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    display: block
}

.prism-player .prism-ErrorMessage,
.prism-player .prism-cover {
    background-size: cover !important
}

.pic-show h1 {
    font-size: 24px;
    font-weight: normal
}

.pic-show .picinfo {
    line-height: 30px;
    color: #999
}

.pic-show .picinfo .fl span {
    margin-right: 10px
}

.pic-show .picplayer {
    position: relative;
    margin: 15px 0
}

.pic-show .picplayer .view {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: center;
    min-height: 400px;
    background: #000
}

.pic-show .picplayer .view img {
    max-width: 100%
}

.pic-show .picplayer .view .loading {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: url(../images/loading.gif) center no-repeat #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px
}

.pic-show .picplayer .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
}

.pic-show .picplayer .prev,
.pic-show .picplayer .next {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1
}

.pic-show .picplayer .prev:hover span,
.pic-show .picplayer .next:hover span {
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.pic-show .picplayer .prev span,
.pic-show .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
}

.pic-show .picplayer .prev {
    left: 0px
}

.pic-show .picplayer .prev span {
    left: 0px
}

.pic-show .picplayer .next {
    right: 0px
}

.pic-show .picplayer .next span {
    right: 0px
}

.pic-show .thumbbox {
    height: 97px;
    margin-bottom: 20px;
    position: relative
}

.pic-show .thumbbox .thumblist {
    height: 97px;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 50px;
    white-space: nowrap;
    font-size: 0
}

.pic-show .thumbbox .thumblist ul {
    display: inline-block;
    width: 100%
}

.pic-show .thumbbox .thumblist ul li {
    float: left;
    width: 11.3%;
    height: 100%;
    margin-left: .6%;
    margin-right: .6%;
    overflow: hidden;
    background: #004fa6
}

.pic-show .thumbbox .thumblist ul li a {
    display: block;
    font-size: 0;
    line-height: 0
}

.pic-show .thumbbox .thumblist ul li a img {
    height: 97px;
    width: 100%;
    display: block
}

.pic-show .thumbbox .thumblist ul li a.cur img {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.pic-show .thumbbox .prev,
.pic-show .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
}

.pic-show .thumbbox .prev {
    left: 0
}

.pic-show .thumbbox .next {
    right: 0
}

.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: #004fa6;
    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 img {
    height: 367px;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: .7;
    filter: alpha(opacity=70)
}

.newspaper-show li a:hover span {
    background-color: #0096d7
}

.newspaper-show li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.paper-detail {
    position: relative
}

.paper-detail .paper-pic {
    position: relative;
    padding: 40px 70px;
    width: 850px;
    background: #fff;
    box-sizing: border-box;
    min-height: 1220px;
    margin-right: 350px
}

.paper-detail .paper-pic.article-pic {
    padding: 30px;
    width: 345px;
    border-radius: 10px
}

.paper-detail .paper-pic .area-icon {
    width: 710px;
    position: relative
}

.paper-detail .paper-pic .area-icon img {
    width: 710px;
    display: block
}

.paper-detail .paper-pic .area-icon .area {
    position: absolute;
    opacity: 0;
    background: #04a28e;
    filter: alpha(opacity=0);
    transition: opacity .3s
}

.paper-detail .paper-pic .area-icon .area.cur-area-icon {
    filter: alpha(opacity=30);
    opacity: .3
}

.paper-detail .paper-pic .area-icon .area:hover {
    filter: alpha(opacity=20);
    opacity: .2
}

.paper-detail .paper-pic a.all {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 102px;
    text-align: center;
    color: #fff;
    background: #04a28e;
    box-sizing: border-box;
    padding: 27px 15px;
    transition: background-color .3s
}

.paper-detail .paper-pic a.all:hover {
    background-color: #58AD81
}

.paper-detail .paper-pic a.all:hover:before {
    color: #58AD81
}

.paper-detail .paper-pic a.all span {
    position: relative;
    z-index: 1
}

.paper-detail .paper-pic a.all:before {
    content: '\e6a8';
    position: absolute;
    top: 13px;
    color: #04a28e;
    font-family: 'iconfont';
    font-size: 113px;
    line-height: 1;
    left: -22px;
    transition: color .3s
}

.paper-detail .paper-pic a.controll {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 34px;
    background: #04a28e;
    opacity: .65;
    transition: opacity .3s;
    filter: alpha(opacity=0)
}

.paper-detail .paper-pic a.controll:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.paper-detail .paper-pic a.controll.page-left {
    left: 0
}

.paper-detail .paper-pic a.controll.page-right {
    right: 0
}

.paper-detail .paper-article {
    padding: 20px;
    width: 310px;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden
}

.paper-detail .paper-article .paper-article-item {
    margin-bottom: 20px
}

.paper-detail .paper-article .paper-article-item.cur .h3-title {
    background-color: #04a28e
}

.paper-detail .paper-article .paper-article-item.cur .h3-title:before {
    display: block
}

.paper-detail .paper-article .paper-article-item.cur ul {
    display: block
}

.paper-detail .paper-article .paper-article-item .h3-title {
    width: 100%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    background-color: #666;
    box-sizing: border-box;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    transition: background-color .3s
}

.paper-detail .paper-article .paper-article-item .h3-title span {
    position: relative;
    z-index: 1
}

.paper-detail .paper-article .paper-article-item .h3-title:hover {
    background-color: #58AD81
}

.paper-detail .paper-article .paper-article-item .h3-title:hover:before {
    color: #58AD81
}

.paper-detail .paper-article .paper-article-item .h3-title:before {
    content: '\e67d';
    position: absolute;
    top: -1px;
    color: #04a28e;
    font-family: 'iconfont';
    font-size: 52px;
    line-height: 1;
    left: -20px;
    display: none;
    transition: color .3s
}

.paper-detail .paper-article .paper-article-item ul {
    display: none
}

.paper-detail .paper-article .paper-article-item ul li:last-child a {
    border-bottom: none
}

.paper-detail .paper-article .paper-article-item ul li a {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.paper-article-detail .paper-title {
    margin-bottom: 30px
}

.paper-article-detail .paper-title a {
    display: block;
    height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    width: 110px;
    background-color: #004fa6
}

.paper-article-detail .paper-title a.fl {
    background-color: #04a28e;
    width: 410px
}

.paper-article-detail .paper-title a.fr {
    margin-left: 20px
}

.paper-article-detail .paper-title a:hover {
    background-color: #58AD81
}

.paper-article-detail .picture-article {
    position: relative
}

.paper-article-detail .picture-article .picture {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    width: 410px;
    background-color: #fff;
    padding: 26px
}

.paper-article-detail .picture-article .picture .area-icon {
    width: 358px;
    position: relative
}

.paper-article-detail .picture-article .picture .area-icon img {
    width: 358px;
    display: block
}

.paper-article-detail .picture-article .picture .area-icon .area {
    position: absolute;
    opacity: 0;
    background: #04a28e;
    filter: alpha(opacity=0);
    transition: opacity .3s
}

.paper-article-detail .picture-article .picture .area-icon .area.cur-area-icon {
    filter: alpha(opacity=30);
    opacity: .3
}

.paper-article-detail .picture-article .picture .area-icon .area:hover {
    filter: alpha(opacity=20);
    opacity: .2
}

.paper-article-detail .picture-article .picture .list-bar {
    font-size: 16px;
    padding-left: 56px;
    padding-right: 56px;
    position: relative;
    margin: 20px auto;
    height: 28px
}

.paper-article-detail .picture-article .picture .list-bar a {
    position: absolute;
    top: 0
}

.paper-article-detail .picture-article .picture .list-bar a.prev {
    left: 0
}

.paper-article-detail .picture-article .picture .list-bar a.next {
    right: 0
}

.paper-article-detail .picture-article .picture .list-bar span {
    color: #004fa6;
    font-weight: 700;
    display: block;
    text-align: center
}

.paper-article-detail .picture-article .picture ul li:last-child a {
    border-bottom: none
}

.paper-article-detail .picture-article .picture ul li.cur a {
    color: #004fa6
}

.paper-article-detail .picture-article .picture ul li a {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.paper-article-detail .picture-article .article {
    padding: 10px 25px 30px;
    width: 750px;
    min-height: 1220px;
    background-color: #fff;
    margin-left: 450px;
    box-sizing: border-box
}

.paper-review {
    margin-right: -30px
}

.paper-review .paper-review-item {
    width: 585px;
    height: 457px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 35px;
    float: left;
    margin-right: 30px
}

.paper-review .paper-review-item .thumb-article {
    margin-bottom: 16px
}

.paper-review .paper-review-item .thumb-article .thumb {
    width: 250px;
    height: 345px;
    overflow: hidden
}

.paper-review .paper-review-item .thumb-article .thumb a {
    display: block
}

.paper-review .paper-review-item .thumb-article .thumb a:hover img {
    transform: scale(1.2)
}

.paper-review .paper-review-item .thumb-article .thumb img {
    display: block;
    width: 250px;
    height: 345px;
    transition: transform .85s
}

.paper-review .paper-review-item .thumb-article .article {
    width: 270px;
    height: 345px;
    overflow: hidden
}

.paper-review .paper-review-item .thumb-article .article a {
    display: block;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 41px;
    line-height: 40px;
    box-sizing: border-box
}

.paper-review .paper-review-item .thumb-article .article a:first-child {
    margin-top: -12px
}

.paper-review .paper-review-item .thumb-article .article a:last-child {
    border-bottom: none
}

.paper-review .paper-review-item .title {
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden
}

.paper-review .paper-review-item .title a {
    display: block;
    background-color: #04a28e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%
}

.paper-review .paper-review-item .title a:hover {
    background-color: #58AD81
}

.map-search {
    font-size: 0;
    text-align: center
}

.map-search a {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-left: 8px;
    margin-right: 8px
}

.map-search a:hover {
    background-color: #004fa6;
    border-color: #004fa6;
    color: #fff
}

.map-box {
    position: relative;
    border: 1px solid #e4e4e4
}

.map-box .map-search-result {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 50px;
    height: 100%;
    z-index: 2
}

.map-box .map-search-result .switch {
    width: 50px;
    height: 200px;
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 0;
    background-color: #004fa6;
    color: #fff;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.09);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.map-box .map-search-result .switch:hover {
    background-color: #58AD81
}

.map-box .map-search-result .switch i {
    margin-top: 5px;
    font-size: 24px;
    opacity: .95
}

.map-box .map-search-result .result-list {
    height: 100%;
    min-width: 1px;
    overflow-y: auto;
    background-color: #fff
}

.map-box .position-map {
    height: 700px
}

.map-box .position-map img {
    max-width: none !important
}

.map-box .position-map input {
    box-sizing: border-box;
    padding: 3px;
    height: 26px !important;
    font-size: 12px;
    vertical-align: middle
}

.map-box .position-map .BMapLib_ap th,
.map-box .position-map .BMapLib_ap td {
    padding: 3px
}

.map-box .position-map #BMapLib_is_remember_phone {
    margin-left: 5px
}

.map-box .position-map .BMapLib_SearchInfoWindow,
.map-box .position-map .position-map .BMapLib_nav_tab_content li {
    font-family: inherit
}

.map-box .position-map .BMapLib_bubble_title {
    font-weight: bold
}

.map-box .position-map .BMapLib_bubble_content {
    line-height: 2
}

.map-box .position-map .BMapLib_trans {
    top: auto !important
}

.map-box .position-map .BMapLib_sms_declare_phone {
    font-size: 12px
}

#sn-detail-wrapper #sn-left-wrapper {
    float: left;
    width: 860px;
    margin-top: 20px
}

#sn-detail-wrapper #common-right-wrapper {
    margin-top: -22px
}

#sn-detail-wrapper #common-right-wrapper .common-list-tit {
    height: 53px
}

#sn-detail-wrapper #common-right-wrapper .common-list-tit .common-list-name {
    font-size: 20px;
    color: #666
}

#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-more {
    display: none
}

#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-list {
    margin-bottom: 30px
}

#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-paper-list,
#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-special-list,
#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-image-list,
#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-video-list {
    margin-top: 25px
}

#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-image-list,
#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-video-list {
    margin-bottom: 43px
}

#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-paper-list {
    margin-bottom: 45px
}

article h1 {
    font-weight: 700;
    font-style: normal;
    color: #555;
    line-height: 46px;
    font-size: 32px;
    text-align: left
}

article .sn-news-info {
    line-height: 46px;
    margin-top: 12px;
    color: #999;
    border-bottom: 1px solid #e4e4e4
}

article .sn-news-info #common-share-wrapper {
    float: right
}

#s-detail-container #sn-detail-wrapper #sn-left-wrapper {
    float: inherit;
    width: 100%
}

#sd-container .common-related-list-tit .common-related-title span {
    font-weight: 700
}

.doctor-details {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: -30px;
    min-height: 258px
}

.doctor-details>.layout {
    position: relative
}

.doctor-details .doctor-resume {
    padding: 29px 0;
    width: 535px;
    position: relative;
    padding-left: 190px
}

.doctor-details .doctor-resume .doctor-img {
    position: absolute;
    top: 29px;
    left: 0;
    width: 160px;
    height: 224px;
    overflow: hidden
}

.doctor-details .doctor-resume .doctor-img img {
    width: 160px;
    height: 224px;
    object-fit: cover
}

.doctor-details .doctor-resume h1 {
    font-size: 28px;
    color: #004fa6;
    line-height: 44px
}

.doctor-details .doctor-resume h1 span {
    padding-left: 10px;
    font-size: 14px;
    color: #555;
    font-weight: 400
}

.doctor-details .doctor-resume h1 div {
    font-size: 15px;
    font-weight: normal;
    line-height: 34px;
    color: #58AD81;
    margin-top: 20px
}

.doctor-details .doctor-resume .doctor-information,
.doctor-details .doctor-resume .good-at {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 0
}

.doctor-details .doctor-resume .doctor-information i,
.doctor-details .doctor-resume .good-at i {
    font-size: 12px;
    color: #fff;
    margin-left: 4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #004fa6
}

.doctor-details .doctor-resume .doctor-information u,
.doctor-details .doctor-resume .good-at u {
    color: #999
}

.doctor-details .doctor-resume .doctor-information a,
.doctor-details .doctor-resume .good-at a {
    color: #4a76bf
}

.doctor-details .doctor-resume .doctor-information>div {
    height: 30px;
    margin-bottom: 8px
}

.doctor-details .doctor-resume .good-at {
    line-height: 24px
}

.doctor-details .doctor-code {
    width: 468px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 0;
    min-height: 259px
}

.doctor-details .doctor-code .qr-img {
    width: 233px;
    min-height: 228px;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    color: #999;
    font-size: 15px;
    display: inline-block
}

.doctor-details .doctor-code .qr-img img {
    width: 157px;
    height: 157px;
    display: block;
    margin: 0 auto 15px
}

.doctor-items .doctor-items-intro {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 30px;
    margin-top: 20px
}

.doctor-items .inner-list-tit .remark {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
    color: #999
}

.doctor-items .apply-btn {
    width: 90px;
    height: 24px;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
    margin-left: 10px;
    background-color: #004fa6;
    color: #fff
}

.doctor-items .apply-btn i {
    font-size: 13px;
    opacity: .9
}

.doctor-items .apply-btn:hover {
    background-color: #004fa6;
    color: #fff
}

.doctor-items .doctor-clinic .clinic-table-wrap {
    min-height: 185px;
    padding-bottom: 15px
}

.doctor-items .doctor-clinic .loading {
    background: url(../images/loadingex.gif) center no-repeat;
    width: 100%;
    height: 138px;
    background-size: 4%;
    display: block
}

.doctor-items .doctor-clinic h3 {
    margin: 20px 0 10px;
    font-weight: normal
}

.doctor-items .doctor-clinic h3 span {
    color: #999
}

.doctor-items .doctor-clinic table tr {
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4
}

.doctor-items .doctor-clinic table tr td:first-child,
.doctor-items .doctor-clinic table tr td:last-child {
    width: 99px
}

.doctor-items .doctor-clinic table td {
    height: 68px;
    width: 144px;
    text-align: center;
    border-left: 1px solid #e4e4e4
}

.doctor-items .doctor-clinic table td>div {
    position: relative
}

.doctor-items .sd-week-list {
    position: relative;
    height: 80px;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    background-color: #f2f2f2
}

.doctor-items .sd-week-list a {
    position: absolute;
    top: 0;
    width: 99px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #ccc
}

.doctor-items .sd-week-list a i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    border-radius: 50%
}

.doctor-items .sd-week-list a:not(.disabled) i {
    border-color: #004fa6;
    color: #004fa6
}

.doctor-items .sd-week-list a.disabled {
    color: #ccc;
    cursor: default;
    border-color: #ccc
}

.doctor-items .sd-week-list a.last-wk {
    left: 0
}

.doctor-items .sd-week-list a.next-wk {
    right: 0
}

.doctor-items .sd-week-list .week-wrap {
    overflow: hidden;
    height: 79px;
    width: 1003px;
    margin: 0 auto
}

.doctor-items .sd-week-list .week-wrap ul {
    overflow: hidden;
    border-right: 1px solid #e4e4e4
}

.doctor-items .sd-week-list .week-wrap ul li {
    float: left;
    width: 143px;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
    border-left: 1px solid #e4e4e4
}

.doctor-items .sd-week-list .week-wrap ul li:nth-child(7n) {
    width: 144px
}

.doctor-items .tab-pannel-wrap {
    height: 190px
}

.doctor-items .relation-list {
    margin-bottom: 30px;
    margin-top: 15px
}

.doctor-items .relation-list.relation-paper-list li {
    padding-left: 0
}

.doctor-items .relation-list li {
    width: 48.5%;
    float: left;
    box-sizing: border-box;
    padding: 15px 0;
    padding-left: 113px;
    height: 95px;
    position: relative
}

.doctor-items .relation-list li.nothumb {
    padding-left: 0
}

.doctor-items .relation-list li:nth-child(2n+1) {
    padding-right: 40px;
    border-right: 1px solid #e4e4e4;
    margin-right: 3%
}

.doctor-items .relation-list li .thumb {
    width: 95px;
    height: 65px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 15px
}

.doctor-items .relation-list li .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 1s
}

.doctor-items .relation-list li .thumb:hover img {
    transform: scale(1.2)
}

.doctor-items .relation-list li .thumb i {
    color: #fff;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 26px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
    height: 70px;
    background: url(../images/news-slide-mark.png);
    padding: 40px 5px 10px
}

.doctor-items .relation-list li .title {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    font-size: 18px;
    margin-bottom: 15px;
    color: #666
}

.doctor-items .relation-list li .title:hover {
    color: #004fa6
}

.doctor-items .relation-list li .mark {
    color: #999
}

.doctor-items .relation-list li .mark u {
    padding: 0 10px;
    font-size: 12px;
    color: #c7c5c5;
    position: relative;
    top: -1px
}

#sl-container {
    padding-top: 40px
}

#sl-container .doctor-resume {
    position: relative;
    min-height: 322px
}

#sl-container .doctor-resume .doctor-img {
    float: left;
    width: 236px;
    height: 322px;
    margin-right: 45px
}

#sl-container .doctor-resume .doc-info {
    position: absolute;
    right: 0;
    top: 0;
    width: 920px;
    height: 140px
}

#sl-container .doctor-resume .doc-info .doc-name {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-size: 48px;
    color: #004fa6;
    line-height: 1
}

#sl-container .doctor-resume .doc-info .doc-name span {
    font-weight: 400;
    color: #555;
    font-size: 20px;
    padding-left: 20px
}

#sl-container .doctor-resume .doc-resume {
    font-size: 16px;
    line-height: 32px;
    color: #333
}

#sl-container .doctor-resume .doc-resume .produce-title {
    display: inline-block;
    width: 910px;
    margin-top: 65px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 157, 109, 0.15);
    font-size: 24px
}

#sl-container .doctor-resume .doc-resume .content-padding-top {
    height: 15px
}

@media print {
    .header,
    .two-nav,
    .path,
    .news-show>.fr,
    .news-mark,
    .color-share,
    .banner,
    .aside-share,
    .related,
    .footer,
    .aside,
    .gotop,
    .login-dialog,
    .links,
    .gotop,
    .theme-cont,
    .second-nav-wrap,
    #related_list_wrap,
    .second-nav,
    .path-box-list,
    #common-right-wrapper,
    .link-box,
    #related-list-wrap,
    #common-share-wrapper {
        display: none !important
    }
    .layout,
    .news-show>.fl,
    #sn-detail-wrapper #sn-left-wrapper {
        float: none !important;
        width: auto
    }
    img {
        text-align: center
    }
    #common-news-detail-content .keylink {
        border-bottom: none
    }
}

.link-box {
    margin-top: 40px;
    background-color: #354162;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.link-box .layout {
    position: relative;
    height: 64px
}

.link-box .quick-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    line-height: 64px;
    color: rgba(255, 255, 255, 0.1);
    font-size: 0
}

.link-box .quick-left a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.link-box .quick-left a+a {
    margin-left: 40px
}

.link-box .quick-left a+a:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 15px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1)
}

.link-box .quick-left a:hover {
    color: #58AD81
}

.link-box ul.friend-links {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.link-box ul.friend-links li {
    position: relative;
    float: left;
    min-width: 80px
}

.link-box ul.friend-links li+li {
    margin-left: 40px
}

.link-box ul.friend-links li>a {
    display: block;
    line-height: 64px;
    color: #fff
}

.link-box ul.friend-links li>a i {
    margin-left: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.link-box ul.friend-links li .link-nav {
    position: absolute;
    left: -60px;
    right: 0;
    bottom: 64px;
    z-index: 3;
    min-width: 200px;
    height: 0;
    background-color: #e4e4e4;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.link-box ul.friend-links li .link-nav a {
    display: block;
    padding: 5px 10px
}

.link-box ul.friend-links li .link-nav a+a {
    border-top: 1px solid #999
}

.link-box ul.friend-links li:hover>a i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.link-box ul.friend-links li:hover .link-nav {
    height: auto
}


/*# sourceMappingURL=special.css.map */

@media only screen and (max-width: 1400px) {
    .container2,
    .layout {
        width: 1170px;
    }
    .sp-home-news ul li {
        width: 273px;
    }
    .sp-home-txts-1 ul li {
        width: 370px;
    }
}

@media only screen and (max-width: 1200px) {
    .container2,
    .layout {
        width: 970px;
    }
    .sp-home-news ul li {
        width: 223px;
    }
    .sp-home-txts-1 ul li {
        width: 303px;
    }
}

@media only screen and (max-width: 996px) {
    .container2,
    .layout {
        width: 750px;
    }
    .sp-home-news ul li {
        width: 362px;
        margin: 10px 0;
    }
    .sp-home-txts-1 ul li {
        width: 360px;
    }
    .sp-home-news ul li:nth-child(3) {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .container2,
    .layout {
        width: 95%;
    }
    .sp-home-news ul li {
        width: 49%;
        margin: 1% 0;
    }
    .sp-home-news ul li+li {
        margin-left: 2%;
    }
    .sp-home-txts-1 ul li {
        width: 47%;
        /* margin-right: 1%; */
        margin: 1% 1% 1% 0;
        box-sizing: border-box;
    }
    .h100 {
        height: 80px!important;
    }
}

@media only screen and (max-width: 515px) {
    .h100 {
        height: 70px!important;
    }
    .inner-row {
        padding: 20px 0;
    }
    .sp-home-news ul li {
        width: 100%;
        margin: 1% 0!important;
    }
    .sp-home-txts-1 ul li {
        width: 91%;
    }
}