
body{
    margin: 0;
    padding: 0;
    color: #686868;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
}
.mcontent{
    max-width: 1170px;
    margin: 10px auto;
    padding: 0 15px 30px;
}
.post{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
    padding: 2em 0;
    
    font-weight: 600;
}
.post .thumb{
    flex:0 1 200px;
    min-width: 100px;
}
.post .thumb img{
    border-radius: 100%;
    display: block;
    width: 100%;
    height: auto;
    
    cursor: pointer;
}
.content{
    display: flex;
    flex-direction: column;
    margin-left: 1.2em;
    flex: 1 1 auto;
}

.content h4{
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
    
    margin: 0;
    padding: 0;
}
.content .excerpt{
    font-size: 1em;
    color: #666;
}
.content .excerpt p{line-height: 1.4em;}

.alltitle{
    padding-top: 2em;
    width: 100%;
}
.alltitle h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
}
.alltitle h3 span{
    padding: .3em .8em;
    border: 2px solid #ccc;
}
.alltitle h3  b{
    display: block;
    flex: 1;
    height: 2px;
    background-color: #ccc;
}

.brand{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
.brand img{
    /* filter: drop-shadow(0  3px 3px rgba(255,255,255,.8)); */
    width:100%;
}
.link{
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translate(-50%);
}
.link a{
    display: block;
    cursor: pointer;
    color:#fff;
    text-align: center;
    font-size: 1.2em;
}
