.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}.nyldlist li{width: 100%;display: flex;justify-content: space-between;background: #fff;margin-bottom: 40px;}
.nyldlist li:hover .txt{background: #e7f2ff;}
.nyldlist li:hover .txt h4:after{width: 100%;}
.nyldlist li:hover .txt i{background:#006ad8;color: #fff;border-color: #006ad8 ;}
.nyldlist li .pic{    overflow: hidden;width: 162px;height: 220px;}
.nyldlist li .pic img{max-height: inherit;    width: 162px;
    height: 220px;}
.nyldlist li .txt{width: calc(100% - 200px);padding: 20px;border: 1px solid #eee;border-left: 0;height: 179px;}
.nyldlist li .txt h4 span{font-size: 20px;font-weight: bold;color: #006ad8;}
.nyldlist li .txt h4 em{ color: #006ad8;}
.nyldlist li .txt h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
    font-family: auto;
    line-height: 30px;
    height: auto;}
.nyldlist li .txt h4:after{content: '';height: 1px;width: 0;background: #006ad8;position: absolute;left: 0;bottom: -1px;z-index: 1;transition: .5s ;}
.nyldlist li .txt p {    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    height: 88px;
    margin-bottom: 10px;
    font-family: auto;}
.nyldlist li .txt i {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #006ad8;
    border-radius: 50%;
    text-align: center;
    color: #006ad8;
    font-size: .14rem;
    transition: .3s;}
.trans-mask img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: scale(1.01);}    .trans-mask:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);}.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;}
.nyldlist li .txt i{       background-image: url(images/gdjt.png);    background-repeat: no-repeat;
    background-position: 12px 10px;}
    .nyldlist li:hover .txt i{ background-image: url(images/gdjtbs.png); background-repeat: no-repeat;
    background-position: 12px 10px;}
