body {
  width: 100%;
  min-width: 320px;
  max-width: 1080px;
  margin: 0px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
a{
	text-decoration: none;
	color: #333;
}

* {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
  text-decoration: none;
  margin: 0px;
}
input,select,textarea{
  outline: none;
}
/* 查看比分直播,篮球比分直播 按钮 */
.button_more {
	display: block;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	background: #F5F5F5;
	color: #333333;
	font-size: 0.625rem;
	border: 0px;
	text-align: center;
}
/* 查看比分直播,篮球比分直播 按钮 结束*/

/* tab切换 开始 */
.tabRadio{
	display: none;
}
input:checked + div {
    display: block;
}
.main{
	display: none;
}
/* tab切换 结束 */

/* tab切换内容样式 开始 */
.content_post {
	margin: 1.25rem 3.33% 1.25rem;
}

.content_post>ul {
	line-height: 3.31rem;
	border-bottom: 1px #B0B0B0 solid;
}

.content_post>ul>li {
	display: inline-block;
}

.content_post>ul>span {
	width: 1rem;
	text-align: center;
	display: inline-block;
	position: relative;
	top: -0.1rem;
}

.content_post ul:nth-child(1),
.content_post ul:nth-child(2),
.content_post ul:nth-child(3),
.content_post ul:nth-child(5),
.content_post ul:nth-child(7) {
	font-size: 1rem;
	line-height: 3.31rem;
}

.content_post div span {
	width: 0.5rem;
	display: inline-block;
}

.post_selected {
	color: #015293;
}

.content_post .main>ul li {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content_post ul:nth-child(1) li a,
.content_post ul:nth-child(2) li a,
.content_post ul:nth-child(3) li a,
.content_post ul:nth-child(4) li a {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}
/* tab切换内容样式 结束 */

/* 导航标 */
.content{
  margin: 1.25rem 3.33% 1.25rem;
}
.bearing{
  font-size: 0.75rem;
  height: 2rem;
  line-height: 2rem;
  color: #015293;
}
.bearing img{
  height: 1.25rem;
  vertical-align: middle;
  position: relative;
  top: -0.1rem;
  margin-right: 0.5rem;
}
.bearing a{
	color: #015293;
	font-size: 1rem;
}
/* 导航标结束 */


/* 分页 */
.fy_dh{

  justify-content:space-around;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.fy_dh>a{
    height: 2rem;
    display: inline-block;
    line-height: 2rem;
    padding: 0px 1.5rem;
    border: 1px #015293 solid;
    color: #015293;
}
.fy_dh>p{
	display: inline-block;
	margin: 1rem 2rem 0 0;
}
.xz_ls{
  background: #015293;
  color: #ffffff !important;
}
/* 分页 结束*/