<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {
    background-color: #fff;
}

.bread {
    width: auto;
    height: auto;
    line-height: 20px;
    color: #017575;
    padding: 15px 0;
    overflow: hidden;
}

.bread span {
    font-weight: normal;
    color: #017575;
    margin: 0 5px;
}

.bread a {
    color: #017575;
}

.bread a:hover {
    color: #333
}

/*20240111新增 */
.subContent1 h3{font-size: 28px;line-height: 1.5;font-weight: normal;text-align: center;margin: 25px 0;}

.subContent1 .txt-1 {
    font-size: 16px;
    margin: 37px 134px 26px;
}

.subContent1 .cont .item .box .num {
    position: absolute;
    left: -5px;
    font-family: Impact;
    font-size: 86px;
    color: #eeebea;
    top: 50%;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subContent1 .cont .item {
    position: relative;
    padding: 50px 150px 50px 134px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
}

.subContent1 .cont .item::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/png99.png) no-repeat center;
    width: 198px;
    height: 160px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.subContent1 .cont .item+.item {
    margin-top: 20px;
}

.subContent1 .cont .item .box .h18 {
    font-size: 17px;
    position: relative;
    z-index: 1;
    white-space: normal;line-height: 1.8;
}
.subContent1 .cont .item .box .h18 strong{font-weight: bold;}
.subContent1 .txt-2 {
    font-size: 18px;
    margin: 30px 134px 0;
}

.subContent1 .cont .item .line {
    position: absolute;
    border: 0px solid #017575;
    z-index: 2;
}

.subContent1 .cont .item .l-l {
    border-left-width: 2px;
    left: 0;
    top: 0;
    bottom: 0;
}

.subContent1 .cont .item .l-t {
    border-top-width: 2px;
    top: 0;
    left: 0;
    right: 100%;
}

.subContent1 .cont .item .l-r {
    border-right-width: 2px;
    right: 0;
    top: 0;
    bottom: 100%;
}

.subContent1 .cont .item .l-b {
    border-bottom-width: 2px;
    bottom: 0;
    right: 0;
    left: 100%;
}

@media screen and (min-width:1024px) { 
	.procedure1 .cont .item:hover {
	        color: #017575;
	    }
	
	    .procedure1 .cont .item:hover::before {
	        opacity: 1;
	        visibility: visible;
	    }
	
	    .procedure1 .cont .item:hover .line {
	        transition: 0.15s all;
	    }
	
	    .procedure1 .cont .item:hover .l-t {
	        right: 0;
	    }
	
	    .procedure1 .cont .item:hover .l-r {
	        bottom: 0;
	        transition-delay: 0.15s;
	    }
	
	    .procedure1 .cont .item:hover .l-b {
	        left: 0;
	        transition-delay: 0.3s;
	    }
}
@media screen and (max-width:1024px) { 
.procedure1 .cont .item .box .num {
        font-size: 60px;
    }

    /* .procedure1 .cont .item .box { padding: 5% 5% 5% 15%; } */
    .procedure1 .cont .item {
        padding: 5% 5% 5% 10%;
    }

    .procedure1 .txt-1,.procedure1 .txt-2 {
        margin-left: 10%;
        margin-right: 5%;
    }

    .procedure1 .cont .item .box .h18 ,.procedure1 .txt-2 {
        font-size: 16px;
    }
}
@media screen and (max-width:650px) { 
	.procedure1 .cont .item {
	    padding: 5% 5% 5% 70px;
	}
}
/*学部概况*/

.articleList01 {}

.listTitle01 {
    border-bottom: 1px solid #eee;
}

.listTitle01 h3 {
    font-size: 22px;
    color: #333;
    padding: 20px 0;
    position: relative;
}


/*.listTitle01 h3:before{position: absolute;content: '';width: 40px;height: 1px;background-color: #eee;bottom: 7px;}*/

.listTitle01 p {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    color: #666;
    margin-bottom: 15px;
}

.subPage {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}

.subPage_bg {
    background: url(../images/bg2.svg) no-repeat bottom center;
    background-size: contain;
    overflow: hidden;
}

.subLeft {
    width: 240px;
    float: left;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}

.subLeft-title h2 {
    font-size: 22px;
    height: 24px;
    line-height: 24px;
    border-left: 4px solid #017575;
    padding-left: 10px;
}

.subLeft-title {
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.subLeft.currents {
    top: 90px;
    left: 50%;
    margin-left: -700px;
}

.subLeft ul {
    width: auto;
    overflow: hidden;
    margin-bottom: 40px;
    padding-left: 20px;
}

.subLeft li {
    line-height: 25px;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
}

.subLeft li&gt;a {
    display: block;
    padding: 14px 10px 10px 0px;
}

.subLeft li a:hover,
.subLeft li&gt;a.active {
    color: #017575;
    font-weight: bold
}

.subLeft li .toggles {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    display: block;
    padding: 14px 0;
    width: 40px;
    cursor: pointer;
    z-index: 999;
    color: #999;
    text-align: center;
}

.subLeft .second_nav {
    display: none;
    padding: 0 0 5px;
}

.subLeft .second_nav dd a {
    display: block;
    padding-left: 30px;
    padding: 6px 10px 6px 30px;
    font-size: 14px;
    position: relative;
    color: #333;
}

.subLeft .second_nav dd a:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 4px 0 4px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #b8c1cc;
    position: absolute;
    left: 14px;
    top: 15px;
}

.subLeft .second_nav dd a.active:before {
    border-color: transparent transparent transparent #01366e;
}

.subLeft .second_nav dd:first-child {
    border-top: none;
}

.subLeft .second_nav02 {
    display: block;
    margin-bottom: 20px;
    border-top: 2px solid #082d57
}

.subLeft .second_nav02 dd a {
    padding: 15px 10px 15px 30px;
}

.subLeft .second_nav02 dd:hover a,
.subLeft .second_nav02 dd.active a {
    background-color: #ebf4ff;
    color: #01366e;
}

.subLeft .second_nav02 dd {
    border-left: 10px solid #008ace
}

.subLeft .second_nav02 dd:hover,
.subLeft .second_nav02 dd.active {
    border-color: #082d57;
}

.subLeft .cur02 {
    border-top: none;
}

