* {
    margin: 0;
    padding: 0;
    font-size: 0.24rem;
}

body {
    font-family: '微软雅黑';
    overflow-x: hidden;
    background: #fff;
}

img {
    max-width: 100%;
}

input {
    outline: none;
}

a {
    color: #000;
    text-decoration: none;
}

li {
    list-style: none;
}

.headerNav {
    display: none;
}

.header {
    display: flex;
    height: 0.8rem;
    background: #fff;
    position: fixed;
    width: 94%;
    top: 0;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem 3%;
    z-index: 999;
}

.header .logo {
    width: 3rem;
}

.header .logo img {
    display: block;
}

.navFont {
    font-size: 0.3rem
}

.serch {
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    margin-bottom: 0.2rem;
    margin-top: 0.8rem;
}
.serch>div{
    display: block;
    width: 100%;
}

.serch input {
    font-size: 0.24rem;
    border: none;
    width: 80%;
}

.serch a {
    font-size: 0.24rem;
}

.nav {
    width: 88%;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
    height: 94%;
    z-index: 999;
    left: 0;
    background: #0e66bf;
    color: #fff;
    padding: 6%;
    display: none;
}

.nav ul li {
    padding: 0.28rem 0;
    border-bottom: #fff solid 1px;
}

.nav ul li:hover div {
    display: block;
}

.nav ul li>a {
    font-size: 0.3rem;
    color: #fff;
    position: relative;
    display: block;
}

.nav ul li>div {
    display: none;
    padding: 0.3rem 0;
}

.nav ul li>a::after {
    content: '';
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 40%;
    -webkit-transform: rotate(45deg);
}

.close {
    font-size: 0.8rem;
    color: #fff;
    position: absolute;
    right: 6%;
    top: 0;
}

.nav ul li>div a {
    font-size: 0.28rem;
    color: #fff;
    display: table;
    padding: 0.2rem 0.4rem;
}

.banner {
    height: 3.6rem;
    margin-top: 1rem;
}

.banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner .swiper-slide a {
    display: block;
    height: 100%
}

.titNotice {
    padding: 3% 4%;
    border-top: #f2f6f8 solid 0.22rem;
    border-bottom: #f2f6f8 solid 0.22rem;
}

.titNotice #marquee1 ul li {
    width: 100%;
    padding: 0.15rem 0;
}

.titNotice #marquee1 ul li img {
    display: block;
}

.titNotice #marquee1 ul li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.28rem;
    width: 100%;
    color: #000;
    display: block;
}

.titleH5 {
    overflow: hidden;
    padding: 0.2rem 0;
}

.titleH5 h3 {
    float: left;
    font-size: 0.32rem;
}

.titleH5 a {
    float: right;
    font-size: 0.28rem;
}

.member {
    display: flex;
    justify-content: space-between;
    padding: 3%
}

.member dl {
    text-align: center;
}

.member dl dt {
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
    width: 60%;
}

.member dl dd {
    color: #000;
    font-size: 0.26rem;
}

.swiper-pagination-bullet {
    width: 0.15rem !important;
    height: 0.15rem !important;
}

.adBanner {
    padding-top: 0.22rem;
    background: #f2f6f8;
    overflow: hidden;
}

.photoFontDiv {}

.photoFontDiv img {
    width: 100%;
    height: 4.5rem;
}

.photoFontDiv .cirle {
    margin: 0.2rem 0.3rem 0 0.3rem;
    text-align: center;
    padding-bottom: 0.6rem;
}

.photoFontDiv .cirle p {
    font-size: 0.3rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newDiv .titleBox ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newDiv .titleBox ul li {
    font-size: 0.34rem;
    width: 30%;
    text-align: center;
    padding: 0.15rem 0;
}

.newDiv .titleBox ul li.active,
.titleBoxVer .active {
    color: #0e66bf
}

.conBoxNewDiv ul {
    padding: 0 3%;
}

.conBoxNewDiv ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0;
}

