@import url(list.ie.css) screen and (min-width:750px);
@media screen and (max-width: 750px) {

    .sidebar {
        height: 37px;
        line-height: 35px;
        color: #888;
        float: left;
        width: 100%;
    }

    .sidebar a {
        color: #888;
        cursor: pointer;
        line-height: 32px;
        font-size: 13px;
        margin-right: 5px;
    }

    .sidebar code {
        margin-right: 5px;
    }

    .sidebar a:hover {
        color: #ff3333;
    }

    .main-left {
        width: 100%;
        float: left;
    }

    .pd_list_l {
        float: left;
        width: 100%;
    }

    .pd_list_l_title {
        float: left;
        width: 100%;
        font-size: 16px;
        height: 35px;
        line-height: 30px;
        font-weight: 700;
        margin: 14px 0;
        color: #538ada;
    }

    .pd_list_l_title i {
        float: left;
        width: 26px;
        height: 28px;
        background: url(../img/ico.png) -23px -40px no-repeat;
        margin-right: 10px;
    }

    .pd_list_l_art {
        float: left;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pd_list_l_art a {
        float: left;
        width: 100%;
        margin-bottom: 25px;
        position: relative;
    }

    .pd_list_l_art img {
        float: left;
        border-radius: 10px;
        margin-right: 18px;
        width: 135px;
        height: 90px;
    }

    .pd_list_l_art h2 {
        float: left;
        width: 56%;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        color: #333;
    }

    .pd_list_l_art p {
        float: left;
        width: revert;
        color: #999;
        font-size: 14px;
        height: 49px;
        overflow: hidden;
        line-height: 25px;
        margin: 6px 0;
        width: 56%;
    }

    .live {
        float: left;
        width: 100%;
        height: 9px;
        background: url(../img/live.png) 0px 0px repeat-x;
        margin: 5px 0;
    }

    .list_box {
        float: left;
        width: 100%;
    }

    .list_box a {
        width: 100%;
        float: left;
        border-bottom: 1px solid #f6f6f6;
        padding-bottom: 17px;
        margin-bottom: 18px;
    }

    .list_box img {
        width: 130px;
        height: 86px;
        float: left;
        border-radius: 4px;
        margin-right: 15px;
    }

    .list_box h2 {
        line-height: 25px;
        font-weight: bold;
        font-size: 16px;
        color: #333;
        margin-bottom: 5px;
    }

    .list_box span {
        float: right;
        background: #ecf1f8;
        width: 91px;
        border-radius: 9px;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #999;
        font-weight: 400;
        display: none;
    }

    .list_box p {
        line-height: 31px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding-left: 2px;
        font-size: 14px;
        color: #999;
    }

    .pd_list_r_title {
        float: left;
        width: 100%;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        font-weight: 700;
        color: #333;
    }

    .pd_list_r_title i {
        float: left;
        width: 21px;
        height: 28px;
        background: url(../img/ico.png) 0px -39px no-repeat;
        margin-right: 10px;
        margin-top: 4px;
    }

    .list_box a:hover h2 {
        color: #538ada
    }

    .main-right {
        float: right;
        width: 100%;
    }

    .pd_r {
        float: left;
        width: 94%;
        background: #ffffff;
        border-top: 3px solid #538ada;
        padding: 3%;
        overflow: hidden;
        border-radius: 10px;
    }

    .pd_rtitle {
        float: left;
        font-size: 16px;
        font-weight: 700;
        color: #333;
        height: 30px;
        line-height: 30px;
        margin-bottom: 2px;
        width: 100%;
    }

    .pd_rtitle em {
        color: #c4d2de;
        margin-left: 15px;
        font-size: 14px;
    }

    .pd_r ul {
        float: left;
    }

    .pd_r ul li {
        float: left;
        width: 100%;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
    }

    .pd_r ul li a {
        float: left;
        width: 90%;
        color: #333;
    }

    .pd_r ul li span {
        font-style: inherit;
        line-height: 16px;
        color: #ffffff;
        width: 16px;
        height: 16px;
        font-size: 12px;
        text-align: center;
        float: left;
        margin-top: 14px;
        margin-right: 10px;
        background: #cdd2d3;
        border-radius: 4px;
    }

    .pd_r ul li:nth-child(1) span {
        background: #ff8271;
        color: #fff;
    }

    .pd_r ul li:nth-child(2) span {
        background: #7dcc74;
        color: #fff;
    }

    .pd_r ul li:nth-child(3) span {
        background: #538ada;
        color: #fff;
    }

    .pd_r ul li em {
        float: right;
        margin-top: 6px;
        background: #ecf1f8;
        width: 50px;
        border-radius: 9px;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #999;
    }


}