.auto_cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.auto_cut1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.footer_bottom_nav a {
  display: inline;
}

body {
  background-color: #f3f3f3;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

.transtion {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:focus {
  outline: none;
}

img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
  outline: 0;
}

.content_web {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

/* 公共样式 */
.cur {
  background: #206bd1 !important;
  color: white !important;
}

.col_common {
  color: #206bd1 !important;
}

/* 中间内容 */
.inner_content {
  background: white;
  min-height: 1000px;
  padding: 61px 74px 60px 73px;
  box-sizing: border-box;
  margin-top: 30px;
}

.inner_content h1 {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 48px;
  text-align: center;
}

.inner_content_line {
  width: 1051px;
  height: 1px;
  background: #ebebeb;
  margin: 35px 0 20px 0;
}

.inner_content_date {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #666666;
}

.inner_content_con {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 53px;
  margin-bottom: 100px;
}

.inner_content_con>h4 {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 53px;
  margin-bottom: 100px;
  text-align: right;
}

.inner_content_con article video {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.inner_content_con img {
  display: block;
  margin: 0 auto !important;
  max-width: 100%;
  padding: 15px 0;
}

.inner_content_con p span {
  text-indent: 0 !important;
}

.inner_content_con p {
  margin-bottom: 20px;
}

.inner_content_par {
  width: 780px;
  height: 120px;
  margin: 0 auto;
  background: #f3f3f3;
  position: relative;
}

.inner_content_par_left {
  width: 390px;
  height: 100%;
}

.inner_content_par_left,
.inner_content_par_right {
  width: 390px;
  height: 100%;
  position: relative;
}

.inner_content_par_left img {
  margin-left: 32px;
  margin-top: 54px;
  float: left;
}

.inner_content_par_right img {
  margin-right: 32px;
  margin-top: 54px;
  float: right;
}

.inner_content_par_left span {
  margin-left: 47px;
  width: 224px;
  display: block;
  float: left;
  margin-top: 49px;
  font-size: 16px;
  color: #666666;
  font-weight: 400;
}

.inner_content_par_right span {
  width: 224px;
  display: block;
  float: right;
  margin-top: 49px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-right: 47px;
}

.inner_content_par a {
  display: block;
  width: 100%;
  height: 100%;
}

.inner_content_par_left_line,
.inner_content_par_left_b_line {
  position: absolute;
  width: 1px;
  height: 18px;
  opacity: 0.3;
  top: 51px;
  left: 69px;
}

.inner_content_par_left_line {
  background: #999999;
}

.inner_content_par_left_b_line {
  background: white;
}

.inner_content_par_right_line,
.inner_content_par_right_b_line {
  position: absolute;
  width: 1px;
  height: 18px;
  opacity: 0.3;
  top: 51px;
  right: 69px;
}

.inner_content_par_right_line {
  background: #999999;
}

.inner_content_par_right_b_line {
  background: white;
}

/* 点击添加的类 */
.click_bg {
  background: #3488ea;
}

.white {
  color: white !important;
}