﻿@charset "utf-8";
/* CSS Document */
/*CSS重置*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
}
img {
  border: none;
}
body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "微软雅黑";
  min-width: 1200px;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
}

p {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  display: inline-block;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.center {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

.clearfix {
  clear: both;
}

/*header样式*/

.header {
  width: 100%;
  height: 125px;
  background-color: #fff;
}
.header_logo img {
  width: 515px;
  height: 80px;
}

.header .header_logo {
  margin-top: 24px;
  float: left;
  margin-left: 18px;
}

.header .header_search {
  float: right;
  margin-top: 47px;
  margin-right: 24px;
}

.header_search .inputbox {
  float: left;
  width: 236px;
  height: 35px;
  border: 1px #dbdbdb solid;
  box-sizing: border-box;
  color: #898989;
  padding-left: 12px;
}

.header_search h1 {
  float: left;
  font-size: 14px;
  text-align: center;
  width: 78px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background-color: #1d8fe7;
  color: #fff;
}

/*nav样式*/
.nav {
  width: 100%;
  height: 46px;
  background-color: #1d8fe7;
}
.categroies .home_icon {
  width: 107px;
  height: 46px;
  text-align: center;
  float: left;
  position: relative;
  padding-left: 10px;
  background-image: url(../img/home_icon.png);
  background-position: 35px center;
  background-repeat: no-repeat;
  background-size: 13px 12px;
  background-color: #0c76c7;
}
.categroies li {
  width: 117px;
  height: 46px;
  text-align: center;
  float: left;
  position: relative;
}
.categroies > li > a {
  color: #fff;
  display: block;
  width: 117px;
  height: 46px;
  line-height: 48px;
  font-size: 14px;
}
.categroies li:hover {
  background-color: rgba(12, 118, 199, 0.75);
  transition: 0.8s;
}

.smallbox {
  position: absolute;
  top: 46px;
  left: 0;
  text-align: center;
  z-index: 111;
  width: 117px;
  background-color: rgba(12, 118, 199, 0.75);
}

.smallbox li {
  width: 117px;
  height: 38px;
  text-align: center;
  border-bottom: 1px solid #449cd8;
  box-sizing: border-box;
}

.smallbox li a {
  display: block;
  width: 117px;
  height: 38px;
  font-size: 14px;
  color: #fff;
  line-height: 38px;
}
/*banner样式*/
.bannner_box img {
  width: 100%;
  height: 540px;
}

/*row01样式*/
.row01 {
  margin-top: 40px;
  height: 347px;
}
.picleft {
  width: 512px;
  position: relative;
  overflow: hidden;
  float: left;
}
.picnews {
  width: 600%;
  height: 347px;
}
.picleft .picnews img {
  width: 512px;
  height: 347px;
  float: left;
}

.pictitle h1 {
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
  float: left;
}

.content_button {
  float: right;
  margin-right: 16px;
  margin-top: 14px;
}

.ctrl_text li {
  display: none;
  float: left;
}