.subLeft_title {
    background-color: #ebf4ff;
    line-height: 25px;
    border-left: 10px solid #008ace;
    width: 250px;
    border-top: 2px solid #082d57;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    border-bottom: 1px dashed #bfbfbf;
}

.subLeft_title a {
    padding: 17px 10px 17px 10px;
    display: block;
    color: #082d57;
}

.subLeft_title span {
    width: 59px;
    height: 59px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 59px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    color: #008ace;
}

.cur02 {
    display: none;
}


/*移动端二级导航开始*/

.phone_subNav {
    margin: 0;
}

.phone-icon01 {
    width: auto;
    height: 40px;
    background-color: #017575;
    display: block;
}

.phone-icon01 .mobile-inner-header-icon {
    margin: 0;
}

.sub_navm {
    width: auto;
    ;
    overflow: hidden;
    display: none;
}

.sub_navm ul {
    background-color: #eaeef5;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.sub_navm li {
    border-bottom: 1px solid #dadada;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sub_navm li .phone_toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    cursor: pointer;
}

.sub_navm li a {
    font-size: 14px;
    padding-left: 13px;
    height: 45px;
    line-height: 45px;
    display: block;
    width: 100%;
    float: left;
}

.sub_navm li dd a {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding-left: 0;
}

.sub_navm li a:hover {
    color: #0050a5;
}

.sub_navm li.sub_has span {
    margin-left: 10px;
}

.sub_navm li.on a {
    color: #003c7f;
    float: left;
    overflow: hidden;
}

.sub_navm dl {
    display: none;
    background-color: #fff;
    overflow: hidden;
    width: auto;
    clear: both;
}

