.goodsNavInner {
  width: 255px; }

.goodsNav {
  position: relative;
  float: left;
  width: 255px;
  font-size: 0.86rem; 
  line-height: 1.3rem;}

  .goodsNav a {
    color: #fff; }
  .goodsNav a:link {
    text-decoration: none;
    color: #fff; }
  .goodsNav a:visited {
    text-decoration: none;
    color: #fff; }
  .goodsNav a:hover {
    text-decoration: underline;
    color: #43f8ff; }
  .goodsNav__hide {
    opacity: 0.5; }
  .goodsNav dt {
    padding-bottom: 8px; 
    line-height: 1.6rem;}
  .goodsNav dd {
    padding: 12px 0 7px 24px;
    font-weight: bold;
    border-bottom: #fff 1px dotted; }
    .goodsNav dd > a {
      position: relative; }
      .goodsNav dd > a:after {
        content: "▶";
        position: absolute;
        top: 0;
        left: -1em;
        color: #ff104e; }



.goodsItem {
  margin-top: 12px;
  margin-bottom: 28px;
  padding: 12px;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  background-color: #112658;
  position: relative;
  overflow: hidden;
  box-sizing: content-box; }
  .goodsItem .goodsItemImg {
    float: left;
    width: 344px; }
  .goodsItem dl {
    float: right;
    width: 520px; }
  .goodsItem dd {
    padding-top: 20px; }

.goodsItem2 {
  margin-top: 20px;
  margin-right: 10px;
  padding: 10px;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  background-color: #112658;
  position: relative;
  overflow: hidden;
  width: 290px;
  float: left; }
  .goodsItem2:nth-child(3n) {
    margin-right: 0; }
  .goodsItem2 p {
    padding: 20px 0 10px; }

.goodsItem3 {
  margin-top: 12px;
  margin-bottom: 28px;
  padding: 12px;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  background-color: #112658;
  position: relative;
  overflow: hidden;
  box-sizing: content-box; }
  .goodsItem3 .goodsItemImg {
    float: left;
    width: 290px; }
  .goodsItem3 dl {
    float: right;
    width: 570px; }
  .goodsItem3 dd {
    padding-top: 20px;
    padding-bottom: 20px; }

.ind2{
	text-indent: -2em;
	margin-left:2em;
}

.ind3{
	text-indent: -1em;
	margin-left:1em;
}



/*---------------------------------------------------------
     pagenavPager
----------------------------------------------------------*/
.pnavPager {
  padding: 5px;
  font-weight:700; }

  .pnavPager__table {
    display: table;
    margin: auto 10px auto auto; }
    .pnavPager__table > div {
      display: table-cell;
      vertical-align: middle;
      padding: 3px; }
      .pnavPager__table > div a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 32px;
        height: 32px;
        background-color: #112658;
        border: rgba(255, 255, 255, 0.2) 1px solid;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        cursor: pointer;
        text-decoration: underline; }
        .pnavPager__table > div.current a {
          background-color: #3073b2;
          text-decoration: none;}
        .pnavPager__table > div.current a:hover {
          background-color: #3073b2;
          cursor: default;
	color: #fffb99;
          text-decoration: none;}