.contents .list h2 {
    position: relative;
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.3em;
    color: #3c6478
}

.contents .list h2 span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 14px;
    text-align: right
}

.contents .list ul li {
    font-size: 14px;
    line-height: 1.5em
}

.contents .list ul li+li {
    margin: 10px 0 0
}

.contents .list ul li a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 215px;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: 154px;
    color: #444;
    text-decoration: none
}

.contents .list ul li a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    margin: -5px 0 0;
    content: "";
    border-top: 1px solid #dcd7d2;
    border-right: 1px solid #dcd7d2;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 10px;
    height: 10px
}

.contents .list ul li i {
    position: relative;
    position: absolute;
    top: 50%;
    left: 1px;
    display: block;
    margin: -75px 0 0;
    background: #f6f5f4;
    width: 200px;
    height: 150px;
    overflow: hidden
}

.contents .list ul li i img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%
}

.contents .list ul li a b {
    display: block;
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1em;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap
}

.contents .list ul li a b em {
    display: inline;
    font-size: 14px
}

.contents .list ul li a span {
    display: block
}

.contents .list ul li a em {
    display: block
}

.contents .list ul li dl {
    letter-spacing: -.5em
}

.contents .list ul li dl dd,.contents .list ul li dl dt {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    vertical-align: top;
    letter-spacing: 0
}

.contents .list ul li dl dt {
    width: 30%;
    white-space: nowrap
}

.contents .list ul li dl dd {
    width: 70%
}

.contents .list ul li dl dd span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .contents .list h2 {
        margin:0 0 20px
    }

    .contents .list h2 span {
        position: static;
        top: auto;
        right: auto;
        padding: 5px 0 0;
        line-height: 1em
    }

    .contents .list ul {
        margin: 0 -15px
    }

    .contents .list ul li {
        border: 1px dotted #ccc;
        border-left: 0;
        border-right: 0
    }

    .contents .list ul li+li {
        margin: 0;
        border-top: 0
    }

    .contents .list ul li a {
        padding: 165px 30px 10px 15px;
        border: 0;
        height: 290px
    }

    .contents .list ul li a:after {
        top: auto;
        bottom: 62px;
        margin: 0
    }

    .contents .list ul li a b {
        font-size: 16px
    }

    .contents .list ul li i {
        top: 1px;
        margin: 0;
        width: calc(100% - 2px)
    }

    .contents .list ul li i img {
        width: 100%;
        height: auto
    }

    .contents .list ul li dl dd,.contents .list ul li dl dt {
        font-size: 12px;
        line-height: 20px
    }

    .contents .list ul li dl dt {
        width: 35%
    }

    .contents .list ul li dl dd {
        width: 65%
    }
}

.contents .page {
    margin: 20px 0 0
}

.contents .page ol {
    letter-spacing: -.5em;
    text-align: center
}

.contents .page ol li {
    display: inline-block;
    margin: 0 4px;
    letter-spacing: 0
}

.contents .page ol li a {
    display: block;
    width: 25px;
    font-size: 14px;
    line-height: 25px;
    text-align: center
}

.contents .page ol li span {
    display: block;
    background: #ccc;
    width: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: center
}
