﻿#main{
    width: 100%;
    /*height: 500px;*/
}

/*.cenercleftb li:hover{
    background-color: #E3E3E3;
    color: #fff;
    font-weight: bold;
}*/
.center{
 
    top: 0;
 
}
.cenercright table{
    width:800px;
    margin: 10px 0px;
    border-collapse:collapse;
	border-spacing:0;
    
}
.cenercright td{
    height:50px;
    border:1px solid #E3E3E3;
    margin:0;
	padding:0;
    text-align: center;
    
}
/*表格灰白样式*/
.huibai td
{
background-color: #f7f7f7;
    height:45px;
}
/*表格第二行字体样式*/
.fs
{
    font-size: 15px;
}
/*超链接字体*/
.a_css
{
color:blue;

}

.bj::before{
    content: "▍";
    color: orangered;
    font-size: 15px;
}

.bj{
    font-size: 16px;
}
.tb1 tr td{border:1px dotted #E3E3E3;height:40px;}
.tit{background: #ECECEC;text-align:center;line-height:40px;font-size:14px;}

/* 适老化 */
.oldModel .cenercright table{
    width: 100%;
}
.oldModel .cenercright table td{
    width: 10%;
    top: 0;
}
.oldModel .cenercright table td:nth-child(2){
    width: 30%;
}
.oldModel .cenercright table td:nth-child(1){
   display: none;
}