.sub_navm dl dd {
    padding-left: 30px;
    line-height: 18px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.sub_navm dl dd:last-child {
    border-bottom: none;
}

.sub_navm li.on dl dd a {
    font-size: 13px;
    color: #444;
    font-weight: normal;
    display: inline;
    border: none;
    padding: 0px;
    float: left;
}

.sub_navm li.on {
    border-bottom: none;
}

.sub_navm li strong {
    float: right;
    width: 30px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #b8b8b8;
    font-size: 18px;
}

.phone_subNav {
    display: none;
}

.phone-icon01 {
    text-align: center;
    display: block;
}

.phone_subNav .mobile-inner-header-icon {
    height: 40px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-right: 0;
    font-size: 16px;
    line-height: 40px;
}

.phone_subNav .mobile-inner-header-icon h2 {
    text-align: left;
    padding-left: 15px;
    font-size: 1.8rem;
}

.phone_subNav .mobile-inner-header-icon i {
    float: right;
    width: 23px;
    height: 23px;
    line-height: 17px;
    text-align: center;
    font-size: 26px;
    margin-right: 10px;
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: 6px;
    font-style: normal;
}

.mobile-inner-header-icon-click i {
    transform: rotate(45deg);
}

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

.sub_right {
    margin-left: 320px;
    padding: 30px 0 20px;
}

.subBanner {
    width: 1400px;
    overflow: hidden;
    max-height: 300px;
    position: relative;
    margin: 0 auto;
}

.subBanner.currents {
    margin-top: 220px;
}

.subBanner .imgResponsive {
    padding-bottom: 21.43%;
    position: relative;
}

.subBanner img:hover {
    transform: scale(1);
}

.subText {
    position: absolute;
    right: 90px;
    bottom: 25px;
    text-align: right;
    width: 60%
}

.subText h3 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.subText h3:before {
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}

.subText p {
    color: #fff;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.subBanner_bg {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: url(../images/sub_bg.png) repeat-x bottom;
    display: block;
    *height: 300px;
}


/*学校概况*/

.item-list01 {
    margin: 0 -30px;
    margin-bottom: 30px;
}

.item-list01&gt;li {
    width: 33.3%;
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.item-list01&gt;li&gt;div {
    margin: 0 30px;
}

.item-list01&gt;li h3 {
    font-size: 20px;
    font-weight: normal;
    padding: 15px 0;
}

.item-list01&gt;li h3 a {
    color: #017575;
}

.item-txt06 {
    overflow: hidden;
}

.item-txt06 p {
    font-size: 14px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 10px;
}

.item-txt06 p a {
    color: #666;
}

.item-txt06 p a:hover {
    color: #017575;
}

.list04 {
    margin: 0 -30px;
    overflow: hidden;
    padding: 10px 0 9px;
}

.list04 li {
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.list04 li&gt;a {
    display: block;
    margin: 0 30px;
}

.list04 li i {
    float: right;
    color: #9f9f9f;
    font-size: 14px;
}

.list04 li:hover i {
    color: #017575;
}


/*今日北医*/

.article02 {
    padding: 20px 0 0;
    line-height: 1.5;
}

.article02 p {
    text-indent: 2em;
    margin-bottom: 15px;
}

.article02 img {
    width: auto;
    margin: 0 auto;
    padding: 15px 0;
    display: block;
    margin: 0 auto;
}


/*院系设置*/

.item-list07 {
    padding: 25px 0 0 0;
}

.item-list07 li {
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-left: 3px solid #ddd;
    transition: all 0.3s ease-in-out;
    *background-color: #f3f3f3;
}

.item-img07 {
    width: 300px;
    float: right;
}

.item-txt07 {
    padding: 10px 0 5px 15px;
    margin-right: 340px;
    *padding-top: 0;
}

.item-txt07 h3 {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.item-txt07 p {
    height: 88px;
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
}

.item-more07 {
    padding: 10px 0 0;
    text-align: right;
    font-size: 12px;
}

.item-more07 a {
    color: #999;
}

.item-list07 li:hover {
    border-color: #017575;
}


/*服务管理*/

.serviceColumn {}

.serviceColumn h3 {
    font-size: 22px;
    position: relative;
    padding-left: 30px;
    margin: 20px 0 15px;
}

.serviceColumn h3:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 11px 0 11px 22px;
    border-style: solid;
    border-color: transparent transparent transparent #eee;
    position: absolute;
    left: 0;
    top: 5px;
}

.serviceList {
    margin: 0 -13px;
    font-size: 0
}

.serviceList li {
    width: 33.3%;
    margin-bottom: 25px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top;
}

.serviceList li&gt;div {
    margin: 0 13px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out
}

.serviceList li strong {
    opacity: .8;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #017575;
    padding-bottom: 10px;
    line-height: 1.4;
}

.serviceList li span {
    color: #999;
    display: block;
    opacity: .8;
}

.serviceList li i {
    color: #999;
    padding-right: 10px;
    *display: none;
}

.serviceList li&gt;div:hover {
    background-color: #017575;
    box-shadow: 0 2px 15px rgba(1, 117, 117, 0.2)
}

.serviceList li&gt;div:hover strong,
.serviceList li&gt;div:hover span,
.serviceList li&gt;div:hover i {
    color: #fff;
}

.serviceList li&gt;div:hover a:hover strong {
    opacity: 1;
    font-weight: bold;
}

.serviceList li&gt;div:hover span:hover {
    opacity: 1;
    font-weight: bold;
}


/*北医历程*/

.progressList {
    margin: 30px 0 0 140px;
    border-left: 1px dashed #198282;
    padding: 10px 0 50px 0;
}

.progressList li {
    margin-bottom: 30px;
    padding-left: 35px;
    position: relative;
}

.progressList li h4 {
    font-weight: normal;
    line-height: 1.7;
    *margin-top: -24px;
}

.pro-date {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: -148px;
    top: 0;
    width: 120px;
    text-align: right;
}

.pro-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #017575;
    display: block;
    position: absolute;
    left: -4px;
    top: 7px;
}

.pro-circle:before {
    width: 32px;
    height: 0;
    border-bottom: 1px dashed #017575;
    position: absolute;
    left: -12px;
    top: 4px;
    content: '';
}

.pro-circle2:before {
    width: 160px;
    left: -139px;
}


/*现任领导*/

.leaderList {
    padding: 20px 0 0 0;
    width: 50%;
    float: left;
}

.leaderList img:hover,
.leader-img img:hover {
    transform: scale(1);
}

.leaderList li {
    margin-bottom: 40px;
}

.leaderList li&gt;a {
    display: block;
    margin: 0 40px 0 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out
}

.item-img08 {
    width: 180px;
    float: left;
}

.item-img08 .imgResponsive {
    padding-bottom: 122.3%;
}

.item-txt08 {
    margin-left: 180px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    *height: 220px;
    *position: relative;
    *width: 220px;
    *background-color: #f3f3f3
}

.item-txt08&gt;div {
    display: table;
    padding: 0 40px;
    margin: 0 auto;
    height: 220px;
    *position: absolute;
    *top: 50%;
    *width: auto;
    *height: auto;
    *left: 50%;
    *padding: 0;
}

.item-txt008&gt;div {
    padding: 0 32px;
}

.item-txt08&gt;div&gt;div {
    display: table-cell;
    vertical-align: middle;
    *position: relative;
    *top: -50%;
    *left: -50%;
    *display: block;
    *width: auto;
    *height: auto;
    *padding: 0;
    *text-align: center;
    *margin: 0 auto;
    *overflow: hidden;
}

.item-txt08 h3 {
    ;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.item-txt08 h3:before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
}

.item-txt08 p {
    line-height: 1.7;
}

.item-txt08:hover {
    background: url(../images/leader_bg.svg) no-repeat center #017575;
    background-size: cover;
}

.item-txt08:hover h3,
.item-txt08:hover p {
    color: #fff;
}

.item-txt08:hover h3:before {
    background-color: #71aaaa
}

.leaderList2 li&gt;a {
    margin: 0 0 0 40px;
}


/*领导详情页*/

.leader-detail {
    padding: 28px 0 0 0;
}

.leader-img {
    float: right;
    width: 181px;
    padding: 10;
}

.leader-img .imgResponsive {
    padding-bottom: 122.3%;
}

.leader-header {
    border-bottom: 1px solid #ddd;
}

.leader-header h3 {
    padding-bottom: 12px;
}

.leader-header h3 strong {
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
}

.leader-header h3 span {
    color: #017575;
    font-size: 16px;
    font-weight: normal;
}

.leader-header p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.leader-inner {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.leader-list {
    width: 100%;
    overflow: hidden;
}

.leader-list li {
    padding: 10px 0 10px 18px;
    position: relative;
}

.leader-list li:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
}

.leader-con {
    margin-right: 220px;
}

.leader-inner {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.leader-inner h3 {
    font-size: 22px;
    color: #017575;
    padding-bottom: 10px;
}

.leader-inner p {
    line-height: 1.8;
    margin-bottom: 10px;
}


/*历任领导*/

.SuccessiveLeader-header {
    margin: 0 -20px;
    font-size: 0;
    padding: 30px 0 0 0;
}

.SuccessiveLeader-header li {
    width: 50%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    margin-bottom: 30px;
    vertical-align: top;
}

.SuccessiveLeader-header a {
    display: block;
    margin: 0 20px;
    border: 1px solid #eee;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.SuccessiveLeader-header a:hover,
.SuccessiveLeader-header a.active {
    background-color: #017575;
    color: #fff;
    box-shadow: 0 0px 8px rgba(1, 117, 117, 0.2)
}

.SuccessiveLeaders {
    margin: 25px 0;
    border-top: 1px dashed #017575;
    border-bottom: 1px dashed #017575;
    position: relative;
}

.SuccessiveLeaders:before,
.SuccessiveLeaders:after,
.SuccessiveLeaders ul:before,
.SuccessiveLeaders ul:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #017575;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
}

.SuccessiveLeaders:before {
    left: -4px;
    top: -4px;
}

.SuccessiveLeaders:after {
    right: -4px;
    top: -4px;
}

.SuccessiveLeaders ul {
    margin-left: 75px;
    padding: 30px 0 10px;
    border-left: 1px dashed #017575;
}

.SuccessiveLeaders li {
    position: relative;
    padding: 0 0 30px;
}

.SuccessiveLeaders li h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    padding-left: 30px;
}

.SuccessiveLeaders li h3 i {
    margin: 0 7px;
    color: #017575;
}

.pro-name3 {
    font-size: 16px;
    font-weight: normal;
    width: 60px;
    text-align: left;
    left: -78px;
    top: 3px;
}

.pro-circle3 {
    top: 11px;
    background-color: #fff;
    border: 1px solid #017575;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: 11px;
}

.pro-circle3:before,
.pro-circle3:after {
    content: '';
    width: 13px;
    height: 0;
    border-bottom: 1px dashed #017575;
    position: absolute;
    top: 3px;
}

.pro-circle3:before {
    left: -13px;
}

.pro-circle3:after {
    right: -13px;
}

.pro-circle4 {
    width: 7px;
    height: 7px;
    background-color: #017575;
    border-radius: 50%;
    left: 73px;
    top: -4px;
    display: block;
    position: absolute;
}

.pro-circle5 {
    top: auto;
    bottom: -4px;
}

.SuccessiveLeaders ul:before {
    bottom: -4px;
    left: -4px;
}

.SuccessiveLeaders ul:after {
    bottom: -4px;
    right: -4px;
}


/*两院院士*/

.SuccessiveLeadersList2 {}

.SuccessiveLeadersList2 .title03 {
    padding: 22px 0;
    overflow: hidden;
    text-align: center;
}

.SuccessiveLeadersList2 .title03 span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    padding: 0 20px;
    font-size: 22px;
    color: #017575;
}

.SuccessiveLeadersList2 .title03 span:before,
.SuccessiveLeadersList2 .title03 span:after {
    width: 110px;
    height: 1px;
    background-color: #017575;
    content: '';
    position: absolute;
    top: 50%;
}

.SuccessiveLeadersList2 .title03 span:before {
    left: -110px;
}

.SuccessiveLeadersList2 .title03 span:after {
    right: -110px;
}

.SuccessiveLeadersList2 ul {
    margin: 0 -10px;
    font-size: 0;
}

.SuccessiveLeadersList2 li {
    width: 25%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 40px;
    vertical-align: top;
}

.SuccessiveLeadersList2 li&gt;a {
    display: block;
    margin: 0 10px;
    background-color: #017575
}

.SuccessiveLeadersList2 li .imgResponsive {
    padding-bottom: 146.35%;
    background-color: #cdeeee
}

.item-txt12 {
    padding: 10px;
    text-align: center;
}

.item-txt12 h5 {
    color: #fff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
}

.item-txt12 p {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
}

.pro-name4 {
    font-weight: bold;
    font-size: 16px;
}

.SuccessiveLeaders2 .left {
    width: 32%;
    float: left;
}

.SuccessiveLeaders2 .right {
    width: 32%;
    float: right;
}

.SuccessiveLeaders2 li:first-child .pro-circle3 {
    background-color: #017575
}

.SuccessiveLeaders2 li:first-child h3 {
    color: #017575;
    font-weight: bold;
}


/*长江学者*/

.SuccessiveLeadersList3 {
    padding-top: 30px;
}

.SuccessiveLeaders3 li h3 {
    font-weight: bold;
    color: #333;
}

.SuccessiveLeaders3 li:first-child h3 {
    color: #017575;
}

.SuccessiveLeaders3 li {
    padding-bottom: 16px;
}

.SuccessiveLeaders .right {
    position: relative;
}

.SuccessiveLeaders .right:before {
    width: 7px;
    height: 7px;
    background-color: #017575;
    border-radius: 50%;
    left: -5px;
    bottom: -4px;
    display: block;
    position: absolute;
}


/*杰出人才*/

.SuccessiveLeaders4 .left li:first-child h3 {
    white-space: nowrap;
}

.SuccessiveLeaders4 .right:before,
.SuccessiveLeaders4 .right:after {
    display: none;
}

.succ-info {
    border-bottom: 1px dashed #017575
}


/*校园风光*/

.imgList01 {
    margin: 0 -17px;
    padding-top: 30px;
    *overflow: hidden;
}

.imgList01 li {
    width: 33.3%;
    float: left;
    margin-bottom: 20px;
    *width: 304px;
}

.imgList01 li&gt;a {
    display: block;
    margin: 0 17px;
}

.imgList01 li h3 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
}


