.fontstyle1152131{ font-size: 12px; font-family: 微软雅黑; vertical-align: 5px; color: #ffffff ;}

.inner-s2 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;}

.inner-s2 li .img-box{
    width: 265px;
    position: relative;
    z-index: 2;}

.inner-s2 li .img-box .img_hezi{
    padding-top: 180px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in;}

.inner-s2 li .img-box:after{
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    background: #2f5db4;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;}


.inner-s2 li .txt-box{
    width: calc(100% - 303px);
    padding: 18px 0 21px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);}

.inner-s2 li h3{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
    transition: .5s;}

.inner-s2 li p{
    margin-top: 23px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    transition: .5s;}

.inner-s2 li time{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #9D9D9D;
    line-height: 30px;
    margin-top: 26px;}
.inner-s2 li time img{
    display: block;
    width: 16px;
    margin-right: 7px;}

.inner-s2 li:hover h3{
    color: #2f5db4;}
.inner-s2 li:hover .img-box:after{
    opacity: 1;
    visibility: visible;}

.inner-s2 li{
    margin-top: 15px;}
.inner-s2 li:first-child{
    margin-top: 0;}

.inner-s2{
    margin-top: 32px;}


.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}


.img_zd {
    position: relative;
    overflow: hidden;}






