/* 导航栏 */
.title{
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
}
.title-pos{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.logo{
	width: 113px;
	height: 40px;
	margin-top: 20px;
}
.jiankang-h1{
	display: inline-block;
	width: 0;
	height: 0;
	font-size: 0px;
}
.function-button-box{
	float: right;
}
.function-button-box div{
	position: relative;
	display: inline-block;
	padding: 0 30px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #282828;
	line-height: 80px;
	transition: .5s all ease;
}
.function-button-box div a{
	text-decoration: none;
	color: #282828;
}
.function-button-box div a:hover{
	color: #00C9B5;
}
.current::before{
	content:' ';
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	color: #00C9B5;
	background-color: #00C9B5;
}
/* 背景图片 */
.title-bgi{
    width: 100%;
    height: 507px;
    background: url(../image/banner01.png) no-repeat center center;
    padding-top: 135px;
}
.title-box{
    font-family: PingFangSC-Regular;
    font-size: 36px;
    color: #3B404F;
    letter-spacing: 0;
    line-height: 48px;
    position: relative;
    font-weight: normal;
    margin-bottom: 20px;
}
.bottom0-box{
    width: 80px;
    height: 6px;
    border-radius: 3px;
    background-color:#04bfbf;
    margin-bottom: 40px;
}
.banner-con{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #263565;
    letter-spacing: 0;
    width: 386px;
    line-height: 28px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/* 文章模块 */
.article{
    width: 100%;
    padding: 30px 0;
    background-color: #fafbfc;
}
.article-list-item{
    width: 100%;
    height: 260px;
    border-bottom: 2px solid #eeeeee;
    overflow: hidden;
}
.article-list-item > a{
    display: block;
    width: 100%;
    height: 100%;
}
.article-box{
    box-sizing: border-box;
    width: 1200px;
    height: 100%;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
}
.article-time{
    float: left;
    width: 110px;
    position: relative;
    font-size: 26px;
    line-height: 70px;
    color: #b4b4b4;
    font-weight: 700;
}
.article-time::after{
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    background: #12CDB4;
}
.content{
    flex: 1;
    padding-left: 150px;
    box-sizing: border-box;
}
.article-title{
    font-size: 18px;
    line-height: 60px;
    color: #000;
    font-weight: 700;
}
.article-title::before{
    content: "一";
    margin-right: 4px;
}
.content:hover .article-title{
    color: #12cdb4;
}
.article-content{
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    padding-right: 120px;
    box-sizing: border-box;
}
.artice-img{
    width: 150px;
    height: 150px;
    margin-left: 100px;
}
.more{
    padding-top: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #04bfbf;
    margin: 0;
    cursor: pointer;
}

/* 分页 */
.pages-box{
    box-sizing: border-box;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.btn{
    float: right;
    font-size: 12px;
    margin-right: 5px;
    padding: 3px 10px;
    text-decoration: none;
    border-radius: 3px;
    cursor:pointer;
    color: #337ab7;
}
/* <!-- <ul class="pages-ul">
        <li> << </li>
        <li>上一页</li>
        <li>1</li>
        <li class="page-current">2</li>
        <li>3</li>
        <li>下一页</li>
        <li>>></li>
    </ul> --> */
/* .pages-ul > li{
    border: 1px solid #E6E6E6;
    float: left;
    font-size: 12px;
    margin-right: 5px;
    padding: 3px 10px;
    text-decoration: none;
    border-radius: 3px;
    cursor:pointer;
    color: #337ab7;
}
.page-current{
    background: #12CDB4 none repeat scroll 0 0 !important;
    border-color: #12CDB4;
    color: #fff !important;
} */

/* 尾部 */
.footer{
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    background-color: #fff;
    border: 1px solid #EEEEF5;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #2A264A;
    letter-spacing: 0;
}
.footer-logo{
    margin: 0 auto;
    margin-top: 58px;
    vertical-align: middle;
}
.copyright{
    font-size: 14px;
    margin: 8px 0;
    opacity: 0.6;
}
.foot-bottom{
    font-size: 12px;
    opacity: 0.6;
}