﻿body {
    width: 1280px;
    height: auto;
    /*font-family: Verdana,Arial,sans-serif,宋体;*/
    font-family: "Calibri", sans-serif, "微软雅黑";
    margin: auto;
}

.centerPosition {
    margin: 0 100px 0 100px;
}

div {
    display: block;
    height: auto;
}

.indent-2 {
    text-indent: 2em;
}
.ml-20 {
    margin-left: 20px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-60 {
    margin-left: 60px;
}

.bold {
    font-weight:bold;
}
.italic {
    font-style: italic;
}

#banner {
    height: 60px;
    padding:0;
}

#banner .top {
    height: 25px;
    line-height: 25px;
    background-color: #cccccc;
    color: #00000b;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 25px;
}

.top_link {
    float: right;
    height: 20px;
    width: 160px;
    font-size: small;
    margin-top:6px;
}

.top_link a {
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    width: 50px;
    color: #003366;
    text-align: center;
}
.top_link a:link{
    text-decoration:none;
    color:#003366;
}
.top_link a:visited{
     text-decoration:none;
    color:#003366;
}
.top_link a:hover{
    text-decoration:underline;
     color:#3399cc;
}
.top_link .separator {
    margin: 0 4px 0 4px;
}

.email {
    background-image: url("../images/icons/little-icons.gif");
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

#navigator {
    height: 35px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    background-color: #003366;
}

#navigator ul {
    list-style-type: none;
    width: 1080px;
    height: 35px;
    padding: 0;
    margin:0;
}

#navigator ul li {
    float: left;
    width: 98px;
    height: 35px;
    line-height: 35px;
    padding:0 10px 0 10px;
    text-align: center;
    font-size: 18px;
    background-image: url("../images/icons/nav_line.png");
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    font-weight: normal;
}
#navigator ul li:first-child {
    background-image: none;
}

#navigator a {
    color: white;
    text-decoration: none;
}
#navigator li:link{
    text-decoration:none;
    background-color:#003366;
}
#navigator li:visited{
    text-decoration:none;
    background-color:#003366;
}
#navigator li:hover{
    text-decoration:none;
    background-color:#3399cc;
}
#content {
}

#content h1 {
    height: 33px;
    width: 100px;
    line-height: 37px;
    white-space: nowrap;
    overflow: visible;
    text-align: center;
    color: white;
    font-weight: bold;
    background-color: #003366;
    border-radius: 7px 7px 0px 0px;
    margin: 0 0 0 20px;
    font-size: 20px;
    padding: 0px;
}
.en #content h1 {
    text-align: left;
    width: 110px;
    padding: 0px 15px;
}

#content ol,
#content ul {
    list-style-position: inside;
    margin: 0;
    padding: 7px 0 0 20px;
    overflow: hidden;
}

#content ul > li {
    list-style-type: none;
}

.border {
    border-top: 2px solid #003366;
}

#content .personalContent {
    font-size: 18px;
    color: #00000b;
    font-weight: 300;
    line-height: 30px;
}
#content .personalContent.narrow,
#content .personalContent .narrow {
    line-height: 24px;
}
#content .personalContent p.narrow,
#content .personalContent p .narrow,
#content .personalContent ul.narrow,
#content .personalContent ul .narrow {
    margin: 0;
    padding-top: 0;
}

.float_left {
    float: left;
}
/*个人信息的css内容*/
#profile {
    height: 388px;
    margin: 12px 0 0 0;
}

#profile .pic {
    width: 500px;
    height: 388px;
    float: left;
    padding: 0 10px 0 20px;
}

#profile .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

#profile .intro {
    width: 545px;
    height: 386px;
    float: left;
    border: 2px solid #cccccc;
}

#profile .intro .intro_title {
    padding: 40px 35px 10px 40px;
}
#profile .intro .intro_content {
    line-height: 35px;
    color: #00000b;
    font-size: 16px;
    padding-left: 40px;
}
.en #profile .intro .intro_title {
    padding: 15px 35px 10px 20px;
}
.en #profile .intro .intro_content {
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
}
#profile .intro .intro_content .unimportant {
    font-style: italic;
    font-size: small;
    line-height: 24px;
}
/*教育背景的css内容*/
#research_background {
    margin: 12px 0 0 0;
    clear: both;
}
/*研究领域的css内容*/
#reseach_region {
    margin: 12px 0 0 0;
}
/*科研项目的css内容*/
#research_items {
    margin: 12px 0 0 0;
}
/*发表文章的css内容*/
#publications {
    margin: 12px 0 0 0;
}
/*研究专利的css内容*/
#patents {
    margin: 12px 0 0 0;
}
/*教学工作的css内容*/
#teaching {
    margin: 12px 0 0 0;
}

