
body {
    background-color: #1E1E1E;
    color: #DDDDDD;
    font: 14px/1.6em 微软雅黑,Tahoma,宋体;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl {
    clear: both;
}
.mobile_ul li {
    height: 80px;
    padding: 20px 0;
    position: relative;
}
.mobile_ico {
    background-color: #343434;
    height: 75px;
    left: 10px;
    padding: 3px;
    position: absolute;
    width: 75px;
}
.a_t {
    background-color: #9B0A63;
    height: 21px;
    left: 3px;
    opacity: 0.8;
    padding: 2px;
    position: absolute;
    top: 53px;
    width: 71px;
}
.mobile_text {
    float: right;
    margin-left: 100px;
    margin-right: 100px;
    padding-right: 20px;
    position: absolute;
    width: auto;
    word-wrap: break-word;
}
.more {
    position: absolute;
    right: 10px;
    width: 80px;
}
.more a {
    background-image: url("../images/xx.png");
    display: block;
    height: 28px;
    margin-top: 5px;
    width: 45px;
}
.more a:hover {
    background-image: url("../images/xx2.png");
    display: block;
    height: 28px;
    margin-top: 5px;
    width: 45px;
}
.line {
    background-image: url("../images/line.png");
    background-repeat: repeat-x;
    height: 4px;
    position: relative;
    top: 100px;
}
.big_t {
    font-size: 100%;
	font-weight:bold;
	height: 42px;
	overflow: hidden;
}
.mobile_a {
    margin-top: 10px;
}
.mobile_a span{padding-right:20px;}
