@import url(common.css);
._main_ {
  width: 1300px;
  margin: 0 auto;
  padding-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 50px;
}
._main_ .content {
  width: 980px;
  -webkit-flex: 0 980px;
     -moz-box-flex: 0;
      -ms-flex: 0 980px;
          flex: 0 980px;
  height: auto;
}
._main_ .content .crumbs {
  width: auto;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
._main_ .content .crumbs a {
  color: #999999;
  text-decoration: none;
}
._main_ .content .crumbs span {
  color: #333333;
}
._main_ .content .title {
  width: 100%;
  font-size: 40px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #2E3033;
  line-height: 52px;
  padding-top: 37px;
  text-align: justify;
}
._main_ .content .time {
  width: 100%;
  height: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-top: 32px;
}
._main_ .content .body {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-top: 32px;
  text-align: justify;
}
._main_ .content .body p {
  margin: 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 5px;
  text-align: justify;
}
._main_ .content .body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
._main_ .content .body video {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
._main_ .content .page {
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 32px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._main_ .content .page > div {
  width: 48%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5C6066;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
._main_ .content .page > div a {
  display: block;
  color: #3864A4;
  text-decoration: none;
  max-width: -webkit-calc(100% - 100px);
  max-width: -moz-calc(100% - 100px);
  max-width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
._main_ .content .page .next {
  text-align: right;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
._main_ .article_right {
  width: 287px;
  -webkit-flex: 0 287px;
     -moz-box-flex: 0;
      -ms-flex: 0 287px;
          flex: 0 287px;
  height: auto;
  padding-top: 55px;
}
._main_ .article_right .box {
  padding-bottom: 50px;
}
._main_ .article_right .box .name {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  height: 29px;
}
._main_ .article_right .box .name .m {
  width: auto;
  height: 18px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 11px;
  border-bottom: 1px solid #006EC7;
}
._main_ .article_right .box .name .m .icon {
  width: 6px;
  height: 16px;
  background: #006EC7;
}
._main_ .article_right .box .name .m .n {
  width: auto;
  height: 18px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  margin-left: 10px;
}
._main_ .article_right .box .list {
  width: 100%;
  height: auto;
}
._main_ .article_right .box .list .item {
  display: block;
  width: 100%;
  height: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
._main_ .article_right .box .list .item .icon {
  display: block;
  width: auto;
  height: 20px;
  background: #fff;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
  margin-right: 14px;
  padding: 0 3px;
}
._main_ .article_right .box .list .item .t {
  width: auto;
  height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
._main_ .article_right .box .list .item .t:hover {
  color: #006EC7;
}
._main_ .article_right .box .list .item:nth-child(1) .icon {
  background: #EF4B5F;
  color: #fff;
}
._main_ .article_right .box .list .item:nth-child(2) .icon {
  background: #FE7050;
  color: #fff;
}
._main_ .article_right .box .list .item:nth-child(3) .icon {
  background: #FEBD50;
  color: #fff;
}