@charset "utf-8";
/* CSS Document */

.m-article{
  background-color: #ffffff;
  margin:0 auto;
  padding-bottom: 60px;
}

.m-article .m-title {
  font-size: 16px;
  height:50px;
  line-height:30px;
  background-color: #82d60d;
  border-bottom: 1px solid #d9d9d7;
}

.m-article .m-title1 {
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.m-article .m-info1 {
  font-size: 14px;
  color: #333333;
  padding: 5px 20px 5px;
  line-height: 2.1;
}

.m-article .m-info1 span {
  font-weight: bold;
}

.m-article  img {
  display: block;
  margin: 5px auto;
  width: 94%;
}
	
	
.m-article .content{
	margin:50px 50px 0px 50px;
	border-bottom:solid #f8f8f8 1px;
}

.m-article .message{
	margin-top:5px;
	margin-left:50px;
	margin-right:50px;
	color:red;
}	
	 
.m-article .m-footer {
    background-color:#fff;
    margin:1px 0px 0px 0px;
    clear:both;
    bottom: 0;
    position:fixed;
    width: 100%;
    height:60px;
    line-height:60px;
    padding:1px 0px 1px 0px;
    text-align:center;
    color:#ccc;
}
	    
@media(max-width:1024px){
	
	

}
@media(max-width:800px){

}
@media(max-width:768px){
	
}
@media(max-width:640px){
	
}