
#research-head{
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #1A4266;
}
#research-head span{
    cursor: pointer
}
.research{
    width: 800px;
    height: 232px;
    margin: 0 auto;
    padding-top: 30px;
}
.research-box{
    height: 202px;
    width: 100%;
    border: 1px solid #EAEAEA;
    box-shadow: 0 2px 12px #F8F8F8;
    background-image: url("/front/img/tag_research_on.png");
    background-size: 55px;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 20px 78px;
    position: relative;
}
.research-box:hover{
    border: 1px solid #99D9EA;
}
.box-line{
    height: 130px;
    width: 1px;
    background-color: #EAEAEA;
    position: absolute;
    right: 220px;
    top: 35px;
}
.research-left{
    height: 100%;
    width: 500px;
    float: left;
}
.research-right{
    height: 100%;
    width: 140px;
    float: right;
    padding-top:60px ;
    padding-left: 50px;
}
.research-box-btn{
    width: 120px;
    height: 40px;
    background-color: #1A63CE;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.research-left-introduce{
    height: 70px;
    width: 100%;
}
.research-left-data{
    height: 90px;
    width: 100%;
    position: relative;
}
.research-left-data div{
    float: left;
}
.research-introduce-img{
    float: left;
    width: 70px;
    height: 70px;

}
.research-introduce-detail{
    float: right;
    width: 398px;
    height: 70px;
    padding-left: 15px;
}
.research-box-icon{
    width: 70px;
    height: 70px;
}
.research-box-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.research-box-publish{
    font-size: 12px;
    color: #999999;
}
.research-box-publish-hospital{
    margin-right: 15px;
}
.research-data{
    height: 100%;
    width: 120px;
    padding-top: 10px;
}
.research-data-case{
    height: 100%;
    width: 120px;
    padding-top: 10px;
}
.research-data-email{
    height: 100%;
    width: 140px;
    padding-top: 10px;

}
.research-data-line1{
    width: 1px;
    height: 50px;
    position: absolute;
    left: 240px;
    top:20px;
    background-color: #EAEAEA;
}
.research-data-line2{
    width: 1px;
    height: 50px;
    position: absolute;
    left: 360px;
    top:20px;
    background-color: #EAEAEA;
}
.research-data-case-title{
    width: 100%;
    height:30px;
    line-height: 30px;
    color: #999999;
    font-size: 12px;
}
.research-data-title{
    width: 100%;
    height:30px;
    line-height: 30px;
    color: #999999;
    font-size: 12px;
    text-align: center;
}
.research-data-content{
    width: 100%;
    height: 40px;
    margin-top: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.research-data-case-content{
    color: #0F8587;
    font-size: 36px;
}