@charset "UTF-8";
.list-left {
  background-image: linear-gradient(135deg, #1e46b4, #498cea);
  padding: 20px 40px;
  margin-top: 30px;
}
.list-left h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 2.25rem;
  line-height: 4rem;
}
.list-left ul li {
  line-height: 50px;
  border-bottom: 1px dashed #c1c1c1;
  /*transition: transform 0.3s ease-out;*/
}
.list-left ul li:hover {
  /*transform: translateX(5px);*/
}
.list-left ul li a {
  color: #fff;
  font-size: 1.25rem;
font-weight:800;
}
.list-left ul li a:hover {
  color: #86b5f6;
}
.list-left ul li::before {
  content: " ";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/net.png);
  vertical-align: middle;
  transform: translateY(-4px);
}

.list-right h2 {
  color: #1e46b4;
  line-height: 2em;
  border-bottom: 1px dashed #1e46b4;
}
.list-right h2 span {
  float: right;
  font-size: 0.75rem;
  color: #1e46b4;
}
.list-right .show-title {
  color: #383838;
  text-align: center;
  font-size: 1.25rem;
  padding: 20px 0;
  font-weight: bold;
}
.list-right .show-com {
  font-size: 0.8rem;
  text-align: center;
  line-height: 2rem;
  border-bottom: 1px solid #ddd;
}
#vsb_content p{
margin-bottom:0px !important;

line-height:32px !important;
font-size:18px !important;
font-family:"宋体" !important;
color:#000;
}
#vsb_content p span{
margin-bottom:0px !important;

line-height:32px !important;
font-size:18px !important;
font-family:"宋体" !important;
color:#000;
}
.show-data{
margin-top: -10px;
text-align: center;
    margin-bottom: 20px;
}
/*# sourceMappingURL=show.css.map */