@charset "UTF-8";
.zcrWrap {
  width: 1000px;
  margin: 0 auto;
}
/* 主持人信息 */
.zcrDiv {
  margin-top: 40px;
  position: relative;
  background: #ffffff;
  margin-bottom: 40px;
}
.zcrDiv .zrcInfo {
  width: 555px;
  margin: 20px 0 0 20px;
  min-height: 606px;
  background: url(../images/zcr_bg.png) no-repeat;
  background-size: 980px 100%;
  padding-left: 425px;
}
.zcrDiv .zrcInfo .name {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 60px;
}
.zcrDiv .zrcInfo .info {
  width: 510px;
  margin-bottom: 40px;
}
.zcrDiv .zrcInfo .info p {
  font-size: 16px;
  text-align: left;
  color: #333333;
  line-height: 34px;
}
.zcrDiv .zrcInfo .jingli {
  width: 510px;
  margin-top: 20px;
}
.zcrDiv .zrcInfo .jingli p {
  font-size: 16px;
  text-align: left;
  color: #333333;
  line-height: 34px;
}
.zcrDiv .imgDiv {
  width: 380px;
  height: 534px;
  position: absolute;
  top: -20px;
  left: 0;
  background: url(../images/zrcimg_bg.png);
  background-size: 380px 534px;
}
.zcrDiv .imgDiv img {
  width: 360px;
  height: 514px;
}