/*$basePink: #CA7575;*/
/*$basePink: #CA7575;*/
.touchSwUtil {
  display: block;
  position: fixed;
  top: 20px;
  right: 10px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  z-index: 200;
}
.touchSwUtil span {
  display: block;
  position: relative;
  top: 0px;
}
.touchSwUtil span:before {
  color: #f15000;
  font-size: 8px;
  content: "MENU";
}
.touchSwUtil i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 28px;
  height: 3px;
  color: #666;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #666;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.touchSwUtil i:before, .touchSwUtil i:after {
  content: '';
  width: 28px;
  height: 3px;
  background: #666;
  position: absolute;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.touchSwUtil i:before {
  top: -9px;
}
.touchSwUtil i:after {
  bottom: -9px;
}
.touchSwUtil.active {
  color: #333;
}
.touchSwUtil.active i {
  width: 0;
}
.touchSwUtil.active i:before, .touchSwUtil.active i:after {
  background: #333;
}
.touchSwUtil.active i:before {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.touchSwUtil.active i:after {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.touchSwUtil.active span:before {
  content: "CLOSE";
}
.touchSwUtil:hover i {
  background-color: #333;
}
.touchSwUtil:hover i:before, .touchSwUtil:hover i:after {
  background-color: #333;
}

.touchMenuUtil {
  background-color: transparent;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 60px 0 0;
  width: 100%;
  overflow-y: auto;
  z-index: 150;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.touchMenuUtil.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.touchMenuUtil .inner {
  padding: 10px;
  background-color: #fff;
}

.translate3d-on {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-half > li {
  float: left;
  width: 50%;
}

.list-quarter > li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .list-quarter > li {
    width: 50%;
  }
}

.topic-list .header {
  background-color: #e9e4dd;
}
.topic-list .header .common-page-header {
  margin: 0px auto;
  padding: 30px 10px;
}
.topic-list .header .common-page-header h1 {
  margin: 0 0 0 30px;
}
.topic-list .mainContent {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.topic-list .mainContent .information {
  padding: 50px 0;
}
.topic-list .mainContent .information .inn .content {
  overflow: hidden;
}
.topic-list .mainContent .information .inn .content .listInn {
  margin-right: 15px;
  margin-top: 2px;
  width: 100%;
}
.topic-list .mainContent .information .inn .content .listInn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topic-list .mainContent .information .inn .content .listInn ul li {
  position: relative;
  display: flex;
  list-style: none;
  margin: 0 10px;
  border-bottom: solid 2px #dfdfdf;
}
.topic-list .mainContent .information .inn .content .listInn ul li a {
  width: 100%;
  padding-top: 20px;
  padding-left: 30px;
}
.topic-list .mainContent .information .inn .content .listInn ul li a:hover {
  background-color: #ececec;
}
.topic-list .mainContent .information .inn .content .listInn ul li a .tagBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.topic-list .mainContent .information .inn .content .listInn ul li a .tagBox .tag-time {
  color: #00008b;
  font-weight: bold;
  margin-bottom: 6px;
}
.topic-list .mainContent .information .inn .content .listInn ul li a .tagBox .tagList {
  margin: 0 15px;
  font-weight: bold;
}
.topic-list .mainContent .information .inn .content .listInn ul li a .tagBox .tagList .tag-new {
  color: #00008b;
  border: solid 1px #00008b;
  padding: 0 11px;
}
.topic-list .mainContent .information .inn .content .listInn ul li a .tagBox .tagList .tag-check {
  color: #ffffff;
  background-color: #00008b;
  border: solid 1px #00008b;
  padding: 0 10px;
}
.topic-list .mainContent .information .inn .content .listInn ul li a .tagBox .tag-category {
  color: #00008b;
}
.topic-list .mainContent .information .inn .content .listInn ul li a .title {
  display: inline-block;
  padding-bottom: 15px;
  font-weight: bold;
}
.topic-list .mainContent .information .inn .content .listInn ul li a .blackArrow {
  top: 37px;
  right: 17px;
  position: absolute;
}
.topic-list .mainContent .information .inn .content .listInn ul li a .blackArrow img {
  width: 50px;
  height: 9px;
}
.topic-list .mainContent .information .inn .content .more {
  display: table;
  float: left;
  position: relative;
  right: 0;
}

@media (max-width: 768px) {
  .topic-list .header .common-page-header h1 {
    margin: 0;
  }
  .topic-list .mainContent .information .inn .content .listInn ul li a {
    padding-left: 0;
  }
  .topic-list .mainContent .information .inn .content .listInn ul li a .blackArrow {
    top: 19px;
  }
}

/*# sourceMappingURL=style.css.map */