#teaching a {
    text-decoration: none;
    color: #00000b;
    cursor: pointer;
}
#teaching a:link{
    text-decoration:none;
    color:#00000b;
}
#teaching a:visited{
    text-decoration:none;
    color:#00000b;
}
#teaching a:hover{
    text-decoration:underline;
    color:#3399cc;
}
/*其他链接的css内容*/
#other_links {
    margin: 12px 0 0 0;
}

#other_links ul {
    padding: 0;
    margin: 0;
}

    #other_links ul li {
        font-weight: bold;
    }

#other_links div {
    padding: 0 10px 0 15px;
    margin: 0;
}

#other_links a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-right: 12px;
    text-decoration: none;
    color: #00000b;
    font-weight: 300;
    font-size: small;
}
#other_links a:link{
    text-decoration:none;
    color:#00000b;
}
#other_links a:visited{
    text-decoration:none;
    color:#00000b;
}
#other_links a:hover{
    text-decoration:underline;
    color:#3399cc;
}
/*图片记录的css内容*/
#pictures {
    margin: 12px 0 0 0;
    height:auto;
}

#pictures .nav {
    height: 33px;
    border-bottom: 2px solid #003366;
}

#pictures .pic_nav {
    float: left;
    width: 400px;
    height: 33px;
    margin: 0 0 0 50px;
    padding: 0;
}

#pictures .pic_nav .on {
    height: 31px;
    line-height: 33px;
    background-color: white;
    font-weight: bold;
    color: #00000b;
    border-top: 2px solid #003366;
    border-right: 2px solid #003366;
    border-left: 2px solid #003366;
    border-bottom: 2px solid white;
}

#pictures .pic_nav .off {
    height: 33px;
    line-height: 34px;
    background-color: #003366;
    color: White;
    font-weight: normal;
    border-top-width: 0;
    border-right: 2px solid #003366;
    border-left: 2px solid #003366;
    border-bottom-width: 0px;
}

#pictures .pic_nav ul {
    list-style-type: none;
    width: 400px;
    height: 35px;
    padding: 0;
    margin: 0;
    cursor:pointer;
}

#pictures .pic_nav ul li {
    width: 90px;
    text-align: center;
    float: left;
}

#pictures .pic_show {
    height: 460px;
    margin:10px 0 10px 0;
    border:1px solid #cccccc;
    overflow:hidden;
}
 .pic_show .pics{
     height:460px;
     width:100%;
     overflow:hidden;
 }
#pictures .pic_show img{
    height:450px;
    width:auto;
    border-width:0;
    padding:5px 0 5px 0;
    display:block;
    margin:0 auto;
}
/*在图片中展示缩略图*/
#pictures .thumbnail{
    height:80px;
    margin:5px 0 5px 0;
    overflow:hidden;
    padding:0;
}
#pictures .thumbnail #prev{
    float:left;
    width:31px;
    height:46px;
    display:block;
    margin:17px 32px 17px 10px;
}
#pictures .thumbnail #next{
    float:right;
    width:31px;
    height:46px;
    display:block;
    margin:17px 10px 17px 20px;
    cursor:inherit;
}
#pictures .thumbnail .pics{
    height:80px;
    width:945px;
    float:left;
    cursor:pointer;
    overflow:hidden;
}
.thumbnail .pics .thumbnail_pics{
    height:80px;
    width:100%;
    cursor:inherit;
    overflow:hidden;
}
.thumbnail .pics .thumbnail_pics img{
    height:70px;
    width:90px;
    margin:5px 15px 5px 0;
    display:block;
    float:left;
    border-width:0;
}
/*当缩略图被选择时，它的class属性*/
.thumbnail .pics img:hover{
   border:1px solid #cccccc;
   margin:4px 13px 4px 0;
   box-shadow:0 0 7px #666;
}
.thumbnail .pics .image_select{
    border:1px solid #003366;
    margin:4px 13px 4px 0;
    box-shadow:0 0 7px gray;
}
#prev:hover{
    background-color:#cccccc;
    cursor:pointer;
}
#next:hover{
    background-color:#cccccc;
    cursor:pointer;
}
#pictures #error_info{
    text-align:center;
    height:auto;
    margin:15px 0 15px 0;
}
#tail {
    color: #666666;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #cccccc;
    line-height: 20px;
    padding: 5px 0 0 0;
}

.font-lg {
    font-size: 18px;
}

.center-image {
    display: block;
    margin: 0 auto;
}
