
.teamlist_content_title {
    width: 56%;
    margin: 15px auto;
    text-align: center;
    height: 100px;
    position: relative;
}

.teamlist_content_title h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 100px;
    color: black;
}

.bd_b {
    border-bottom: 1px solid #d3d3d3;
}

.bd_t {
    border-top: 1px solid #d3d3d3;
}

.bd_l {
    border-left: 1px solid #d3d3d3;
}

.bd_r {
    border-right: 1px solid #d3d3d3;
}

.con {
    width: 100%;
    font-family: "Microsoft YaHei";
    border: 1px solid #d3d3d3;
    /*background-color: #ffffff;*/
}

.con-nav {
    height: 50px;
    line-height: 50px;
    /*margin-bottom: 15px;*/
    text-align: center;
    font-size: 30px;
    background-color: #c490bf;
    color: #ffffff;
}

.con-nav .con-nav-date {
    padding-left: 20px;
}

.con-teamname {
    height: 50px;
    background-color: #ffffff;
    /*margin-bottom: 20px;*/
}

.con-teamname span {
    width: 33%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    font-size: 30px;
}

.con-teamname .red {
    color: red;
}

.con-teamlist {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #f2f2f2;
}

.con-teamlist li {
    list-style: none;
}

.con-teamlist .tl-first {
    width: 45.9%;
    float: left;
    padding: 3% 2%;
}

.tl-first .tl-first-tt {
    width: 60px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 13px;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    background-color: #e76877;
}

.con-tl-player {
    width: 29%;
    padding: 10px;
    float: left;
    /*background-color:*/
}

.con-tl-player div {
    margin: 0 auto;
}

.con-tl-player .pl-photo {
    width: 91px;
}

.pl-photo img {
    height: 110px;
}

.con-tl-player .pl-name, .pl-number, .pl-score, .pl-position {
    width: 100px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
}

.con-teamlist .tl-others {
    width: 45.9%;
    float: left;
    padding: 3% 2%;
}

.tl-others .tl-others-tt {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 13px;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    background-color: #e76877;
}

