  .noprint {
  display:none; 
  visibility:hidden;
  }
  .content_stick {
  	overflow: hidden;
	/*width:900px;
	margin:0 auto;*/
	}
  .content_stick.right .sidebar_stick {
  
   /* float: right;
    margin: 10px;
    margin-left: 0; */
	}

  .content_stick .sidebar_stick {
    
    /*width:18%;
    height: 766px;
    margin: 10px;
    margin-right: 0;
    border: 1px solid red;
    float: left;
    font-family: sans-serif; 
	   overflow: hidden;
	*/
	}
  
  .content_stick .inner_stick {
  /*
    border: 1px solid red;
    height: 66px;
    margin: 10px 0; */
	}

  .content_stick .item_stick {
  /*
    display: inline-block;
    vertical-align: top;
    width: 120px;
    border: 1px solid blue;
    font-size: 16px;
    margin: 10px;
    overflow: hidden; */
	}

  .content_stick .main_stick {
  position: relative;
   /* margin: 10px;
	width:75%;
    margin-left: 222px;
	float:right;
    border: 1px solid blue;
    height:1200px;
    overflow: hidden; */}

.footer_stick {
/*
  margin: 10px;
  text-align: center;
  font-size: 13px;
  border-top: 1px dashed #dadada;
  color: #666;
  padding-top: 10px;
  min-height: 133px; */
  }

