@charset "utf-8";
body {
    background: #f8f6f6;
}

.banner img {
    width: 100%;
}
.nav {
    background: #fff;
    overflow: hidden;
    margin-left: -0.1rem;
    margin-right: -0.1rem;
    padding: 0 0.1rem;
}
.m-part1{margin-top:0.2rem;}
.m-part1>h2{margin-bottom:0.2rem;}
.m-part1 nav a.on:before, .m-part1 nav a:hover:before {
    content: "";
    display: inline-block;
    width: 40%;
    height: 0.05rem;
    background: #d71718;
    position: absolute;
    left: 30%;
}
.m-part1 nav {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5%;
    display: flex;
}

.m-part1 nav a {
    font-size: 0.15rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    flex: 1;
}

.m-part1 nav a.on, .m-part1 nav a:hover {
    color: #000;
    font-weight: 800;
    position: relative;
}

.m-part1 nav a.on:before, .m-part1 nav a:hover:before {
    content: "";
    display: inline-block;
    width: 40%;
    height: 5px;
    background: #d71718;
    position: absolute;
    left: 30%;
    bottom: -0.07rem;
}

.tab {
    background: #f8f6f6;
    height: auto;
    padding: 5% 0;
    overflow: hidden;
    padding-bottom: 0;
}

.tab1 > div:first-child {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
}

.tab1 .img {
    width: 100%;
    height: auto;
    position: relative;
    background:#000;
    overflow:hidden;
}
.tab1 .img img{
    width: 100%;
}
.tab1 .rr {
    position: relative;
    padding: 0.1rem;
    margin-bottom: 0.3rem;
}

.tab1 .rr h3 {
    font-size: 0.19rem;
    color: #000;
    margin: 0 auto 0.1rem;
    position: relative;
}

.tab1 .rr h3:before {
    content: "";
    position: absolute;
    top: -23px;
    left: -8%;
    z-index: -1;
    background: url(/images/news/icon.png) center no-repeat;
    background-size: 100%;
    display: block;
    width: 68px;
    height: 57px;
}

.tab1 .rr p {
    font-size: 0.15rem;
    color: #000;
    line-height: 0.23rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    /* max-height:140px; */
    overflow:hidden;
    text-indent: 0.3rem;
}
.tab1 .rr>div{text-align: center;}
.tab1 .rr a {
    display: inline-block;
    color: #fff;
    background: #D81718;
    line-height: 0.3rem;
    height: 0.3rem;
    padding: 0 0.3rem;
    border-radius: 0.15rem;
    margin: 0.2rem auto 0;
    font-size: 0.15rem;
}

.tab1 ul {
    overflow: hidden;
    clear: both;

}

.tab1 ul li {
    border-bottom: 1px #dddddd solid;
    padding: 0.1rem 0;
    width: 100%;
    color: #333333;
    overflow: hidden;
}

.tab1 ul li b {
    color: #333;
    font-size: 0.13rem;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.05rem;
}

.tab1 ul li .txt {
    display: inline-block;
    width: 100%;
}

.tab1 ul li h5 {
    font-size: 0.19rem;
    color: #000;
    margin: 0;
    line-height: 0.23rem;
    margin-bottom: 0.07rem;
}

.tab1 ul li p {
    font-size: 0.15rem;
}

.tab1 ul li a {
    color: #d71718;
    font-size: 0.15rem;
    font-weight: normal;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1%;
    float: right;
}

.tab2 ul {
    width: 100%;
    overflow: hidden;
}

