/* All */

html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

html {
    overflow-y: scroll;
    font-family: arial, STHeiti, pmingliu, sans-serif !important;
}

a .preview,
a .preview:hover {
    text-decoration: none;
}

a .preview img {
    margin: 20px 10px;
}

img {
    border: none;
}

.wrapper {
    width: 1024px;
    margin: 0 auto;
}


/* Index */

.info-column {
    width: 215px;
    margin: 0px auto;
    padding-top: 20px;
}

.info-column>.content>.title {
    height: 31px;
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
    color: #fff;
    background: url(/images/common/subColumn_head.png) left no-repeat;
    position: relative;
    left: 0.4px;
    padding-left: 10px;
}

.info-column>.content>.detail {
    width: 212px;
    border-right: 1px solid #CFCFCF;
    border-bottom: 4px solid #CFCFCF;
    border-left: 2px solid #CFCFCF;
    padding-bottom: 15px;
    margin-bottom: 10px;
}