body{
  background: #eef3f7;
}
.confheader{
  background: none;
}
.confTitleBox{
  border-color: #eef3f7;
  background: hsla(0,0%,100%,.6);
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  -webkit-transition: background 1s ease-in;
  transition: background 1s ease-in;
  margin-top: 150px;
}
.confheader:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1024px;
  margin: auto;
  height: 400px;
  background: url(https://www.ustc.edu.cn/_upload/tpl/00/76/118/template118/res/globe.png) no-repeat 100% 100%;
  z-index: -1;
}
.conferencetitlelink{
  color: #034ea1;
  font-size: 26px;
}
.confSubTitleBox{
  background: none;
  border: none;
}
.confLogoBox img{
  position: relative;
  top: -10px;
  width: 60px;
  height: 60px;
}
.datePlace{
  padding-left: 10px;
}
.conferenceDetails .description{
  font: 16px/30px 'microsoft yahei', 微软雅黑, helvetica, arial, verdana, tahoma, sans-serif;
  color: #333333;
}