* {
	margin: 0;
	padding: 0;

}
a{
    color: #333;
    text-decoration: none;
}
a:link{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}


#bod{
    /* height: 1100px; */
    /* background-color: #e5e5e5; */
}
.today{
    color: white;
 }
 .week{
    color: white;
 }
.header{
    position: fixed;
    height: 56px;
    width: 100%;
    background-color: #5f9cd4;
    line-height: 56px;
    font-size: 18px;
    color: white;
    z-index: 999999;
    
}
.header a{
    color: white;
    text-decoration: none;
}
.img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.menu{
    float: right;
    width: 56px;
    height: 56px;
}

.summary{
    width: 95%;
    height: 180px;
    background-color: #5f9cd4;
    margin:  0px auto; 
    border-radius: 5px 5px 0px 0px;
}

.clear{
    clear:both;
}

.date{
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #a9b9e1;
}

.today{
    margin-left: 20px;
    font-size: 24px;
    font-weight: 600;
}

.week{
    margin-left: 20px;
    font-size: 18px;
}

.time{
    width: 100%;
    height: 35px;
    color: white;
    
}

.time img{
    width: 24px;
    height: 24px;
    margin-left: 20px;
}

.title{
    width: 95%;
    height: 60px;
    color: white;
    line-height: 34px;
    margin-left: 20px;

    /* text-indent: 2em; */
    /* overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */

}

.title span{
    margin-left: 20px;
}

.City{
    margin-left: 15px;
}

.host_big{
    height: 100%;
}

.host{
    width: 95%;
    height: 100%;
    background-color: white;
    margin: 0 auto;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #f1f1f1;
}

.host_title{
    width: 100%;
    height: 45px;
    font-size: 20px;
    font-weight: 600;
    /* margin-left: 20px; */
}

.host_title span{
    margin-left: 20px;
    line-height: 40px;
}

.host_name{
    display: flex;
    height: 60px;
    margin-bottom: 15px;
    color: #989898;
}

.host_img{
    width: 60px;
    height: 60px;
    margin-left: 20px
    /* flex: 1;  */
    /* background-color: aqua; */
}
.host_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.host_info{
    margin-left: 21px;
    flex: 1; 
}

.host_info p{
    margin: 0 0 5px;
}

.schedule{
    
    width: 95%;
    height: 160px;
    margin: 15px auto;
    border-left: 3px solid #5f9cd4;
    border-bottom: 3px solid #5f9cd4;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 8px 9px 0px rgb(217 244 255);
}

.details{
    width: 95%;
    height: 120px;
    /* background-color: azure; */
    position: absolute;
    top: 20px;
    left: 17px;
    bottom: 0;
    right: 0;
    border: 1px solid #f1f1f1;
    border-radius: 0px 5px 5px 0px;
}

.details_title{
    /* height: 50px; */
    font-weight: 600;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 10px;
  
}

.schedule_time{
    font-size: 18px;
    margin-left: 25px;
}

/* 小点 */
.circle{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #E5E5E5;
    position: absolute;
    margin-left: -9px;
    margin-top: -16px;
}

.circle_down{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #E5E5E5;
    position: absolute;
    margin-left: 3px;
    margin-top: -15px;
}
/* 变动 */
.speaker-box {
    border: 1px dotted #5f9cd4;
    box-shadow: 0px 8px 9px 0px #5f9cd4;
    padding: 12px;
    width: 95%;
    margin: 0px auto;
}