.ctrl_text li a {
  display: block;
  width: 360px;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ctrl_text li.active {
  display: block;
}

.ctrl_text {
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  float: left;
}

.content_button li {
  width: 10px;
  height: 10px;
  background-color: #999;
  float: left;
  margin: 0 2px;
  border-radius: 5px;
}

.content_button .current {
  background-color: #198ee9;
}

.pictitle {
  width: 512px;
  height: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 36px;
}

.row01_right_title {
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.row01_right {
  float: left;
  width: 638px;
  margin-left: 20px;
}
.row01_right_title li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  padding-left: 26px;
  padding-right: 26px;
  color: #474747;
}
.row01_right_title li a.active {
  color: #fff;
  background-color: #1d8fe7;
  transition: all 1s;
}
.row01_right_title li {
  float: left;
  font-size: 16px;
}

.row01_right_title .more {
  float: right;
  margin-right: 10px;
}
.row01_right_title .more a {
  color: #585250;
  font-size: 14px;
  line-height: 40px;
}
.row01_right_bigtitle {
  border-bottom: 1px dashed #e8e8e8;
}
.row01_right_bigtitle .bigtitle {
  font-size: 18px;
  color: #1d0d0d;
  line-height: 56px;
  display: block;
  float: left;
  padding-left: 24px;
  background-image: url(../img/row01_decoration.png);
  background-position: 5px 24px;
  background-repeat: no-repeat;
  background-size: 8px 7px;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row01_right_bigtitle span {
  display: block;
  float: right;
  margin-right: 10px;
  font-size: 14px;
  color: #9b9594;
  line-height: 56px;
}
.row01_right_bigtitle a:hover {
  color: #df4913;
  text-decoration: underline;
  transition: all 0.7s;
}
.row01_detail {
  margin-top: 20px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e6e6e6;
}

.row01_list_all li a {
  display: block;
  float: left;
  padding-left: 24px;
  background-image: url(../img/row01_decoration.png);
  background-position: 5px 13px;
  background-repeat: no-repeat;

  background-size: 8px 7px;
  width: 480px;
  line-height: 34px;
  color: #312624;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row01_list_all li a:hover {
  color: #df4913;
  text-decoration: underline;
  transition: all 0.7s;
}

.row01_list_all li span {
  float: right;
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #706664;
  margin-right: 10px;
}

.row01_right .f {
  display: none;
  transition: all 0.8s;
}

.row01_right .f.active {
  display: block;
  transition: all 0.8s;
}

/*row02样式*/
.row02 {
  margin-top: 30px;
  height: 280px;
}

.row02_left_title {
  border-bottom: 3px solid #ededed;
  box-sizing: border-box;
  position: relative;
}
.row02_left {
  float: left;
  width: 384px;
}
.row02_left_title li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  color: #736f6f;
  position: relative;
}
.row02_left_title li a.active {
  color: #1d8fe7;
  font-weight: 600;
  transition: all 1s;
}
.row02_left_title li {
  float: left;
  font-size: 16px;
}

.row02_left_title .more {
  float: right;
  margin-right: 16px;
  margin-top: 14px;
}
.row02_left_title .more img {
  width: 15px;
  height: 15px;
}

.row02_list_all li a {
  display: block;
  float: left;
  padding-left: 17px;
  background-image: url(../img/list_decoration.png);
  background-position: 5px 12px;
  background-repeat: no-repeat;
  background-size: 6px 8px;
  width: 250px;
  line-height: 34px;
  color: #404040;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row02_list_all li a:hover {
  color: #df4913;
  text-decoration: underline;
  transition: all 0.7s;
}

.row02_list_all li span {
  float: right;
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #737373;
  margin-right: 10px;
}

.row02_left .q {
  display: none;
  transition: all 0.8s;
}

.row02_left .q.active {
  display: block;
  transition: all 0.8s;
}

.row02_left_title .tabs-dobber_p {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 0px;
  background-color: #1d8fe7;
  font-size: 0px;
  line-height: 0;
}

.row02_left_title .tabs-dobber_p:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -4px;
  border: 4px solid transparent;
  border-bottom-color: #1d8fe7;
  font-size: 0px;
  line-height: 0;
}

.row02_middle_title {
  border-bottom: 3px solid #ededed;
  box-sizing: border-box;
  position: relative;
}
.row02_middle {
  float: left;
  width: 384px;
  margin-left: 32px;
}
.row02_middle_title li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  color: #736f6f;
  position: relative;
}
.row02_middle_title li a.active {
  color: #1d8fe7;
  font-weight: 600;
  transition: all 1s;
}
.row02_middle_title li {
  float: left;
  font-size: 16px;
}

.row02_middle_title .more {
  float: right;
  margin-right: 16px;
  margin-top: 14px;
}
.row02_middle_title .more img {
  width: 15px;
  height: 15px;
}

.row02_middle_all li a {
  display: block;
  float: left;
  padding-left: 17px;
  background-image: url(../img/list_decoration.png);
  background-position: 5px 12px;
  background-repeat: no-repeat;
  background-size: 6px 8px;
  width: 250px;
  line-height: 34px;
  color: #404040;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row02_middle_all li a:hover {
  color: #df4913;
  text-decoration: underline;
  transition: all 0.7s;
}

.row02_middle_all li span {
  float: right;
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #737373;
  margin-right: 10px;
}

