* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*禁止链接高亮*/
    -webkit-touch-callout: none;
    /*禁止链接长按弹出选项菜单*/
    margin: 0;
    padding: 0;
    border: 0;
}

body,
html,
div,
a,
ul,
li,
img {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    font-family: Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #333;
}

ul,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
    -webkit-touch-callout: none;
    /*禁止图片长按弹出选项菜单*/
    width: 100%;
}

nav,
footer,
section,
header,
article {
    display: block;
}

input,
textarea {
    font-family: Microsoft YaHei;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

a:link,
a:visited {
    /* color: #333; */
}

a:hover,
a:active {
    text-decoration: none;
}

@media screen and (max-width:320px) {
    body {
        font-size: 10px;
    }
}

@media screen and (min-width:320px) and (max-width:360px) {
    body {
        font-size: 11px;
    }
}

@media screen and (min-width:360px) and (max-width:480px) {
    body {
        font-size: 12px;
    }
}

@media screen and (min-width:480px) and (max-width:640px) {
    body {
        font-size: 13px;
    }
}


/*Common Styles*/

body {
	margin:0 auto;
	max-width:640px;
}

/*Nav - start*/
.container {
    background-color: #f2f2f2;
}

/* .index-nav {
    background-color: #fff;
    display: inline-block;
    margin: 50px 0px 10px;
    width: 100%;
}

.index-nav li {
    float: left;
    width: 24.7%;
    padding: .22rem 0;
    border: 1px solid #f3f3f3;
    border-left: none;
}

.index-nav li:nth-child(1),
.index-nav li:nth-child(2),
.index-nav li:nth-child(3),
.index-nav li:nth-child(4) {
    border-bottom: none;
}

.index-nav li .icon {
    margin: 0 auto;
    border-radius: 50%;
    width: 2.0rem;
    height: 2.0rem;
    line-height: 1rem;
    padding: 8px;
}

.index-nav li .iconfont {
    color: #fff;
    font-size: .526rem;
}

.index-nav li:nth-child(1) .icon {
    background-color: #7dd6f3;
}

.index-nav li:nth-child(2) .icon {
    background-color: #F997BE;
}

.index-nav li:nth-child(3) .icon {
    background-color: #a2e2a2;
}

.index-nav li:nth-child(4) .icon {
    background-color: #ff787a;
}

.index-nav li:nth-child(5) .icon {
    background-color: #af9cea;
}

.index-nav li:nth-child(6) .icon {
    background-color: #ffc165;
}

.index-nav li:nth-child(7) .icon {
    background-color: #6eb9f0;
}

.index-nav li:nth-child(8) .icon {
    background-color: #fec1d9;
}

.index-nav li .title {
    margin-top: .17rem;
    font-size: 0.8rem;
    color: #6c6c6c;
    text-align: center;
}

.index-fenl img {
    width: 10rem;
} */
.nav {
    width: 90%;
    height: 40px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.nav .nav-item {
    border: 1px solid #d6d6d6;
    width: 33%;
    padding: 10px 0;
    font-size: 14px;
    /* float: left; */
}
.nav .nav-item-on{
	background-color:#fff;
}
/*Nav - end*/


/*Header - start*/
.header-top-layout {
	font-family:'微软雅黑';
	margin-top:-16px;
    height: 60px;
    flex-direction: row;
    align-content: center;
    align-items: center;
	text-align:center;
    overflow: hidden;
}
.header-logo-link{
    margin-left: 10px;
    margin-top: 8px;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 60px;
    font-weight: 600;
    color: #429acf;
}
.header-logo-link img {
    width: 100%;
	height: auto;
	display: inline-block;
	max-width: 200px;
}
.header-tel-link img {
    width: 35px;
    height: 35px;
}
.header-tel-number {
    color: #54626c;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}
.header-tel-link {
    float: right;
	margin-right: 10px;
	margin-top: 8px;
	width: 38%;
	text-align: center;
	border: 1px solid
	#bdbdbd;
	border-radius: 25px;
	display: flex !important;
	flex-direction: row;
	align-items: center;
}

/* #header { */
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* height: 45px; */
    /* padding-top: 10px; */
    /* padding-bottom: 5px; */
    /* background-color: #fff; */
    /* z-index: 999; */
    /* padding-left: .4rem; */
    /* padding-right: .4rem; */
    /* border-bottom: 1px solid #DCDCDC; */
/* } */

/* #header h1 { */
    /* width: 40%; */
    /* display: inline-block; */
    /* margin-left: 10px; */
/* } */

/* #header h1 a { */
    /* display: -webkit-box; */
/* } */

/* #header h1 img { */
    /* border: 0; */
    /* text-decoration: none; */
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* -webkit-touch-callout: none; */
    /* vertical-align: top; */
/* } */

/* #header .tel { */
    /* position: relative; */
    /* width: 50%; */
    /* display: inline-block; */
    /* float: right; */
    /* height: 100%; */
/* } */

/* #header .tel .phoneNum { */
    /* margin-right: 10px; */
/* } */

/* #header .tel .ch { */
    /* font-size: 14px; */
    /* color: #999; */
    /* display: inline-block; */
    /* float: right; */
/* } */

/* #header .tel .num { */
    /* font-size: 18px; */
    /* color: #5ac3e5; */
    /* font-weight: bold; */
    /* display: inline-block; */
    /* float: right; */
/* } */

/* .pull-right { */
    /* float: right !important; */
/* } */

/* #header .tel .icon-dianhua { */
    /* margin-right: 4px; */
    /* font-size: 30px; */
    /* color: #5ac3e5; */
    /* display: inline-block; */
    /* float: right; */
    /* position: absolute; */
/* } */

/* .icon-dianhua img { */
    /* display: inline-block; */
    /* width: 36px !important; */
/* } */
/*Header - end*/


/*Banner - start*/

.focus {
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}

.focus .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    text-align: center;
}

.focus .hd ul {
    display: inline-block;
    height: 5px;
    padding: 3px 5px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    vertical-align: top;
}

.focus .hd ul li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8C8C8C;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}

.focus .hd ul .on {
    background: #FE6C9C;
}

.focus .bd {
    position: relative;
    z-index: 0;
}

.focus .bd li img {
    width: 100%;
    background: url(../image/loading.gif) center center no-repeat;
}

.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}


