body{
    font-size: 14px;
}
a{
    /* -webkit-transition: all .5s; */
    text-decoration: none;
    color:#3d3d3d;
}
a:hover{
    text-decoration: none;
    color:#3d3d3d;
}
a img {
    border: 0 none;
    width: 100%;
}
dl, ol, ul{
    margin:0;
    padding:0;
}
ul li,ol li{
    list-style: none; 
}
.inline-block{
    display: inline-block;
}
.tl{
    text-align: left;
}
.tc {
    text-align: center;
}
.tr{
    text-align: right;
}
.clm2 {
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    transition:all 0.5s;
}
.clm3 {
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
}
.clm4 {
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
}
.textOverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textOverClm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.left{
    float: left;
}
.right{
    float: right;
}
.overflow{
    overflow: hidden;
}
.clip{
    position: absolute;
    clip: rect(0 0 0 0);
}


/* ä½ç½® */
.location{
    height: 50px;
    color: #333;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
}
.location span{
    color: #e74f37;
    font-size: 18px;
    font-weight: bold;
    margin-right: 8px;
}
.location a:last-child{
    color:#e2472e;
}

@font-face
{
    font-family: AkzidenzGrotesk-Cond;
    src: url(./fontsize/AkzidenzGrotesk-Cond.woff);
}

