/*全局设置*/
*{padding: 0;margin: 0;}
a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background-color: none;
    text-decoration: none;
}
ul li{list-style: none;}
a{text-decoration: none;}
.overflowDotDotDot{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.multiLineDotDotDot .text {
    float: right;
    margin-left: -5px;
    width: 100%;
    word-break: break-all;
}

.multiLineDotDotDot::before {
    float: left;
    width: 5px;
    content: '';
    height: 40px;
}

.multiLineDotDotDot::after {
    float: right;
    content: "...";
    height: 20px;
    line-height: 20px;
    /* 为三个省略号的宽度 */
    width: 3em;
    /* 使盒子不占位置 */
    margin-left: -3em;
    /* 移动省略号位置 */
    position: relative;
    left: 100%;
    top: -20px;
    padding-right: 5px;
    background-color: #FFF;
}

/*公共布局类*/
.clearfix:before,.clearfix:after {display: table;content: "";}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
.center{margin:0 auto;}
.left{float: left;}
.right{float: right;}
.width_max{width: 100%;}
.width_960{width: 960px;}
.width_960{width: 960px;}
.width_1200{width: 1200px;}
.width_1250{width: 1250px;}
