.content{
    display: flex;
	flex-direction: column;
	flex-shrink: 0;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.line li{
    width: 45vw;
    line-height: 22px;
    /* font-size: 14px; */
    /* font-weight: bold; */
}
.down{
    width: 5vw;
    border: none;
    font-size: 8px;
    font-size: 20px;
    word-break: keep-all;
    color: #0F6552;
    background: #F0F0F0;
}
.first{
  display: flex;
}
.second{
  display: none;
}
/* 人类遗传资源 */
#Sample{
    width: 90%;
    text-align: justify;
    margin: 0 auto;
}
#Sample p{
    font-size: 16px;
    line-height: 28px;
}
#Sample p:last-child{
    margin-bottom: 47px;
}
.can{
    position: relative;
    height: 345px;
    /* margin-top: 70px; */
    /* background: url('../image/architecture/can.jpg') no-repeat 100%; */
}
.can-back{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 90%; */
    /* height: 450px; */
    background: url('../image/architecture/can-back.png') 100%;
}
.item-title{
    text-align: center;
    margin: 0 auto;
    width: 86%;
    margin-top: 34px;
    margin-bottom: 18px;
    font-size: 20px !important;
    font-weight: bold;

}
.txt{
    margin-top: 26px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.circle{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 22vw;
    height: 22vw;
    background: #F9F9F9;
    border-radius: 50%;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000000;
    padding: 10px;
}
/* 生命科技研究院 */
#institute{
    width: 90%;
    margin: 0 auto;
    margin-top: 34px;
    margin-bottom: 46px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.intro{
    position: relative;
    margin-top: 34px;
    padding-bottom: 18px;
}
.institute-img{
    width: 82vw;
    height: 82vw;
    background: url('../image/architecture/institute-img.png') no-repeat;
    background-size: contain;
}
.intro .intro-txt{
    width: 90%;
    /* height: 25vh; */
    display: flex;
    align-items: center;
    margin-top: 12px;
    /* margin-left: 240px; */
    padding: 18px;
    background-color: #F0F4F9;
    font-size: 16px !important;
    line-height: 28px;
    color: #000000;
}
.tf{
    border-top-right-radius: 30px;
}
.ts{
    border-bottom-right-radius: 30px;
}
.intro .intro-txt span{
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #0F6552;

}
/* 项目转化平台 */
#project{
    width: 90%;
    min-height: calc(100vh - 412px);
    margin: 0 auto;

    align-items: center;
}
#project img{
    margin-top: 2vh;
    margin-bottom: 2vh;
    width: 100%;
}
/* 精准医疗平台 */
#medical{
    width: 90%;
    /* height: 400px; */
    margin: 0px auto;
    position: relative;
    /* background: url('../image/architecture/medical.jpg') 100%; */
}
.med-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.med-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    /* width: 340px; */
    height: 130px;
    padding: 7px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    background: #0F6552;
}
.med-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.med-circle{
    position: absolute;
    left: 380px;
    top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    /* background: #0F6552; */
    background: url('../image/architecture/circle.png') ;
    background-repeat:no-repeat;
    background-size: 100%;
}
.can .item-title{
    /* padding-top: 55px; */
    margin-bottom: 23px;
}
/* .can-all{
    padding: 47px;
} */
.can-card{
    width: 41vw;
    height: 30vw;
}
.can-card p{
    font-size: 12px !important;
    text-align: center;
    margin-bottom: 0 !important;
    line-height: 22px !important;
}
.can-circle p{
    text-align: center;
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 22px !important;
}
.can-circle{
    top: 195px;
    left: 364px;
    width: 228px;
    height: 228px;
    background-image: url('../image/architecture/circle2.png') !important;
    background-repeat:no-repeat;
    background-size: 100%;
}
/* tab 管理 */
#medical, #institute, #project{
    display: none;
}
#Sample{
    display: block;
}
