/**组件样式*/
/**组件样式*/
/**组件样式*/
  .list_box4s .con{display:none;}
   @media (max-width: 768px) {
        .list_box4s .con {
            display: block;}
        .topzzz{
            display: none;}
    }
   .list_box4s li a .con {
        height: 15.625rem;
        background: #fff;
        padding: 1.25rem 1.5rem 0
    ;}

    .list_box4s li a .con h5 {
        font-size: 1rem;
        color: #333333;
        line-height: 1.625rem;
        height: 3.25rem;
        transition: .5s;
        font-weight: bold
    ;}

    .list_box4s li a .con h5:hover {
        padding-left: 5px;}

    .list_box4s li a .con p {
        font-size: 12px;
        color: #666666;
        line-height: 1.5rem;
        height: 6rem;
        margin: 1rem 0 1.25rem;}

    .list_box4s li a .con h6 {
        text-align: right;
        overflow: hidden
    ;}

    .list_box4s li a .con h6 span {
        display: inline-block;
        position: relative;
        font-size: .875rem;
        color: #1564c5;
        font-weight: bold
    ;}

    .list_box4s li a .con h6 span:before {
        content: "";
        position: absolute;
        right: 120%;
        top: .5rem;
        height: 1px;
        width: 100vw;
        background: #d9d9d9
    ;}