.row02_middle .t {
  display: none;
  transition: all 0.8s;
}

.row02_middle .t.active {
  display: block;
  transition: all 0.8s;
}

.row02_middle_title .tabs-dobber_s {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 0px;
  background-color: #1d8fe7;
  font-size: 0px;
  line-height: 0;
}

.row02_middle_title .tabs-dobber_s:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -4px;
  border: 4px solid transparent;
  border-bottom-color: #1d8fe7;
  font-size: 0px;
  line-height: 0;
}

.row02_right {
  float: left;
  margin-left: 39px;
  width: 330px;
  height: 260px;
}
.row02_left_title {
  border-bottom: 3px solid #ededed;
  box-sizing: border-box;
  position: relative;
}
.row02_right h3 {
  border-bottom: 3px solid #ededed;
  box-sizing: border-box;
  font-size: 16px;
  color: #1d8fe7;
  font-weight: 600;
  line-height: 40px;
  padding-left: 12px;
}

.row02_right .row03_list_all li a {
  display: block;
  float: left;
  padding-left: 17px;
  background-image: url(../img/list_decoration.png);
  background-position: 5px 12px;
  background-repeat: no-repeat;
  background-size: 6px 8px;
  width: 250px;
  line-height: 34px;
  color: #404040;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row02_right .row02_list_all li a:hover {
  color: #df4913;
  text-decoration: underline;
  transition: all 0.7s;
}

.row02_right .row02_list_all li span {
  float: right;
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #737373;
  margin-right: 10px;
}

/*row03样式*/

.row03 {
  margin-top: 30px;
  height: 280px;
}

.row03_left_title {
  border-bottom: 3px solid #ededed;
  box-sizing: border-box;
  position: relative;
}
.row03_left {
  float: left;
  width: 384px;
}
.row03_left_title li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  color: #736f6f;
  position: relative;
}
.row03_left_title li a.active {
  color: #1d8fe7;
  font-weight: 600;
  transition: all 1s;
}
.row03_left_title li {
  float: left;
  font-size: 16px;
}

.row03_left_title .more {
  float: right;
  margin-right: 16px;
  margin-top: 14px;
}
.row03_left_title .more img {
  width: 15px;
  height: 15px;
}

.row03_list_all li a {
  display: block;
  float: left;
  padding-left: 17px;
  background-image: url(../img/list_decoration.png);
  background-position: 5px 12px;
  background-repeat: no-repeat;
  background-size: 6px 8px;
  width: 250px;
  line-height: 34px;
  color: #404040;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row03_list_all li a:hover {
  color: #df4913;
  text-decoration: underline;
  transition: all 0.7s;
}

.row03_list_all li span {
  float: right;
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #737373;
  margin-right: 10px;
}

.row03_left .d {
  display: none;
  transition: all 0.8s;
}

.row03_left .d.active {
  display: block;
  transition: all 0.8s;
}

.row03_left_title .tabs-dobber {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 0px;
  background-color: #1d8fe7;
  font-size: 0px;
  line-height: 0;
}

.row03_left_title .tabs-dobber:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -4px;
  border: 4px solid transparent;
  border-bottom-color: #1d8fe7;
  font-size: 0px;
  line-height: 0;
}

.row03_middle_title {
  border-bottom: 3px solid #ededed;
  box-sizing: border-box;
  position: relative;
}
.row03_middle {
  float: left;
  width: 384px;
  margin-left: 32px;
}
.row03_middle_title li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  color: #736f6f;
  position: relative;
}
.row03_middle_title li a.active {
  color: #1d8fe7;
  font-weight: 600;
  transition: all 1s;
}
.row03_middle_title li {
  float: left;
  font-size: 16px;
}

.row03_middle_title .more {
  float: right;
  margin-right: 16px;
  margin-top: 14px;
}
.row03_middle_title .more img {
  width: 15px;
  height: 15px;
}

.row03_middle_all li a {
  display: block;
  float: left;
  padding-left: 17px;
  background-image: url(../img/list_decoration.png);
  background-position: 5px 12px;
  background-repeat: no-repeat;
  background-size: 6px 8px;
  width: 250px;
  line-height: 34px;
  color: #404040;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row03_middle_all li a:hover {
  color: #df4913;
  text-decoration: underline;
  transition: all 0.7s;
}

