﻿
/*Common For Max 960*/
@media only screen and (max-width: 1199px) {
    .top-l {display: none;}
    .top .top-r {float: none;}
    .wp {width:970px;}
    .top ul {float: left;}
 
}



/*Common For Max 768*/
@media only screen and (max-width: 959px) {
    
    .wp {width: 750px;}
    #snv {display: none;}
    #hd {height: 70px;}
 	#fd {display: none;}
 	.box-user-info{margin-top:15px;}
 	.list-imgtxt .div-attr div.one p { width: 80%;float:left;}
 	.list-imgtxt .div-attr-meeting div.one p { width: 75%;float:left;}
}



/*Common For Max 480*/
@media only screen and (max-width: 767px) {
    .container {padding-top: 15px;}
    
    .box-user-info .s2 {border: 0;}
    .ul-msg .li-date strong,.ul-msg .li-date span {border: 0; font-size: 9px; padding: 0; background: none; color: #888;}
    .ul-msg .li-date span {font-size: 18px; font-weight: normal;}
    .ul-msg .li-btn {padding: 0; position: absolute; right: 0; top: 0; padding-top: 10px;}
    .ul-msg li {padding: 0; height: 60px; position: relative;}
    .ul-msg .li-date {padding-top: 8px;}
    .ul-msg .li-txt {margin-right: 0; position: relative; z-index: 88; background: #fff; height: 59px; padding-top: 20px; font-size: 16px;}
    
    .list-imgtxt .div-attr p{width: auto; display: block;}
    .list-imgtxt-bg1 {background: #f6f6f6;}
    .list-imgtxt .row {position: relative;}
    .list-imgtxt .more {position: absolute; right: 10px; top: 1.3em; font-size: 20px; color: #a9b7b7;}

    .form-horizontal .form-group {margin: 0; margin-bottom: 15px;}
    .form-group .ico-i1 {display: none;}
    .form-group .btn {display: block; width: 100%;}
    .form-group .item .btn{width: auto;display:inline-block;}
    .form-group .item span{display:inline;}
    
    #fd {display: none;}
    .panel-a1 .panel-heading,.panel-a2 .panel-heading {display: none;}

    .txt-body .form-group div {padding-left: 0; padding-right: 0;}
    .txt-body .div-btn {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px 0;}
    .txt-body .div-btn a { width: 48%; padding: 5px 0;}
    .txt-body .row div { padding-left: 0; padding-right: 0;}
    .sm-bg1 {background: #f5f5f5;}
    .form-group .btn-sm {display: block; width: 100%;}

    .login {margin-top: 0;}
    .log-pic{width: 100%;}

    .form-group * ,
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]
{ padding-left: 5px; padding-right: 2px; margin-left: 0;}

.radio span, .radio-inline span, .checkbox span, .checkbox-inline span
{padding-left:15px;}



    .list-imgtxt .div-txt,
    .list-imgtxt .div-btn span,
    .list-imgtxt .div-btn em
     {display: none;}
     .list-imgtxt .text-center { margin-bottom: 10px;}

}


/*Common For Max 320*/
@media only screen and (max-width: 479px) {

 

}

/* --------------------------- 固定屏幕样式 ---------------------------------------- */

/*960*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {

	 

}



/*768*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

 

}



/*480*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

 
}



/*320*/
@media only screen and (min-width: 320px) and (max-width: 479px) {

 

}



/*240*/
@media only screen and (max-width: 319px) {

 

}