<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-wrap{
  margin: 0 auto;
  width: 1002px;
}

.main-title-container .main-title{
  text-indent: 100px;
}

.banner-right{
  position: relative;
  width: 337px;
  height: 200px;
  background: url("../images/banner_right.png") no-repeat center;
}
.banner-right .button{
  position: absolute;
  left: 45px;
  top: 144px;
  width: 258px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 40px;
  background: url("../images/button_bg_green.png");
}
.banner-right .button:hover{
  text-decoration: none;
  color: white;
  background: url("../images/button_bg_on_green.png");
}
/*.banner-right .month , .date , .day , .time , .button{
  position: absolute;
}

.banner-right .month{
  left: 90px;
  top: 35px;
  font-size: 14px;
  color: white;
}
.banner-right .date{
  left: 90px;
  top: 70px;
  font-size: 50px;
  color: #252525;
}
.banner-right .day{
  left: 20px;
  top: 100px;
  font-size: 12px;
}*/
.banner-right .time{
  left: 110px;
  top: 110px;
  font-size: 14px;
  color: #656565;
}
.banner-right .time .meeting-time{
  font-size: 16px;
  color: #004389;
}

.main-body{
  margin-bottom: 20px;
}
.main-body .main-body-left,.main-body-right{
  background-color: white;
  border: 1px solid #babcbb;
  border-radius: 4px;
  height: 582px;
}
.main-body .main-body-left{
  position: relative;
  width: 662px;
  margin-right: 2px;
}
.main-body .main-body-left .title{
  font-size: 16px;
  color: #76b8ed;
  border-bottom: 2px solid #69b2ec;
  padding: 8px 20px 8px 0px;
  height: 27px;
}
.main-body .main-body-left .title div{
  padding-right: 20px;
  padding-left: 20px;
  height: 32px;
}
.main-body .main-body-left .title div:hover{
  cursor: pointer;
  color: #004389;
  border-bottom: 5px solid #004389
}
.main-body .main-body-left .current{
  cursor: pointer;
  color: #004389;
  border-bottom: 5px solid #004389
}
.main-body .main-body-left .meeting-bg{
  /*height: 500px;*/
  background-color: white;
}
.main-body .main-body-left .meeting-introduction,.meeting-manual{
  position: absolute;
  top: 42px;
  left: 0px;
  background-color: white;
  width: 620px;
  text-align: center;
/*  height: 450px;
*/
  padding: 20px;
  /*padding-top:20px;*/
}
.main-body .main-body-left .meeting-introduction{
  z-index: 20;
}
.main-body .main-body-left .meeting-agenda{
  text-align: center;
  padding-top: 40px;
  z-index: 10;
}
.main-body .main-body-left .meeting-manual{
  z-index: 10;
}
.main-body .main-body-left .meeting-agenda img{
  /*height: 400px;*/
  width: 100%;
}

.main-body .main-body-left .meeting-agenda .meeting-schedule{
  margin: 0 auto;
}
.main-body .main-body-left .meeting-agenda .meeting-schedule tr,th,td{
  text-align: center;
  padding: 20px 60px;
}
.main-body .main-body-left .meeting-agenda .meeting-schedule th{
  font-size: 18px;
}

.main-body .main-body-right{
  overflow: hidden;
  width: 323px;
}
.main-body .main-body-right .title{
  margin-top: 10px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #d8dbf0;
  text-indent: 5px;
  border-left: 5px solid #204ea3;
  color: #004389;
}
.main-body .main-body-right .content-info{
  padding: 10px;
  color: #004389;
  font-size: 14px;
  /*text-align: justify;*/
}
.main-body .main-body-right .content-container{
  padding: 0px 10px 10px 10px;
}

.main-body .main-body-right .content-container .joined-box .info{
  line-height: 20px;
  margin-top: 15px;
}
.main-body .main-body-right .content-container .joined-box .info p,span{
  font-size: 14px;
  color: #727273;
}

.main-body .main-body-right .content-container .joined-box .info strong{
  padding-right: 8px;
  color: #eb9c25;
  font-size: 18px;
}
.main-body .main-body-right .content-container .joined-box .info .succeed-people{
  color: #004389;
  font-size: 14px;
}
.main-body .main-body-right .content-container .joined-box .info .succeed-people-count{
  font-size: 24px;
  color: #ea9816;
}
.main-body .main-body-right .content-container .joined-box .info .succeed-people-all{
  color: #343434;
  font-size: 14px;
}

.main-body .main-body-right .content-container .joined-box .line-bg{
  margin-top: 2px;
  background-color: #dddee1;
  width: 100%;
  height: 16px;
  text-align: left;
}
.main-body .main-body-right .content-container .joined-box .line-bg-light{
  background-color: #e7e7e7;
}
.main-body .main-body-right .content-container .joined-box .line-bg .line{
  height: 16px;
  background: url("../images/rate_line.png") repeat;
}
.main-body .main-body-right .content-container .joined-box .line-bg .line-dark{
  height: 16px;
  background: url("../images/rate_line_dark.png") repeat;
}
</pre></body></html>