.matetit {
    border-top: 3px solid #016dff;
    border-bottom: none;
    background-color: #fff;
}

.new-01 {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-02 {
    margin-bottom: 1%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new-03 a,
.new-a {
    color: #213693;

}

.default-w {
    margin: 40px 1% 0 0;
}

.default-blog {
    width: 58.3%;
    margin-right: 0;
}

.luxian {
    display: flex;
}

.luxian .dd-01 {
    display: flex;
    flex-direction: column;
    width: 51%;
    margin-right: 3%;
    padding: 0;
}

.luxian .dd-02 {
    padding: 0;
    width: 45%;
}

.luxian .dd-01 .new-01 {
    margin-top: 3%;
}

.luxian .dd-02 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0 1% 0px;

}
.luxian .dd-02 p:nth-of-type(1){
    display: none;
}


.default-news dd ul li a:hover {
    text-decoration: none;
}

.default-news dd ul li a:hover .new-02 {
    color: #666;
}

.default-news dd {
    height: 440px;
}

.default-news dd ul li {
    padding: 2px 0;
}

.df-date b{
    background: #213598;
color: #fff;
    float: left;
    margin: 5px 18px 0px 0px;
    text-align: center;
    padding: 4%;
}

.df-new-01{
    margin-bottom: 1%;
}
.df-new .df-date{
    display: block;
}
.df-new div{
    border-top: 1px solid #eeeeee;
    padding: 4.15% 0 4.15% 0;
}
.default-link_foot dd ul li{
    width: 8%;
    box-shadow:none;
    border: none;
}
.default-link_foot dd ul li a{
    font-weight: unset;
    margin: 0 auto;
    width: 96%;
    color: #666;
    float: none;
    display: block;
    border: 1px solid #1c59b5;
    border-radius: 5px;
}
@media only screen and (max-width: 1024px){
    .luxian{
        display: block;
    }
    .luxian .dd-01{
        width: 100%;
    }
    .luxian .dd-02{
        width: 100%;
    }
    .default-link_foot dd ul li{
        width: 32%;
    }
}