﻿/***PC960**********************/
#maincontentleftright {
}

#maincontentleft {
    width: 46%;
    float: left;
    padding: 30px 2%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
}

    #maincontentleft h1 {
        font-size: 50px;
        font-weight: bold;
    }

    #maincontentleft h2 {
        font-size: 32px;
        font-weight: bold;
    }

    #maincontentleft p {
        font-size: 18px;
        font-weight: 200;
        margin: 10px 20px 40px 20px;
    }

#maincontentright {
    width: 46%;
    float: left;
    padding: 30px 2% 30px 0;
    position: relative;
}

    #maincontentright > img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }


    #maincontentright h2 {
        text-align: center;
    }
     #maincontentright p {
        text-align: center;
        font-size : 10px;
-webkit-transform : scale(0.9,0.9) ;
        font-weight:100;
    }

/***各种肿瘤计数统计****开始****************/
.diseasecount {
    position: absolute;
    width: 100px;
    height: 12px;
    line-height: 12px;
    
    font-family:'Gill Sans MT';
    text-shadow:1px 1px 1px #aaaaaa;
    
    color:#eeeeee;
    text-align: center;
    font-size : 10px;
/****-webkit-transform : scale(0.9,0.9) ;
background-color:aqua;***/
font-size : 12px;


    
}

#BoneTumorCount1 {
    top: 95px;
    left: 292px;
}

#BoneTumorCount2 {
    top: 220px;
    left: 272px;
}

#BoneTumorCount3 {
    top: 240px;
    left: 77px;
}

#BoneTumorCount4 {
    top: 270px;
    left: 159px;
}

#BoneTumorCount5 {
    top: 200px;
    left: 32px;
}

#BoneTumorCount6 {
    top: 90px;
    left: 72px;
}
/***各种肿瘤计数统计****结束****************/


#maincontentbottom {
    background-color: #efefef;
    padding-top: 20px;
}

.maincontentbottoms {
    width: 32%;
    float: left;
    margin: 10px 2% 10px 0;
    background-color: white;
}
.maincontentbottoms img
{
float:left;    
}

.lastbottoms {
    margin-right: 0;
}

.blue {
    -webkit-box-shadow: rgba(255, 255, 255, 0.298039) 0px 1px 0px 0px inset;
    background-color: #1874CD;
    background-image: -webkit-linear-gradient(top, rgb(125, 183, 240), rgb(24, 116, 205));
    border-bottom-color: #115290;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(17, 82, 144);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(17, 82, 144);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(17, 82, 144);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(255, 255, 255, 0.298039) 0px 1px 0px 0px inset;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: rgb(17, 82, 144) 0px -1px 0px;
    vertical-align: middle;
    white-space: nowrap;
    width: 173px;
}

    .blue:hover {
        text-decoration: none;
        color: white;
        background-color: #115290;
    }
