@import url(index.ie.css) screen and (min-width:750px);
@media screen and (max-width: 750px) {
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
    table {border-collapse: collapse;border-spacing: 0;width: 100%;line-height: 30px;}
    td {line-height: 30px;}
    fieldset, img {border: 0 none;}
    address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
    ol, ul ,li{list-style: none outside none;}
    caption, th {text-align: left;}
    h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
    a {color: #000;text-decoration: none;font-size: 15px;}
    a:hover {text-decoration: underline;}
    body,input,button,textarea,select{font-size: 12px;}
    u{text-decoration:none;}

    .header{width:100%;background: #fff;}
    .header .nav{float: left;line-height: 34px;background: #222;display: flex;flex-wrap: wrap;justify-content: space-between;width: 94%;padding: 2%3%;}
    .header .nav a{float: left;font-size: 15px;color: #fff;width: 17%;text-align: center;}
    .logo{display: block;width:100%;height: 50px;background: url("../img/logo.png") no-repeat center;background-size:120px auto;}
    .search{width: 94%;height: 36px;border: solid 1px #dbdbdb;border-radius: 6px;margin: 3%;display: none;}
    .searchbar{width: 75%;float: left;height: 36px;padding-left: 10px;border-radius: 6px 0px 0px 6px;}
    .results{color: #fff;font-size: 15px;background-color: #5f5b5b;text-align: center;width: 22%;height: 37px;border-radius: 0px 6px 6px 0px;}
    .rougao{display:none;}

    .jznav{padding: 3%;float: left;width: 94%;padding-bottom: 0;}
    .jznav ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .jznav li{width: 23%;text-align: center;line-height: 32px;border: 1px solid #d6d5d5;margin-bottom: 10px;border-radius: 4px;}
    .jznav li a{color: #95ca33;}
    .sep{display: none;}
    .tw_title{color:#ff3873;border-top: 10px solid #f2f2f2;display: inline-block;width: 94%;padding: 3%;font-size: 18px;font-weight: 700;}
    .tw ul{display: flex;flex-wrap: wrap;justify-content: space-between;width: 94%;padding: 0 3%;}
    .tw li{width: 48%;display: block;font-size:14px;margin-bottom: 19px;}
    .tw img{width:100%;height: 116px;border-radius: 10px;}
    .tw p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;color:#333;}
    .item_title{border-bottom: 1px solid #ededed;padding: 2%;color: #ff3873;background: #f9f9f9;font-weight: 700;border-top: 10px solid #f2f2f2;font-size: 17px;}
    .item_title a{color:#ff3873;font-size: 17px;}
    .item li{padding: 12px 20px;background: url("../img/ico5.gif") no-repeat 10px;font-size:14px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .jzmain_right{}

    .flink{margin: 10px auto 0;border-top: 10px solid #f2f2f2;clear: both;background: #fff;overflow: hidden;}
    .flink li{line-height: 22px;color: #b7b7b7;margin: 5px 5px;display: inline-block;float: left;}
    .flink b {line-height: 22px;font-weight: 400;float: left;color: #ff3873;}
    .flink li a {color: #797979;font-size: 14px;}
    .footer {padding:10px;margin-top: 10px;border-top: 1px solid #e2e2e2;background: #222;}
    .footer p {width: 100%;text-align: center;color: #b0b0b0;font-size: 12px;line-height: 22px;}
    .footer p a{color: #b0b0b0;font-size: 12px;display: inline-block;}
    .jzplace{color: #555;font-size: 14px;padding:10px;}

    .sort_list{padding: 15px 20px 5px;background: #FFF;margin-bottom: 8px;}
    .sort_list_title{margin: 0 0 15px;font-size: 1.5em;color: #999;}
    .sort_list ul{overflow: hidden;display: flex;flex-wrap: wrap;}
    .sort_list li a {margin: 0 10px 15px 0;line-height: 18px;width: 80px;text-align: center;font-size: 12px;padding: 1px 5px;white-space: nowrap;display: inline-block;border-radius: 3px;background: #ff3873;color: #fff;}
}