@charset "utf-8";
.x-sev {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0px;
    clear: both;
}
.text {
    padding: 15px;
}
.x-title {
    text-align: center;
    padding-bottom: 25px;
    font-size: 24px;
}
.datanav {
    padding: 15px 15px;
    font-size: 16px;
    border-bottom: 3px dashed #ccc;
}

.nav_list_name-1 {
    width: 40%;
    text-align: l;
    display: inline-block;
}
.nav_list_name-2 {
    width: 40%;
    text-align: left;
    display: inline-block;
}
.nav_list_name-3 {
    width: 18%;
    text-align: center;
    display: inline-block;
}
.nav_list_name-3 span{
    display: inline-block;
  width: 60px;
  height: 33px;
  border-radius: 5px;
  background-color: #c2000a;
  color: #fff;
  line-height: 33px;
  cursor: pointer;
}
.data-list {
width: 100%;
}
.content {
    padding: 10px 15px;
    border-bottom: 3px dashed #ccc;
    margin-top: 0;
}
.content ul {
    margin-top: 0;
}
.data-list {
    height: 45px;
    line-height: 45px;
}
.data-list .nav_list_name-1 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