/*学院*/

.tabMenu02 {
    margin: 20px 0 10px;
    border-bottom: 1px solid #ddd;
}

.tabMenu02 li {
    float: left;
    width: auto;
    margin-right: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.tabMenu02 li:hover:before,
.tabMenu02 li.active:before {
    width: 20px;
    height: 4px;
    background-color: #017575;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -1px;
    content: '';
}

.tabMenu02 li:hover a,
.tabMenu02 li.active a {
    color: #017575;
}


/*系*/

.itemWrapList {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    overflow: hidden;
}

.itemWrapList h2 {
    font-size: 20px;
    font-weight: bold;
    color: #017575;
    padding: 10px 0 15px;
    line-height: 2;
}

.itemWrapList h2 i {
    color: #017575;
    margin-right: 10px;
    font-size: 14px;
}

.item-img09 {
    width: 180px;
    float: left;
    padding-top: 10px;
}

.item_right {
    margin-left: 245px;
}

.item_right .item-list09 {
    width: 49.7%;
    display: inline-block;
    margin-left: 0px;
    vertical-align: top;
}

.item_right .item-list09 li {
    width: 100%;
}

.item_right .item-list09 li.current a i {
    transition: .3s;
    transform: rotate(90deg);
}

.item_right .item-list09 li dl {
    font-size: 14px;
    padding: 0 0 0 40px;
    display: none;
}

.item_right .item-list09 li.current dl {
    display: block;
}

.item_right .item-list09 li.current dl dd {
    overflow: hidden;
}

.item-list09 {
    margin-left: 245px;
    overflow: hidden;
    font-size: 0;
}

.item-list09 li {
    width: 50%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    vertical-align: top;
    *width: 477px;
}

.item-list09 li&gt;a {
    margin: 0 15px;
    padding: 7px 0;
    display: block;
}

.item-list09 li i {
    font-size: 14px;
    color: #cdcdcd;
    margin-right: 8px;
    float: left;
    padding-top: 3px;
    *display: none;
}

.item-list09 li:hover i {
    color: #017575;
}

.spaceHeight30 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.item-list09 li span {
    display: block;
    margin-left: 20px;
}


/*基地平台*/

.itemWrapList02 {
    padding: 10px 0 25px 0;
    margin-bottom: 5px;
}

.itemWrapList02 h2 {
    padding: 0 0 10px;
    margin-left: 15px;
}

.itemWrapList02 .item-list09 {
    margin-left: 220px;
}

.itemWrapList02 li {
    width: 33.3%;
}


/*直属附属医院*/

.tabMenu03 li {
    margin-right: 33px;
}

.tabMenu03 li:hover::before,
.tabMenu03 li.active::before {
    width: 100%;
    left: 0;
    margin: 0;
}

.item-list10 {
    margin: 0 -30px;
    padding: 30px 0 0 0;
    *overflow: hidden;
}

.item-list10 li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.item-list10 li&gt;a {
    display: block;
    margin: 0 30px;
    transition: all 0.3s ease-in-out
}

.item-txt10 {
    padding: 15px 30px 20px;
    overflow: hidden;
}

.item-txt10 h3 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}

