@media screen and (max-width:980px){
    /* header start */
    #header {
        min-width: 0;
    }
    #header .wrap {
        width: 100%;
    }
    #header .wrap .l {
        margin-left: 1.25%;
    }
    #header .wrap .r {
        margin-right: 1.25%;
    }
    #header .wrap .r form input[type=text] {
        padding: 7px 31px 7px 7px;
    }
    #header .wrap .r .guest a {
        font-size: 12px;
        margin-left: 8px;
    }
    /* header end */
    /* nav start */
    /*#nav {*/
        /*min-width: 0;*/
    /*}*/
    /*#nav .menu {*/
        /*-moz-box-sizing: border-box;*/
        /*box-sizing: border-box;*/
        /*width: auto;*/
    /*}*/
    /* nav end */
    /* footer start */
    .footer {
        min-width: 0;
    }
    .footer .wrap {
        width: 100%;
    }
    .footer .l {
        margin-left: auto;
    }
    .footer .r {
        margin-right: 2.5%;
    }
    /* footer end */
    /* pagination start */
    .nav a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .nav .page span {
        margin: 0 10px 0 0;
        line-height: 32px;
    }
    .nav .goto input {
        height: 32px;
        width: 32px;
    }
    .nav .next {
        margin-right: 10px;
    }
    /* pagination end */
    
}
@media screen and (max-width:800px){
    /* footer start */
    .footer {
        text-align: center;
        padding: 40px 0 15px;
    }
    .footer .l {
        display: none;
    }
    .footer .r {
        margin-right: 0;
        text-align: left;
        display: inline-block;
        float: none;
    }
    .footer .r .list {
        margin-left: 35px;
    }
    .footer .r .color {
        display: block;
    }
    .footer .r .color .sina {
        color: #ec2f2e;
    }
    .footer .r .color .tx {
        color: #46bbdd;
    }
    .footer .r .color .index {
        color: #ffc000;
    }
    .footer .r .copy {
        text-align: center;
    }
    /* footer end */
    #logWin .reg .header .login{
        left: 40px;
    }
    /* pagination start */
    .nav a,
    .nav .goto input {
        height: 38px;
        width: 38px;
        line-height: 38px;
    }
    .nav .page .dots {
        line-height: 40px;
    }
    /* pagination end */
    .live,.social {
        display: none;
    }
    .imgTxt .top {
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #E0E0E0;
        padding: 0 1.5%;
    }
    .imgTxt .top a{
        border: 0 none;
    }
    .imgTxt .top a img{
        display: none;
    }
    .imgTxt ul li a img {
        display: none;
    }
    .imgTxt .top a p {
        color: #6d6d6d;
        position: static;
        line-height: 2.8;
        background: none;
        width: 100%;
        font-size: 14px;
    }
    .imgTxt .top a p span {
        margin: 0;
    }
    .imgTxt ul {
        width: 100%;
        height: auto !important;
        height: 0;
        min-height: 0;
        overflow: hidden;
    }
    .imgTxt ul li {
        width: 46.5%;
        float: left;
        padding: 0 1.7%;
    }
    .imgTxt ul li:nth-child(9),
    .imgTxt ul li:nth-child(10){
        border-bottom:0 none;
    }
    .ad ul {
        width: 100%;
    }
    .ad ul li {
        width: 45%;
        float: left;
        margin:5px 2.3%;
    }
}
@media screen and (max-width:640px){
    /* header start */
    #header {
        border-top: 1px solid #656565;
        border-bottom: 1px solid #232323;
    }
    #header .logo {
        padding: 14px 0;
    }
    #header .l {
        padding-left: 3.125%;
        width: 120px;
    }
    #header .wrap .r {
        padding-top: 10px;
        margin-right: 1.875%;
    }
    #header .wrap .r form input[type=text] {
        width: 62px;
    }
    #header .wrap .r form input[type=text]:focus {
        width: 62px;
    }
    #header .guest {
        display: none;
    }
    #header .logReg {
        float: right;
        display: block;
        border-left: 1px solid #353535;
    }
    #header .logReg a {
        display: block;
        width: 0px;
        height: 0px;
        background: url(/skin/ecms022/images/logRegIco.png) center no-repeat;
        border-left: 0px solid #575757;
    }
    #header .logReg a:hover,
    #header .logReg a:active {
        background-color: #4e4e4e;
        cursor: pointer;
    }
    /* header end */
    /* nav start */
    /*#nav {*/
        /*padding: 0;*/
        /*position: relative;*/
        /*border-top: 1px solid #525252;*/
    /*}*/
    /*#nav .pos {*/
        /*border-bottom: 2px solid #55bde8;*/
        /*display: block;*/
        /*font-size: 16px;*/
        /*color: #FFF;*/
        /*position: relative;*/
    /*}*/
    /*#nav .pos:hover,*/
    /*#nav .pos:active {*/
        /*background: #2b2b2b;*/
        /*cursor: pointer;*/
    /*}*/
    /*#nav .pos span {*/
        /*display: inline-block;*/
        /*padding: 10px 0 10px 3.125%;*/
    /*}*/
    /*#nav .pos div {*/
        /*border-top: 5px solid #55bde8;*/
        /*width: 2px;*/
        /*height: 0;*/
        /*border-left: 5px solid rgba(0, 0, 0, 0);*/
        /*border-right: 5px solid rgba(0, 0, 0, 0);*/
        /*position: absolute;*/
        /*right: 6.25%;*/
        /*top: 20px;*/
    /*}*/
    /*#nav .menu {*/
        /*-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.28);*/
        /*-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.28);*/
        /*box-shadow: 0 2px 1px rgba(0, 0, 0, 0.28);*/
        /*border: none;*/
        /*position: absolute;*/
        /*display: none;*/
        /*top: 46px;*/
        /*left: 0;*/
        /*width: 100%;*/
        /*z-index: 200;*/
        /*background: rgba(0, 79, 111, 0.96);*/
    /*}*/
    /*#nav .menu .cur {*/
        /*display: none;*/
    /*}*/
    /*#nav .menu a {*/
        /*display: block;*/
        /*float: none;*/
        /*width: auto;*/
        /*text-align: left;*/
        /*padding: 15px 5% 15px 5%;*/
        /*border-bottom: 1px solid #1791c2;*/

    /*}*/
    /*#nav .menu a:hover,*/
    /*#nav .menu a:active {*/
        /*background: #066389;*/
    /*}*/
    /* nav end */
    /* footer start */
    .footer {
        padding-top: 20px;
    }
    .footer .l {
        display: inline-block;
        float: none;
        margin-bottom: 20px;
    }
    .footer .l p,
    .footer .l div a div {
        display: none;
    }
    .footer .l .index {
        margin-right: 0;
    }
    .footer .r img {
        margin: 0;
    }
    .footer .r .color {
        display: none;
    }
    .footer .r .list {
        margin-left: 10px;
    }
    .footer .r .copy {
        font-size: 10px;
    }
    /* footer end */
    /* logreg */
    #logWin {
        position: absolute;
        padding: 10px;
    }
    #logWin input[type=text],
    #logWin input[type=password] {
        width: 89%;
        padding: 0 5%;
    }
    #logWin .login .findPass {
        width: 90%;
        padding: 10px 5%;
        margin: 0px 0 20px;
    }
    #logWin .submit,
    #logWin .neg {
        padding: 10px 5%;
        width: 90%;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    #logWin .qPass a {
        width: 90%;
        text-align: center;
        padding: 10px 5%;
        margin: 0 0 20px;
    }
    #logWin .qPass .qqLog {
        margin-left: 0px;
    }
    #logWin .reg .header .login {
        font-size: 16px;
        position: relative;
        left: 0px;
        margin-top: 20px;
    }
    #logWin .reg form input[type=text],
    #logWin .reg form input[type=password] {
        width: 89%;
    }
    #logWin .reg form div span {
        color: #acacac;
        text-shadow: 0 1px 1px #FFF;
        font-size: 12px;
        position: relative;
        left: 0px;
        line-height: 20px;
        padding: 0px 0 10px;
    }
    #logWin .reg form div #regVCode {
        width: 80px;
    }
    #logWin .reg form .submit {
        width: 100%;
    }
    #logWin .reg form {
        padding-bottom: 10px;
    }
    /* logreg */
    /* pagination start */
    .nav .page {
        display: none;
    }
    .nav .count {
        display: block;
    }
    .nav .goto {
        font-size: 18px;
    }
    /* pagination end */
    .imgTxt ul li {
        width: auto;
        float: none;
        padding: 0 15px;
    }
    .imgTxt ul li:nth-child(9){
        border-bottom: 1px solid #E0E0E0;
    }
    .ad ul li {
        width: auto;
        float: none;
        margin:10px 0;
    }
    .article .txt h1 {
        font-size: 16px;
    }
    .article .txt div {
        font-size: 14px;
        margin-top: 13px;
        line-height: 1.5;
        height: 63px;
        overflow: hidden;
    }
    .article .img {
        width: 161px;
        height: 118px;
    }
    .article .txt {
        padding: 15px;
        height: auto;
        display: block;
        background: #f6f6f6;
        overflow: hidden;
    }
    #gallery .gallery-next, #gallery .gallery-prev{ display: none;}
    #gallery .gallery-hed{ left: 10px;}
}
@media screen and (max-width:480px){
    .article {
        height: auto !important;
        height: 0;
        min-height: 0;
        overflow: hidden;
    }
    .article .img {
        float: none;
        width: 100%;
        height: auto;
        border: 0 none;
    }
    .article .bar .l {
        margin: 0;
    }
    .article .bar > a{
        display: none;
    }
    .article .bar span:nth-child(n+2) {
        display: none;
    }
    .article .img {
        float: none;
        width: 100%;
        height: 258px;
        border: 0 none;
        overflow: hidden;
    }
}
@media screen and (max-width:320px){
    .article .img {
        float: none;
        width: 100%;
        height: 218px;
        border: 0 none;
        overflow: hidden;
    }
}