/*********************** 首页样式 开始 ***********************/

/*************** 头部 开始 ***************/
.jd_head {
  width: 100%;
  height: 346px;
  padding-top: 30px;
}
/*************** 头部 结束 ***************/

/************* 专题展览 开始 *************/
.topic .topicitem {
  width: 330px;
  height: 100%;
}

.topicitem > div {
  width: 100%;
  height: 160px;
  padding-top: 110px;
}

.topicitem > div:first-child {
  padding-left: 26px;
  margin-bottom: 29px;
  background-image: url(../images/shouye/toinquire.jpg);
}

.topicitem > div:first-child > a {
  color: #35598f;
  background-color: #fff;
}

.topicitem > div:last-child {
  padding-left: 210px;
  background-image: url(../images/shouye/govisit.jpg);
}

.topicitem > div:last-child > a {
  color: #fff;
  background-color: #b83d65;
}

.topicitem .shadow > a {
  border-radius: 17px;
  padding: 1px 12px 4px;
}

.topicitem .shadow > a > i {
  font-size: 10px;
  margin-left: 6px;
}
/************* 专题展览 结束 *************/

/************* 专题展览 开始 *************/
.topiclist.annual {
  width: 100%;
}

.annuallist > ul > li {
  width: 246px;
  height: 92px;
  margin: 0 19px;
  float: left;
  border-radius: 8px;
  border: 1px solid #c4d5f5;
  background-image: url(../images/shouye/annual.jpg);
}

.annuallist > ul > li:nth-of-type(n + 5) {
  margin-top: 20px;
}

.annuallist li > span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  padding: 0 10px;
  background-color: #e25656;
  margin: 50px 0 0 18px;
}

/************* 专题展览 结束 *************/

/************* 页脚 开始 *************/
.jd_foot {
  color: #6e7c86;
  text-align: center;
  padding: 80px 0;
}
.jd_foot > p {
  padding: 4px 0;
}

.jd_foot > .flogo > img:first-child {
  margin-right: 20px;
}
/************* 页脚 结束 *************/

/*********************** 首页样式 结束 ***********************/

/************************ 列表页 开始 ************************/
.jd_content {
  position: relative;
}

#home {
  position: absolute;
  top: 0;
  right: -48px;

  width: 48px;
  height: 136px;
  background-image: url(../images/home.png);
}

.title > h2 {
  color: #2159a5;
  font-size: 20px;
  font-weight: 700;
  height: 46px;
  border-bottom: 1px solid #c4cee5;

  margin-bottom: 24px;
}

/************************ 列表页 结束 ************************/

.topiclist.qz {
  width: 100%;
}

.qzlist > ul > li {
  width: 246px;
  height: 92px;
  margin: 0 19px;
  float: left;
  border-radius: 8px;
  border: 1px solid #c4d5f5;
  background-image: url(../images/shouye/qz.jpg);
}

.qzlist > ul > li:nth-of-type(n + 5) {
  margin-top: 20px;
}

.qzlist li > span {
  display: inline-block;
  color: #333333;
  font-size:22px;
  font-weight: 600;
  height: 35px;
  line-height: 26px;
  padding: 0 10px;
  margin: 20px 0 0 18px;
}