.item-txt10 p {
    height: 66px;
    line-height: 22px;
    overflow: hidden;
}

.item-list10 li&gt;a:hover h3,
.item-list10 li&gt;a:hover p {
    color: #fff;
}

.item-list10 li&gt;a:hover {
    background-color: #017575;
    box-shadow: 0 0 15px rgba(1, 117, 117, 0.4)
}

.borderBotton {
    border-bottom: 1px solid #eee;
}


/*教学医院*/

.hosList {
    padding: 15px 0 0 0;
    margin: 0 -10px;
    font-size: 0
}

.hosList li {
    width: 50%;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 15px;
}

.hosList li&gt;div {
    margin: 0 10px;
}

.hosList li h3 {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 5px 0;
}

.hosList li p {
    color: #666;
    line-height: 1.4;
    padding: 2px 0;
}

.hosList li p i {
    color: #666;
    margin-right: 10px;
}


/*人才招聘*/

.tabMenu04 {
    padding: 23px 0 0;
    overflow: hidden;
}

.tabMenu04 li {
    width: auto;
    float: left;
    margin: 0 15px 0 0;
    padding-bottom: 10px;
}

.tabMenu04 li a {
    display: block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #017575;
    border-radius: 5px;
    color: #017575;
    transition: all 0.3s ease-in-out
}

.tabMenu04 li.active a,
.tabMenu04 li:hover a {
    background-color: #017575;
    color: #fff;
}

.list15 {
    padding: 0 0 6px;
}

.list15 li {
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    border-bottom: 1px solid #eee
}

.list15 li span {
    float: right;
    color: #666;
    margin-left: 6px;
}

.list15 li a {
    font-size: 16px;
}

.list15 li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #209f9c;
    position: absolute;
    left: 0;
    top: 25px;
}


/*文章页*/

.articleAuthor {
    padding: 10px 0;
    text-align: center;
    color: #808080;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 25px;
}

.articleTitle03 {
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd
}

.articleTitle03 h3 {
    font-size: 22px;
    color: #017575;
    display: inline-block;
    border-bottom: 4px solid #017575;
    padding: 0 0 10px;
    *display: inline;
    *zoom: 1;
}

.articleList02 {
    padding-top: 0;
}

.articleAuthor span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 2px 0 2px 28px;
}

.articleTitle {
    line-height: 26px;
}

.articleTitle h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 0 15px;
    text-align: center;
    font-weight: normal;
    color: #333;
    ;
    line-height: 1.6;
}

.articleAuthor {
    text-align: center;
    padding: 7px 0;
    margin: 5px 0;
}

.articleAuthor span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #666;
}

.article {
    line-height: 28px;
    font-size: 15px;
    padding: 25px 0;
}

.article img {
    padding: 5px 0;
}

.article i {
    font-style: italic;
}

.article strong {
    font-weight: bold;
}

.sub_share {
    float: right;
}

.Annex {
    padding: 20px 0 40px 0;
    overflow: hidden;
    clear: both;
    border-top: 1px solid #eee;
}

.Annex h3 {
    font-size: 16px;
    color: #000;
    height: 50px;
    line-height: 50px;
    background-color: #eaeaea;
    color: #333;
    padding-left: 35px;
}

.Annex ul {
    overflow: hidden;
    padding-top: 20px;
}

.Annex ul li {
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    padding-left: 35px;
    margin-bottom: 15px;
}

.Annex ul li span {
    margin-right: 5px;
    color: #666
}

.Annex ul li a {
    font-size: 14px;
    color: #666;
}

.Annex ul li a:hover {
    color: #000;
}

.pageArticle2 .article {
    background: none;
    padding: 20px 0;
}

.article strong {
    font-weight: bold;
}

.article i {
    font-style: italic;
}

.share {
    width: 260px;
    padding: 20px 0;
    height: auto;
}

.share_btn {
    float: left;
    line-height: 33px;
    font-weight: normal;
}

.share a {
    padding-left: 32px !important;
    margin: 0 15px 0 0 !important;
    border-radius: 50% !important;
    height: 32px !important;
}

.share a.bds_weixin {
    background: url(../images/weChat2.png) no-repeat center center #ccc;
}

.share a.bds_tsina {
    background: url(../images/sina.png) no-repeat center center #ccc;
}

.share a.bds_qzone {
    background: url(../images/z_qone.png) no-repeat center center #ccc;
}

.share a.bds_more {
    background: url(../images/link.png) no-repeat center center #ccc;
}

.share a.bds_weixin:hover {
    background-color: #7dd43c;
}

.share a.bds_tsina:hover {
    background-color: #d90e17;
}

.share a.bds_qzone:hover {
    background-color: #47a4fc;
}

.share a.bds_more:hover {
    background-color: #77a4f8;
}


/*分页*/

.pages {
    text-align: center;
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin: 35px 0;
}

.pages img {
    vertical-align: middle;
    width: auto;
}

.pages span {
    color: #c1c1c1;
    padding: 0 20px 0 0px;
    font-size: 16PX;
}

.pages a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *vertical-align: middle;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #017575;
    margin: 0 4px;
    border: 1px solid #017575;
    padding: 0 10px;
}

.pages a img {
    *display: block;
    *margin-top: 8px;
}

.pages a:hover,
.pages a.on_pages {
    background-color: #017575;
    color: #fff;
}