.row03_middle_all li span {
  float: right;
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #737373;
  margin-right: 10px;
}

.row03_middle .h {
  display: none;
  transition: all 0.8s;
}

.row03_middle .h.active {
  display: block;
  transition: all 0.8s;
}

.row03_middle_title .tabs-dobber_g {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 0px;
  background-color: #1d8fe7;
  font-size: 0px;
  line-height: 0;
}

.row03_middle_title .tabs-dobber_g:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -4px;
  border: 4px solid transparent;
  border-bottom-color: #1d8fe7;
  font-size: 0px;
  line-height: 0;
}

/*row03_right样式*/
.row03_right {
  float: left;
  margin-left: 39px;
  width: 330px;
  height: 260px;
}
.row03_left_title {
  border-bottom: 3px solid #ededed;
  box-sizing: border-box;
  position: relative;
}
.row03_right h3 {
  border-bottom: 3px solid #ededed;
  box-sizing: border-box;
  font-size: 16px;
  color: #1d8fe7;
  font-weight: 600;
  line-height: 40px;
  padding-left: 12px;
}

.row03_right .row03_list_all li a {
  display: block;
  float: left;
  padding-left: 17px;
  background-image: url(../img/list_decoration.png);
  background-position: 5px 12px;
  background-repeat: no-repeat;
  background-size: 6px 8px;
  width: 250px;
  line-height: 34px;
  color: #404040;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row03_right .row03_list_all li a:hover {
  color: #df4913;
  text-decoration: underline;
  transition: all 0.7s;
}

.row03_right .row03_list_all li span {
  float: right;
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #737373;
  margin-right: 10px;
}

/*application样式*/

/*ROW04样式*/
.row04 {
  height: 272px;
  margin-top: 34px;
}
.row04_title {
  border-bottom: 3px solid #ededed;
  box-sizing: border-box;
  position: relative;
}

.row04_title .subtitle_pic li {
  float: left;
}
.row04_title .subtitle_pic li a:hover {
  color: #1d8fe7;
  transition: all 1s;
}

.row04_title .subtitle_pic li a.active {
  color: #1d8fe7;
  font-size: 16px;
  font-weight: 600;
}
.row04_title .subtitle_pic li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  color: #736f6f;
  position: relative;
}

.row04_title .more {
  float: right;
  margin-right: 16px;
  margin-top: 14px;
}
.row04_title .more img {
  width: 15px;
  height: 15px;
}
.row04_title .tabs-dobber_zxz {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 0px;
  background-color: #1d8fe7;
  font-size: 0px;
  line-height: 0;
}

.row04_title .tabs-dobber_zxz:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #1d8fe7;
  font-size: 0px;
  line-height: 0;
}
.row04_lastpicmovebox .newbox {
  position: relative;
}

