@charset "utf-8";
/* CSS Document */
/* 初始化 */
html,
body {
  min-width: 1000px;
}
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: '微软雅黑';
}
div,
img,
input,
span,
ul,
li,
a,
p,
h3,
h4,
h6,
input {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
img {
  border: none;
}
a {
  text-decoration: none;
}

/* 公用部分 */
#doc1 {
  background-color: #f3f3f3;
}

#doc {
  margin: 0 auto;
}
#hd {
  line-height: 46px;
}

#ft {
  width: 960px;
  /* margin:10px auto 0px; */
  margin: 0px auto 0px;
}
#hd .content {
  width: 960px;
  margin: 0 auto;
}

#hd.origin .content {
  line-height: 49px;
  /*  background:#ed4743; */
}

#hd.origin {
  /* background:#ed4743; */
}
#bd .content {
  width: 990px;
}

.content {
  background: #fff;
  display: table;
  margin: 0 auto;
}

.content.new_nav_bg {
  background: transparent;
  color: #fff;
}

#bd,
#ft {
  overflow: hidden;
}
#bd {
  background: #f3f3f3;
}
#ft {
  padding: 20px;
  /* margin-top:30px; */
  clear: both;
}

#ft.content_ft {
  background-color: #f3f3f3;
  width: 100%;
  padding: 10px 0 20px 0;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}

.innerBan {
  width: 990px;
  height: 115px;
  margin: 0 auto;
}
.walkBan {
  background: url('../images/walk-banner2022.png') no-repeat center bottom;
}
.campusBan {
  background: url('../images/campus-banner2022.png') no-repeat center bottom;
}
.internBan {
  background: url('../images/intern-banner2022.png') no-repeat center bottom;
}
.postdoctoralBan {
  background: url('../images/postdoctoral-banner2022.png') no-repeat center bottom;
}
.societyBan {
  background: url('../images/society-banner.png') no-repeat center bottom;
}
.qaBan {
  background: url('../images/qa-banner2022.png') no-repeat center bottom;
}
.videoBan {
  background: url('../images/video-page2022.png') no-repeat center bottom;
}
/*.innerBan .big-title{
    font-size: 20px;
    display: block;
    float: left;
    margin-top: 45px;
    margin-left: 30px;
    color: #fff;
}

.innerBan .small-title{
    font-size: 14px;
    display: block;
    float: left;
    margin-top: 50px;
    margin-left: 30px;
    color: #fff;
}*/

.content .societyBg {
  background: url(../images/society.png) no-repeat center bottom;
}
.content .questionBg {
  background: url(../images/question.png) no-repeat center bottom;
}
.content .walkinBg {
  background: url(../images/walk_in.png) no-repeat center bottom;
}
.content .internBg {
  background: url(../images/internBanner.png) no-repeat center bottom;
}
.innerMain {
  width: 990px;
  margin: 0 auto;
}
.innerMian2 {
  margin-top: 30px;
}
#bd .content .leftDetail {
  margin: 0 180px 0 0;
  border: none;
  padding-top: 0;
}
.tbDiv {
  width: 160px;
  float: right;
}
.shareDiv {
  z-index: 20;
  position: absolute;
  width: 225px;
  top: 465px;
  right: 57px;
  color: #fff;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
}

.shareDiv > span {
  display: block;
  float: left;
}

.shareDiv ul {
  width: 150px;
  float: right;
}

.shareDiv ul li {
  display: inline;
}

.shareDiv ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
}

#bd.whiteBg {
  background: #fff !important;
}
/**/
