﻿body {
    background-color:#f3f3f3;
}
h2{
    font-family:Arial;
}
*{
    zoom:1
}

img{ 
    border:0; 
}
a,
a:hover,
a:focus{ 
    text-decoration:none;     
}

.td30
{
height:30px !important;
}

/*Banner Settings*/
.fullSlide{
     position:relative; 
     /*background-color:#fff;*/ 
     background-color:transparent;
     margin:0 auto; 

}

.fullSlide .bd{ 
     position:relative; 
     z-index:0; 
 }

    .fullSlide .bd ul {
     text-align:center;
    }
 .fullSlide .bd li img{
     height:100%;
     /*width:100%;*/
     vertical-align:top; 
     text-align:center;
 } 
 .fullSlide .hd{
     position:relative; 
     z-index:1; 
     margin-top:-30px; 
     height:30px; 
     line-height:30px;  
     text-align:center;
     /*background:#fff;*/
     background-color:transparent; 
     filter:alpha(opacity=60);
     opacity:0.6
 }
.fullSlide .hd ul{
     text-align:center;
     padding-top:5px;
     margin-left:-40px;
}
li{
    list-style:none;
}
.fullSlide .hd ul li{ 
     text-align:center;
    cursor:pointer; 
    display:inline-block; 
    *display:inline; 
    zoom:1; 
    width:60px; 
    height:5px; 
    margin:5px; 
    background:url(../Images/pager2.png) -70px 0; 
    overflow:hidden;
    font-size:0; 
}
.fullSlide .hd ul .on{ 
    background-position:0 0; 
}
.fullSlide .prev,.fullSlide .next{
     z-index:1; 
     display:block; 
     width:50px; 
     height:60px; 
     position:relative; 
     margin:-13% 0 0 0%; 
     float:left;  
     background:url(../Images/page-left.png); 
     background-size:100% auto;
     filter:alpha(opacity=40);
     opacity:0.4;
}
.fullSlide .next{  
    background-image:url(../Images/page-right.png);
    background-position:right 0; 
    float:right; 
    margin-right:0 
}
.fullSlide .prev:hover,.fullSlide .next:hover{ 
    filter:alpha(opacity=80);
    opacity:0.8 
}
@media (max-width:500px) {
    .fullSlide .prev, .fullSlide .next {
        width:25px;
        height:30px;
    }
    .fullSlide .hd ul li {
        width:30px;
    }
}

ol, ul {
    font-weight: normal;
    list-style: outside none none;
}

#stats {
    margin: 0 auto;
}

#stats li:first-child {
    margin-left: 50px;
}
#stats li {
    background: #5e6363 url("../Images/stats-bg.png") repeat-x scroll 0 0;
    border-radius: 6px;
    color: #fff;
}
#stats li {
    float: left;
    height: 102px;
    margin-right: 25px;
    margin-top: 10px;
    width: 108px;
}
#stats li a {
    text-decoration: none;
}

#stats .stats-count {
    font-size: 35px;
    margin: 0;
    padding-top: 15px;
    text-align: center;
}
#stats p {
    color: #fff;
}

#stats .stats-count span {
    color: #fff;
    opacity: 0.5;
}
#stats .stats-count span {
    font-size: 18px;
    padding-left: 2px;
}

#stats .stats-type {
    font-size: 13px;
    margin: 15px 0 0;
    text-align: center;
}

/*Content*/
h2.content {
    font-size:1.6em;
    font-weight:bold;
    background:url(../Images/path.png) no-repeat right;
}

h2.content-title1{
    color:#666;
}

h2.content-title1 a{
    color:white;
    text-decoration: underline;
}

h2.content-title2{
    color:#666;
    background-position:130px center;
    margin-right:10px;
}

h2.content-title3{
    color:#666;
    background-position:140px center;
}

h2.content-title4{
    color:#666;
    background-position:105px center;
}

.content-hcp {
    margin-left:-15px;
    padding-left:20px;
    background:url(../Images/background.png) repeat-y left;
}

.HCP{
    vertical-align:middle;     
    padding-top:5px; 
    padding-bottom:5px;
    min-height:225px;
    color:white;
}
    .HCP .content-title1 {
        color:white;
    }

.HCP-list {
    padding-left:0px !important;
    }

.HCP-list li {
color:white;
list-style: none;
float:left;
width:96%;
padding-bottom: 7px;
padding-top: 7px;
}

.HCP-list li a {
    color:white;
    }

.ul_lighter li{
    list-style:none !important;
}

.ul_lighter li a{
    color:white;
}

ul.article-list{
    padding-left:18px;
}
ul.article-list li{
    list-style:decimal;
}

ul.researcher-list{
    padding-left:5px;
    padding-bottom:5px;
}
ul.researcher-list li{
    height:170px;
}

    ul.researcher-list li div a{
    font-family:'Microsoft YaHei';
    font-size:1.2em;
    margin-top:20px;
    margin-left:20px;
    width:75%;
    padding-bottom:8px;
    /*border:1px solid red;*/
    padding-top:0;    
    border-bottom:1px solid #e2e2e2;
}
@media (max-width:540px){
    ul.researcher-list li img{
        width:50px;
    }
    ul.researcher-list li div div,
    ul.researcher-list li div a{
        margin-top:10px;
        padding-bottom:8px;
        width:78%;
    }
}
@media (min-width:441px ) and (max-width:540px ){
    ul.researcher-list li div div,
    ul.researcher-list li div a{
        width:81%;
    }
}
@media (min-width:541px ) and (max-width:767px ){
    ul.researcher-list li div div,
    ul.researcher-list li div a{
        width:86%;
    }
}
@media (min-width:768px ) and (max-width:991px ){
    ul.researcher-list li div div,
    ul.researcher-list li div a{
        width:87%;
    }
}