.conBoxNewDiv ul li a {
    width: 69%;
    display: block;
    overflow: hidden;
    font-size: 0.29rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newDiv .conBoxNewDiv .conBoxNew0,
.newDiv .conBoxNewDiv .conBoxNew5,
.leaderDiv>div.conBoxNew6,
.newDiv .conBoxNewDiv .conBoxNew7,
.branch .conBoxNewDiv .conBoxNew11 {
    display: block;
}

.newDiv .conBoxNewDiv>ul {
    display: none;
}

.newDiv {
    padding-bottom: 0.4rem;
    padding-top: 0.3rem;
    border-top: #f2f6f8 solid 0.22rem;
}

.conBoxNewDiv ul>a {
    width: 96%;
    background: #eee;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0.2rem 0;
    font-size: 0.28rem;
}

.brandActivities {
    padding: 2% 4%;
    padding-bottom: 0.2rem;
}

.brandActivities .brand {
    overflow: hidden;
    margin-right: -15px;
}

.brandActivities .brand a {
    float: left;
    width: 46%;
    margin-right: 0.24rem;
    display: block;
    margin-top: 0.2rem;
}

.footer {
    background: #0e66bf;
    padding: 0.3rem 0.25rem;
}

.footer .styled-select {
    margin-bottom: 0.2rem;
}

.searchable-select-hide {
    display: none;
}

.searchable-select {
    display: inline-block;
    min-width: 31%;
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #fff;
    vertical-align: middle;
    position: relative;
    outline: none;
}

.searchable-select-holder {
    padding: 0.1rem 0.2rem;
    background-image: none;
    font-size: 0.24rem !important;
    border: 1px solid #4591dd;
    color: #fff;
    min-height: 0.24rem;
    line-height: 0.24rem;
}

.searchable-select-caret {
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border-color: white transparent transparent transparent;
    top: 5px;
    bottom: 0;
    border-style: solid;
    border-width: 4px;
    margin: auto;
    right: 14px;
}

.searchable-select-dropdown {
    position: absolute;
    background-color: #0e66bf;
    border: 1px solid #4591dd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 4px;
    border-top: none;
    bottom: 59px;
    left: 0;
    z-index: 99;
    right: 0;
}

.searchable-select-input {
    margin-top: 5px;
    border: 1px solid #4591dd;
    outline: none;
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
}

.searchable-scroll {
    margin-top: 4px;
    position: relative;
}

.searchable-scroll.has-privious {
    padding-top: 16px;
}

.searchable-scroll.has-next {
    padding-bottom: 16px;
}

.searchable-has-privious {
    top: 0;
}

.searchable-has-next {
    bottom: 0;
}

.searchable-has-privious,
.searchable-has-next {
    height: 16px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    z-index: 10;
    /*background-color: white;*/
    line-height: 8px;
    cursor: pointer;
}

.searchable-select-items {
    max-height: 400px;
    overflow-y: scroll;
    position: relative;
}

.searchable-select-items::-webkit-scrollbar {
    display: none;
}

.searchable-select-item {
    padding: 5px 5px;
    cursor: pointer;
    line-height: 0.3rem !important;
    min-height: 30px;
    box-sizing: border-box;
    font-size: 0.22rem !important;
}

.searchable-select-item.hover {
    background: #1058a0;
    color: white;
}

.searchable-select-item.selected {
    background: #1058a0;
    color: white;
}

.ftRight {
    display: none;
}

.ftLeft * {
    font-size: 0.1rem;
    color: #fff;
    line-height: 0.35rem;
}

.ftLeft>div>span {
    margin-bottom: 0.2rem;
    display: block;
    font-size: 0.1rem !important;
}

.partner {
    border-top: #f2f6f8 solid 0.22rem;
    padding: 0 4%;
}

.partnerSwiper a,
.partnerSwiper2 a {
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
    margin: 0.3rem 0;
    justify-content: center;
}

.partnerSwiper img,
.partnerSwiper2 img {
    width: auto;
    height: 0.6rem;
}

.brandActivities,
.memberGroup {
    border-top: #f2f6f8 solid 0.22rem;
}

.forum ul li {
    padding: 0.2rem 0;
    border-bottom: #ddd solid 1px;
}

.forum ul li:last-child {
    border: none
}

.forum h4 {
    font-size: 0.32rem;
    margin: 0.1rem 0;
}

.forum p {
    font-size: 0.28rem;
}

.forum .date {
    font-size: 0.3rem;
}

.titleBoxVer ul {
    display: flex;
    justify-content: space-around;
}

.titleBoxVer ul li {
    font-size: 0.34rem;
    margin-right: 0.3rem;
    text-align: center;
}

.titleBoxVer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0.3rem;
}

