@charset "utf-8";
/* CSS Document */
 .con {display:flex;}
.list {border:1px #ccc solid;width:198px;align-self:flex-start}
.list .caption {background:url(../images/ltitle.jpg) no-repeat;width:197px;height:28px;text-align:center;}  
.list .caption a{color:#fff;font:bold 14px/28px arial; text-decoration:none;}  
.list .caption a:hover{color:#0A46A0}
.list ul {width:148px;margin-left:20px;margin:10px 20px;}
.list li {font:12px/25px airal;background:url(../images/icon1.gif) no-repeat 5px 6px;padding-left:20px;height:25px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list li a {color:#333; text-decoration:none;}
.list li a:hover {color:#000; text-decoration:underline;}

.text {width: 950px;margin: 0 auto;}
.text p {font:12px/18px arial;padding-top:10px;}
.text table {border-collapse:collapse;border:none;width:100%;margin:10px 0;}
.text table caption {font:bolder 14px/20px arial;color:#333;text-align:left;}
.text table caption a{font:normal 12px/20px arial;color:#888;text-align:left;padding-left:20px;} 
.text table tr {height:45px;}
.text table td {height:45px;font:12px/22px arial;background:#fff;border:1px #ccc solid;padding-left:5px;}
.text table .line td {background:#EFEFEF;}
.text table .title td {background:#F3F3F3;}
.text span a{font:12px/40px arial;}