.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;
  margin-bottom: 50px;
}

.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;
  text-indent: 2em;
  margin-top: 53px;
  margin-bottom: 100px;
}
.inner_content_con p{
  margin-bottom: 15px;
}

.inner_content_con img,
.inner_content_con video,
.inner_content_con p img{
max-width: 100%;
display: block;
margin: 0 auto !important;
}


.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: #fff;
  margin-right: 47px;
}
.inner_content_par_left:hover span{
  color: #206bd1;
}
.inner_content_par_right:hover span{
  font-weight: bold;
}


.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;
}

table, td, tr, th {
  border: 1px solid black;
  border-collapse: collapse !important;
}

@media screen and (max-width: 900px){
  .content_web{width: 100%;min-width: 100%;padding: .3rem;min-height: auto;}
  .inner_content{}
  .inner_content h1{font-size: .34rem;line-height: .6rem;}
  .inner_content_line{width: 100%;margin: .2rem 0;}
  .inner_content_con{margin: .4rem 0 .6rem 0;font-size: .32rem;line-height: .56rem;}
  .inner_content_par{width: 100%;height: 1.54rem;background: #fff;}
  .inner_content_par_left, 
  .inner_content_par_right{float: none;margin: 0;width: 100%;height: .64rem;line-height: .64rem;padding-left: 1.6rem;}
  .inner_content_par_left{margin-bottom: .25rem;}
  .inner_content_par_left img,
  .inner_content_par_right img{display: none;}
  .inner_content_par_left span,
  .inner_content_par_right span{margin: 0;width: 100%;color: #999;}
  .inner_content_par_left_line, 
  .inner_content_par_left_b_line{display: none;}
  .inner_content_par_left::after,
  .inner_content_par_right::after{width: 1.4rem;height: .64rem;line-height: .64rem;position: absolute;top: 0;left: 0;color: #fff;text-align: center;background: #206bd1;}
  .inner_content_par_left::after{content: "上一篇";}
  .inner_content_par_right::after{content: "下一篇";}
  .click_bg{background: #fff;}
}