.memberGroup {
    position: relative;
    padding: 0.3rem 0.3rem;
}

.memberGroupSwiper .swiper-slide a {
    display: block;
    background: #eaeaea;
    padding: 4%;
    /*  width: 92%;*/
}

.memberGroupSwiper .swiper-slide p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 0.28rem
}

.ddd .moreAaco {
    position: absolute;
    color: #000;
    display: block;
    top: 16px;
    right: 0.3rem;
    font-size: 0.28rem
}

.verFont1 ul {
    padding: 0;
}

.verFont1 ul li {
    padding: 0;
    padding-bottom: 0.4rem;
}

.verFont1 ul li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.verFont1 ul li a p {
    width: 67%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.29rem;
}

.adBanner img {
    display: block;
    width: 100%;
}

.adbannerleft {
    margin-bottom: .2667rem;
    width: 100%;
    overflow: hidden;
}

.contentLeft {
    display: none;
}

.centHui {
    margin-top: 1rem;
}

.contentRight {
    width: 92% !important;
    padding: .4rem 0.3rem;
    min-height: calc(100vh - 290px);
}

.current {
    background: #f2f2f2;
    padding: 0.2rem 0.3rem;
}

.contentDetail .tit {
    text-align: center;
    margin-bottom: 0.3rem;
}

.contentDetail .tit h4 {
    font-size: 0.4rem;
}

.contentDetail .tit p {
    margin: 0.2rem 0;
}

.contentDetail .tit p span {
    display: block;
    color: #666;
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
}

.detailBox p {
    font-size: 0.28rem !important;
    margin-bottom: 0.32rem !important;
    line-height: 0.4rem !important;
}

.detailBox p * {
    font-size: inherit !important;
    font-family: inherit !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
}

.detailBox img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.detailBox p span {
    font-size: inherit !important;
    font-family: inherit !important;
}

.textNews li {
    border-bottom: #eee dashed 1px;
}

.textNews li a {
    overflow: hidden;
    display: flex;
    padding: 0.32rem 0;
}

.textNews li a p {
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
}

.textNews li a span {
    width: 32%;
    text-align: right;
    color: #666;
}

.listRight {
    text-align: center;
}

.listRight>h4 {
    font-size: 0.4rem;
}

.listRight>div {
    margin: 0.2rem;
}

.listRight>div a {
    font-size: 0.32rem;
    padding-bottom: 0.15rem;
    margin: 0 0.3rem;
    display: inline-block;
}

.listRight>div a.on {
    border-bottom: #0e66bf solid 3px;
    color: #0e66bf;
}

.contentRight .textNews {
    margin-top: 0 !important;
}

.detailBox video {
    width: 100%;
    height: 4rem;
    background: #000;
}

.contactDiv * {
    font-size: 0.28rem;
    line-height: 0.5rem !important;
}

#allmap {
    height: 4rem;
    width: 100%;
    margin-top: 0.2rem;
}

.fontJFont {
    padding: 0.3rem;
    text-align: justify;
}

.fontJFont p {
    font-size: 0.28rem !important;
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
}

#go2 .titleH4,
#go4 .titleH4 {
    border-top: #f2f6f8 solid 0.22rem;
    padding: 0.3rem;
    padding-bottom: 0;
}

#go2 .titleH4 h4 {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    display: block !important;
}

#go2 .titleH4 h4::after {
    content: '';
    display: block;
    width: 32px;
    margin-top: 0.2rem;
    height: 3px;
    background: #0e66bf;
}

#go2 .titleH4 a,
#go4 .titleH4 h4 {
    font-size: 0.32rem
}

#go2 .titleH4 img {
    width: 5%;
    margin-top: -16px;
}

#go2 .titleH4 a::after,
#go4 .titleH4 h4::after {
    content: '';
    display: block;
    width: 32px;
    margin-top: 0.2rem;
    height: 3px;
    background: #0e66bf;
}

#go2 .fontBox {
    padding: 0.3rem;
}

#go2 .fontBox h4 {
    display: none;
}

#go2 .fontBox p {
    font-size: 0.28rem !important;
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
}

.fixedNav {
    display: none;
}

.chinesBanner {
    display: none;
}

.chinesBannerMobile {
    height: 2.5rem;
    margin-bottom: 0.5rem
}

.chinesBannerMobile img {
    max-height: 2.5rem;
    min-height: 2.5rem;
}

