﻿/*桌面电脑布局: 769px 至 1000px*/
@media screen and (max-width:1000px) {
    .header, .nav, .content, .footer { width: 100%; }

    .container { width: 100%; }

    .content .left { width: 100%; }
    .content .left > * { display: none; }
    .content .left .column2 { display: block; }
    .content .middle { width: 100%; }
    .content .right { display: none; }

    .column4 .column { padding-left: 0; }
    /*点评有奖*/
    #lovexin12 { display: none; }

    .search { display: none; }

    #tagContent table { width: 100% !important; }
}
