@charset "utf-8";
/* CSS Document */


* { margin:0px; padding:0px; list-style-type: none;}
HTML { padding: 0px; margin: 0px }
body { font-family:"微软雅黑",Tahoma,Helvetica,Arial,sans-serif;}

a{color: #333;}
a:hover,a:focus {color: #0c92f2; text-decoration: none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-weight:normal;}
a img { border:0px; }
img:hover  { margin:0; padding:0;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

border: { zoom:1;  }
ul, li,  p { margin:0; padding:0; border:none; list-style-type:none;}
.clear {clear: both; }
.hr2,.hr4,.hr5,.hr6,.hr8,.hr10,.hr15,.hr20,.hr40{margin:0 auto; padding:0px; font-size:0;line-height:0;clear:both;}
.hr2{height:2px;}.hr4{height:4px;}.hr5{height:5px;}.hr6{height:6px;}.hr8{height:8px;}.hr9{height:9px;}.hr10{height:10px;}.hr20{height:20px;}.hr15{height:15px;}.hr40{height:40px;}
.dash {border-bottom:1px dashed #ddd; text-align:center;}
.dis{ display:block;}
.undis{ display:none; }

.row h1{margin:20px; text-indent:2em;font-size:20px; line-height:45px; }
.row h2{  font-size:18px;font-weight: bold;  line-height:25px; padding-bottom:5px;}
.row h3{ padding:6px 15px; font-size:20px;border-left: 3px solid #9b0000;font-weight: bold; margin: 15px;}
.row p{ font-size:16px; line-height:30px; }
.row h6{color: #999;line-height: 25px; font-size:14px; padding-top:5px;}
.row p b{ color:#9b0000; font-size:18px;}
.row .bd ul li{ margin:20px 0; float:left;}

.row .box{ font-size:20px; margin:20px auto; height:50px; line-height:50px; width:100%; font-weight:600;}
.row .pic{}
.row .pic ul{}
.row .pic ul li{padding:20px 10px;}
.row .pic p{ text-align:center;}
.row .pic img{margin:0; padding:0;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

.table{-webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;}
		  
.table th,.table td {padding: 5px;line-height: 25px;text-align: center;vertical-align: top;border-top: 1px solid #dddddd;font-size:15px;}
.table td p a{ padding:0 5px 0 20px;  font-size:13px; float:left; color:#999;}
.table td p a:hover{color: #0088cc; }
.table th{ font-size:16px;}
.table {height:500px; overflow-y: auto;overflow-x: hidden;}
.table th{color:#fff;background-color:#0088cc;}
.table td{ font-size:13px; text-align:left;}
.table-striped>tbody>tr:nth-of-type(odd) {background-color: #d9edf7;}


.bline { border-bottom: 2px solid #0088cc; margin:0 auto;}
.foot { padding-top:15px; padding-bottom:20px; line-height:30px; margin:0 auto; 
width: 100%; text-align:center; font-size: 12px;color:#999; }
.foot a{color:#999; padding:0 5px;}
.foot a:hover{color: #0c92f2;}
