.splitflagstyle217118{ color: #bababa ;}

html{font-size:100px;}


.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}

.list-pic ul {
    margin-bottom: 30px;}
.list-pic li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.22rem 0.2rem 0.25rem;
    transition: all .3s;}
.list-pic li .pic{
    width: 1.98rem;
    height: 1.37rem;
    position: relative;}
.list-pic li .txt{
    width: calc(100% - 2.3rem);}
.list-pic li .txt h2{
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
    display: block;
    white-space: nowrap;
    margin-bottom: 0.12rem;}
.list-pic li .txt p{
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #999;
    height: 0.52rem;
    margin-bottom: 0.1rem;}
.list-pic li .txt time{
    display: block;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.2rem;}
.list-pic li{
    position: relative;
    border-bottom: 1px dashed #d4d5d8;}
.list-pic li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    right: 100%;
    height: 1px;
    background: #003f97;
    transition: .5s;}
    
.list-pic li:hover:after{
    right: 0;}
    
.list-pic li:hover a{
    background: #f0f3f6;}
.list-pic li:hover .txt h3{
    color: #891a0f;}
