.content{
    width: 100%;
    color: #000;
    padding-top: 20px;
}
/* 左侧内容栏样式设置 */
.medalCont{
    width: 930px;
    float: left;
}
.note{
    height: 45px;
    line-height: 45px;
    background-color: #ffeeba;
    color: #856404;
    font-size: 13px;
    border-radius: 5px;
    padding-left: 20px;
}
.medalTitle{
    font-size: 28px;
    line-height: 44px;
    padding: 10px 0;
    color: #000;
}
.content .medalTable{
    border-collapse: collapse;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #000;
}
.medalTable thead{
    display: table-header-group;
}
.medalTable thead tr{
    background: #0755a7;
    color: #fff;
    height: 45px;
    line-height: 14px;
    vertical-align: center;

}
.medalTable tr td{
    width: 82px;
    text-align: center;
}
.medalTable thead tr td img{
   margin-top: 10px;
    width: 22px;
    height: 22px;
}
.medalTable tr td:nth-child(2){
    width: 344px;
    text-align: left;
}
.medalTable tbody tr{
    height: 29px;
    border-top: 1px solid #dee2e6;
}
.medalTable tbody td img{
    height: 22px;
    margin-top: 5px;
}

.medalTable tbody tr:nth-child(odd){
    background-color: #fbfbf9;
}
.medalTable tbody tr:nth-child(2n){
    background-color: #99f8fd;
}
.content .noteCont{
    margin-top: 30px;
}
.noteCont h1{
    font-size: 20px;
    padding-bottom: 8px;
}
.noteCont ul{
    height: 36px;
    padding-bottom: 16px;
}
.noteCont ul li{
    width: 75px;
    float: left;
    padding-left: 22px;
    position: relative;
    line-height: 20px;
    font-size: 12px;
}
/* 定义图片的位置 */
.noteCont ul li img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.content .right{
    width: 300px;
    position: relative;
}
.content .power{
   width: 100%;
   margin: 10px auto;
}

.content .sourceInfo{
    clear: both;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

/* 倒计时 */
/*countdown*/
.countdown{
	width: 100%;
	margin-top: 50px;
	position: relative;
}
.countdown .count{
	width: 100%;
	position: relative;
    text-align: center;
}
.count div{
	width: 100px;
	margin: 5px auto;
}
.countdown .count img{
    width: 100px;
}
.count ul{
	width: 100%;
	position: relative;
}
.count ul li{
    height: 60px;
	line-height: 80px;
	font-size: 16px;     
	text-align: center;    
	font-weight: bold;
}
.count ul li:nth-child(1){	
	width: 100%;
}
.count ul li.day{
	float: left;
	width: 80px;	
	position: relative;
    margin-left: 15px;
}
span#day{
	display: block;
	float: left;
	height: 100%;
	width: 40px;
	font-size: 24px;    
    color: #0755a7;
    font-weight: bold;
}

.count  ul li.time{
	float: left;
	width: 60px;
	position: relative;
}
span#hour,span#minute,span#second{
	display: block;
	float: left;
	height: 100%;
	width: 40px;
	font-size: 24px;
    color: #0755a7;
    font-weight: bold;
}