.tab2 ul li {width: 100%;background: #fff;overflow: hidden;margin-bottom: 0.4rem;border-radius: 0.05rem;font-size: 0.15rem;}
.tab2 ul li .imgBoxScale{height:60vw;overflow: hidden;}
.tab2 ul li>a{display: block;}
.tab2 ul > li:nth-child(3n) {
    margin-right: 0;
}

.tab3 ul li {
    width: 30.33%;
    margin-right: 3%;
    margin-bottom: 3%;
    display: inline-block;
    float: left;
}

.tab2 ul li img, .tab3 ul li img {
    width: 100%;
}

.tab2 ul li .txt, .tab3 ul li .txt {
    padding: 0.1rem;
    background: #fff;
    overflow: hidden;
}

.tab2 ul li .txt h6, .tab3 ul li .txt h6 {font-size: 0.19rem;font-weight: bold;margin-right: 0.8rem;}

.tab2 ul li .txt h6 span {
    display: inline-block;
    width: 100%;
}
.tab2 ul li .txt .time{font-size: 0.13rem;color: #8D8D8D;float: right;margin-top: 0.03rem;}
.tab2 ul li .txt b {
    color: #999;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.4rem;
    display: block;
}

.tab2 ul li .txt p {
    line-height: 0.23rem;
}

.tab2.center ul li .txt h6{margin-right: 0;}

.tab2 ul li .txt a {
    width: 50%;
    display: inline-block;
    float: left;
    text-decoration: none;
    font-size: 0.15rem;
    color: #666666;
    text-align: right;
    margin-top: 0.5rem;
    margin-bottom: 0.1rem;
}

.tab2 ul li .txt a.down {
    text-align: left;
}
a.details,a.down{z-index: 1;}
a.down:before {
    content: '';
    display: inline-block;
    background: url(/images/icon-down.png) center no-repeat;
    background-size: 100%;
    width: 0.21rem;
    height: 0.25rem;
    margin-right: 0.07rem;
    vertical-align: middle;
}

a.details:before {
    content: '';
    display: inline-block;
    background: url(/images/icon-details.png) center no-repeat;
    background-size: 100%;
    width: 0.21rem;
    height: 0.26rem;
    margin-right: 0.1rem;
    vertical-align: middle;
}

/*  */
body#page-newsDetails {
    background: #fff;
}


#page-newsDetails .main div.content h1 {
    color: #000;
    font-size: 0.19rem;
    margin-top: 3%;
}

#page-newsDetails .main div.content b {
    font-weight: 400;
    color: #333333;
    font-size: 0.15rem;
    display: inline-block;
    float: left;
    width: 50%;
    margin: 2% 0;
}

#page-newsDetails .main div.content span[class*="icon"] {
    display: inline-block;
    width: 50%;
    height: auto;
    margin: 2% 0;
}
.clr{
    overflow: hidden;
    clear: both;
}
#page-newsDetails .main div.content span.icon_l {
    float: left;
    text-align: left;
}

#page-newsDetails .main div.content span.icon_r {
    float: right;
    text-align: right;

}

#page-newsDetails .main div.content p {
    font-size: 0.15rem;
    color: #000;
    line-height: 0.23rem;
    text-indent: 2em;
    margin-bottom: 1%;
}

#page-newsDetails .main div.content > img {
    width: 60%;
    margin: 2% auto 0;
    height: auto;
    display: block;
}

#page-newsDetails .main div.content i {
    font-style: normal;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 1% 0;
}


/* job */
#page-socialRecruitment{background: #fff;}
#page-socialRecruitment .main .m-part1,#page-announcement .m-part1{overflow-x: scroll;}
#page-socialRecruitment .main ul,#page-announcement .m-part1 ul{min-width: 6rem;}
#page-socialRecruitment .main .m-part1>.tab-body:nth-child(2n-1) {
    background: #f7f7f7;
}
#page-socialRecruitment .main ul li {
    text-align: center;
    float: left;
    font-size: 0.15rem;
    line-height: 0.23rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
