.article-content {
    display: flex;
    justify-content: space-between;
}

.article-content .article-detail {
    width: 70%;
    border-radius: 10px;
    height: fit-content;
}

.article-content .article-detail .luxiang-jijin-list {
    background: #fff;
    border-radius: 10px;
}

.article-content .article-detail .luxiang-jijin-list h3 {
    padding: 20px 15px;
    font-size: 20px;
}

.article-content .article-detail .luxiang-jijin-list ul li {
    border-bottom: solid 1px #eee;
    background: url(../images/jijin.png) no-repeat;
    background-position-y: center;
    padding: 0 10px 0 30px;
    background-position-x: 10px;
}

.article-content .article-detail .luxiang-jijin-list ul li:hover {
    background: url(../images/jijin.png) no-repeat #f9f9f9;
    background-position-y: center;
    background-position-x: 10px;
    padding: 0 10px 0 30px;
}

.article-content .article-detail .luxiang-jijin-list ul li.luxiang {
    background: url(../images/video_blue.png) no-repeat;
    background-position-y: center;
    background-position-x: 10px;
}

.article-content .article-detail .luxiang-jijin-list ul li.luxiang:hover {
    background: url(../images/video_blue.png) no-repeat #f9f9f9;
    background-position-y: center;
    background-position-x: 10px;
}

.article-content .article-detail .luxiang-jijin-list ul li a {
    color: #019CFF;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.article-content .article-detail .luxiang-jijin-list ul li:nth-child(1) a {
    border-top: solid 1px #eee;
}

.article-content .article-detail .luxiang-jijin-list ul li.luxiang a {
    color: #459ADD !important;
}

.article-content .article-detail .article-detail-wz {
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.article-content .article-detail .article-detail-wz .article-detail-from {
    padding: 20px 10px 0;
}

.article-content .article-detail .article-detail-wz .article-detail-from h2 {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.article-content .article-detail .article-detail-wz .article-detail-from h2::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 25px;
    background: #459ADD;
}

.article-content .article-detail .article-detail-wz .article-detail-zhengwen {
    font-size: 16px;
    line-height: 30px;
    clear: both;
    padding: 10px 10px 40px;
    user-select: none;
}

.article-detail .news-nav {
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
}

.article-detail .news-nav div {
    display: flex;
}

.article-detail .news-nav div a {
    color: #333333;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    margin: 20px 10px;
    border: solid 1px #eee;
    border-radius: 10px;
    padding: 15px;
    width: 400px;
    height: 100px;
}

.article-detail .news-nav div a span:nth-child(1) {
    margin-bottom: 20px;
    color: #459ADD;
}

.article-detail .news-nav div a span:nth-child(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article-detail .news-nav div a:hover {
    color: #459ADD;
    font-weight: 500;
}

.article-content .article-detail-news {
    width: 28%;
    border-radius: 10px;
    height: fit-content;
}

.zq-lx {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
}

.zq-lx .zq-lx-bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #459ADD;
    margin-left: 10px;
}

.zq-lx .zq-lx-bt a {
    color: #999999;
    font-size: 12px;
    margin-right: 20px;
}

.zq-lx .zq-lx-bt .zq-lx-header {
    margin-left: 0 !important;
}

.zq-lx-header {
    border-bottom: solid 1px #459ADD;
    padding-top: 10px;
    margin-left: 10px;
}

.zq-lx-header div {
    font-size: 18px;
    color: #FFFFFF;
    background: #459ADD;
    width: 134px;
    padding: 6px 5px;
}

.zq-lx-header img {
    width: 20px;
    height: 18px;
    vertical-align: middle;
}

.zq-lx-matchInfo {
    padding: 10px 15px;
    border-bottom: solid 1px #eee;
}

.zq-lx-matchInfo:nth-last-child(1) {
    border: none;
}

.zq-lx-list {
    padding: 10px 0;
    border-bottom: solid 1px #eee;
}

.zq-lx-list .zq-lx-score {
    font-size: 13px;
    color: #999999;
    margin-bottom: 10px;
}

.zq-lx-teamInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zq-lx-teamInfo img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 10px;
}

.zq-lx-teamInfo ul {
    width: 40%;
}

.zq-lx-teamInfo ul li {
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.zq-lx-teamInfo p {
    color: #FF1336;
    font-size: 20px;
    font-weight: 700;
    width: 35%;
}

.zq-lx-teamInfo a {
    border: solid 1px #FFFFFF;
    padding: 5px;
    border-radius: 5px;
    color: #459ADD;
}

.zq-lx-teamInfo a:hover {
    color: #fff;
    background: #459ADD;
}

.remen-team {
    border-radius: 10px;
    background: #FFFFFF;
}

.remen-team-title {
    border-bottom: solid 1px #459ADD;
    padding-top: 10px;
    margin-left: 10px;
}

.remen-team-title div {
    font-size: 18px;
    color: #FFFFFF;
    background: #459ADD;
    width: 134px;
    padding: 6px 5px;
}

.remen-team-title img {
    width: 20px;
    height: 18px;
    vertical-align: middle;
}

.remen-team-tab {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: flex;
}

.remen-team-tab li {
    cursor: pointer;
    color: #459ADD;
    padding: 5px 20px;
    border-radius: 5px;
    border: solid 1px #459ADD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50%;
    text-align: center;
}

.remen-team-tab li:nth-child(1) {
    margin-right: 30px;
}

.remen-team-tab li span {
    font-size: 14px;
    font-weight: 700;
}

.remen-team-list {
    border-bottom: dashed 1px #EEEEEE;
    padding: 15px 30px 15px 15px;
}

.remen-team-list:nth-last-child(1) {
    border: none;
}

.remen-team-list .team-fenlei {
    padding: 10px;
    background: #909091;
    border-radius: 5px;
    color: #fff;
    display: inline;
}

.remen-team-list .team-fenlei a {
    color: #fff;
}

.remen-team-list .team-name {
    display: inline;
}

.remen-team-list .team-name a {
    padding: 10px 5px;
    display: inline-block;
    color: #459ADD;
    font-weight: 700;
}

.remen-team-tab li.active {
    background: #459ADD;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 5px;
}