.right td span, .right p, .right td {margin: 5px 0;line-height: 1.8em; color: #000;text-align: left;font-family: FZHTK !important;
    font-weight: normal;
    font-size: 18px !important;}

.listimg {
    width: 100%;
    /*height: 300px;*/
}

.listimg img {
    width: 100%;
    height: 100%;
}
.footer .footerbox .fright .fitem span{
    color: #5d5a58 !important;
}
.content {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 60px;
}

.content .left {
    width: 220px;
    height: auto;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: -100px;
    position: relative;
    z-index: 999;
}

.content .left a {
    width: 100%;
    background: #F8FCFF;
    height: 67px;
    font-size: 19px;
    color: #1B1B1B;
    text-align: left;
    line-height: 67px;
    padding-left: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(86, 166, 241, .2);
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .left .active{
    color:#56A6F1;
    border-left: 2px solid;
}

.content .left a:hover{
        color: #56A6F1;
}

.content .left a:first-child {
    width: 100%;
    height: 67px;
    background: #56A6F1;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    line-height: 67px;
    padding-left: 0;
}

.content .left a:last-child {
    border: none;
}

.content .right {
    margin-left: 60px;
    width: 980px;
    margin-top: 60px;
}

.content .right .lista {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 18px;
}

.content .right .lista .stitle {
    width: 88%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position:relative;
    padding-left:10px;
    box-sizing:border-box;
}
.content .right .lista .stitle::before{
    content:'';
    position:absolute;
    width:3px;
    height:3px;
    background:#56A6F1;
    border-radius:50%;
    top:8px;
    left:0px;
}

.content .right .lista .time {
    width: 12%;
    text-align: right;
}

  .modoule .title{font-size:18px; color:#006fbc;}
    .modoule a{color:#006fbc;font-size:16px;}
    .modoule {margin-bottom:20px;}
    .fl{ float:left}
.fl font {color: #ff0000;}
.fr{ float:right}
.clearfix{*zoom:1;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}