/*--------------------------------------------------
  layout
--------------------------------------------------*/
.voice-head {
  background-image: url(../imgs/voice/voice_main_visual.jpg); }
  .voice-head h1 {
    background-image: url(../imgs/voice/voice_main_title.png);
    background-size: 449px 93px; }

.voice-content-list {
  background-color: #ffecb3; }

.voice-list-items .voice-item:last-child {
  padding-bottom: 0px; }

.voice-item {
  padding-bottom: 30px; }

.voice-item-head {
  padding: 20px 30px 20px;
  background-color: white; }
  .voice-item-head:after {
    display: table;
    content: "";
    clear: both; }

.voice-item-head-data {
  float: left;
  width: 680px; }
  .voice-item-head-data .head-category span {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    height: 33px;
    padding-left: 40px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 33px 33px; }
  .voice-item-head-data .head-category .voice {
    color: #ff8500;
    background-image: url(../imgs/voice/icon_cat_voice.png); }
  .voice-item-head-data .head-category .news {
    color: #78909c;
    background-image: url(../imgs/voice/icon_cat_news.png); }
  .voice-item-head-data .head-category .achievement {
    color: #0595cc;
    background-image: url(../imgs/voice/icon_cat_achievement.png); }
  .voice-item-head-data .head-title h6 {
    padding: 5px 0px; }
    .voice-item-head-data .head-title h6 span {
      font-size: 85%; }
  .voice-item-head-data .head-user p {
    margin: 0; }

.voice-item-head-control {
  float: right;
  width: 160px; }
  .voice-item-head-control .open-body-button {
    margin-top: 20px; }
    .voice-item-head-control .open-body-button.hide {
      display: none; }

.voice-item-body {
  padding: 20px 30px;
  background-color: #edf2f5;
  display: none; }

.voice-item-body-text {
  margin-bottom: 40px; }
  .voice-item-body-text p {
    font-size: 18px;
    margin-bottom: 25px; }

.voice-item-body-close {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .voice-item-head {
    padding: 15px 20px 25px;
    background-color: white; }
    .voice-item-head:after {
      display: table;
      content: "";
      clear: both; }
  .voice-item-head-data {
    float: none;
    width: 100%; }
  .voice-item-head-control {
    float: none;
    width: 220px;
    margin-left: auto;
    margin-right: auto; }
    .voice-item-head-control .open-body-button {
      margin-top: 20px; }
      .voice-item-head-control .open-body-button.hide {
        display: none; }
  .voice-item-body {
    padding: 15px 20px 25px; }
  .voice-item-body-close {
    margin-bottom: 0px; } }

.voice-link-message {
  width: 100%;
  height: 350px;
  background-image: url(../imgs/top/top_link_message_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .voice-link-message .voice-link-center-text {
    width: 581px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px; }

@media screen and (max-width: 767px) {
  .voice-link-message {
    height: 240px; }
    .voice-link-message .voice-link-center-text {
      width: 90%;
      padding-top: 80px; } }