#page-socialRecruitment .main .tab-body {
    height: 0.6rem;
    overflow: hidden;
}
#page-socialRecruitment .main .tab-body.show {
    height: auto;
}
#page-socialRecruitment .main .tab-header>li:nth-child(1), #page-socialRecruitment .main .tab-header>li:nth-child(2), #page-socialRecruitment .main .tab-body>li:nth-child(1), #page-socialRecruitment .main .tab-body>li:nth-child(2) {
    width: 20%;
    line-height: 0.6rem;
}
#page-socialRecruitment .main .tab-header>li:nth-child(3), #page-socialRecruitment .main .tab-header>li:nth-child(4), #page-socialRecruitment .main .tab-body>li:nth-child(3), #page-socialRecruitment .main .tab-body>li:nth-child(4) {
    width: 30%;
    line-height: 0.6rem;
    text-align: left;
}
#page-socialRecruitment .main .tab-header>li:nth-child(3), #page-socialRecruitment .main .tab-header>li:nth-child(4){text-align:center;}
#page-socialRecruitment .main .tab-body.show>li:nth-child(3), #page-socialRecruitment .main .tab-body.show>li:nth-child(4) {
    padding-top: 0.19rem;
    line-height: 0.23rem;
}
#page-socialRecruitment .main .tab-header li {
    color: #fff;
    font-size: 0.16rem;
    background: #d71718;
    border-right: 1px #fff solid;
    box-sizing: border-box;
    height: 0.6rem;
    line-height: 0.6rem;
}
#page-socialRecruitment .main .tab-header>li:last-child {
    border: none;
}
#page-socialRecruitment .main .tab-body.show>li:last-child {
    background: url(/images/job_close.png)no-repeat;
    background-position: 99% 0.24rem;
    background-size: 0.14rem;
}
#page-socialRecruitment .main .tab-body>li:last-child {
    background: url(/images/job_more.png)no-repeat;
    background-position: 99% 0.24rem;
    padding-right: 0.22rem;
    background-size: 0.14rem;
}

/* 足球直播吧制度 */
#page-rules .main .tab2.center{margin-top:0.2rem;}
/* 临时公告 */
#page-announcement{background: #fff;}
#page-announcement .main .m-part1 ul>li{font-size: 0.15rem;height: 0.6rem;line-height: 0.6rem;padding-left: 0.08rem;}
#page-announcement .main .m-part1 ul>li:nth-child(2n){background: #f7f7f7;}
#page-announcement .main .m-part1.middle{margin:0 0 0.2rem;}
#page-announcement .main b,#page-announcement .main li span,#page-announcement .main .details,#page-announcement .main .down{margin-right:0.08rem;}
#page-announcement .main a.details:before,#page-announcement .main a.down:before{width: 0.16rem;height: 0.2rem;margin-right: 0.05rem;}

/* 主要股东 */
#page-supervision{background:#fff;}
#page-supervision .main dl {
    width: 100%;
    margin: 3% 0;
}
#page-supervision .main dl dt {
    background: #d71718;
    border-top: 1px #dddddd solid;
    border-left: 1px #dddddd solid;
    border-right: 1px #dddddd solid;
    color: #fff;
    width: 100%;
    height: 0.6rem;
}
#page-supervision .main dl p.ll {
    border-right: 1px #dddddd solid;width:60%;
}
#page-supervision .main dl p {
    float: left;
    width: 40%;
    height: 0.6rem;
    text-align: center;
    font-size: 0.15rem;
    font-weight: normal;
    box-sizing: border-box;
    position: relative;
}
#page-supervision .main dl p>span{
    width: 100%;
    position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)
}
#page-supervision .main dl dd {
    width: 100%;
    height: 0.6rem;
    color: #333;
    border-left: 1px #dddddd solid;
    border-right: 1px #dddddd solid;
}
#page-supervision .main dl>dd:nth-child(2n-1) {
    background: #F7F7F7;
}
#page-supervision .main dl>dd:last-child {
    border-bottom: 1px #dddddd solid;
}

/* 法律声明 */
#page-legal{background:#fff;}
#page-legal .main{font-size: 0.15rem;line-height: 0.23rem;}
#page-legal .main h3{
    font-size: 0.19rem;
    margin: 0.2rem 0 0.13rem;
    font-weight: normal;
}
#page-legal .main .m-part1 p{
    color: #666;
    text-indent: 0.3rem;
}
/* 联系我们 */
#page-service{background: #fff;}
#page-service .main .m-part1 > div {
    position: relative;
    padding: 0.1rem;
    overflow: hidden;
}

