@charset "utf-8";
/* CSS Document */
body{margin: 0 0;}
a{
  color:inherit;  text-decoration:none;
}
a:hover{
  color:inherit;
  text-decoration:none;
}
ul{
  list-style:none;
  padding-left:0px;
}
.topic{ width: 100%; text-align: center; height: auto; margin-top:50px;margin-bottom:50px;}
.part1{background-color:rgba(255,255,255,0.90); padding:0px 20px; text-align: center; color: #000; margin-bottom: 20px;}
.part1 p{color: #0076f6; font-size: 42px; line-height: 80px; font-weight: bold; width: 100%; border-bottom: 1px solid #999999; margin-bottom: 0px;}
.part1 ul li{
	font-size:36px; line-height: 94px;border-bottom: 1px solid #999999;
}

.dengji1{ color: #eb6100;}
.dengji2{ color: #0068b7;}
.dengji3{ color: #009944;}