@charset "utf-8";
* {
 margin-right: auto;
 margin-left: auto;
}

body {
 font-size: 12px;
 margin: 0px;
 padding: 0px;
 font-family: Arial;
 overflow-x:hidden;
}

.moreContant{
min-height:500px;
}


ul {
 margin: 0px;
 padding: 0px;
}
li {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}
a {
 color: #333;
 text-decoration: none;
}

.content4 a:hover, a:active{
color: #00990d;
    text-decoration: none;
    cursor: pointer;
}




.content4{
height:auto;
width:1000px;
margin-top:30px;
}

.m1{
float:left;
width:100px;
height:100px;
}

.m2_t{
float:left;
width:900px;
height:45px;
}

.m2_f{
float:left;
height:auto;
width:900px;
}

.content4 li{
line-height:40px;
}

.alignLeft{
float:left;
width:700px;
}
.alignRight{
float:left;
width:200px;
font-size:14px;
}

.alignLeft a{
font-size:14px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}


@media screen and (max-width:1100px) and (min-width:300px){

.content4{
height:auto;
width:100%;
margin-top:30px;
}

.m1{
float:left;
width:5%;
height:200px;
}

.m2_t{
float:left;
width:95%;
height:45px;
}

.m2_f{
float:left;
height:auto;
width:95%;
}
.m2_f table{
width:100%;
}
.alignLeft{
float:left;
width:80%;
}

.alignRight{
float:left;
width:100px;
}

}