.chinesBannerMobile .zzBox {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.2rem 0;
    bottom: 0;
    width: 100%;
}

.chinesBannerMobile .zzBox p {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.cBannerImg {
    padding: 0.3rem;
    padding-bottom: 0;
}

.go2C .titleH4 h4,
#go3 .titleH4 h4,
#go5 .titleH4 h4,
#go6 .titleH4 h4,
#go7 .titleH4 h4 {
    font-size: 0.32rem;
    display: block !important;
}

.go2C .titleH4 h4::after,
#go5 .titleH4 h4::after,
#go3 .titleH4 h4::after,
#go6 .titleH4 h4::after,
#go7 .titleH4 h4::after {
    content: '';
    display: block;
    width: 32px;
    margin-top: 0.2rem;
    height: 3px;
    background: #0e66bf;
}

#go3 .titleH4,
#go5 .titleH4,
#go6 .titleH4,
#go7 .titleH4,
.wjZpBox .titleH4 {
    border-top: #f2f6f8 solid 0.22rem;
    padding: 0.3rem;
    padding-bottom: 0;
}

.notice {
    padding: 0.3rem;
}

.wjZpBoxSwiper {
    display: none;
}

.notice li span {
    width: 32%;
    text-align: right;
    color: #666;
    display: block;
}

.notice li {
    border-bottom: #eee dashed 1px;
    display: flex;
    align-items: center;
    padding: 0.32rem 0;
    justify-content: space-between;
}

.notice li:last-child {
    border: none
}

.notice li a {
    width: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 0.28rem;
}

.txBox {
    overflow: hidden;
    padding-bottom: 0.3rem;
}

.txBox li {
    width: 20%;
    float: left;
    text-align: center;
    margin-left: 0.3rem;
    margin-top: 0.2rem;
}

.txBox li img {
    max-height: 2rem;
    min-height: 2rem;
    margin-bottom: 0.1rem;
}

#go6 .titleH4 .titleActive {
    margin-top: 0.3rem;
    display: flex;
    justify-content: center;
}

#go6 .titleH4 .titleActive span {
    font-size: 0.28rem;
    margin-left: 0.2rem;
}

#go6 .titleH4 .titleActive span.active {
    color: #0e66bf;
}

.titleH6 {
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    text-align: center;
}

.titleH4NewDiv>div {
    display: none;
    padding-bottom: 0.3rem;
}

.titleH4NewDiv>div.conBoxNew0 {
    display: block;
}

.table,
.table * {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table-tr {
    display: table-row;
    height: 30px;
}

.table-th {
    display: table-cell;
    font-weight: bold;
    height: 100%;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    padding: 0.14rem 0;
    width: 27%;
    font-size: 0.26rem;
}

.table-td {
    display: table-cell;
    height: 100%;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    padding: 0.14rem 0;
    font-size: 0.26rem;
}

.table-tr:nth-child(odd) {
    background: #eee;
}

.detailBox table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
    border-top: #ddd solid 1px;
    border-left: #eee solid 1px;
}

.detailBox table td {
    word-break: break-all;
    word-wrap: break-word;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px
}

.detailBox table p {
    margin-bottom: 0 !important;
}

.titleH4NewDiv .notice li {
    display: block !important;
}

.titleH4NewDiv .notice li a {
    width: 100% !important;
}

.titleH4NewDiv .notice li span {
    width: 100% !important;
    text-align: left !important;
    display: block;
    margin-top: 0.2rem;
}

.titleH4NewDiv>div {
    display: none;
}

.titleH4NewDiv>div .conBoxNew0 {
    display: block;
}

.titleActive {
    display: flex;
    justify-content: center;
    margin-bottom: -0.2rem;
    margin-top: 0.3rem;
}

.titleActive span {
    margin: 0 0.5rem;
    font-size: 0.28rem;
}

.titleActive span.active {
    color: #0e66bf;
}

.syTjPhoto .titleActive {
    display: block !important;
}

.syTjPhoto .titleActive span {
    margin-right: 0.2rem !important;
    margin-left: 0 !important;
}

.photoGrap {
    margin-top: 0.5rem;
}

.photoGrap ul {
    overflow: hidden;
}

.photoGrap ul li {
    width: 45%;
    margin-left: 0.2rem;
    float: left;
}

