    /* 搜索框容器样式 */
    input[type="text"] {
      background-color: rgba(255, 255, 255, 0.9);
      border: 1px solid #8b0000; /* 深红色边框 */
      border-radius: 4px 0 0 4px;
      padding: 6px 12px;
      height: 32px;
      width: 200px;
      color: #333;
      font-size: 14px;
      box-shadow: inset 0 1px 3px rgba(139, 0, 0, 0.1);
      transition: all 0.3s ease;
      box-sizing: border-box;}
    
    /* 输入框聚焦效果 */
    input[type="text"]:focus {
      outline: none;
      border-color: #b22222;
      box-shadow: 0 0 0 2px rgba(178, 34, 34, 0.2);
      background-color: #fff;}
    
    /* 搜索按钮样式 */
    button[type="submit"] {
      background: linear-gradient(to bottom, #8b0000, #a52a2a);
      border-left: none;
      border-radius: 0 4px 4px 0;
      color: white;
      padding: 6px 15px;
      height: 32px;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      display:flex;
      align-items:center;}
/**组件样式**/
.tpcontent{font-weight: bold; font-size: 11pt; color: #2b2b2b; font-family: 宋体;}
.cytpstyle{font-size: 9pt; color: #2b2b2b; font-family: 宋体;}
.content{margin:auto;text-align:left;line-height:18px;padding:3px 0 0 0;color:#727272;}
.process{width:162px;height:11px;background:#EDEDED;overflow:hidden;float:left;margin-left:26px !important;margin-left:13px;margin-right:10px;}
.process div{width:160px;height:11px;background:url(/system/resource/images/newsvote/bg.gif) repeat-x;border-left:1px solid #000;border-right:1px solid #000;}
.process .style7{border-left-color:#ff0000;border-right-color:#ff0000;background-position:0 -77px;}

#vsb_content TABLE{ width:90%; margin:0 auto; border-collapse:collapse; border:1px solid #bbb;} 
#vsb_content TABLE TD{ border:1px solid #bbb; padding:0px 5px;} 

#vsb_content TABLE TD P {
    text-indent: 0px !important; margin: 0px; font-size: 14px;}
#vsb_content TABLE TH P {
    text-indent: 0px !important; margin: 0px; font-size: 14px;}
    
#vsb_content_2 TABLE{ width:90%; margin:0 auto; border-collapse:collapse; border:1px solid #bbb;} 
#vsb_content_2 TABLE TD{ border:1px solid #bbb; padding:0px 5px;} 

#vsb_content_2 TABLE TD P {
    text-indent: 0px !important; margin: 0px; font-size: 14px;}
#vsb_content_2 TABLE TH P {
    text-indent: 0px !important; margin: 0px; font-size: 14px;}
    