.pages a:hover {
    background-color: #017575;
    color: #fff;
}

.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: #fff;
    color: #017575;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #017575;
}

.pages_min a.next_min {
    float: right;
}

.pages_min a:hover {
    background: #017575;
    color: #fff;
    transition: 0.5s;
}

.pages03 {
    text-align: right;
}


/*北医头图*/

.articleList04 {
    border-top: 1px solid #eee;
}

.Banner-title {
    margin: 10px 0;
}

.Banner-title li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.Banner-title li.active a,
.Banner-title li:hover a {
    color: #017575;
}

.bannerList {
    margin: 0 -20px;
    font-size: 0
}

.bannerList li {
    width: 50%;
    margin-bottom: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
}

.bannerList li&gt;a {
    display: block;
    margin: 0 20px;
}

.item-info06 {
    position: relative;
    overflow: hidden;
}

.bannerList li .imgResponsive {
    padding-bottom: 31.25%;
}

.bannerList li span {
    border-radius: 10px;
}

.item-mask {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.55;
    filter: alpha(opacity=55);
    z-index: 10;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.item-date06 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #666;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}

.item-title06 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 130%;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 20;
    text-align: center;
    font-weight: normal;
    transition: all 0.5s ease-in-out;
    margin: auto;
    overflow: auto;
}

.item-title06 span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
}

.bannerList li&gt;a:hover .item-mask,
.bannerList li&gt;a:hover .item-title06 {
    top: 0;
}

.bannerList li&gt;a:hover .item-title06 {
    *top: 46%;
}

.bannerList li&gt;a:hover p {
    color: #017575;
}


/*北医要闻*/

.articleTitle04 {
    padding: 15px 0 12px;
    border-bottom: 1px solid #eee;
}

.articleTitle04 h3 {
    font-size: 22px;
}

.newsList {
    margin: 0 -30px;
    padding-top: 20px;
    font-size: 0
}

.newsList li {
    width: 50%;
    margin-bottom: 60px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
}

.newsList li&gt;div {
    margin: 0 30px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.item-img11 {
    width: 270px;
    float: left;
}

.item-txt11 {
    margin-left: 270px;
    padding: 15px 30px;
}

.item-txt11 h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
}

.item-date11 {
    display: block;
    color: #999;
}

.item-date11 i {
    padding-right: 6px;
    color: #999;
}

.newsList li.noImg .item-txt11 {
    margin: 0;
}

.newsList li.noImg h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 6px;
}

.item-gen11 {
    line-height: 22px;
    height: 88px;
    overflow: hidden;
    margin-bottom: 7px;
    color: #999
}

.item-gen11 a {
    color: #999;
}

.newsList li&gt;div:hover {
    background: url(../images/li_bg02.png) no-repeat right bottom #017575;
}

.newsList li&gt;div:hover a,
.newsList li&gt;div:hover span,
.newsList li&gt;div:hover i,
.newsList li&gt;div:hover p {
    color: #fff;
}


/*讲座信息*/

.list07 {
    margin: 0 -10px;
    padding-top: 20px;
}

.list07 li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.list07 li&gt;a {
    border: 1px solid #eee;
    margin: 0 10px;
    padding: 25px 44px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(1, 117, 117, 0.2)
}

.list07 li p {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    z-index: 10
}

.list07 li p i {
    color: #017575;
    padding-right: 10px;
}

.list07 li&gt;a:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 6px solid #017575;
    border-left: 6px solid transparent;
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.list07 li&gt;a:hover {
    background: #017575;
    border-color: #017575;
}

.list07 li&gt;a:hover p,
.list07 li&gt;a:hover i {
    color: #fff;
}

.list07 li&gt;a:before {
    content: '';
    background: url(../images/li_bg03.png) no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: all 0.5s ease-in
}

.list07 li&gt;a:hover:before {
    bottom: 0;
}


/*研究成果*/

.resultList {
    margin: 0 -33px;
    padding-top: 15px;
}

.resultList li {
    width: 25%;
    float: left;
    margin-bottom: 38px;
}

.resultList li&gt;a {
    display: block;
    margin: 0 33px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    transition: all 0.3s ease-in-out
}

.resultList h3 {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 8px;
    padding: 0 25px;
    overflow: hidden;
}

.resultList p {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    color: #017575;
    padding: 0 25px
}

.resultList .result-img {
    margin-left: -7%;
    width: 114%;
}

.resultList li&gt;a:hover {
    background-color: #017575;
}

.resultList li&gt;a:hover h3,
.resultList li&gt;a:hover p {
    color: #fff;
}


/*特色专题*/

.topicList02 {
    margin: 0 -15px;
    padding-top: 15px;
}

.topicList02 li {
    width: 33.3%;
    float: left;
    margin-bottom: 60px;
}

.topicList02 li&gt;div {
    margin: 0 15px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out
}

.topic-img .imgResponsive {
    padding-bottom: 75%;
}

.topic-txt {
    padding: 20px 25px;
}

.topic-txt h3 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 10px;
}

.topic-date,
.topic-date i {
    color: #999;
}

.topic-date i {
    padding-right: 10px;
    vertical-align: middle;
}

.topicList02 li&gt;div:hover {
    background-color: #017575
}

.topicList02 li&gt;div:hover a,
.topicList02 li&gt;div:hover i,
.topicList02 li&gt;div:hover p {
    color: #fff;
}


/*理论学习*/

.studyList {
    padding-top: 20px;
    margin: 0 -30px;
    font-size: 0
}

.studyList li {
    width: 33.3%;
    margin-bottom: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top;
}

.studyList li&gt;a {
    margin: 0 30px;
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out
}

