
.des{
    color: #666666;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.con{
    width: 1400px;
    margin: auto;
}
li{
    padding: 40px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.txt{
    width: 62%;
    float: left;
}
.time{
    width: auto;
    text-align: right;
    float: right;
}
.title{
    margin-bottom: 40px;
}
.ta{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #113a85;
    color: #113a85;
    font-family: "time";
}
.con a{
    display: block;
}
.sort{
    text-align: center;
    margin: 50px 0 100px;
}
.sort a{
    height: 30px;
    width: 30px;
    border: 1px solid rgba(0,0,0,0.2);
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
}
.sort a:first-child{
    margin-left: 0;
}
.sort_ac{
    color: white;
    background: #113a85;
}
.sort a:hover{
    color: white;
    background: #113a85;
}
@media screen and (max-width: 1366px) {
    .con{
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .con{
        width: 94%;
    }
    .ta{
        display: inline-block;
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: none;
    }
    .sort{
        margin: 20px 0 40px;
    }
    .title{
        margin-bottom: 20px;
    }
    .time{
        margin-top: 10px;
        width: 100%;
        float: none;

    }
    .time .fnt_14{
        display: none;
    }
    .con li{
        padding: 30px 0;
    }
    .con li:first-child{
        padding: 0 0 40px;
    }
    .txt{
        width: 100%;
        float: none;
    }
    .fabu{
        display: none;
    }
}