@charset "utf-8";

/* 公用部分 在 common_v3.css 中 */

/* 赛事列表 样式 */
table.search { width:80%; margin:0 auto; border-collapse:collapse; margin-top:20px; margin-bottom:20px; height:34px;}
table.search td { padding-top:5px; padding-bottom:5px; height:34px;}
table.search td.search_input { text-align:right; width:100%;}
table.search td.search_input .txt { width:100%; height:32px; border:1px solid #C7C7C7; border-top-left-radius:5px; border-bottom-left-radius:5px; border-right:none; padding-left:3px;}
table.search td.search_btn { text-align:left; width:38px;}
table.search td.search_btn .btn { width:38px; height:34px; border:1px solid #C7C7C7;}

#list { width:96%; margin:0 auto;}
#list table { width:100%; margin:0 auto; margin-bottom:10px; /* border-left:1px solid #DDD; border-bottom:1px solid #DDD; border-top:1px solid #EEE; border-right:1px solid #EEE; */ border-collapse:collapse;}
#list table td { border:none; padding:8px 5px; color:#666;}
#list table td.title { font-size:1.5rem; font-weight:bold;}
#list table td.touxiang { width:70px;}
#list table td.year_time { background-color:#E8E8E8;}
#list table td.event_city { border-bottom:1px solid #F1F1F1; color:#999;}
#list table td.num { color:#666;}
#list table td img { width:60px; height:60px; border-radius:5px;}

#list table td .event_status { max-width:60px; font-size:1.2rem; height:24px; line-height:24px; text-align:center; border:1px solid;}
#list table td .auth { float:float; font-size:1.2rem;}
#list table td .time { float:right; font-size:1.2rem;}



/* 分组表 样式  event_fenzu.html */
#common_banner { width:90%; margin:0 auto; text-align:center;}
#common_banner img {/*  width:100%; max-width:100%; */ max-height:120px; border:0px;}

table#table_lun { width:100%; margin:0 auto; border:0; border-collapse:collapse; background-color:#D7D5D6;}
table#table_lun td { margin:0; padding:10px 0px;  border:0; font-size:1.6rem; color:#333333;}
table#table_lun td img { vertical-align:middle;}
table#table_lun td.lun_on { width:25%; text-align:center;}
table#table_lun td.lun_list { width:70%; text-align:right; padding-right:5%;}
table#table_lun td a { background-color:#BCBCBC; border-radius:3px; color:#FFF; margin:0px 8px; padding:2px 8px;}
table#table_lun td a.on { background-color:#0e29cd;}

#fenzu { width:100%; margin:0 auto;}
#fenzu table { width:100%; margin:0 auto; border:none; border-collapse:collapse;}
#fenzu table tr.tr_title td { font-size:1.4rem; padding:10px 2px;}
#fenzu table td { border:none; font-size:1.4rem; padding:5px 0px; color:#333333; text-align:center;}
#fenzu table td img.zz_img { margin-right:3px;}
#fenzu table tr.group_name td { background-color:#C9C7C8; font-size:1.5rem;}
#fenzu table tr.bg_white td { background-color:#FFF;}
#fenzu table tr.bg_hui td { background-color:#F2F2F2;}





#log_logo { width:100%; height:auto; margin:0 atuo; background-color:#FFF; padding:15px 0px;}
#log_logo  table { width:100%; border:none; border-collapse:collapse;}
#log_logo  table td { height:70px;}
#log_logo  table td.touxiang { width:40%; border-right:1px solid #E8E8E8; text-align:center;}
#log_logo  table td.touxiang img { width:auto; border:0px;}
#log_logo  table td.elogo img { height:70px;}
#log_logo  table td.ebanner img { height:40px;}
#log_logo  table td.name  { width:60%; height:auto; border:0px; padding-left:15px; padding-right:15px; font-size:1.6rem; font-weight:bold; color:rgba(51,51,51,1)}
#log_logo  table td .view_num  { font-size:1.4rem; color:rgba(51,51,51,0.8); font-weight:normal; margin-top:5px;}
#log_logo  table td .view_num  .num { color:#CC3333;}
#log_logo  table td .view_num img { float:right; height:15px;}