@charset "gb2312";



/* CSS Document */



/*html, body {*/



/*    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;*/



/*    background: url(/static/skin/jdbbg.png) repeat;*/



/*    color: #444;*/



/*    font: 14px/1.5 tahoma,"\5FAE\8F6F\96C5\9ED1","\5B8B\4F53",arial,georgia,verdana,helvetica,sans-serif;*/



/*}*/



 body {
    min-width: 320px;
    font: 400 14px / 1.5 "\5FAE\8F6F\96C5\9ED1", Helvetica;
    background: #f0f5f9;
    font-size: 14px;
    max-width: 720px;
    margin: 0 auto;
}

.post-list li {
    padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;
}

 .list-title{
  background: linear-gradient(to right, #AB9A7A, #AB9A7A);
  color: #fff;
  border-left: 1px solid #d8d2e7;
  border-right: 1px solid #d8d2e7;
  height: 42px;
  line-height: 40px;
  font-size: 20pt;
  text-align: center;
  text-shadow: 0px 1px 1px #858585;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.post-list a {
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 8px;
  background: #eee;
  background-image: linear-gradient(to top, #fff, #eee, #fff);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}



* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}






ol, ul {



    list-style: none;



}







h1, h2, h3, h4, h5, h6 {



    font-size: 100%;



}



a{



    color: #444;



}



a:link {



    text-decoration: none;



}







a:visited {



    text-decoration: none;



}







a:hover {



    position: relative;



    left: 1px;



    top: 1px;



    text-decoration: underline;



}







a:active {



    text-decoration: none;



}







a:focus {



    outline: none;



}







a.hidefocus {



    outline: none



}















input[type=text], input[type=button], input[type=submit] {



    -webkit-appearance: none;



    outline: none;



}



















button {



    border: 0;



    outline: none;



    cursor: pointer;



}



input{outline:none}







.clearfix:before, .clearfix:after {



    content: "";



    display: table;



}



.clearfix:after {



    clear: both;



}



.center{



    text-align: center;



}



.pad{



    padding:2px;



}



table {



    width: 100%;



}



table td {



    border: 1px solid #e5e5e5;



    padding: 3px 2px;



    word-break: break-all;



}



table td a{



    height: 100%;



}







.f14{



    font-size: 14pt;



}



.f13{



    font-size: 13pt;



}



.f12{



    font-size: 12pt;



}
.content {
    background:#FFF;
}
table {
    border: 1px solid #FFFFFF;
  width: 100%;
  border-collapse: collapse;
  background-color: #FFFFFF;
}
  .table-link a {
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .table-link td {
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 在溢出时显示省略号 */
    width: 100%; /* 单元格宽度设置为100% */
  }
  .table-link a font {
    line-height: 35px;
  }
  