/*定位区域*/
.wz { margin: 40px auto 20px auto; padding: 0; color: #454545; font-size: 12px; }
.wz img.right { margin: 5px 0 0 0; vertical-align: top; }
.wz img.wzIMGOne { width: 13px; vertical-align: baseline; }
.wz a { color: #454545; font-size: 12px; }
.wz a:hover { color: #ffaa00; }
.domeOne { margin: 0 0 0 0; }
.domeOne .mathBox h2 { margin: 0 0 0 0; padding: 0 0 0 0; font-size: 30px; color: #0f0f0f; font-weight: bolder; text-align:center; }
.domeOne .mathBox .timeInfo { font-size:12px; font-weight:400; color:rgba(153, 153, 153, 1); line-height:24px; margin: 10px 0 20px 0; text-align:center; }
.domeOne .mathBox .timeInfo span { margin: 0 32px 0 0; }
.mathText{ padding:10px; line-height:25px;}
/*详情页中的分页*/
.backBtn { display: block; width: 100%; margin: 30px 0 0 0; background: url("../images/backborder.png") repeat-x; padding: 40px 0 0 0; }
.backBtn a { display: inline-block; color: #0f0f0f; font-size: 18px; text-align: left; }
.backBtn a:hover { color: #ffaa00; }
.backBtn a i { width: 33px; height: 22px; display: inline-block; background: url(../images/back.png) no-repeat center; vertical-align: top; }
.fenye { margin: 0 0 0 0; padding:36px 0 0px 0; overflow: hidden; display: block; }
.fenye a { color: #0f0f0f; font-size: 18px; line-height: 32px; transition: all 0.3s; text-align: left; padding: 0 10px 0 0; overflow: hidden; height:50px; white-space:nowrap;/* 规定文本是否折行 */ overflow: hidden;/* 规定超出内容宽度的元素隐藏 */ text-overflow: ellipsis; position: relative; text-decoration: none; }
.fenye a:nth-child(1) {
 float: left;
}
.fenye a:nth-child(2) {
 float: right;
}
.fenye a i { position: absolute; width: 0%; transition: all 0.3s; height: 2px; background: #ffaa00; bottom: 0; left: 0; }
.fenye a:hover i { width: 100%; }
.fenye a span { text-align: center; line-height: 32px; color: #ffaa00; margin: 0 10px; font-size: 18px; }
.fenye a:hover { color: #ffaa00; }