.photoGrap ul li img {
    width: 100%;
    height: 2rem;
}

.photoGrap ul li p {
    height: 1.2rem;
}

.wjZpBox h4 {
    font-size: 0.32rem;
    display: block !important;
}

.wjZpBox h4::after {
    content: '';
    display: block;
    width: 32px;
    margin-top: 0.2rem;
    height: 3px;
    background: #0e66bf;
}

.wjZpBoxSwiperMoble {
    margin: 0.3rem;
}

.wjZpBoxSwiperMoble img {
    height: 2rem;
}

.wjZpBoxSwiperMoble p {
    text-align: center;
}

.contribute {
    display: none;
}

.gallery-thumbs *,
.gallery-thumbsA * {
    font-size: 0.3rem;
    justify-content: left;
}

.gallery-thumbs .swiper-slide,
.gallery-thumbsA .swiper-slide {
    padding-right: 0.3rem;
    padding-bottom: 0.1rem;
    cursor: pointer;
    width: auto !important;
}

.gallery-top .swiper-slide>div,
.gallery-topA .swiper-slide>div {
    text-align: left;
    padding: 0.15rem 0;
    display: flex;
    justify-content: space-between;
}

.gallery-top .swiper-slide>div>a,
.gallery-topA .swiper-slide>div>a {
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.28rem;
}

.gallery-thumbs,
.gallery-thumbsA {
    margin: 0.2rem auto !important;
}

.gallery-thumbs,
.gallery-top,
.gallery-thumbsA,
.gallery-topA {
    width: 92%;
    margin: 0 auto;
}

.gallery-thumbs .swiper-slide-thumb-active,
.gallery-thumbsA .swiper-slide-thumb-active {
    color: #0079ee;
}

.moreAbox {
    display: block;
    text-align: center;
    font-size: 0.24rem;
    background: #eee;
    padding: 10px;
    margin-top: 0.18rem;
}

.zuoze {
    padding: 0.3rem
}

.zuoze .titleH4 {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 0.2rem;
}

.zuoze p {
    display: block;
    text-align: center;
}

.zuoze img {
    height: 2.5rem;
}

.zuoze .titleH4 h4 {
    font-size: 0.32rem;
    display: block !important;
}

.zuoze .titleH4 h4::after {
    content: '';
    display: block;
    width: 32px;
    margin-top: 0.2rem;
    height: 3px;
    background: #0e66bf;
}

.zuoze .swiper-button-next,
.zuoze .swiper-button-prev {
    display: none;
}

.photoList {
    overflow: hidden;
}

.photoList li {
    width: 45%;
    margin: 0.2rem 0.16rem 0 0.16rem;
    float: left;
    position: relative;
    text-align: center;
}

.photoList li a>div {
    position: relative;
}

.photoList li a>div>img {
    width: 100%;
    display: block;
    height: 2rem;
}

.photoList li b {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.photoList li b img {
    width: auto;
}

.photoList li p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0.1rem;
    font-size: 0.26rem;
    color: #000;
}


/* 分页样式 */

.pages {
    display: table;
    margin: 20px auto;
    margin-bottom: 0;
}

.pages .pagination {
    display: inline-block;
    float: left;
    padding: 0;
    list-style: none;
}

.pages .pagination li {
    padding: 0 8px;
    height: 32px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 8px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}

.pages .pagination li a {
    color: #ccc;
    display: block;
}

.pages .pagination li:hover,
.pages .pagination li.active {
    border: 1px solid #0054A7;
    background: #0054A7;
}

.pages .pagination li a:hover,
.pages .pagination li.active a {
    color: #fff;
}

.pages .pagination li.prev:hover,
.pages .pagination li.next:hover {
    border-color: #0054A7;
    color: #0054A7;
    background: none;
}

.pages .pagination li.prev:hover a,
.pages .pagination li.next:hover a {
    color: #0054A7;
}

.pages .form {
    display: none;
    height: 30px;
    line-height: 30px;
}

.pages .form .text {
    margin: 0 5px;
    font-size: 14px;
    color: #ccc;
    float: left;
}

.pages .form .input {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 0;
    text-align: center;
    color: #ccc;
    float: left;
    margin-right: 5px;
}

.pages .form .go-page {
    width: 58px;
    height: 32px;
    border: 1px solid #ccc;
    text-align: center;
    color: #ccc;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.portraitList>h3 {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    color: #0079ee;
}

