﻿@charset "utf-8";
/*---------------------------------------------------------
questionnaire-list styles
---------------------------------------------------------*/

#container .header {
  background: url(xy-hd-head-bg1.png) no-repeat top center;
  border-bottom: 1px solid #e3ebf1;
}

#container .header-content {
  width: 1200px;
  margin: 0 auto;
}

#container .header .title {
  font-size: 36px;
  color: #022643;
  height: 110px;
  line-height: 110px;
}

#container .header .address img {
  height: 15px;
}

#container .header .address {
  font-size: 14px;
  align-items: center;
}

#container .header .address,
#container .header .address a {
  color: #999;
}

#container .questionnaire-list {
  width: 1200px;
  margin: 15px auto 35px;
}

#container .questionnaire-list li {
  height: 66px;
  line-height: 66px;
  border-bottom: 1px dashed #e6e5e5;
  background: url(xy-hd-dot.png) left center no-repeat;
  padding-left: 15px;
}

#container .questionnaire-list li a {
  display: inline-block;
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#container .questionnaire-list li span {
  float: right;
  font-size: 16px;
  color: #999;
}

/* 栏目列表 */
#container .header ul .item {
  width: 15.25%;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: url(xy-hd-item.png) no-repeat center center;
  background-size: 100%;
}

#container .header ul .item a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}

#container .header ul .item.cur {
  background-image: url(xy-hd-item-h.png);
}

#container .header ul .item.cur a {
  color: #fff;
  font-weight: bold;
}

/* 翻页 */
#page {
  text-align: center;
  font-size: 14px;
  color: #333;
}

#page a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #e8e8e8;
  margin: 0 3px;
}

#page a.cur {
  background-color: #015293;
  color: #fff;
}

/* 手机端 */
@media (max-width: 480px) {

  #container {
    display: block;
    padding: 0;
  }

  #container .header-content>div {
    width: 100%;
    flex-direction: column;
  }

  #container .header .title {
    height: auto;
    line-height: 75px;
    font-size: 24px;
  }

  #container .header-content {
    width: 100%;
    padding: 10px 15px 20px;
  }

  #container .header {
    background: url(xy-hd-head-bg1.png) left bottom no-repeat;
    background-size: cover;
  }

  #container .questionnaire-list {
    width: 100%;
    padding: 0 15px;
  }

  #container .questionnaire-list li span {
    font-size: 14px;
  }

  /* 栏目列表 */
  #container .header-content ul {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  #container .header ul .item {
    width: 48%;
    height: 50px;
    line-height: 50px;
    background-size: 100% 100%;
    margin: 5px 0;
  }

  #container .header ul .item a {
    font-size: 16px;
  }

  /* 翻页 */
  #page a {
    margin: 5px;
  }

}