/*Banner - end*/


/*Footer Nav start*/

.footerNav {
    width: 100%;
    height: 60px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background: #56ABE4;
}

.footerNav li {
    float: left;
    width: 33.3333%;
    font-size: 1.3em;
    line-height: 46px;
    font-weight: bold;
    padding: 7px 0;
}

.footerNav li a {
    display: block;
    width: 100%;
    border-right: 1px solid #ffffff;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footerNav li a img {
    display: inline-block;
    width: 30px;
    margin-right: 3px;
}

.footerNav li:last-child a {
    border: none;
}


/*Footer Nav end*/


/*backTop - start*/

.backTop {
    position: fixed;
    z-index: 1000;
    right: 5px;
    bottom: 70px;
    width: 38px;
    height: 38px;
    display: none;
}


/*backTop - end*/


/*首页 - start  overflow:hidden;
	margin-top:1.4em;
	margin-top:10px;
	*/

.perColumnWrap {
    width: 100%;
}

.perTitle {
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 1.6em;
    line-height: 1.6em;
    color: #2c4470;
    background: url(../image/line.png) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 6px;
}

.perTitle span {
    display: block;
    font-size: 0.9em;
    line-height: 1em;
    padding-bottom: 5px;
}


/*Successful Cases*/

.case_list {
    overflow: hidden;
    margin: 0 auto;
}

.case_list li {
    background-color: #FFF;
    overflow: hidden;
    padding: 3% 0;
    margin-top: 1.5%;
    border-radius: 3px;
}

/* .case_list .case_img {
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
} */

