*{margin: 0;font-size: 15px;}

body{ background-color: #04061d;
      color: #929aac;
}

h1{
      text-align: center;
      margin: 15px 0px;
      color: #f5f5f5;
      font-size: 20px;
}

p{
      font-size: 15px;
      text-indent: 2em;
      text-align: justify;
      
}

b{
      color: #f5f5f5;
}

table{
	width: 100%;
	border: 1px solid #8e94a2;
	border-collapse: collapse;
}

tr{
      width: 100%;
      height: 70px;
      line-height: 120%;
}

td{
	border: 1px solid #8e94a2;
	color: #8e94a2;
	text-align: center;
      padding: 8px;
      line-height: 22px;
}

a{
      text-decoration: none;
	transition: all 0.4s ease 0s;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
      color: #17e2e9;
      font-weight: bold;
}


.all_box{
      background-color:#04061d;
}

.lnd{padding: 7px 10px;}

.space{
      margin-bottom: 10px;
      word-break:break-all;
}

.title{width: 5px;
       height: 16px;
       background-color: #2597D9;
       border-radius: 30%;
       float:left;
       margin-right: 10px;
       margin-top: 3px;
       }

.title_tex{font-weight: bold;
           color:#f5f5f5;
           }


.line{
      border-bottom: solid 1px #161525;
}

.xiayi{
      color: #f5f5f5;
      margin-bottom: 15px;
      font-weight: bold;
}

.top{
      color: #f5f5f5;
      margin-top: 15px;
      margin-bottom: 7px;
      font-weight: bold;
      text-align: right;
}

.top2{
      color: #f5f5f5;
      font-weight: bold;
	  margin-bottom: 7px;
      text-align: right;
}

.top3{
      color: #f5f5f5;
      margin-bottom: 20px;
      font-weight: bold;
      text-align: right;
}

td:nth-child(1) {
      width: 35%;
      word-break:break-all;
 }

 td:nth-child(2) {
      width: 30%;
 }


 td:nth-child(3) {
      width: 30%;
 }

 .a{
      margin-bottom: 10px;
 }

 .b{
      color: #8e94a2;
      font-weight: bold;
 }