.newbox .newblack {
  width: 272px;
  height: 34px;
  background-color: rgba(53, 54, 54, 0.6);
  line-height: 34px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.newbox .newblack a {
  font-size: 14px;
  display: block;
  line-height: 34px;
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #e1e0e0;
  padding-left: 32px;
}

.row04_lastpicmovebox .newbox > a {
  display: block;
  width: 272px;
  height: 200px;
  overflow: hidden;
}

/*遮罩样式*/
.black_pic {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.xianshi {
  width: 642px;
  height: 738px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 100px;
}
.yidong {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -369px;
}
.yidong img {
  float: left;
  width: 642px;
  height: 738px;
}
.btnleft,
.btnright {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: -50px;
  padding: 20px 20px;
}
.btnleft {
  left: 0;
}
.btnright {
  right: 0;
}

.black_pic_close {
  position: absolute;
  right: 0;
  top: 0;
}

/*friendlink样式*/
.friendlink {
  margin-top: 40px;
}

.friendlink_left {
  float: left;
}

.friendlink_left img {
  width: 100px;
  height: 100px;
}

.friendlink_right {
  width: 1062px;
  height: 76px;
  float: left;
  margin-left: 8px;
  background-color: #f5fbfc;
  padding-top: 12px;
  padding-bottom: 12px;
}

.friendlink_right ul li {
  float: left;
  margin: 8px 20px;
}
.friendlink_right ul li a {
  color: #404040;
  font-size: 14px;
}
.friendlink_right ul li a:hover {
  color: #df4913;
  transition: 0.8s;
}

/*footer样式*/
.footer {
  margin-top: 36px;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #7a7878;
  text-align: center;
}

.footer .footer_p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.footer .footer_p a {
  color: #fff;
  font-size: 14px;
}

.footer .footer_p a:hover {
  color: #fa8c65;
  transition: all 0.8s;
  /*text-decoration: underline;*/
}

.footer .footer_p .footer_blue {
  position: absolute;
  left: -112px;
  top: 50%;
  margin-top: -40px;
}

/*list样式*/
.list_detail_banner {
  width: 100%;
  height: 280px;
  position:relative;
  overflow:hidden;
}

.list_detail_banner img {
  width: 1920px;
  height: 280px;
  position:absolute;
  top:0;
  left:50%;
  margin-left:-960px;
}

.list_left {
  float: left;
}
.list_left h1 {
  width: 188px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  background-color: #2893e5;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.list_left li {
  width: 186px;
  height: 50px;
  text-align: center;
}
.list_left li:hover {
  background-color: #ebf7fa;
  transition: 1s;
}

.list_left li a {
  display: block;
  width: 146px;
  height: 50px;
  line-height: 50px;
  color: #645c56;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}

.list_left ul {
  width: 186px;
  padding-bottom: 120px;
  border-bottom: 1px #f5f5f5 solid;
  border-left: 1px #f5f5f5 solid;
  border-right: 1px #f5f5f5 solid;
}

.list_left {
  margin-top: -58px;
  display: inline-block;
}

.list_left .active {
  background-color: #ebf7fa;
}

.list_right {
  float: left;
  width: 950px;
  margin-left: 30px;
  margin-top: 24px;
}

.list_right .yourposition {
  border-bottom: 3px solid #ededed;
}

.list_right .yourposition .list_right_largrtitle {
  display: block;
  float: left;
  font-size: 16px;
  color: #1d8fe7;
  line-height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 4px;
  background-image: url(../img/label_title.png);
  background-position: center 36px;
  background-repeat: no-repeat;
  border-bottom: 3px solid #1d8fe7;
}

.yourposition .myposition {
  display: block;
  float: right;
  padding-left: 20px;
  background-image: url(../img/myposition.png);
  background-repeat: no-repeat;
  background-size: 14px 18px;
  background-position: 2px center;
  color: #736f6f;
  font-size: 14px;
  line-height: 36px;
}

.yourposition .myposition a {
  color: #736f6f;
  font-size: 14px;
  line-height: 40px;
}

.moren_listall {
  margin-top: 20px;
}
.moren_listall li {
  padding-left: 30px;
  padding-right: 16px;
  background-image: url(../img/list_decorationpic.png);
  background-repeat: no-repeat;
  background-position: 9px center;
  background-size: 10px 10px;
  border-bottom: 1px dashed #fafafa;
  box-sizing: border-box;
}
.moren_listall li:hover {
  background-color: #f2fafc;
  border-bottom: none;
  background-image: url(../img/list_ss.png);
  background-size: 10px 10px;
}
.moren_listall li a {
  display: block;
  float: left;
  color: #474747;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 600px;
  line-height: 48px;
}

.moren_listall li span {
  display: block;
  font-size: 14px;
  float: right;
  line-height: 48px;
  color: #808080;
}

/*detail样式*/
.detail_content {
  margin-top: 24px;
}
.detail_content h3 {
  color: #df4913;
  font-size: 24px;
  text-align: center;
  margin-bottom: 18px;
}
.detail_content_title {
  margin-bottom: 20px;
}

.detail_content_p {
  max-width: 860px;
  margin: 0 auto;
  word-break: break-all;
}
.detail_content_p img {
  max-height: 800px;
  margin: 0 auto;
}
.detail_content .info {
  display: block;
  color: #808080;
  font-size: 12px;
  text-align: center;
}