/* .case_img img,
.case_img b {
    display: block;
    width: 100%;
} */

/* .case_img b {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    font-size: 1.4em;
    line-height: 2em;
    color: #fff;
    background: url(../images/tit_bg1.png) center bottom no-repeat;
    background-size: 100% auto;
} */
.case_list .case_txt .case_time {
    margin-bottom: 2%;
}

.case_list .case_txt {
    overflow: hidden;
    padding: 2% 4% 3%;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #888;
}

.case_list .case_txt .case_title {
    display: block;
    margin-bottom: 2%;
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
}



/* .case_img img {
    width: 100%;
} */

.more {
    text-align: center;
    overflow: hidden;
    margin-top: 0.8em;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5em;
    color: #5d4f44;
}

.more a {
    display: inline-block;
    color: #5d4f44;
    padding-left: 25px;
    background: url(../image/ico06.png) left center no-repeat;
    background-size: 20px 20px;
}


/*HRC Expert Team*/

.expert_list img {
    height: 100%;
    width: 100%;
}

.expert_list {
    overflow: hidden;
    padding: 0 2%;
}

.expert_list li {
    overflow: hidden;
    margin-top: 1em;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #000;
}

.expert_list li i {
    display: block;
    width: 100%;
    margin: 0 auto 0.4em;
}

.expert_list li p span {
    color: #00a6f1;
}

.line {
    display: block;
    width: 65%;
    height: 1px;
    background: #61bfa1;
    margin: 1em auto -0.5em;
}


/*Register*/

/* .Register { */
    /* background: #414458; */
/* } */

/* .reg_con { */
    /* width: 94%; */
    /* margin: 0 auto; */
    /* overflow: hidden; */
/* } */

/* .reg_con .reg_in { */
    /* display: block; */
    /* width: 100%; */
    /* border: none; */
    /* height: 2.2em; */
    /* margin-bottom: 8px; */
    /* padding: 0 6%; */
    /* box-sizing: border-box; */
    /* font-size: 1.3em; */
    /* color: #000; */
/* } */

/* .reg_con .reg_btn { */
    /* display: block; */
    /* margin: 0 auto; */
    /* width: 100%; */
    /* height: 2.4em; */
    /* font-size: 1.45em; */
    /* font-weight: bold; */
    /* letter-spacing: 1px; */
    /* color: #fff; */
    /* background: #1ba2e6; */
    /* border: none; */
    /* cursor: pointer; */
/* } */


/*6 Advantages*/

.Advantages {
    background: #414458;
    padding: 1.2em 0 1.6em;
}

.Advantages .perTitle {
    color: #fff;
    letter-spacing: 1px;
}

.adv_list {
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
    padding-top: 0.5em;
}

.adv_list li {
    overflow: hidden;
    margin-top: 0.5em;
    font-size: 1.3em;
    color: #fff;
}

.adv_list li i {
    display: inline-block;
    width: 10%;
    margin-right: 5px;
    vertical-align: middle;
}


/*Service Process*/

.process_list {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0.5em;
}

.process_list li {
    /*overflow:hidden;
	*/
    font-size: 1.1em;
    line-height: 1.5em;
    color: #000;
    margin-top: 0.6em;
    text-align: center;
}

.process_list li div {
    border: 1px solid #414458;
    overflow: hidden;
    border-radius: 3px;
    /*margin-bottom:-5px;
	*/
    background: #fff;
}

.process_list li:after {
    content: '▼';
    display: inline-block;
    font-size: 1.5em;
    color: #414458;
}

.process_list li h2 {
    font-size: 1.1em;
    line-height: 2.3em;
    color: #fff;
    background: #414458;
    text-align: center;
}

.process_list li h2 em {
    float: left;
    font-size: 1.1em;
    padding: 0 5px;
}

.process_list li p {
    padding: 3% 2.6%;
    text-align: left
}

.process_list li p span {
    color: #1ba2e6;
}

.process_list li:nth-child(2n) div {
    border-color: #1ba2e6;
}

