.m-list li.mp {
    display: inline;
    float: left;
    margin:0;
    padding-bottom: 25px;
    width: 307px;
}
.m-list li {
    display: inline;
    float: left;
    margin:0 20px 0 0;
    padding-bottom: 25px;
    width: 385px;
}
.m-list li .top {
    background: transparent url("../images/online_img/listbg.png") no-repeat scroll 0 0;
    height: 342px;
    margin-top: 8px;
    overflow: hidden;
    padding: 2px 4px 4px 2px;
    position: relative;
    width: 272px;
}
.top {
    color: #666;
    line-height: 37px;
}
.m-list li .top .img {
    left: 2px;
    position: absolute;
    top: 2px;
}
.m-list li .top .img a {
    text-decoration: none;
}
.mar-t12 {
    margin-top: 12px;
}
.m-list li .idno {
    color: #666;
    font-family: arial;
    line-height: 36px;
    text-align: center;
}
.m-list li.mp .bot {
    margin-top: 0;
    width:272px;
    text-align:center;
}
.m-list li .btn {
    background-color: #3c3c3c;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 29px;
    line-height: 27px;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    text-align: center;
    transition: background-color 0.3s ease-in 0s;
    width: 95px;
    font-family: "Microsoft YaHei";
    cursor: pointer;
    border: medium none;
}
.m-list li .bot {
    margin-top: 0;
   /* width:213px;*/
    text-align:center;
}
.m-list li .btn:hover {
	background-color:#d6000f;
	text-decoration: none;
}









