.justify, .nav_list {
  text-align: justify;
  text-justify: distribute-all-lines;
  width: 100%;
  margin: 0 auto;
  /* text-align-last:center;  */ }

.justify:after, .nav_list:after {
  width: 100%;
  height: 0;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  content: ''; }

.index_wrap {
  background-color: #f0f0f5; }

.cnxmid, .wrap_content {
  width: 1344px;
  margin: 0 auto; }

.wrap_content {
  margin-top: 40px;
  font-size: 14px;
  color: #666666;
  padding-bottom: 40px;
  line-height: 30px; }

a:hover {
  color: #e7408e; }

nav {
  line-height: 50px; }

.nav_list {
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  padding: 0px 10px;
  width: auto; }
  .nav_list em {
    padding: 0px 6px;
    display: inline-block;
    cursor: pointer;
    text-align: center; }
  .nav_list em:hover {
    color: #e7408e; }

.zb_live_list {
  margin-top: 10px;
  line-height: 15px; }
  .zb_live_list a {
    text-decoration: none; }

.letter_menu {
  padding: 40px 0px 40px 80px;
  width: auto; }
  .letter_menu li {
    display: block;
    height: 120px;
    width: 190px;
    margin: 0px 20px 20px;
    vertical-align: top;
    float: left; }
  .letter_menu strong {
    font-size: 18px; }
  .letter_menu strong, .letter_menu a {
    display: block; }

.letter_menu_single li {
  height: auto; }

.letter_menu:after {
  display: none; }

.letter_menu_text, .detail_content .detail_content_text {
  background-color: #fff;
  padding: 20px;
  margin: 0 auto; }

.page_nav {
  clear: both;
  height: 30px;
  text-align: center;
  margin: 10px 0px; }
  .page_nav li {
    *float: left;
    display: inline-block;
    *display: block;
    zoom: 1;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #666666;
    color: #fc952c;
    font-size: 14px;
    margin: 0 1px;
    cursor: pointer;
    list-style: none; }
  .page_nav li.next, .page_nav li.prev {
    width: 57px; }
  .page_nav li a {
    text-decoration: none;
    display: block;
    height: 100%;
    height: 100%;
    text-align: center; }
  .page_nav li:hover, .page_nav li.active {
    background-color: #ccc; }

.detail_area {
  margin-top: 20px; }
  .detail_area h2 {
    font-size: 18px;
    margin-bottom: 10px; }
  .detail_area h1 {
    font-weight: normal;
    font-size: 24px;
    margin-top: 20px; }

.left_menu {
  float: left;
  background-color: #fff;
  width: 162px;
  padding: 20px;
  line-height: 40px; }
  .left_menu a {
    display: block; }

.detail_content {
  float: right;
  width: 1130px; }
  .detail_content .ls_dlive li {
    background-color: #fff;
    width: 174px;
    height: 198px;
    margin: 10px 2px; }
    .detail_content .ls_dlive li img {
      height: auto; }
