@charset "utf-8";

/* 互动首页 ----------------------------------------------------- */
.HdPage .mainContent {
  width: 800px;
  height: auto;
  overflow: hidden;
  float: left;
}

.HdPage .side {
  float: right;
  width: 400px;
  /* background: #f6f6f6; */
  height: auto;
}

.Hd-sideBox .hd {
  height: 42px;
  line-height: 42px;
  background: #2c6a9b;
  overflow: hidden;
}

.Hd-sideBox .hd h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff
}

.Hd-sideBox .hd h3 a {
  color: #fff;
  padding-left: 20px;
}

.Hd-sideBox .hd li {
  float: left;
  width: 180px;
  text-align: center;
  height: 42px;
  line-height: 42px;
}

.Hd-sideBox .hd li a {
  color: #fff;
  font-size: 18px;
}

.Hd-sideBox .hd li.on {
  background: #6b96b9;
}

.Hd-sideBox .hd li.on a {
  font-weight: bold;
}


.Hd-sideBox .bd {
  padding: 20px;
  overflow: hidden;
}

.interviewPic {
  float: left;
  width: 280px;
  height: 202px;
  margin-right: 20px;
}

.interviewCon {
  display: inline;
}

.interviewLink {
  display: none;
}

.interviewCon .title {
  margin-bottom: 5px;
}

.interviewCon .title .label {
  font-size: 16px;
  font-weight: bold;
  color: #2679d5;
}

.interviewCon .title .con {
  font-size: 16px;
  font-weight: bold;
}

.interviewCon .label {
  color: #2679d5;
  height: 30px;
  line-height: 30px;
}

.interviewCon .con {
  height: 30px;
  line-height: 30px;
}

.HdPage .box .hd .more a {
  font-size: 12px;
  padding-left: 45px;
  color: #999;
  position: relative;
  display: block;
  float: left;
}

.HdPage .box .hd .more i {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 15px;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  float: left;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.HdPage .box .hd .more a:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.HdPage .box .hd .more .write i {
  background: url(./emaill.png) 0 center no-repeat;
}

.HdPage .box .hd .more .search i {
  background: url(./E-search.png) 0 center no-repeat;
}

.gzbs {
  width: 335px;
  height: auto;
  margin: 0 auto 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.gzbs p {
  width: 48%;
  height: auto;
  margin: 10px auto;
  float: left;
  margin-right: 2%;
}

.gzbs span {
  font-size: 16px;
  position: absolute;
  bottom: 0;
}

.gzbs p img {
  width: 100%;
  height: auto;
}

.gzbs .ewm-text {
  position: relative;
}

.HdPage .side .zmljl a {
  display: block;
  width: 322px;
  height: 60px;
  background: #e2e1df;
  border: 1px solid #d2d2d2;
  line-height: 60px;
  color: #2c6a9b;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

/* 网上调查-列表页 ----------------------------------------------------- */
.Hd-sideBox .surveyCommonList {
  margin-top: -10px;
}

.Hd-sideBox .surveyCommonList li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  overflow: hidden;
  font-size: 14px;
}

.Hd-sideBox .surveyCommonList .tit {
  overflow: hidden;
  padding-right: 10px;
  line-height: 25px;
}

.Hd-sideBox .surveyCommonList .dates {
  display: block;
  color: #999;
}

.Hd-sideBox .surveyCommonList .dates span {
  margin-right: 20px;
  display: block;
}

.Hd-sideBox .surveyCommonList .btns {
  float: right;
}

.Hd-sideBox .surveyCommonList .btns a {
  float: right;
  margin-left: 5px;
  height: 22px;
  line-height: 22px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 10px;
  color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.Hd-sideBox .surveyCommonList .btns a:hover {
  color: #f60;
  border-color: #bbb;
  text-decoration: none
}

.Hd-sideBox .surveyCommonList .btns .over {
  color: #ccc !important;
  border-color: #ddd !important;
}

@media screen and (max-width:1200px) {
  .HdPage .mainContent {
    width: 100%;
  }

  .HdPage .side {
    width: 100%;
  }

  .gzbs {
    width: 100%;
    margin: 0;
    height: auto;
  }
}