.main{
    padding-top:68px;
    padding-bottom:40px;
}
.main p{
    color:#222;
    line-height:26px;
    font-size:18px;
    margin-bottom:26px;
}
.textwidget .textwidget_title{
    font-weight: bold;
}
.textwidget a{
    color:#0075ea;
}
.zh_wrap{
    text-align:right;
    margin-bottom:20px;
}
#zh_click_s, #zh_click_t{
    color:#111;
}
#zh_click_s:after{
    content: '|';
    width: 1px;
    height: 10px;
    font-size: 10px;
    color: #111;
    margin: 0 3px 0 6px;
    line-height: 10px;
    display: inline-block;
}
@media (max-width:767px){
    .main{
        padding-top:20px;
        padding-bottom:40px;
    }
}