.ir {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 4% 0;
}
.m-left {
    overflow-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px 5px #e9e8e9;
    width: 22%;
    border-style: solid;
    float: left;
}
.ml-top {
    text-align: center;
    padding-top: 22px;
}
.ml-top h3 {
    color: #434343;
    font-size: 22px;
    padding-bottom: 30px;
}
.ml-top span {
    color: #999;
    font-size: 14px;
}
.ml-bottom {
    border-left: 7px solid #0054a7;
    width: 96%;
    height: 100%;
    padding-top: 32px;
    padding-bottom: 100px;
}
.ml-bottom li {
    width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 54px;
    height: 54px;
    border-bottom: 1px dashed#e8e8e8;
}
.ml-bottom li a {
    color: #555555;
    font-size: 15px;
}
.m-right{
    width: 75%;
    float:right;
}
.m-right li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 4%;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 5%;
}
.m-right li h4{
    width: 100%;
    height: auto;
    display: inline-block;
    color: #004b96;
    font-size: 20px;
    font-weight: normal;
}
.m-right li p{
    width: 100%;
    height: auto;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 20px 0;
}
.m-right .more{
    width: auto;
    height: auto;
    display: inline-block;
    color: #004b96;
    border: 1px solid#004b96;
    padding: 8px 20px;
}
.ml-bottom li a:hover{
    color: #004b96;
    font-size: 18px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .m-left {
        overflow-wrap: break-word;
        padding: 0px;
        border-color: transparent;
        border-width: 0px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 5px 5px #e9e8e9;
        width: 100%;
        border-style: solid;
        float: left;
    }
    .ml-bottom {
        border-left: 7px solid #0054a7;
        width: 96%;
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .m-right {
        width: 100%;
        float: right;
        margin-top: 11%;
    }
    .m-right li h4 {
        width: 100%;
        height: auto;
        display: inline-block;
        color: #004b96;
        font-size: 17px;
        font-weight: normal;
        line-height: 32px;
    }
    
}
