@charset "utf-8";

/* CSS Document */

html {
    background: #FFF;
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14÷10=1.4 */
    color: #666;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #7f167b;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.fpx16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.fpx17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.fpx18 {
    font-size: 18px;
}

.fpx20 {
    font-size: 20px;
}

.fpx22 {
    font-size: 22px;
}

.fpx24 {
    font-size: 24px;
}

.fpx30 {
    font-size: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.mode {
    width: 1600px;
    margin: 0 auto;
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    width: 100%;
    overflow: hidden;
}

.imgResponsive {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: block;
}

.imgResponsive img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.imgResponsive img:hover {
    transform: scale(1.05);
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    25% {
        transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
    }
    50% {
        transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
    }
    75% {
        transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    25% {
        transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
    }
    50% {
        transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
    }
    75% {
        transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}


/*头部样式*/

.header {
    width: 100%;
    min-width: 300px;
    height: auto;
    z-index: 990;
    background-color: #a135c0;
    border-bottom: 1px solid #d278ec;
    position: relative;
    background: -webkit-linear-gradient(left, #a637bf, #952fc2);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #a637bf, #952fc2);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #a637bf, #952fc2);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #a637bf, #952fc2);
    /* 标准的语法 */
}

.header_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: url(../../images/2019/g-header-bg.png) repeat;
    ;
}

.top {
    width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.logo {
    float: left;
    transition: all 0.3s ease-in-out;
    padding: 26px 0 18px;
}

.logo a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    ;
}

.logo_01 {
    width: 280px;
    margin-right: 20px;
    vertical-align: bottom;
}

.logo_02 {
    vertical-align: bottom;
    padding-bottom: 6px;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.logo_02:hover {
    color: #fff
}

.top-rt {
    float: right;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.topNav {
    width: auto;
    float: left;
    padding-top: 10px;
    margin-right: 50px;
    ;
}

.topNav a {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 0.35s ease-in-out;
}

.topNav span {
    margin: 0 15px;
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.topNav a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}

.ser {
    width: 200px;
    height: 40px;
    line-height: 34px;
    position: relative;
    float: left;
    border-radius: 25px;
}

.ser>i {
    content: '';
    width: 198px;
    height: 38px;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: block;
    pos-bottom: absolute;
    top: 0;
    left: 0;
}

.search input {
    position: absolute;
    height: 38px;
    line-height: 36px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #fafafa;
    padding: 0 0 0 18px;
    width: 83%;
}

.search input.notxt1 {
    position: absolute;
    width: 15%;
    right: 0;
    border: none;
    cursor: pointer;
    padding-right: 0;
    color: #fff;
    height: 38px;
    backgruond: url(../../images/2019/ie-searchBtn.png) no-repeat left center;
    background: url(../../images/2019/search.svg) no-repeat left center
}

.nav {
    width: auto;
    float: right;
    margin-top: 76px;
    background: url(../../images/2019/nav-bg.png) repeat
}

.nav>ul {
    width: 100%;
}

.nav>ul>li {
    float: left;
    height: 50px;
    position: relative;
    width: auto;
}

.nav>ul>li>a {
    color: #fff;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    padding: 0 26px;
    border-left: 1px solid #9954b7;
}

.nav>ul>li.on>a,
.nav>ul>li:hover>a {
    background: url(../../images/2019/subnav_bg.png) repeat;
    color: #7b3dae;
    text-shadow: none;
}

.nav>ul>li.on .subNav {
    display: block;
}

.nav>ul>li .subNav {}

.subNav {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    width: 100%;
    font-size: 16px;
    padding-top: 1px;
}

.subNav dl {
    background: url(../../images/2019/subnav_bg.png) repeat;
}

.subNav dd>a {
    padding: 8px 10px;
    display: block;
    line-height: 1.5;
}

.subNav dd {
    text-align: center;
}

.subNav a:hover {
    color: #7b3dae
}

.header.currents {
    height: 80px;
    background: none;
    position: fixed;
}

.header.currents .header-border {
    height: 100%;
    background: #6510ad;
    background: -webkit-linear-gradient(left, #6510ad, #7f167b);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #6510ad, #7f167b);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #6510ad, #7f167b);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #6510ad, #7f167b);
    /* 标准的语法 */
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.header.currents .top {
    clear: none
}

.header.currents .top-rt {
    display: none;
}

.header.currents .logo {
    width: auto;
    padding: 16px 0 0;
    height: auto;
}

.header.currents .logo_01 {
    width: 198px;
    margin-right: 10px;
}

.header.currents .logo_02 {
    font-size: 18px;
}

.header.currents .nav {
    height: 80px;
    width: auto;
    padding-top: 0;
    clear: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1600px;
    margin: 0 0 0 -800px;
    background: none
}

.header.currents .nav>ul {
    clear: none;
    margin-left: 350px;
}

.header.currents .nav>ul>li {
    background: none;
    height: 80px;
    width: auto;
}

.header.currents .nav>ul>li>a {
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    ;
}

.header.currents .nav>ul>li>a:hover,
.header.currents .nav>ul>li.on>a {
    border: none
}

.header.currents .subNav {
    top: 80px;
}

.header.currents .subNav2 {
    margin-left: -410px;
}

.header.currents .nav ul li>a {}

.header.currents {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    background: #a135c0
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: absolute;
    height: 42px;
    display: none;
    top: 10px;
    right: 0;
    z-index: 99
}

.mobile-inner-header {
    width: 100%;
    height: 42px;
    position: absolute;
    top: 13px;
    right: 0px;
    z-index: 2
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 3);
    width: 25px;
    height: 2px;
    background-color: #fff;
}

.mobile-inner-header-icon-click {
    right: 10%;
}

.mobileLink {
    display: none;
    padding: 10px 0;
    text-align: center;
}

.mobileLink dd {
    line-height: 20px;
    text-align: center;
    font-size: 1.2rem;
    padding: 0;
    display: inline-block;
}

.mobileLink dd a {
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    width: auto;
    position: relative;
    line-height: 24px;
    font-size: 12px;
}

.mobileLink a:before {
    opacity: 0.2;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    text-align: left;
    float: right;
    width: 50px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
}

.mobileLink a:last-child:before {
    display: none;
}

.mobile-inner-header-icon-out span {
    display: none;
}

.mobile-inner-header-icon-out i {
    font-size: 30px;
}

.mobile-inner-header-icon-out span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: none;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click i {
    display: none;
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    width: 100%;
    position: absolute;
    top: -64px;
    left: 0px;
    padding-top: 120px;
    padding-bottom: 25px;
    display: none;
    background: -webkit-linear-gradient(left, #7f167b, #6510ad);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #7f167b, #6510ad);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #7f167b, #6510ad);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #7f167b, #6510ad);
    /* 标准的语法 */
}

.mobile_bg02 {
    background: #00a2e6;
    background: -webkit-linear-gradient(left, #00a2e6, #f9a74a);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00a2e6, #f9a74a);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00a2e6, #f9a74a);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00a2e6, #f9a74a);
    /* 标准的语法 */
    ;
    opacity: 1;
    top: 0
}

.mobile-inner-nav li>a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 1.6rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    color: #fff;
}

.mobile-inner-nav li>a:before,
.mobile_search:before,
.mobile_subNav>dd>a:before {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3)
}

.mobile-inner-nav ul {
    margin: 0 auto;
    width: 80%;
}

.mobile-inner-nav li {
    position: relative;
}

.twoArrow {
    color: #b67be6;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.5rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    padding-left: 10px;
    opacity: 0.5
}

.mobile_subNav>dd {
    position: relative;
}

.threeArrow {
    color: #b67be6;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2rem;
    cursor: pointer;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_threeNav {
    padding: 5px 0;
    overflow: hidden;
    display: none;
}

.mobile_threeNav>dd {
    width: 50%;
    float: left;
}

.mobile_threeNav>dd>a {
    font-size: 12px;
    padding: 5px 0 5px 12px;
    color: #fff;
    display: inline-block;
}

.mobile-inner-nav li>dl>dd>a {
    font-size: 1.4rem;
    opacity: 0.8;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #rgba(255, 255, 255, 0.2);
    color: #fff;
    position: relative;
    display: block;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 40px;
    margin: 10px auto 0;
    overflow: hidden;
    width: 80%;
    display: none;
}

.mobile_search input.notxt {
    width: 90%;
    color: #fff;
    padding-left: 55px;
    border: none;
}

.mobile_search input.notxt1 {
    width: 55px;
    background-color: #fff;
    right: auto;
    left: 0;
    background: url(../../images/2019/search.svg) no-repeat center center;
    border: none;
}


/*机构简介*/

.g-mode01 {
    background: url(../../images/2019/g-mode01.jpg) no-repeat top center #7a0ea6;
    background-size: cover;
    padding-top: 20px;
}

.TCH-img01 {
    width: 710px;
    float: left;
}

.TCH-img01 .imgResponsive {
    padding-bottom: 62.394%;
}

.TCH-txt01 {
    margin-left: 752px;
    overflow: hidden;
    padding-top: 35px;
}

.TCH-txt01 .title {
    margin-bottom: 35px;
    color: #fff
}

.TCH-txt01 .innerCon {
    line-height: 24px;
    height: 216px;
    overflow: hidden;
    margin-bottom: 15px;
    max-width: 655px;
    color: #f1e1f5;
}

.TCH-txt01 .innerCon p {
    margin-bottom: 24px;
}

.readMore01 {
    border: 1px solid #ecd1f7;
    width: 158px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.readMore01 a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    display: block;
}

.readMore01 i {
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #ecd1f7;
    color: #700b9c;
    float: right;
    font-size: 18px;
}

.g-mode02 {
    padding: 40px 0 60px;
}


/*工作动态*/

.g-mode02 .lf {
    width: 56.875%;
}

.listTitle01 {
    position: relative;
}

.listTitle01:before {
    content: '';
    width: 1px;
    height: 40px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 6;
}

.listTitle01:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 53%;
    z-index: 0;
}

.listTitle01 h2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #fff;
    padding: 0 50px 0 20px;
    position: relative;
    z-index: 5;
}

.listTitle01 h2 strong {
    color: #333;
    font-weight: normal;
    display: block;
    padding-bottom: 5px;
}

.listTitle01 h2 strong:hover {
    color: #7f167b
}

.listTitle01 span {
    display: block;
    font-family: 'Arial';
    color: 999;
    font-weight: normal;
}

.listTitle01 h2 i {
    font-size: 40px;
    color: #e6e6e6;
    position: absolute;
    right: 0;
    top: 8px;
    font-weight: normal;
}

.readMore02 {
    float: right;
    width: auo;
    height: 30px;
    background-color: #fff;
    text-align: right;
    line-height: 30px;
    position: relative;
    z-index: 5;
    margin-top: 11px;
    border: 1px solid #ccc;
    padding-left: 15px;
    transition: all 0.3s ease-in-out;
    *padding-right: 15px;
}

.readMore02 a {
    color: #999;
    display: block;
}

.readMore02 i {
    font-size: 20px;
    color: #fff;
    background: #ccc;
    margin-left: 15px;
    width: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    *display: none;
}

.item-info27 {
    margin-top: 27px;
    margin-left: 290px;
    background-color: #f5f5f5;
    padding: 20px 0;
}

.item-img27 {
    width: 420px;
    float: left;
    position: relative;
    left: -290px;
    margin-right: -290px;
}

.item-img27 .imgResponsive {
    padding-bottom: 62.38%;
}

.item-txt27 {
    margin-left: 150px;
    padding-right: 25px;
}

.item-txt27 h3 {
    line-height: 24px;
    height: 48px;
    margin-bottom: 5px;
    padding-top: 8px;
    overflow: hidden;
}

.item-txt27 p {
    line-height: 22px;
    height: 132px;
    overflow: hidden;
    margin-bottom: 15px;
    color: #999;
}

.item-date27 {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
}

.item-date27 i {
    color: #5e068c;
    padding-right: 6px;
    font-size: 20px;
    float: left;
}

.TCH-list21 {
    padding-top: 20px;
}

.TCH-list21 li {
    height: 53px;
    line-height: 53px;
    border-bottom: 1px dashed #e6e6e6;
    overflow: hidden;
}

.TCH-list21 li span {
    width: 74px;
    height: 20px;
    border-right: 1px solid #e6e6e6;
    margin-top: 15px;
    font-weight: bold;
    float: left;
    line-height: 20px;
    font-family: 'Arial';
    font-size: 12px;
}

.TCH-list21 li a {
    display: block;
    margin-left: 85px;
}

.g-mode02 .rt {
    width: 40%;
}

.TCH-list22 {
    margin: 0 -20px;
    padding: 27px 0
}

.TCH-list22 li {
    width: 50%;
    float: left;
    padding-top: 40px;
    margin-bottom: 20px;
}

.TCH-list22 li>a {
    margin: 0 17px;
    padding: 0 20px 20px;
    background-color: #f5f5f5;
    display: block;
    transition: all 0.35s ease-in-out;
}

.item-img22 {
    width: 136px;
    float: left;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.item-img22 .imgResponsive {
    padding-bottom: 133.82%;
}

.item-txt22 {
    margin-left: 160px;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

.item-txt22 h3 {
    color: #000;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    overflow: hidden;
}

.item-txt22 p {
    padding-top: 7px;
    line-height: 22px;
    height: 110px;
    color: #999;
    overflow: hidden;
}

.g-mode03 {
    background-color: #f5f5f5;
    padding: 35px 0 25px
}

.g-mode03 .lf {
    width: 31.56%;
    margin-right: 3.4%;
}

.g-mode03 .listTitle01 h2,
.g-mode03 .readMore02 {
    background-color: #f5f5f5
}

.TCH-list23 {
    padding: 15px 0
}

.TCH-list23 li {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.TCH-list23 li i {
    float: left;
    color: #5e068c;
    margin-right: 5px;
    font-size: 14px;
}

.g-mode03 .md {
    width: 28.75%;
    float: left;
}

.item-img28.imgResponsive {
    padding-bottom: 62.39%;
}

.item-txt28 {
    overflow: hidden;
}

.item-txt28 h3 {
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-bottom: 5px;
}

.item-txt28 p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666
}

.g-mode03 .rt {
    width: 31.25%;
}

.footer {
    background: url(../../images/2019/g-footer-bg.png) no-repeat top center;
    background-size: cover;
    padding: 30px 0;
    background-color: #5e068c;
}

.footer-lf {
    padding-top: 32px;
}

.footer-lf a {
    *display: inline;
    *zoom: 1;
    display: inline-block;
    vertical-align: middle;
}

.flogo_01 {
    width: 270px;
    padding-right: 15px;
}

.flogo_02 {
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.flogo_02:hover {
    color: #fff;
}

.footer-rt {
    width: 48%;
}

.footer-list {
    border-left: 1px solid #9263b4;
    padding-left: 4%;
    min-height: 120px;
    float: left;
}

.footer-list li {
    line-height: 28px;
    color: #fff
}

.footer-list.cur2 {
    width: 44%;
    margin-left: 8%;
    padding: 10px 0 10px 4%;
}


/*伦理委员会*/

.g-mode33 .lf {
    width: 48.2%;
    margin-right: 0;
}

.g-mode33 .rt {
    width: 48.2%;
}


/*侧边栏*/

.sideBar {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 880;
    margin-top: -162px;
    display: none;
    transition: all 0.35s ease-in-out;
}

.sideBarList {
    width: 80px;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    background-color: #fff;
    float: right;
}

.sideBar li {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    transition: all 0.35s ease-in-out;
}

.sideBar i {
    font-size: 36px;
    color: #ccc;
}

.sideBar span {
    display: none;
    padding: 20px 20px 0;
    line-height: 20px;
}

.sideBar li:hover {
    background: #a3239c;
}

.sideBar li:hover i {
    display: none;
}

.sideBar li:hover span {
    color: #fff;
    display: block;
}

.sideBar {
    top: auto;
    bottom: 50px;
    transition: all 0.3s ease-in-out;
}

.sideBar.bottom {
    bottom: 200px;
}


/*二级页大图*/

.subBanner {
    width: 100%;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.subBannerInner {
    position: relative;
    overflow: hidden;
}

.subBanner .imgResponsive {
    padding-bottom: 19.79%!important;
}

.subBanner img:hover {
    transform: scale(1);
}

.banner_bg {
    width: 100%;
    height: 250px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url(../../images/2019/banner_bg.png) repeat-x top
}

.subBanner h3 {
    width: auto;
    height: 60px;
    line-height: 60px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -800px;
    bottom: 0;
    font-weight: normal;
    z-index: 10;
}

.subBanner_bg {
    position: absolute;
    left: 0;
    height: 60px;
    background-color: #000;
    bottom: 0;
    z-index: 3;
    width: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
}


/*面包屑*/

.bread {
    width: 1000px;
    height: auto;
    line-height: 20px;
    color: #787878;
    padding: 15px 0;
    overflow: hidden;
    font-size: 14px;
    position: absolute;
    left: 50%;
    margin-left: -230px;
    bottom: 0;
    z-index: 10;
}

.bread span {
    float: right;
    font-weight: normal;
    color: #fff;
}

.bread a {
    color: #fff;
}

.bread a.iconfont {
    color: #003b90;
}

.bread a:hover {
    text-decoration: underline;
}

.listTitle {
    padding: 16px 0;
}

.listTitle h2 {
    font-weight: normal;
}


/*文章页*/

.article02 {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    padding-bottom: 35px;
}

.article02 .p {
    margin-bottom: 15px;
    text-indent: 2em;
    ;
}

.pageArticle {
    width: 100%;
    position: relative;
}

.articleTitle {
    padding-top: 20px;
}

.articleTitle h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.8;
    text-align: center;
}

.articleAuthor {
    color: #999;
    text-align: center;
    font-size: 0;
    padding: 20px 0;
    margin-bottom: 5px;
}

.articleAuthor span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    color: #999;
    font-size: 14px;
}

.article {
    font-size: 16px;
    padding: 15px 0;
    line-height: 1.8;
    border-top: 4px solid #e6e6e6;
    background: #f5f5f5;
    padding: 25px;
    color: #666
}

.article strong {
    font-weight: bold;
}

.article i,
.article em {
    font-style: italic;
}

.Annex {
    padding: 20px 0;
    overflow: hidden;
    clear: both;
}

.Annex h3 {
    font-size: 16px;
    color: #666;
    height: 50px;
    line-height: 50px;
    background-color: #f2f2f2;
    padding-left: 15px;
}

.Annex ul {
    overflow: hidden;
    padding: 10px 0 0 0;
}

.Annex ul li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.Annex ul li span {
    margin-right: 5px;
    color: #666
}

.Annex ul li a {
    color: #666;
}

.Annex ul li a:hover {
    color: #000;
}

.articleBottom {
    padding: 16px 15px;
    background: #eaebe8;
    position: relative;
    overflow: hidden;
}

.next-article {
    line-height: 28px;
    letter-spacing: 0;
    margin-right: 310px;
}

.next-article strong {
    font-weight: normal;
    color: #333;
    width: 65px;
    float: left;
}

.next-article span {
    color: #666;
    display: block;
    margin-left: 65px;
}

.next-article span a {
    color: #666;
}

.share {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    padding: 16px 0;
}

.share_btn {
    float: left;
    line-height: 33px;
    font-weight: normal;
    margin-right: 10px;
}

.share a {
    margin: 0 15px 0 0 !important;
    border-radius: 50% !important;
    height: 32px !important;
    text-indent: 0 !important;
}

.share .bdshare-button-style0-32 a {
    background: none;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    font-size: 18px;
}

.share a.bds_weixin {
    *background: url(../../images/2019/wechat.png) no-repeat center center #ccc;
}

.share a.bds_tsina {
    *background: url(../../images/2019/sina.png) no-repeat center center #ccc;
}

.share a.bds_qzone {
    *background: url(../../images/2019/z_qone.png) no-repeat center center #ccc;
}

.share a.bds_more {
    *background: url(../../images/2019/link.png) no-repeat center center #ccc;
}

.share a.bds_weixin:hover {
    background-color: #7dd43c;
    color: #fff
}

.share a.bds_tsina:hover {
    background-color: #d90e17;
    color: #fff
}

.share a.bds_qzone:hover {
    background-color: #47a4fc;
    color: #fff
}

.share a.bds_more:hover {
    background-color: #77a4f8;
    color: #fff
}


/*分页*/

.pages {
    text-align: center;
    overflow: hidden;
    font-size: 0;
    padding: 35px 0 45px;
}

.pages img {
    vertical-align: middle;
    width: auto;
}

.pages>span,
.pages a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *vertical-align: middle;
    width: 49px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-right: 1px solid #d2a8e0;
    font-size: 16px;
    vertical-align: top;
    border-top: 1px solid #a343c4;
    border-bottom: 1px solid #a343c4
}

.pages>span {
    color: #003c7f;
    font-size: 16px;
}

.pages a {
    border-left: none;
}

.pages a:hover {
    color: #fff;
    background-color: #a343c4;
}

.pages a.start {
    border-left: 1px solid #a343c4;
}

.pages a.end {
    border-right: 1px solid #a343c4;
    margin-right: 20px;
}

.pages a.prev,
.pages a.start,
.pages a.next,
.pages a.end {
    width: auto;
    padding: 0 20px;
}

.pages a:hover {
    background: #a343c4;
    color: #fff;
}

.pages a.on_pages {
    background-color: #a343c4;
    color: #fff;
}

.pages .select2 {
    border-left: 1px solid #a343c4;
}

.pages .pageSelect {
    min-width: 68px;
    height: 44px;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    border: 1px solid #a343c4;
    line-height: 44px;
    text-align: center;
    padding: 0;
    border-right: 1px solid #d2a8e0;
}

.select2-container--default .select2-selection--single {
    border: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(../../images/2019/select.png) no-repeat center;
}

.select2-container .select2-selection--single {
    height: 44px;
    line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}

.pages_min {
    margin: 25px 0;
    overflow: hidden;
    display: none;
    padding: 0 18px;
    font-size: 13px;
    font-size: 1.3rem;
}

.pages_min a.prev_min,
.pages_min a.next_min {
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    background: #f5f5f5;
    border-radius: 3px;
    color: #a343c4;
    line-height: 30px;
    text-align: center;
}

.pages_min a.next_min {
    float: right;
}

.pages_min a:hover {
    background: #a343c4;
    color: #fff;
    transition: 0.5s;
}

.spaceHeight30 {
    width: 100%;
    padding-bottom: 30px;
}


/*通栏列表页*/

.articleList {
    padding: 50px 0 0
}

.TCH-list24 {
    margin: 0 -20px;
}

.TCH-list24 li {
    width: 25%;
    float: left;
    margin-bottom: 50px;
}

.TCH-list24 li>a {
    display: block;
    margin: 0 20px;
    background-color: #f5f5f5;
    padding: 15px 20px 0;
    text-align: center;
    transition: all 0.35s ease-in-out;
}

.TCH-list24 li h3 {
    font-weight: normal;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-align: left;
}

.list-date24 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-width: 68px;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ebebeb;
    position: relative;
    bottom: -16px;
    transition: all 0.35s ease-in-out;
}


/*导师列表*/

.TCH-list18 {
    margin: 0 -17px;
    padding: 15px 0
}

.TCH-list18 li {
    width: 33.3%;
    float: left;
    padding-top: 40px;
    margin-bottom: 50px;
}

.TCH-list18 li>a {
    margin: 0 17px;
    padding: 0 20px 27px;
    background-color: #f5f5f5;
    display: block;
    transition: all 0.35s ease-in-out;
}

.item-img25 {
    width: 136px;
    float: left;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.item-img25 .imgResponsive {
    padding-bottom: 133.82%;
}

.item-txt25 {
    margin-left: 160px;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

.item-txt25 h3 {
    color: #000;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    overflow: hidden;
}

.item-txt25 h4 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 15px;
    font-weight: normal;
}

.item-txt25 p {
    padding-top: 15px;
    border-top: 1px solid #d9d9d9;
    line-height: 22px;
    height: 66px;
    color: #999;
    overflow: hidden;
}


/*导师主页*/

.doctorArticle {
    margin-left: 140px;
    box-shadow: -7px 3px 5px rgba(0, 0, 0, 0.1);
    min-height: 500px;
    padding: 0 0 30px 30px;
}

.doctorHeader {
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
}

.doctorImg {
    width: 192px;
    padding: 5px;
    background-color: #fff;
    float: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.doctorImg .imgResponsive {
    padding-bottom: 133.82%;
}

.doctorTxt {
    margin-left: 240px;
    padding-top: 20px;
}

.doctorTxt .basic {
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    border-left: 5px solid #a135c0;
    padding-left: 8px;
    margin-bottom: 18px;
}

.doctorList01 {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.doctorList01 li {
    float: left;
    padding: 8px 0;
    margin-right: 8%;
}

.doctorColumn {
    position: relative;
    min-height: 50px;
    margin-bottom: 70px;
    line-height: 1.8;
}

.doctorColumn h3 {
    width: 140px;
    height: 50px;
    background: #a135c0;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    position: absolute;
    left: -170px;
    top: 0;
}

.doctorColumn p {
    /*text-indent: 2em;*/
}

.basicLink {
    width: 118px;
    height: 38px;
    border: 1px solid #a135c0;
    line-height: 38px;
    text-align: center;
    position: absolute;
    bottom: 5px;
}

.basicLink a {
    display: block;
    color: #a135c0;
    transition: all 0.35s ease-in-out;
}

.basicLink a:hover {
    color: #fff;
    background: #a135c0;
}

@media screen and (min-width:1020px) {
    .readMore01 a:hover {
        background-color: #ecd1f7;
        color: #7f167b
    }
    .readMore02:hover a {
        color: #fff;
    }
    .readMore02:hover {
        background: #ccc;
    }
    .TCH-list24 li>a:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    }
    .TCH-list24 li>a:hover span {
        background: #a135c0;
        color: #fff
    }
    .TCH-list18 li>a:hover {
        background: #a135c0;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    }
    .TCH-list18 li>a:hover * {
        color: #fff;
    }
    .TCH-list18 li>a:hover h3 {
        color: #000
    }
}

@media screen and (max-width:1620px) {
    .top,
    .mode,
    .header.currents .nav {
        width: 1400px;
    }
    .header.currents .nav {
        margin-left: -700px;
    }
    .item-info28 {
        padding-top: 30px;
    }
    .subBanner h3 {
        margin-left: -700px;
    }
    .bread {
        margin-left: -300px;
    }
}

@media screen and (max-width:1460px) {
    .top,
    .mode,
    .header.currents .nav {
        width: 1200px;
    }
    .header.currents .nav {
        margin-left: -600px;
    }
    .header.currents,
    .header.currents .nav>ul>li {
        height: 65px;
        ;
    }
    .header.currents .nav>ul>li>a {
        height: 65px;
        line-height: 65px;
    }
    .header.currents .logo {
        padding-top: 9px;
    }
    .subBanner h3 {
        margin-left: -600px;
    }
    .bread {
        margin-left: -390px;
    }
    .item-img22 {
        width: 100px;
    }
    .item-txt22 {
        margin-left: 110px;
    }
    .fpx30 {
        font-size: 28px;
        ;
    }
    .fpx24 {
        font-size: 22px;
    }
    .fpx22 {
        font-size: 20px;
    }
    .fpx18,
    .fpx17 {
        font-size: 16px;
    }
    .fpx20 {
        font-size: 18px;
    }
    .item-img27 {
        width: 300px;
        left: -190px;
        margin-right: -190px;
    }
    .item-info27 {
        margin-left: 190px;
    }
    .item-txt27 {
        margin-left: 130px;
    }
    .item-txt27 p,
    .item-txt22 p {
        height: 88px;
    }
    .item-txt22 h3,
    .TCH-txt01 .title {
        margin-bottom: 15px;
    }
    .TCH-list21 {
        padding-top: 10px;
    }
    .TCH-img01 {
        width: 600px;
    }
    .TCH-txt01 {
        margin-left: 632px;
    }
    .TCH-txt01 {
        padding-top: 10px;
    }
    .g-mode02 {
        padding: 30px 0
    }
    .nav>ul>li>a {
        padding: 0 18px;
        font-size: 16px;
    }
    /* .sideBar {
        width: 60px;
    } */
    .sideBarList {
        width: 60px;
    }
    .sideBar li {
        width: 60px;
        height: 60px;
        line-height: 60px;
        ;
    }
    .sideBar li i {
        font-size: 25px;
    }
    .sideBar li span {
        padding: 10px 10px 0
    }
    .TCH-list18 li {
        width: 50%;
    }
}

@media screen and (max-width:1220px) {
    .logo_01 {
        width: 150px;
        margin-right: 10px;
    }
    /* .logo_02{width: 55px;} */
    .subBanner h3 {
        margin-left: -500px;
    }
    .bread {
        margin-left: -490px;
    }
    .fpx16 {
        font-size: 15px;
    }
    .fpx18 {
        font-size: 16px;
    }
    .fpx20 {
        font-size: 17px;
    }
    .fpx22 {
        font-size: 18px;
    }
    .top,
    .mode {
        width: 1000px;
    }
    .nav>ul>li>a {
        font-size: 14px;
    }
    .header.currents .nav {
        margin-left: -500px;
        width: 1000px;
    }
    .header.currents .nav>ul {
        margin-left: 220px;
    }
    .header.currents .nav>ul>li>a {
        padding: 0 20px;
    }
    .subNav {
        width: 100px;
    }
    .fpx30 {
        font-size: 26px;
    }
    .fpx24 {
        font-size: 20px;
    }
    .subNav {
        font-size: 15px;
    }
    .nav>ul>li>a {
        font-size: 16px;
    }
    .g-mode02 .lf {
        width: 48%;
    }
    .g-mode02 .rt {
        width: 48%;
    }
    .TCH-list24 li {
        width: 33.3%;
    }
}

@media screen and (max-width:1020px) {
    .nav>ul>li>a {
        font-size: 15px;
    }
    .top,
    .nav,
    .mode {
        width: auto;
    }
    .subNav2 {
        width: 992;
        margin-left: -228px;
    }
    .top {
        padding-left: 15px;
        padding-right: 15px;
    }
    .fpx24 {
        font-size: 18px;
    }
    .mode {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .subBanner h3 {
        margin: 0;
        left: 15px
    }
    .bread {
        margin: 0;
        right: 15px;
    }
    .TCH-list24 {
        margin: 0 -8px
    }
    .TCH-list24 li>a {
        margin: 0 8px
    }
    .TCH-list24 li {
        margin-bottom: 25px;
    }
    .TCH-list18 li>a {
        margin: 0 8px;
    }
    .TCH-list18 {
        margin: 0 -8px
    }
    .doctorImg {
        width: 140px;
    }
    .doctorTxt {
        margin-left: 175px;
    }
    .basicLink {
        position: static;
        margin-top: 15px;
    }
}

@media screen and (max-width:998px) {
    .nav,
    .ser {
        display: none;
    }
    .top-rt {
        display: none;
    }
    .mobile,
    .mobile_search,
    .mobileLink {
        display: block;
    }
    .logo_01 {
        width: 100px;
    }
    /* .logo_02{width: 35px;} */
    .logo {
        padding: 15px 0
    }
    .g-mode02 .lf {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    .g-mode02 .rt {
        width: 100%;
        float: none;
    }
    .g-mode03 .lf {
        width: 48%;
    }
    .g-mode03 .md {
        width: 48%;
        float: right;
    }
    .g-mode03 .rt {
        width: 100%;
        clear: both;
    }
    .item-info28 {
        padding-top: 10px;
    }
    .footer-lf {
        float: none;
        text-align: center;
        padding-top: 0;
    }
    .footer-md {
        width: 100%;
        float: none;
        max-width: 600px;
        margin: 25px auto;
    }
    .TCH-img01 {
        width: 500px;
    }
    .TCH-txt01 {
        margin-left: 515px;
    }
    .TCH-txt01 .innerCon {
        height: 192px;
    }
    .subBanner .bread {
        position: static;
        width: auto;
        text-align: left;
        padding: 15px;
        background-color: #f4f4ef;
    }
    .bread span,
    .bread a {
        color: #666;
        float: none;
    }
    .TCH-list24 li {
        width: 50%;
    }
    .share {
        position: static;
        padding: 12px 0 0
    }
    .next-article {
        margin-right: 0;
    }
    .top {
        position: static;
    }
    /* .logo{position: relative;z-index: 990;left: 9%;} */
}

@media screen and (max-width:998px) and (min-width:767px) {
    .TCH-list23 li {
        width: 49%;
        float: left;
    }
    .TCH-list23 li:nth-child(2n) {
        float: right;
    }
}

@media screen and (max-width:1020px) {
    .fpx30 {
        font-size: 24px;
    }
    .articleList {
        padding-top: 20px;
    }
}

@media screen and (max-width:992px) {}

@media screen and (max-width:767px) {
    .TCH-img01 {
        width: 100%;
        float: none;
    }
    .TCH-txt01 {
        margin: 15px 0 0;
        padding-bottom: 35px;
    }
    .TCH-txt01 .innerCon p {
        margin-bottom: 10px;
    }
    .TCH-txt01 .innerCon {
        height: auto;
    }
    .fpx16,
    .article {
        font-size: 14px;
    }
    .fpx17 {
        font-size: 15px;
    }
    .fpx22 {
        font-size: 17px;
    }
    .g-mode03 .lf {
        width: 100%;
        float: none;
    }
    .g-mode03 .md {
        width: 100%;
        float: none;
        padding: 0 0 25px
    }
    .TCH-list22 {
        padding-bottom: 0;
    }
    .g-mode02 {
        padding: 15px auto 0
    }
    .pages {
        display: none;
    }
    .pages_min {
        display: block;
    }
    .TCH-list18 li {
        width: 100%;
        float: none;
    }
    .doctorColumn h3 {
        position: static;
        margin-bottom: 15px;
        height: 40px;
        line-height: 40px;
    }
    .doctorArticle {
        margin-left: 0;
        box-shadow: none;
        padding: 0 0 25px
    }
    .doctorColumn {
        margin-bottom: 20px;
    }
    .article img {
        width: auto !important;
        height: auto !important;
        display: inline-block !important;
    }
    .article video {
        width: auto !important;
    }
    .article table {
        width: 100% !important;
    }
    .articleTitle h3 {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .logo_02 {
        font-size: 20px;
    }
}

@media screen and (max-width:600px) {
    .footer-list {
        float: none;
        width: auto;
        border-left: none;
        padding-left: 0;
    }
    .footer-list.cur2 {
        margin-left: 0;
        width: auto;
        padding: 0;
        min-height: auto;
    }
    .TCH-list22 li {
        width: 100%;
        float: none;
    }
    .item-txt22 p {
        height: 66px;
    }
    .item-info27 {
        margin: 0
    }
    .item-img27 {
        width: 100%;
        position: static;
        margin: 0;
        float: none;
    }
    .item-txt27 {
        margin: 15px 0 0;
        padding: 0 15px
    }
    .item-txt27 h3 {
        height: auto;
    }
}

@media screen and (max-width:480px) {
    .mobile-inner-nav ul,
    .mobile_search {
        width: 90%;
    }
    .mobile-inner-header-icon-click {
        right: 5px
    }
    .mobile-inner-nav li>a {
        font-size: 1.4rem;
    }
    .footer {
        font-size: 12px;
    }
    .TCH-list24 li {
        width: 100%;
        float: none;
    }
    .TCH-list24 li h3 {
        height: auto;
    }
    .subBanner_bg {
        height: 40px;
        ;
    }
    .fpx30 {
        font-size: 20px;
    }
    .subBanner h3 {
        height: 40px;
        line-height: 40px;
    }
    .flogo_02 {
        font-size: 20px;
    }
}

@media screen and (max-width:400px) {
    .doctorImg {
        float: none;
        margin: 0 auto
    }
    .doctorTxt {
        margin: 0
    }
    .logo {
        left: 0
    }
}

@media screen and (max-width:380px) {
    .item-img25 {
        float: none;
    }
    .item-txt25 {
        margin: 15px 0 0;
        position: static;
    }
    .item-txt25 h3 {
        margin-bottom: 5px;
    }
}



    .erweima {
        /* position: fixed;
        right: 0px;
        top: calc(50% - 350px);
       
        z-index: 999;
        display: none; */
        margin: 0 0 10px 0;
        background: #fff;
        max-width: 130px;
    }
    
    .erweimaIn {
        padding: 10px 5px;
    }
    
    .erweimaIn h5 {
        padding: 0 0 0 30px;
        background: url(../../../images/2019/2019/icon-weixin.png) no-repeat 5px center;
    }
    
    .erweimaIn p {
        text-align: center;
        font-size: 12px;
    }
    
    @media screen and (max-width:1020px) {
        .erweima.bottom {
            bottom: 500px;
        }
    }