.portraitList>h3::before {
    content: '';
    width: 4px;
    height: 80%;
    position: absolute;
    left: 0;
    background: #0079ee;
    top: 10%;
}

.portraitList dl {
    text-align: left;
    display: flex;
    padding: 15px 0;
}

.portraitList dl dt {
    width: 120px;
    height: 128px;
    float: left;
    margin-right: 20px;
}

.portraitList dl img {
    width: 120px;
    height: 128px;
    display: block;
    float: left;
}

.portraitList dl dd {
    border-bottom: #ddd dashed 1px;
    padding-bottom: 30px;
    width: 100%;
}

.portraitList dl dd h4 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.portraitList dl dd h4 a {
    font-size: 18px;
}

.portraitList dl dd span {
    font-size: 15px;
    color: red;
    margin-left: 10px;
}

.portraitList dl dd p {
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 22px;
}


/* 标准库页面样式 */

.stdTable {
    min-width: 1200px;
    padding: 30px;
    background: #fff;
}

.stdTable>h5 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #000;
}

.stdTable>h5:after {
    background: #228ccc;
    content: "";
    width: 43px;
    height: 3px;
    display: block;
    margin-top: 12px;
}

.search-item {
    float: left;
    margin: 0 25px 10px 0;
}

.system-search1 .search-item .label {
    width: auto;
    float: left;
    margin-right: 10px;
    font-size: 15px;
    color: #686868;
    line-height: 35px;
    text-align: right;
}

.clear:after,
.clear:before {
    content: "";
    clear: both;
    overflow: hidden;
    display: table;
}

.system-search1 .el-input {
    float: left;
    width: 175px;
}

.system-search1 .el-input input {
    height: 36px;
    line-height: 36px;
    border-radius: 0;
}

.system-search1 .el-input .el-input__icon {
    line-height: 36px;
}

.system-search {
    float: left;
}

.system-search button {
    font-size: 15px;
    color: #fff;
    border-radius: 0;
}

.org_table {
    margin: 30px 0;
    min-height: 400px;
}

.el-table thead th {
    background: #fafafa !important;
    padding: 10px 0;
    font-weight: 700;
    color: #666;
}

.el-table th,
.el-table td .cell {
    font-size: 14px !important;
    text-align: center !important;
}

.search-pagination {
    margin-top: 30px;
}

.paginations,
.search-pagination {
    text-align: center;
}
.first_list{
    list-style: none;
    width: 100%;
    overflow: hidden;
}
.first_list li{
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
    width: 30.5%;
    height: 205px;
}
.first_list li:nth-child(3n){
    margin-right: 0;
}
.first_list li .img_box{
    width: 100%;
}
.first_list li .img_box img{
    width: 100%;
    height: 153px;
}
.first_list li p{
    margin-top: 5px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}
.pageMore {
    font-size: 0.34521rem;
    text-align: center;
}

.pageMore a {
    color: #999;
}

.pageMore img {
    display: block;
    margin: 0 auto;
}
.pop_cover_section {
    position: fixed;
    margin: auto;
    padding-bottom: 20px;
    width: 469px;
    background: url(../images/login-bg.jpg) no-repeat;
    background-size: cover;
    z-index: 999999;
}
.pop_cover_section .hd{
    padding-top:95px;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
}
.pop_cover_section .hd a{
    margin: 0 10px;
    font-size: 16px;
    color: #333;
}
.pop_cover_section .hd a.on{
    color: #0e66bf;
}
.lo {
    text-align: center;
    width: 260px;
    margin: 0px auto;
}
#login_LoginType {
    background: url(../images/loginName.jpg) no-repeat;
    margin-left: -10px;
}
#login_LoginName {
    background: url(../images/loginName.jpg) no-repeat;
    margin-top: 18px;
}

.byte {
    text-align: left;
    padding-left: 46px;
    BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    BORDER-BOTTOM-WIDTH: 0px;
    MARGIN: 0px;
    VERTICAL-ALIGN: middle;
    TEXT-ALIGN: left;
    BORDER-RIGHT-WIDTH: 0px;
    height: 37px;
    width: 252px;
    line-height: 37px;
}

