.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a:hover {
    color: #3b6876;
    text-decoration: none;
}

a {
    color: #3b6876;
    text-decoration: none;
    background-color: transparent;
}

.fz13 {
    font-size: 13px;
}

.fz18 {
    font-size: 18px;
}

.fz21 {
    font-size: 21px;
}

.color-00AB21 {
    color: #00AB21;
}

.color-666666 {
    color: #666666;
}

.box-border {
    border: 1px solid #E0ECFA;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
    padding: 10px;
}

.hot-know-tit {
    height: 44px;
    background: #eff7ff;
    position: relative;
}

.hot-know-tit h3 {
    height: 44px;
    float: left;
    line-height: 44px;
    color: #3b6876;
    font-size: 20px;
    font-weight: bold;
    padding-left: 12px;
}

.hot-know-tit span {
    line-height: 44px;
    font-size: 14px;
    color: #3b6876;
    padding-left: 12px;
}

.hot-know-tit i {
    position: absolute;
    left: -10px;
    top: 12px;
    width: 4px;
    height: 20px;
    background: #3b6876;
}

.content {
    padding: 0 20px;
    border-bottom: 1px dashed #e5e5e5;
}

.content2 {
    border-bottom: 1px dashed #e5e5e5;
}

.content2 h3 {
    font-size: 18px;
}

.content2 .time {
    font-size: 12px;
    color: #6c757da6;
    padding: 10px 20px;
}

.content2 a {
    display: inline-block;
    color: #444444;
    border: 1px solid #DDDDDD;
    padding: 5px 30px;
    margin: 10px 0;
}

a.add-more:hover {
    background: #3b6876;
    border: 1px solid #3b6876;
    color:#fff;
}

.add-more {
    display: block;
    border: 1px solid #e5e5e5;
    color: #333;
    text-align: center;
    height: 44px;
    line-height: 44px;
    margin: 20px 20px 0 20px;
}

.border-box {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}

.zhuanti a {
    display: inline-block;
    padding: 10px 0;
    padding-left: 20px;
    width: 130px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.jiansuo a {
    color: #666;
    font-size: 13px;
    width: 180px;
    margin-right: 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0;
    text-decoration: none!important;
}

@media screen and (min-width: 800px) {}

@media screen and (max-width: 800px) {
    .zhuanti a {
        display: inline-block;
        padding: 10px 0;
        padding-left: 20px;
        width: 170px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #666;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none!important;
    }
}
.container{display:block !important;}