#page-service .ll {
    overflow: hidden;
    padding: 0.2rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0 20px #d4d4d4;
    border-radius: 5px;
    margin-top: 0.3rem;
}
#page-service .ll div{
    margin-bottom: 0.1rem;
}
#page-service .ll input {
    width: 100%;
    height: 0.36rem;
    line-height: 0.36rem;
    padding: 0 0.1rem;
    border: 1px #ddd solid;
    box-sizing:  border-box;
    font-size: 0.15rem;
    color: #333;
    border-radius: 0.05rem;
}

#page-service .ll b {
    color: #999999;
    font-size: 0.16rem;
    line-height: 0.30rem;
    display: block;
    font-weight: normal;
}
#page-service div.information,#page-service div.selectBox{
    position: relative;
}
#page-service textarea.information{
    width: 100%;
    padding: 0.1rem 0.1rem 0.15rem;
    box-sizing:  border-box;
    font-size: 0.16rem;
    height: 1.8rem;
    overflow:auto;
    color: #333;
    font-weight: initial;
    font-family: -webkit-body;
    border:1px solid #ddd;
    border-radius: 0.05rem;
    margin-bottom: 0.1rem;
}
#page-service .ll .select_show_div{
    position: relative;
    width:100%;
    line-height: 0.36rem;
    height: 0.36rem;
    border: 1px #ddd solid;
    padding: 0 0.15rem 0 0.1rem;
    box-sizing: border-box;
    margin-bottom:0;
    cursor: pointer;
    font-size: 0.16rem;
    border-radius: 0.05rem;
}
#page-service .ll .select_show_div img{
    position: absolute;
    right: 0.05rem;
    top: 0.15rem;
    width: 0.12rem;
}
#page-service .text_div{
    display:inline-block;
    margin:0;
    color:#333;
    width: 100%;
    font-size: 0.13rem;
}
#page-service .listBox {
    display:none;
    position: absolute;
    width:100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top:2px solid #ddd;
    z-index: 1;
    top: 0.36rem;
    box-sizing: border-box;
    height: 2.2rem;
    overflow-y: scroll;
}
#page-service .listBox li{
    padding: 0.08rem 0.1rem;
    font-size: 0.15rem;
    color: #666;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

#page-service div.information a{
   color: transparent;
   display: block;
   position: absolute;
   bottom: -0.07rem;
   right: -0.1rem;
   background: url("/images/icon-contact.png") center no-repeat;
   background-size: 100%;
   width: 0.45rem;
   height: 0.45rem;
   cursor:pointer;
}
#page-service .rr {
    /* width: 45%; */
    box-sizing: border-box;
}


#page-service i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.05rem;
}

#page-service .rr p {
    margin: 0 auto;
    font-size: 0.15rem;
    line-height: 0.23rem;
    margin-top: 0.15rem;
    word-break: break-word;
}
#page-service .rr>p:first-child{margin-top:0;text-indent: 0.3rem;}

#page-service .rr h4 {
    margin: 0.15rem auto 0.1rem;
    font-size: 0.18rem;
}

#page-service .rr p ,#page-service .rr h4{
    color:#333;
}
#page-service i.tel {
    background: url("/images/contact_02.png") center no-repeat;
    background-size: 100%;
    width: 0.15rem;
    height: 0.15rem;
}
#page-service i.fex{
    background: url("/images/contact_03.png") center no-repeat;
    background-size: 100%;
    width: 0.15rem;
    height: 0.15rem;
}
#page-service i.e_mail{
    background: url("/images/contact_04.png") center no-repeat;
    background-size: 100%;
    width: 0.15rem;
    height: 0.15rem;
}
#page-service i.zip_code{
    background: url("/images/contact_05.png") center no-repeat;
    background-size: 100%;
    width: 0.15rem;
    height: 0.15rem;
}
#page-service i.loca{
    background: url("/images/contact_06.png") center no-repeat;
    background-size: 100%;
    width: 0.12rem;
    height: 0.16rem;
}

