@charset "utf-8";
/* CSS Document */

    .logo-2 {
        height: 2.2rem !important;
    }

    .bg-dark {
        background: #fff !important;
    }

    .logo-2 {
        width: 231px;
        height: 60px !important;
    }

body{margin:0;}
 
.top{background-color: #1c63cf; height: 35px; padding-left: 0px; color: #ffffff; line-height: 32px;}
 

.gddb {
    background: #1c63cf;
    padding: 10px 0 6px 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}
.gddb ul {
    height: 0px;
}
.gddb ul li {
    float: left;
    width: 25%;
    text-align: center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.gddb ul li span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 22px;
}
a {
    color: #1C86EE;
    text-decoration: none;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: normal;
}



//内容页

    @media screen and (min-width: 900px) {
        body {
            background: #f1f1f1;
        }

        .mobile-type, .mobile-icon {
            display: none;
        }

        .match-vs {
            width: 10%;
        }

        .match-left-team {
            width: 20%;
            text-align: right;
        }

        .match-right-team {
            width: 20%;
            text-align: left;
        }

        .match-type {
            width: 10%;
        }

        .match-start-time {
            width: 15%;
        }

        .match-live {
            width: 10%;
        }

        .mobile-time, .mobile-left-team, .mobile-right-team {
            display: none;
        }

        .match-list .match-item {
            font-weight: bolder;
        }
		 .article-info span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-right: 20px;
	
	 
}
     .article-info {
	 /*text-align: center;*/
}
    }

    .match-list {
        background: #fff;
    }

    .match-list .match-type {
        padding-left: 1rem;
        text-align: right;
    }

    .match-list ul {
        padding: 0;
        margin: 0;
    }

    .match-list .match-date {
        font-size: 1.2rem;
        padding: 10px 0;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
		text-align: center;
    }

    .match-list .match-date i, .match-list .match-live i {
        padding-right: 5px;
    }

    .match-list .match-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        color: #333;
    }

    .match-link:hover {
        text-decoration: none;
        background: #f2f2f2;
    }

    .match-link {
        border-bottom: 1px solid #f2f2f2;
    }

    .match-live {
        padding: 4px 15px;
        background: #2e8eff;
        border-radius: 10px;
        color: #fff;
    }

    .match-vs {
        text-align: center;
    }
		 .article-info span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-right: 20px;
	
	 
}
     .article-info {
	 /*text-align: center;*/
}
    @media screen and (max-width: 900px) {
        .match-start-time, .match-live, .match-type, .left-team, .right-team, .vs {
            display: none;
        }

        .mobile-icon {
            display: block;
            color: #2e8eff;
            width: 10%;
            font-size: 22px;
        }

        .match-left-team, .match-right-team {
            width: 33%;
        }

        .match-link {
            text-align: center;
            padding: 10px 0;
        }

        .match-date {
            text-align: center;
        }

        .mobile-time {
            color: #f00;
        }
		.article-info span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-right: 20px;
	 
}
     .article-info {
	 /*text-align: center;*/
}
    }