.process_list li:nth-child(2n) h2 {
    background: #1ba2e6;
}

.process_list li:nth-child(2n):after {
    color: #1ba2e6;
}

.process_list li:last-child:after {
    content: '';
}


/*Certificates*/

.Certificates .perTitle {
    font-size: 1.6em;
    letter-spacing: 1px;
}

.cert_list {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}

.cert_list li {
    float: left;
    overflow: hidden;
    display: inline;
    width: 46%;
    margin: 3% 2% 0;
}

.cert_list li a,
.cert_list li img {
    display: block;
}


/*Environment*/

.environment_img {
    width: 92.8%;
    margin: 0.8em auto 0;
    overflow: hidden;
}

.environ_list {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #000;
}

.environ_list li {
    float: left;
    width: 48%;
    display: inline;
    margin: 2% 1% 0;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 5px 5px 0;
}

.environ_list li a {
    display: block;
    color: #000;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*Add in WeChat*/

.WeChat {
    background: #414458;
    padding: 1.5em 0;
}

.wx_con {
    overflow: hidden;
    width: 92%;
    margin: 1em auto 0;
}

.wx_con i {
    float: left;
    width: 48%;
}

.wx_con span {
    float: left;
    width: 52%;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 7%;
}


/*Questions*/

.Questions {
    background: #f5f3ea;
    padding-top: 1em;
    margin-top: 0;
}

.faq_con {
    overflow: hidden;
    background: url(https://wap.infertilitybridge.com/images/bg2.jpg) right bottom no-repeat;
    background-size: cover;
    padding: 1em 0;
}

.faq_con ul {
    overflow: hidden;
    padding: 0 3%;
    font-size: 1.13em;
    line-height: 1.6em;
    color: #414458;
}

.faq_con ul li {
    overflow: hidden;
    margin-top: 0.5em;
}

.faq_con ul li b {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background: #1ba2e6;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.faq_con ul li a {
    display: inline-block;
    color: #414458;
    vertical-align: middle;
}


/*Online ZiXun*/

.onlineZiXun {
    background: #4bd2b7;
    margin-top: 0;
    position: relative;
}

.onlineZiXun span {
    padding: 5px;
    background: #fff;
    display: block;
    width: 25%;
    position: absolute;
    right: 5%;
    top: 15%;
}


/*Hot News*/

.news_list {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #888;
}

.news_list li {
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid #ddd;
    padding: 6px 8px 8px;
    border-radius: 5px;
    margin-top: 1em;
}

.news_list li>a {
    display: block;
}

.news_txt {
    overflow: hidden;
    margin-top: 8px;
    font-size: 1.2em;
}

.news_txt h3,
.news_txt h3 a {
    font-size: 1.1em;
    line-height: 1.7em;
    color: #00a6f1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotNews .more {
    text-align: left;
    padding-left: 3%;
}

.news_list2 {
    padding: 0 3%;
    overflow: hidden;
    margin-top: 0.5em;
}

.news_list2 li {
    overflow: hidden;
    font-size: 1.34em;
    line-height: 1.8em;
    color: #5d4f44;
}

.news_list2 li a {
    display: block;
    color: #5d4f44;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list2 li a:hover {
    color: #68c2a5;
}

.news_list2 .news_left {
    float: left;
    width: 60%;
    height: 80px;
    font-size: 0.8em;
    line-height: 2em;
    padding: 5px;
}

.news_list2 .news_right {
    float: right;
    width: 35%;
    height: 80px;
}

.news_list2 .news_right img {
    height: 80px;
}


/*Contact Us*/

.ContactUs {
    background: #454545;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
}

.ContactUs h2 {
    font-size: 1.6em;
    line-height: 1.5em;
    padding-left: 4%;
    letter-spacing: 1px;
}

.ContactUs h2 font {
    display: block;
    font-weight: normal;
    font-size: 0.85em;
    color: #68c2a5;
}

.contact_con {
    padding: 0 4%;
    overflow: hidden;
}

.contact_con dd {
    overflow: hidden;
    margin-top: 0.5em;
    font-size: 1.1em;
    line-height: 1.5em;
}

.contact_con dd i {
    float: left;
    width: 4.5%;
}

.contact_con dd div {
    float: right;
    width: 94.5%;
    overflow: hidden;
}

.contact_con dd div p span {
    display: block;
}

.contact_foot {
    width: 87%;
    overflow: hidden;
    margin: 1.6em auto 0;
}

.contact_foot i {
    float: left;
    width: 47%;
}

.contact_foot p {
    float: left;
    width: 53%;
    font-size: 1.2em;
    line-height: 1.3em;
}

.contact_foot p b {
    display: block;
    width: 83%;
    text-align: right;
    margin-bottom: 6px;
}

.contact_foot p span {
    display: block;
    padding: 5px;
    background: #fff;
    width: 78%;
}


/*首页 - end*/


/*成功案例 - start*/

.select_table {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 1%;
}

.select_table ul {
    overflow: hidden;
    padding-top: 0.5%;
    width: 98%;
    margin: 0 auto;
}

.select_table ul li {
    float: left;
    display: inline;
    margin: 2.5% 1% 0;
    font-size: 1.1em;
    line-height: 1.8em;
    color: #5d4f44;
}

.select_table ul li a {
    display: block;
    padding: 0 6px;
    background: #f5f3ea;
    color: #5d4f44;
    border-radius: 3px;
}

.select_table ul li a:hover,
.select_table ul li a.hover {
    color: #fff;
    background: #2c4470;
}

.select_table ul li a:after {
    background-color: #2c4470;
}


/*成功案例 - end*/


/*医院简介 - start*/

.environ_box {
    overflow: hidden;
    width: 98%;
    margin: 2% auto 0;
}

.environ_box h2 {
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    padding: 0 2%;
}

.environ_box p {
    overflow: hidden;
    margin-top: 1%;
}

.environ_box p img {
    display: block;
}

.environ_list2 {
    overflow: hidden;
    width: 100%;
}

.environ_list2 li {
    padding: 0;
    border: none;
    text-transform: uppercase;
}


/*医院简介 - end*/


/*专家答疑 - start*/

.DaYiHui .perTitle {
    text-align: left;
    width: 94%;
    margin: 0 auto;
    line-height: 1.5em;
}

.DaYiHui .perTitle em {
    color: #1ba2e6;
    font-style: normal;
}

.dyh_img_box {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0.8em;
}

.dyh_img_box p {
    margin-top: 1%;
}

.dyh_img_box img {
    display: block;
    width: 100%;
}

.harvest_ul {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
}

.harvest_ul li {
    font-size: 1.13em;
    line-height: 1.6em;
    color: #000;
    overflow: hidden;
}

.harvest_ul li:before {
    content: '●';
    color: #1ba2e6;
    font-size: 1.6em;
    line-height: 1.3em;
    padding-right: 4px;
}


/*专家答疑 - end*/


/*联系我们 - start*/

.contact_con dl {
    overflow: hidden;
    color: #5d4f44;
    margin-top: 1em;
    font-size: 1.1em;
    line-height: 1.5em;
}

.contact_con dl dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact_con dl dt span {
    display: block;
    font-weight: normal;
}

.contact_con .map {
    overflow: hidden;
    width: 100%;
    margin: 0.8em auto;
}

.contact_con .map img {
    display: block;
    width: 100%;
    height: auto;
}

.more_con {
    color: #414458;
    float: left;
    font-size: 1.1em;
}

.more_contact {
    overflow: hidden;
    clear: both;
    float: none;
    display: none;
}


/*联系我们 - end*/


/*成功案例详细页面*/

.nyContent {
    margin: 10px 15px 0;
    display: inline-block;
}
.nyContent .cont_info {
	margin-top:13px;
}
.nyContent .cont_info p{
	text-align:center;
	font-size:14px;
}
.cont_c p {
    padding: 10px 0 20px;
    line-height: 190%;
    /* text-indent: 2em; */
    text-align: justify;
    color: #2A2A2A;
}

.cont_c {
    text-indent: inherit;
    color: #333;
    font-size: 16px;
}

.cont_c img {
    margin: 5px auto 5px auto;
    display: block;
    max-width: 100%;
    height: auto !important;
}

.cont_c p img {
    margin: 5px auto 5px auto;
    display: block;
    max-width: 100%;
    height: auto !important;
}

.content_style {
    float: left;
    display: block;
    color: #FFF;
    background-color: #454545;
    margin-top: 25px;
    width: 90%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 15px;
}

.metaDesc {
    margin-top: 15px;
}

.metaDesc p {
    text-indent: 2em;
    color: #333;
    font-size: 14px;
}


/*新闻页面详细页面*/

.cont_c {
    margin-top: 13px;
    /* line-height: 20px; */
    min-height: 250px;
    margin-bottom: 15px
}

.cont_t {
    margin:0 auto;
	text-align:center;
	width:90%;
}

.cont_t h1 {
	font-weight:normal;
    text-align: center;
    font-size: 19px;
}

.main {
    width: 100%;
    overflow: hidden;
}


/*分页样式*/

.pagedSpan {
    flex-direction: row;
    display: flex;
    height: 35px;
    font-size: 1.1em;
    line-height: 30px;
    width: 90%;
    margin: 20px auto 0;
    padding-bottom: 20px;
    text-align: center
}

.pagedSpan .thisclass {
    background: #0089cd;
    color: white;
    padding: 2px 12px;
}

.pagedSpan li {
	flex:auto;
    background-color: #FFF;
    /* float: left; */
    margin-right: 8px;
    border: 1px solid #5099ce;
}

.pagedSpan li a {
    display: block;
    padding: 2px 4px;
}

.pageinfo{
	padding:10px;
}

.pagedSpan .btnPagedDown {
    border: 1px solid #f5f3ea;
    padding: 0 5px 0 5px;
}

.pagedSpan .btnPagedUp {
    border: 1px solid #f5f3ea;
    padding: 0 5px 0 5px;
}

.pagedSpan .center {
    width: 50px;
    margin: auto;
}

.footerNav a img {
    width: 25px;
}

/* .main img { 20190926与头部冲突*/
    /* width: 100%; */
/* } */

/* 列表页地址 */

.position {
    width: 100%;
    background-size: 100% auto;
    padding: 10px 0px 10px 15px;
    border-top: 2px solid #ebebeb;
    display: inline-block;
    border-bottom: 2px solid #ebebeb;
}

.position img {
    width: 18px;
    display: inline-block;
    margin-right: 6px;
}

/* 文章页相关文章*/
.recommand {
    margin-bottom: 15px;
}

.recommand h2 {
    margin-left: 15px;
}

.recommand a {
    display: flex;
    margin: 0 15px 0;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 35px;
}

.recommand .recommand-arrow{
    color: #5099ce;
    padding-right: 10px;
}

.recommand .recomment-time{
	color:#373737;
	margin-left:auto;
}

.recommand p {
    color: #373c40;
    margin: 0;
    width: 65%;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}

/*bottom start*/
.bottom2{
	height: 58px;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-color: #fff;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.8;
    opacity: 0.8;
    bottom: 0px;
    z-index: 9999;
    overflow: visible;
    text-align: center;
}
.bottom2 .bottomtel a img {
    width: 45%;
}

.nav-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    /* padding: 20px 20px; */
    background: #fff;
}

.nav-item {
    display: inline-block;
    background: #ffffff;
    width: 24%;
}
.nav-item a{
    color: #9c9c9c;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.nav-item p {
    text-align: center;
    /* border: 1px solid #bdbdbd; */
    color: #9c9c9c;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px 0;
    margin: 0px 2px;
}

.nav-item p img {
    display: inline-block;
    width: 50%;
}