.study-mask {
    height: 130px;
    background: url(../images/mask02.png) repeat-x bottom;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.study-txt {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    bottom: 10px;
    z-index: 10;
    width: 100%;
}

.study-txt h3 {
    display: block;
    padding: 0 15px;
    max-height: 48px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
}

.study-date {
    width: 40px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 15
}

.study-date strong,
.study-date i {
    color: #fff;
    display: block;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.study-date strong {
    font-size: 24px;
    font-weight: bold;
}

.study-date i {
    font-size: 12px;
    font-style: normal;
}

.studyList li.noImg .study-date {
    position: static;
    float: left;
}

.studyList li.noImg .study-date i {
    color: #333;
}

.studyList li.noImg .study-date strong {
    color: #017575;
}

.studyList li.noImg .study-txt {
    margin-left: 55px;
    position: static;
    width: auto;
}

.studyList li.noImg h3 {
    color: #333;
    padding: 0;
    margin-bottom: 10px;
}

.studyList li.noImg p {
    line-height: 22px;
    height: 154px;
    overflow: hidden;
    color: #999;
}

.studyList li.noImg h3:hover {
    color: #017575;
}

.studyList li.noImg p:hover {
    color: #017575;
}


/*博士生导师*/

.docterList01 {
    margin: 0 -12px;
    font-size: 0;
    padding-top: 20px;
}

.docterList01 li {
    width: 33.3%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    vertical-align: top;
    margin-bottom: 25px;
}

.docterList01 li&gt;a {
    display: block;
    margin: 0 12px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 15px 15px 22px;
    color: #017575;
    min-height: 35px;
    transition: all 0.3s ease-in-out;
}

.docterList01 li span {
    display: block;
    padding-bottom: 10px;
    line-height: 22px;
    position: relative;
}

.docterList01 li span:before {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-color: #ddd;
}

.docterList01 li&gt;a:hover {
    background-color: #017575;
    box-shadow: 0 3px 12px rgba(1, 117, 117, 0.5);
    border-color: #017575;
}

.docterList01 li&gt;a:hover span {
    color: #fff;
}

.docterList01 li&gt;a:hover span:before {
    background-color: #80baba;
}


/*科学研究*/

.readMore06 {
    float: right;
    padding-top: 23px;
    font-size: 16px;
    color: #017575;
    position: relative;
    z-index: 990
}

.readMore06 i {
    font-weight: bolder;
}

.readMore07 {
    padding-top: 4px;
}

.item-img06 .imgResponsive {
    background-color: #569a9a
}

.pro-title02 {
    padding: 25px 0 0;
    line-height: 1.5;
    font-size: 15px;
}




@media screen and (max-width:1460px) {
    .subBanner,
    .subPage {
        width: 1000px;
    }
    .listTitle01 h3 {
        font-size: 20px;
        padding-top: 10px;
    }
    .listTitle01 p {
        font-size: 1.4rem;
    }
    .item-list01&gt;li h3,
    .tabMenu02 li {
        font-size: 1.8rem;
    }
    .item-list01&gt;li&gt;div,
    .list04 li&gt;a,
    .SuccessiveLeader-header li&gt;a,
    .imgList01 li&gt;a,
    .item-list10 li&gt;a,
    .newsList li&gt;div {
        margin: 0 15px;
    }
    .item-list01,
    .list04,
    .SuccessiveLeader-header,
    .imgList01,
    .item-list10,
    .newsList {
        margin: 0 -15px;
    }
    .leaderList li&gt;a {
        margin-right: 15px;
    }
    .leaderList2 li&gt;a {
        margin: 0 0 0 15px;
    }
    .item-list10 li {
        margin-bottom: 20px;
    }
    .newsList li {
        margin-bottom: 30px;
    }
    .subText {
        right: 25px;
    }
    .sub_right {
        margin-left: 290px;
    }
    .item-img08 {
        width: 160px;
    }
    .item-txt08 {
        margin-left: 160px;
    }
    .item-txt08&gt;div {
        height: 195px;
        padding: 0 15px;
    }
    .leaderList li {
        margin-bottom: 30px;
    }
    .item-list09 {
        margin-left: 210px;
    }
    .studyList li.noImg p {
        height: 88px;
    }
}

@media screen and (max-width:1330px) {}

@media screen and (max-width:1020px) {
    .subPage {
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .subBanner {
        margin: 0 25px;
        width: auto;
    }
    .list07 li&gt;a {
        padding: 15px;
    }
    .resultList,
    .studyList {
        margin: 0 -17px;
    }
    .resultList li&gt;a,
    .studyList li&gt;a {
        margin: 0 17px;
    }
    .resultList .result-img {
        width: 108%;
        margin-left: -4%;
    }
    .studyList li {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:992px) {
    .subBanner {
        margin: 0;
    }
    .subLeft {
        display: none;
    }
    .phone_subNav {
        display: block;
    }
    .sub_right {
        margin-left: 0;
        padding-top: 15px;
    }
    .articleTitle03 h3,
    .leader-header h3 strong,
    .leader-inner h3 {
        font-size: 1.7rem;
    }
    .serviceColumn h3 {
        font-size: 1.6rem;
        padding-left: 15px;
    }
    .serviceColumn h3::before {
        border-width: 6px 0 6px 12px
    }
    .serviceList li strong {
        font-size: 15px;
    }
    .item-list09 li {
        font-size: 1.4rem;
    }
    .item-mask {
        display: none;
    }
    .item-title06 {
        position: static;
        padding-top: 10px;
    }
    .bannerList li span {
        max-height: 48px;
        overflow: hidden;
        display: block;
    }
    .bannerList li span {
        color: #333;
    }
    .Banner-title {
        overflow-x: scroll;
        white-space: nowrap;
        position: relative;
        z-index: 0
    }
    .Banner-title li {}
    .item-img11 {
        width: 200px;
    }
    .item-txt11 {
        margin-left: 200px;
        padding: 15px;
    }
    .item-txt11 h3 {
        height: 72px;
    }
    .item-gen11 {
        height: 44px;
    }
    .resultList li {
        width: 33.3%;
    }
    .topicList02 li {
        margin-bottom: 30px;
    }
    .topic-txt {
        padding: 15px;
    }
    .SuccessiveLeadersList2 li {
        margin-bottom: 20px;
    }
    .SuccessiveLeadersList2 ul {
        margin: 0 -7px;
    }
    .SuccessiveLeadersList2 li&gt;a {
        margin: 0 7px;
    }
    .SuccessiveLeadersList2 .title03 span {
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {
    .subPage {
        padding: 0 15px 15px;
    }
    .listTitle01 h3,
    .itemWrapList h2,
    .tabMenu03 li,
    .Banner-title li {
        font-size: 1.7rem;
    }
    .item-list01&gt;li h3,
    .item-txt08 h3 {
        font-size: 1.6rem;
    }
    .subText h3 {
        font-size: 1.8rem;
        margin: 0;
    }
    .articleTitle03 h3,
    .articleTitle04 h3,
    .SuccessiveLeadersList2 .title03 span {
        font-size: 1.8rem;
    }
    .item-img07 {
        width: 240px;
    }
    .item-txt07 {
        margin-right: 260px;
        padding-top: 0
    }
    .item-txt07 p {
        height: 66px;
    }
    .serviceList li {
        margin-bottom: 16px;
    }
    .serviceList li&gt;div {
        margin: 0 8px;
        padding: 12px;
    }
    .serviceList {
        margin: 0 -8px;
    }
    .item-img08 {
        width: 131px;
    }
    .item-txt08 {
        margin-left: 131px;
    }
    .item-txt08&gt;div {
        height: 160px;
    }
    .SuccessiveLeader-header li a,
    .item-list10 li&gt;a,
    .bannerList li&gt;a,
    .topicList02 li&gt;div,
    .docterList01 li&gt;a {
        margin: 0 10px;
    }
    .SuccessiveLeader-header,
    .item-list10,
    .bannerList,
    .topicList02,
    .docterList01 {
        margin: 0 -10px;
    }
    .SuccessiveLeader-header li {
        margin-bottom: 15px;
    }
    .SuccessiveLeader-header li,
    .pro-name3,
    .SuccessiveLeaders li h3,
    .pro-date,
    .imgList01 li h3,
    .list15 li a,
    .item-date06,
    .bannerList li span,
    .list07 li p,
    .readMore06,
    .readMore06 i {
        font-size: 1.4rem;
    }
    .pro-date {
        width: 95px;
        left: -120px;
    }
    .pro-name3 {
        width: 60px;
        left: -75px;
    }
    .progressList {
        margin-left: 105px;
    }
    .pro-circle2::before {
        width: 90px;
        left: -70px;
    }
    .SuccessiveLeaders li {
        padding-bottom: 15px;
    }
    .pages {
        display: none;
    }
    .pages_min {
        display: block;
    }
    .imgList01 li&gt;a {
        margin: 0 8px;
    }
    .imgList01 {
        margin: 0 -8px;
    }
    .item-img09 {
        float: none;
    }
    .item-list09 {
        margin: 15px -15px 0 -15px
    }
    .item-img09 {
        padding: 0;
    }
    .item-list09 li i {
        font-size: 1.2rem;
    }
    .itemWrapList02 .item-list09 {
        margin: 15px 0;
    }
    .itemWrapList02 h2 {
        margin-left: 0;
    }
    .itemWrapList02 ul {
        margin: 0 -15px;
    }
    .item-list10 {
        padding-top: 15px;
    }
    .item-txt10 {
        padding: 10px 15px 15px;
    }
    .item-txt10 h3,
    .hosList li h3,
    .resultList h3,
    .topic-txt h3,
    .study-txt h3 {
        font-size: 1.5rem;
    }
    .list15 li span {
        font-size: 1.2rem;
    }
    .newsList li {
        width: 100%;
    }
    .list07 li p {
        height: 30px;
        line-height: 30px;
    }
    .resultList h3 {
        height: 50px;
        line-height: 25px;
    }
    .tabMenu03 li {
        margin-right: 12px;
    }
    .studyList li {
        width: 50%;
    }
    .SuccessiveLeadersList3 {
        padding-top: 15px;
    }
    .docterList01 li {
        margin-bottom: 15px;
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    .item-list01&gt;li,
    .serviceList li,
    .imgList01 li,
    .topicList02 li,
    .docterList01 li {
        width: 50%;
    }
    .subText p {
        display: none;
    }
    .leader-img {
        float: none;
        margin: 0 auto 15px;
    }
    .leader-con {
        margin-right: 0
    }
    .leader-detail {
        padding-top: 15px;
    }
    .list15 li span {
        float: none;
        display: block;
    }
    .list15 li {
        padding: 10px 0;
        height: auto;
        line-height: 1.6;
    }
    .list15 li::before {
        top: 38px;
    }
    .SuccessiveLeadersList2 li {
        width: 33.3%;
    }
}

@media screen and (max-width:600px) {
    .list07 li {
        width: 100%;
    }
}

@media screen and (max-width:510px) {
    .item-img08 {
        width: 100%;
        float: none
    }
    .item-txt08 {
        margin: 0 0 0 0;
    }
}

@media screen and (max-width:480px) {
    .item-list01&gt;li,
    .item-list10 li,
    .hosList li,
    .bannerList li,
    .studyList li {
        width: 100%;
    }
    .item-txt06 p {
        height: auto;
        margin-bottom: 10px;
    }
    .subText {
        right: 15px;
        bottom: 15px;
    }
    .item-img07 {
        width: 100%;
        float: none;
    }
    .item-txt07 {
        margin: 0;
        padding: 15px;
    }
    .SuccessiveLeaders2 .left,
    .SuccessiveLeaders2 .right {
        float: none;
        width: auto;
    }
    .SuccessiveLeaders3 .right li:first-child {
        display: none;
    }
    .SuccessiveLeaders3 .right {
        padding-top: 0;
    }
    .SuccessiveLeaders4 .left li:first-child h3 {
        white-space: normal;
    }
    .SuccessiveLeaders li {
        padding-bottom: 10px;
    }
    .item-list09 li,
    .resultList li,
    .SuccessiveLeadersList2 li {
        width: 50%
    }
    .hosList {
        padding: 0;
    }
    .item-txt12 p {
        display: none;
    }
}

@media screen and (max-width:420px) {
    .serviceList li,
    .imgList01 li,
    .item-list09 li,
    .resultList li,
    .docterList01 li {
        width: 100%;
    }
    .resultList h3 {
        height: auto;
        padding-bottom: 10px;
    }
    .resultList li&gt;a {
        margin: 0 30px;
    }
    .item-img11,
    .topicList02 li {
        width: 100%;
        float: none;
    }
    .item-txt11 {
        margin: 0;
    }
    .item-txt11 h3,
    .newsList li.noImg h3 {
        height: auto;
        line-height: 1.6
    }
}
</pre></body></html>