#login_Password {
    background: url(../images/LoginPwd.jpg) no-repeat;
    margin-top: 18px;
}
.login_yzm{
    background: url(../images/Loginyzm.jpg) no-repeat;
    margin-top: 18px;
}
.yzm_group{
    position: relative;
}
.input-group-addon{
    position: absolute;
    top: 18px;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    padding-right: 18px;
    font-size: 14px;
    color: #666;
    line-height: 37px;
    cursor: pointer;
    background: none;
    border: 0;
}

.login_btn {
    cursor: pointer;
    background-image: url(../images/btnLogin.jpg);
    display: block;
    width: 59px;
    height: 26px;
    color: #ffffff;
    font-weight: bold;
    margin: 0px auto;
    margin-top: 18px;
}

.closebtn {
    right: 2px;
    top: 2px;
    width: 15px;
    height: 15px;
    position: absolute;
    cursor: pointer;
}
/* 医院检索页面 */

.stdTable2 {
    padding: 30px 15px;
    background: #fff;
}

.stdTable2>h5 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #000;
}

.stdTable2>h5:after {
    background: #228ccc;
    content: "";
    width: 43px;
    height: 3px;
    display: block;
    margin-top: 12px;
}

.retrievalSearchBox {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.retrievalSearchBox .el-input {
    float: left;
    width: calc(100% - 75px);
}

.retrievalSearchBox .el-input.el-input--small .el-input__inner {
    padding-left: 20px;
    height: 40px;
    border: 0;
}

.retrievalSearchBox .el-input.el-input--small .el-input__inner::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

.retrievalSearchBox .el-input.el-input--small .el-input__inner::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #999;
}

.retrievalSearchBox .el-input.el-input--small .el-input__inner:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #999;
}

.retrievalSearchBox .el-input.el-input--small .el-input__inner:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #999;
}

.retrievalSearchBox .el-button {
    padding: 0;
    width: 75px;
    height: 40px;
    font-size: 14px;
}

.retrievalSearchBox .el-button.is-round {
    padding: 0;
    border-radius: 0 20px 20px 0;
}

.retrievalSearchBox .el-button .el-icon-search {
    font-size: 14px;
}

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

.hospitalInfoList li {
    margin-bottom: 15px;
    width: 100%;
}
.hospitalInfoList li .el-link{
    display: block;
}

.hospitalInfoList li:last-child {
    margin-bottom: 0;
}

.hospitalInfoList li .item_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.hospitalInfoList li:nth-child(1) .item_title {
    background: url(../images/bg5.jpg) no-repeat;
}

.hospitalInfoList li:nth-child(2) .item_title {
    background: url(../images/bg6.jpg) no-repeat;
}

.hospitalInfoList li:nth-child(3) .item_title {
    background: url(../images/bg7.jpg) no-repeat;
}

.hospitalInfoList li .item_text {
    margin-top: 10px;
    padding: 10px 15px;
    background: #F6F6F6;
    overflow: hidden;
}

.hospitalInfoList li .item_text p {
    font-size: 14px;
    color: #000;
    line-height: 2;
}

.org_table2 {
    margin: 30px 0;
    min-height: 400px;
    overflow: hidden;
}

.el-table .cell {
    font-size: 14px;
    color: #000;
}

.el-table__body {
    width: 100%;
    table-layout: fixed !important;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    margin: 0 !important;
}

.stdTable2 .search-item {
    float: none;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
}

.stdTable2 .system-search1 .search-item .label {
    float: none;
    width: 100%;
    text-align: left;
}

.stdTable2 .system-search1 .el-input,
.stdTable2 .system-search1 .el-select {
    float: none;
    width: 100%;
}

.el-select-dropdown__item span {
    font-size: 14px;
}

.stdTable2 .system-search {
    float: none;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.no-header .el-table__header-wrapper {
    display: none;
}

.el-dialog__wrapper .el-dialog {
    width: 90%;
}

.el-dialog .el-dialog__header {
    padding: 12px 15px;
    background: #f8f8f9;
}

.el-dialog__header .el-dialog__title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    font-size: 16px;
    color: #666;
}

.el-dialog .el-dialog__body {
    padding: 15px 10px;
}

.el-dialog .el-table__body tr td {
    font-size: 14px;
}

.el-dialog .el-table__body tr td:first-child {
    font-size: 14px;
    color: #000;
    background: #F8F8F9;
}
.el-dialog tr td .el-link:last-child .item_dh{
    display: none;
}

