@charset "utf-8";
* {
  box-sizing: border-box;
}
html {
  background-color: #f4f5f7;
  overflow-y: auto;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei", "华文细黑",
    STHeiti, MingLiu;
}
label {
  cursor: pointer;
  font-weight: normal;
}

/*banner部分*/
.banner {
  height: 520px;
  background: #293846;
  padding-top: 75px;
  padding-bottom: 75px;
}
.banner .banner-container {
  width: 1200px;
  height: 370px;
  margin: 0 auto;
}
.banner .banner-container h3 {
  width: 640px;
  font-size: 30px;
  color: white;
  margin-bottom: 50px;
}
.banner .banner-container > img {
  float: right;
}
.banner .banner-container p {
  width: 600px;
  margin-bottom: 12px;
  font-size: 18px;
  color: white;
}
.banner .banner-container p:last-of-type {
  margin-bottom: 0px;
}
.banner .banner-container div {
  float: left;
}
.banner .banner-container div > a {
  text-decoration: none;
  font-size: 15px;
  color: white;
  border: 1px solid white;
  margin-top: 50px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  float: left;
}
/*banner部分*/

/*knowledge部分*/
.knowledge {
  height: 340px;
  background: #ffffff;
  overflow: hidden;
}
.knowledge-container {
  height: 180px;
  width: 1200px;
  margin: 80px auto;
  color: #ffffff;
}
.knowledge-container div {
  box-sizing: border-box;
  width: 350px;
  height: 180px;
  float: left;
  margin-right: 75px;
  padding: 38px;
}
.knowledge-container p {
  line-height: 24px;
}
.knowledge-container .knowledge-container-title {
  font-size: 16px;
  margin-bottom: 14px;
}
.knowledge-container div:last-of-type {
  margin-right: 0px;
}
/*knowledge部分*/

/*procedure*/
.procedure {
  height: 540px;
  background: #f4f8f8;
  overflow: hidden;
}
.procedure > h3 {
  text-align: center;
  margin: 50px auto;
}
.procedure-container {
  height: 180px;
  width: 1200px;
  margin: 76px auto;
}
.procedure-container div {
  box-sizing: border-box;
  width: 320px;
  height: 170px;
  float: left;
  margin-right: 120px;
}
.procedure-container .procedure-container-title {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}
.procedure-container .procedure-container-content {
  font-size: 14px;
  line-height: 28px;
}
.procedure-container div:last-of-type {
  margin-right: 0px;
}
/*procedure*/

.scene {
  height: 600px;
  background: #ffffff;
  overflow: hidden;
}
.scene > h3 {
  text-align: center;
  margin: 50px auto;
}
.scene-container {
  height: 400px;
  width: 1200px;
  margin: 0 auto;
}

/*视频模块*/
.video {
  border-top: 1px solid #fafafa;
  overflow: hidden;
  background: #f4f8f8;
}
.video .video-main {
  width: 1122px;
  margin: 86px auto 100px;
}
.video-main h1 {
  text-align: center;
  font-size: 22px;
}
.video-main-bg {
  height: 340px;
  margin-top: 70px;
  background: url("welcome/video-bg.png") no-repeat center;
  overflow: hidden;
}
.video-main-box {
  width: 457px;
  height: 257px;
  margin: 0 auto;
  margin-top: 30px;
  margin-left: 331px;
}
.video-main-box video {
  width: 457px;
  height: 257px;
}
/*视频模块*/

/**/
.cooperation {
  height: 430px;
  overflow: hidden;
}
.cooperation-container {
  width: 1200px;
  height: 162px;
  margin: 0 auto;
}
.cooperation-container h3 {
  margin-top: 76px;
  margin-bottom: 68px;
  text-align: center;
  font-size: 22px;
}

/*创建模块*/
.bottom {
  height: 340px;
  background: #18968f;
  background: url("welcome/背景-340.png") no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
.bottom > h3 {
  margin-top: 66px;
  color: #ffffff;
}

.bottom-container {
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
}
.bottom-container div {
  flex: 1;
}
.bottom-container div img {
  margin-top: 60px;
  margin-bottom: 22px;
}
.bottom-container div p {
  font-size: 15px;
  color: #ffffff;
}

.footer {
  height: 340px;
  background: #293846;
  color: #ffffff;
}
.footer-container {
  width: 1200px;
  height: 340px;
  margin: 0 auto;
}
.footer-container-main {
  display: flex;
  height: 260px;
  padding-top: 60px;
  padding-bottom: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #4d6276;
}
.footer-container-main-item {
  flex: 1;
}
.footer-container-main-item > div > div {
  font-size: 16px;
  border-bottom: 1px solid #4d6276;
  width: 50%;
  padding-bottom: 22px;
}
.footer-container-main-item > div > p {
  margin-top: 16px;
  color: #93a9bd;
}
.footer-container-main-item > img {
  display: block;
  margin: 0 auto;
}
.footer-container-bottom {
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #93a9bd;
}
.footer-container-bottom span {
  margin-right: 20px;
}
.footer-container-bottom a {
  color: #93a9bd;
  margin-left: 20px;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #18968f;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #18968f;
}
.sign_btn:active,
.sign_btn:visited,
.sign_btn {
  cursor: pointer;
  color: #93a9bd;
}
.sign_btn:hover {
  color: #18968f;
}

.tab-header {
  margin-left: 80px;
  font-size: 18px;
}
.tab-header a {
  cursor: pointer;
  line-height: 40px !important;
  color: #dadada !important;
  font-size: 14px;
}
.tab-header:hover {
  background-color: #222f3b;
}
.tab-header:hover > a {
  color: #1ec9c0 !important;
}

/*上方导航栏的点击状态*/
.nav_active {
  background-color: #222f3b;
}
.nav_active a {
  color: #1ec9c0 !important;
}
* {
  margin: 0 0;
  padding: 0 0;
}
.left-side {
  /* position: fixed;
    top: 118px;
    left: 46px; */
  width: 260px;
  background-color: #fff;
  float: left;
  position: fixed;
  border: 1px solid #dededf;
  border-top: none;
}
.left-side > ul {
  background-color: #fcfafa;
  font-size: 14px;
  color: #333;
}
.middle-side {
  width: calc(80vw - 655px);
  padding: 0px 0px 34px 20px;
  /* float: left; */
  margin-left: 260px;
  display: inline-block;
  /* min-width:900px !important; */
}
.right-side {
  width: 360px;
  float: right;
  top: 102px;
}
.page-header > a > img {
  margin: -10px 120px 20px 0px;
  cursor: pointer;
}
.right {
  width: calc(80vw - 300px);
  padding: 0px 0px 34px 0px;
  /* float: left; */
  margin-left: 260px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .body {
    width: 100%;
  }
  .page-header > a > img {
    margin: -10px 25px 20px 0px;
  }
  .left-side {
    width: 200px;
    background-color: #fff;
    float: left;
    position: fixed;
  }
  .right-side {
    width: 260px;
    position: fixed;
    left: calc(95vw - 275px);
  }
  .middle-side {
    width: calc(90vw - 495px);
    padding: 0px 0px 34px 20px;
    /* float: left; */
    margin-left: 200px;
    display: inline-block;
    /* min-width:900px !important; */
  }
  .right {
    width: calc(100% - 220px);
    padding: 0px 0px 34px 0px;
    /* float: left; */
    margin-left: 220px;
    display: inline-block;
  }
  .zoom_min_midlle_size {
    width: calc(100vw - 495px);
  }
  .zoom_max_midlle_size {
    width: calc(100vw - 240px);
  }
  .move_right_side {
    left: calc(100vw - 275px);
  }
}
@media screen and (min-width: 1440px) {
  .body {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  .left-side {
    width: 240px;
    background-color: #fff;
    float: left;
    position: fixed;
  }
  .page-header > a > img {
    margin: -10px 65px 20px 0px;
  }
  .right-side {
    width: 260px;
    position: fixed;
    left: calc(95vw - 275px);
  }
  .middle-side {
    width: calc(90vw - 535px);
    padding: 0px 0px 34px 20px;
    margin-left: 240px;
    display: inline-block;
    /* min-width:900px !important; */
  }
  .right {
    width: calc(100% - 260px);
    padding: 0px 0px 34px 0px;
    margin-left: 260px;
    display: inline-block;
  }
  .zoom_max_midlle_size {
    width: calc(100vw - 260px);
  }
  .zoom_min_midlle_size {
    width: calc(100vw - 535px);
  }
  .move_right_side {
    left: calc(100vw - 275px);
  }
}
.right-side > * {
  background-color: #fff;
}
.hot-item {
  height: 76px;
  line-height: 28px;
  border-bottom: 1px solid #d9d8db;
  border-top: none;
  cursor: pointer;
  padding: 10px 24px;
}
.hot-item:hover {
  background-color: #e5e5e5;
}
.hot-item > p {
  font-weight: 600;
  margin: 0 0;
}
li {
  list-style: none;
}
.category_list {
  max-height: calc(100vh - 200px);
  color: #fff;
  border: 1px solid #d9d8db;
  overflow-y: auto;
  margin: 0 0;
}
.category_list::-webkit-scrollbar {
  display: none;
}
.category_list {
  overflow: -moz-scrollbars-none;
}
.category_list > li {
  cursor: pointer;
  border-bottom: 1px solid #d9d8db;
}
.category_list > li > p:hover {
  background-color: #e5e5e5;
}
.category_item ul {
  padding: 0px 15px 0px 30px;
}
.category_active {
  background-color: #e5e5e5;
  color: #2882db;
}
.category_item > p {
  padding-left: 12px;
  font-weight: 600;
  height: 66px;
  margin: 0 0;
  line-height: 66px;
}
.category_item:last-child {
  border: none;
}
.category {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 74px;
  background-color: #2882db;
  padding: 0 5%;
  z-index: 999;
  margin: 0 0;
}
.body {
  width: 100%;
  margin-top: 74px;
  padding-top: 28px;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
  height: calc(100vh - 134px);
  overflow-y: auto;
}
.search {
  display: inline-block;
  width: 480px;
  margin-top: 17px;
  margin-left: -8px;
}
.keyword {
  width: 410px;
  height: 40px;
  padding: 6px 12px 6px 18px;
  font-size: 14px;
  color: #828289;
  background-color: #fff;
  outline: none;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  float: left;
}
.clear_btn:hover {
  opacity: 0.74;
}
.clear_btn {
  border-radius: 2px;
}
.push_btn {
  display: inline-block;
  height: 28px;
  width: 94px;
  line-height: 28px;
  top: -1px;
  left: 0;
  background-color: #2882db;
  text-align: center;
  position: relative;
  color: white;
  font-size: 12px;
  cursor: pointer;
  border-radius: 2px;
}
.push_btn:hover {
  opacity: 0.74;
}
.close_btn,
.confirm_btn {
  outline: none !important;
  border: none;
}
.subscribe_keyword {
  width: 410px;
  height: 40px;
  padding: 6px 12px 6px 18px;
  font-size: 14px;
  color: #828289;
  background-color: #fff;
  outline: none;
  border: none;
  border-radius: none;
  float: left;
}
.select-filter:active {
  border-color: #66afe9 !important;
}
.btn-search {
  width: 70px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #d3d3db;
  background-color: #fff;
  background-image: url("../img/search_2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  float: left;
}
.btn-subscribe {
  width: 100px;
  height: 40px;
  cursor: pointer;
  border-radius: 20px;
  color: #2882db;
  margin-left: 16px;
  background-color: #fff;
  position: absolute;
  top: 18px;
  border: 1px solid transparent;
  outline: none;
}
.btn-bound {
  width: 85px;
  height: 20px;
  cursor: pointer;
  border-radius: 3px;
  color: #2882db;
  margin-left: 55px;
  background-color: #fff;
  position: absolute;
  top: 13px;
  border: 1px solid transparent;
  outline: none;
  line-height: 19px;
  font-size: 8px;
}
.btn-search-record {
  width: 130px;
  height: 40px;
  cursor: pointer;
  border-radius: 20px;
  color: #2882db;
  margin-left: 16px;
  background-color: #fff;
  position: absolute;
  top: 18px;
  border: 1px solid transparent;
  outline: none;
}
.filter-contain {
  border: 1px solid #dededf;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.filter-header {
  height: 46px;
  line-height: 44px;
  margin: 0 0;
  border-bottom: 1px solid #dededf;
}
.filter-header > p {
  font-size: 14px;
  font-weight: 600;
  padding-left: 24px;
  display: inline-block;
}
.filter-header > span {
  float: right;
  margin-right: 24px;
  font-size: 13px;
  cursor: pointer;
}
.filter_container {
  display: block;
  overflow: hidden;
  padding: 12px 13px;
}
.filter_list {
  margin: 0 0;
}
.info {
  /* overflow: hidden; */
}

.info::after {
  content: '';
  display: block;
  clear: both;
}

.info span:last-child {
  margin-bottom: 0;
}
.info img {
  margin-top: -3px;
  margin-right: 5px;
}
.time {
  float: right;
  font-size: 13px;
  color: #959594;
}
.filter_item {
  display: inline-block;
  padding: 12px 13px;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 14px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
}
.event-list {
  overflow: hidden;
  border: 1px solid #dededf;
  background-color: #fff;
}
.event-header {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #dededf;
  border-top: 2px solid #2882db;
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
}
.event-tab {
  /* display: inline-block; */
  flex-shrink: 0;
  font-weight: 600;
  padding:0 18px;
  text-align: left;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #dededf;
  /* color: #7682a1; */
  color: #666;
  /*float: left;*/
  cursor: pointer;
}
.event-header > span {
  color: #757575;
  font-size: 13px;
}
.doc {
  padding: 25px 25px;
  border-bottom: 1px solid #dededf;
  position: relative;
}
.title .strong:hover {
  cursor: pointer;
  text-decoration: underline;
  /* color: #23527c; */
  color: #2882db;
}
.title .strong {
  color: #333;
}
/* .doc:hover,.turnto_search:hover{
    background-color: #e5e5e5;
    cursor: pointer;
} */
.doc:last-child {
  margin-bottom: 30px;
}
.title {
  font-size: 16px;
  margin-bottom: 14px;
}
.doc .content {
  font-size: 14px;
  /* margin-bottom: 25px; */
}
.sub_doc {
  line-height: 22px;
  cursor: pointer;
}
.timeline {
  background-color: #fff;
  border: 1px solid #dededf;
  margin-bottom: 28px;
}
.chart-header {
  border-top: 2px solid #3e8bd8;
  border-bottom: 1px solid #dededf;
  background-color: #fff;
  height: 46px;
  line-height: 44px;
  overflow: hidden;
}
.chart-header > p {
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  float: left;
}
.timeline-header > span {
  float: right;
  cursor: pointer;
  margin-right: 24px;
  font-size: 13px;
  color: #757575;
  margin-top: 20px;
}
.time-item {
  /* display: inline-block; */
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  width: 100%;
  overflow: hidden;
}
.doc_exts p {
  display: inline-block;
  font-size: 12px;
  color: #333;
  background-color: #c9e4ff;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  margin-right: 10px;
  border-radius: 3px;
}
.filter_active {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.icon-unchecked {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/unchecked.png");
}
.icon-checked {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../img/checked.png");
}
.icon-delete {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/delete_target.png");
  cursor: pointer;
}
mark-item {
  color: #ec1414;
  font-weight: 600;
}
.time-body {
  width: 100%;
  height: 600px;
  margin: 30px 0;
  position: relative;
}
.time_item {
  display: inline-block;
  height: 100%;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.time-key {
  line-height: 80px;
  text-align: center;
  height: 50%;
  border-top: 1px solid #d9d8db;
}
.time-value {
  text-align: center;
  height: 50%;
}
.time_unchecked {
  width: 10px;
  height: 10px;
  position: absolute;
  background-image: url("../img/timeline_unchecked.png");
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
.time_checked {
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url("../img/timeline_checked.png");
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.order {
  float: right;
  font-size: 14px;
  position: relative;
}
.order p {
  display: inline-block;
}
.order select {
  width: 65px;
  height: 28px;
  padding-left: 8px;
  /* border: none; */
}
.pagination li {
  cursor: pointer;
}

/*加载动画*/
.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 20px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #67cf22;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.process {
  text-align: center;
}
.loading_s {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/loading_s.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.loading_m {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url("../img/loading_m.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: -50px;
  left: auto;
}
.navbar-nav > .user-menu .user-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 20px;
  text-align: center;
  background-color: #2882db;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  height: 40px;
  line-height: 40px;
  border: none;
  text-align: center;
  color: #333333;
  font-size: 13px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:hover {
  background-color: #e5e5e5;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.icon-test-empty {
  display: inline-block;
  background-image: url("../img/empty.png");
  width: 150px;
  height: 120px;
  background-size: contain;
  margin: -2px 0px -2px 0px;
  background-repeat: no-repeat;
}

.dtree {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  max-height: calc(100vh - 245px);
  overflow: auto;
}
.dtree img {
  border: 0px;
  vertical-align: middle;
}
.dtree a {
  color: #333;
  text-decoration: none;
}
.dtree a.node,
.dtree a.nodeSel {
  white-space: nowrap;
  padding: 1px 2px 1px 2px;
}
.dtree a.node:hover,
.dtree a.nodeSel:hover {
  color: #333;
  text-decoration: underline;
}
.dtree a.nodeSel {
  background-color: #c0d2ec;
}
.dtree .clip {
  overflow: hidden;
}
.rootNode {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  color: #666;
}
.dtree_Tree {
  padding: 13px 13px;
  overflow-y: auto;
}

div {
  display: block;
}
#ulSelected .remove {
  background-image: url(img/remove.gif);
}
#ulSelected li {
  float: left;
}
#ulSelected .selectedUser {
  background-position: right;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 9px;
  cursor: default;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.selectorResult {
  margin: auto;
  margin-top: 5px;
  line-height: 18px;
  min-height: 22px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 380px;
}
element.style {
  cursor: pointer;
}
.order_num {
  display: inline-block;
  color: #fff;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-right: 10px;
  font-size: 12px;
  text-align: center;
}

.dtree_Tree > .clip > .dTreeNode {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}
.dtree_Tree > .clip > .clip {
  font-size: 13px;
  display: inline-block;
}
.dtree_Tree > .clip > .clip > .dTreeNode {
  line-height: 26px;
  height: 26px;
}
.dtree_Tree > .clip > .clip > .dTreeNode > a {
  vertical-align: sub;
}
.dtree_Tree > .clip > .clip > .dTreeNode > a input[type="radio"] {
  vertical-align: middle;
  margin-top: -4px;
  margin-bottom: 1px;
}
input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
input[type="radio"] + label::before {
  content: "";
  vertical-align: middle;
  font-size: 14px;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border-radius: 50%;
  border: 1px solid #dededf;
  float: left;
  margin-top: 4px;
}
input[type="radio"]:checked + label::before {
  background-color: #2882db;
  border-color: #2882db;
  color: #2882db;
  background-clip: content-box;
  padding: 2px;
}

input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
input[type="checkbox"] + label .relation {
  background-color: #dcdcdc;
}
input[type="checkbox"] + label::before {
  content: "";
  vertical-align: middle;
  font-size: 14px;
  width: 14px;
  height: 14px;
  background-image: url("../img/unchecked.png");
  background-size: contain;
  margin-right: 6px;
  float: left;
}
input[type="checkbox"]:checked + label::before {
  background-image: url("../img/checked.png");
}
input[type="checkbox"]:checked + label {
  color: #2882db;
}
input[type="checkbox"]:checked + label .relation {
  background: #d5eaff;
}
.effect_target > i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/delete_target.png");
  cursor: pointer;
}

.target,
.children_target {
  display: inline-block;
  width: 90px;
  padding: 0 5px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  margin: 22px 15px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.target > i,
.children_target > i {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 12px;
  border-bottom-left-radius: 16px / 12px;
  background-image: url("../img/select_target.png");
}

.target.active,
.children_target.active {
  background-color: #e5f0fb;
  color: #3e8bd8;
  border-color: #e5f0fb;
}
.target.active i,
.children_target.active i {
  display: inline-block;
}
.target-item {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  /* background-color:rgba(red, green, blue, alpha); */
  background-color: #e5f0fb;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 2px;
  width: 72px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.target-item > i {
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background-image: url("../img/delete_target.png");
  margin-left: 8px;
}
.event-tab.active {
  border-top: 2px solid #2882db;
  color: #3e8bd8;
  line-height: 42px;
}
.list-view {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 16px;
  height: 18px;
  background-image: url("../img/news_list.png");
}
.event-tab.active > .list-view {
  background-image: url("../img/news_list_active.png");
}
.table-view {
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 16px;
  height: 18px;
  background-image: url("../img/news_table.png");
}
.event-tab.active > .table-view {
  background-image: url("../img/news_table_active.png");
}

.category_target {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0px 15px;
  border-radius: 13px;
  font-size: 12px;
  color: #333;
  background-color: #d4e6f8;
  margin-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

/*人物机构档案的通用样式*/
/*纵向时间轴部分样式*/
.time-line {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-top: none;
}
.time-line-item-container {
  padding-left: 26px;
}
.time-line-item {
  border-left: 1px solid #d2d2d2;
  padding: 26px 26px 10px 26px;
  padding-bottom: 14px;
  position: relative;
  cursor: pointer;
}
.time-line-item:first-child {
  padding-top: 0;
  margin-top: 26px;
}
.time-line-item-time {
  position: relative;
  left: -33px;
}
.time-line-item-time > span {
  margin-left: 16px;
}
.time-line-item:last-child {
  padding-bottom: 10px;
}
.time-line-item .time-line-item-time {
  font-size: 14px;
  color: #787878;
}
.time-line-item-time > span {
  position: relative;
  top: -3px;
}
.time-line-item-time > img {
  position: relative;
  top: -6px;
}
.time-line-item .time-line-item-content {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 9px;
}
.time-line-item-info {
  overflow: hidden;
  color: #787878;
}
.time-line-item-info span:last-child {
  margin-bottom: 0;
}
.time-line-item-info img {
  margin-top: -5px;
  margin-right: 5px;
}
.time-line-item-info > .check_source {
  color: #2882db;
  cursor: pointer;
}
.spread_more {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #2882db;
  text-align: center;
  border-top: 1px solid #d2d2d2;
  margin-top: 26px;
  cursor: pointer;
}
.event-table,
.subscribe-table {
  width: 100%;
}
.event-table th,
.event-table td {
  padding: 10px 10px;
  line-height: normal;
}
.event-table tr,
.subscribe-table tr {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #dcdcdc;
}
.event-table > thead,
.subscribe-table > thead {
  background-color: #f2f6f9;
  font-size: 14px;
  color: #7682a1;
}
.subscribe-table tr {
  border-bottom: 1px solid #dededf;
}
.subscribe-table th,
.subscribe-table td {
  padding: 10px 10px 10px 22px;
  line-height: normal;
}
.subscribe-table th {
  font-weight: normal;
}
.subscribe-table td {
  color: #333;
}
.triangle {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 70px;
  top: -20px;
  border-top: 10px transparent dashed;
  border-left: 10px transparent dashed;
  border-bottom: 10px #fff dashed;
  border-right: 10px transparent solid;
}

/* 订阅报告页面样式 */
.subscribe-container {
  background-color: #fff;
  border: 1px solid #dededf;
  border-top: 2px solid #2882db;
  margin-top: 38px;
  padding-bottom: 38px;
}

/*订阅报告页面步骤*/
.step-wrapper {
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  padding: 25px 60px;
  width: 100%;
  margin: auto;
  height: 100px;
  justify-content: space-between;
}
.step-wrapper .step-item {
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  color: #666;
  position: relative;
  text-align: center;
  line-height: 50px;
}
.step-wrapper .item-index {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  position: relative;
  top: 7px;
}
.step-wrapper .step-item-index {
  height: 2px;
  width: 160px;
  position: relative;
  top: 24px;
  background-color: #ddd;
}
.item-2 {
  background-image: url("../img/step-2.png");
}
.item-3 {
  background-image: url("../img/step-3.png");
}
.item-4 {
  background-image: url("../img/step-4.png");
}
.step-wrapper .step-item.success .item-index {
  background-image: url("../img/success.png");
  background-size: contain;
}
.step-wrapper .step-item.active .item-1 {
  background-image: url("../img/step-1-active.png");
}
.step-wrapper .step-item.active .item-2 {
  background-image: url("../img/step-2-active.png");
}
.step-wrapper .step-item.active .item-3 {
  background-image: url("../img/step-3-active.png");
}
.step-wrapper .step-item.active .item-4 {
  background-image: url("../img/step-4-active.png");
}
.subscribe-head {
  border-bottom: 1px solid #dededf;
}
.subscribe-body {
  padding: 42px 62px;
  display: -webkit-flex; /* 新版本语法: Chrome 21+ */
  display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: IE 10 */
  flex-wrap: wrap;
}
.subscribe-footer {
  padding-left: 24px;
  margin-top: 25px;
}
.step-2 {
  width: 100%;
  padding: 12px 28px;
}
.step-3 {
  width: 100%;
  padding: 12px 24px;
  margin-bottom: 30px;
}
.step-4 {
  width: 100%;
  padding: 12px 86px;
  margin-bottom: 30px;
}
.subscribe-body .template {
  display: inline-block;
  width: 160px;
  height: 160px;
  text-align: center;
  margin: 28px 24px;
  border: 1px solid #dededf;
  border-radius: 4px;
  padding-top: 34px;
  font-size: 14px;
  cursor: pointer;
}
.template:hover {
  border-color: #2882db;
}
.template .template-img {
  display: inline-block;
  margin-bottom: 24px;
  width: 44px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.template.active {
  color: #2882db;
  border-color: #2882db;
}
.template-img.template-1 {
  background-image: url("../img/template-1.png");
}
.template.active .template-img.template-1 {
  background-image: url("../img/template-1-active.png");
}
.template-img.template-2 {
  background-image: url("../img/template-2.png");
}
.template.active .template-img.template-2 {
  background-image: url("../img/template-2-active.png");
}
.template-img.template-3 {
  background-image: url("../img/template-3.png");
}
.template.active .template-img.template-3 {
  background-image: url("../img/template-3-active.png");
}
.template-img.template-4 {
  background-image: url("../img/template-4.png");
}
.template.active .template-img.template-4 {
  background-image: url("../img/template-4-active.png");
}
.template-img.template-5 {
  background-image: url("../img/template-5.png");
}
.template.active .template-img.template-5 {
  background-image: url("../img/template-5-active.png");
}
.template-img.template-6 {
  background-image: url("../img/template-6.png");
}
.template.active .template-img.template-6 {
  background-image: url("../img/template-6-active.png");
}
.template-img.template-7 {
  background-image: url("../img/template-7.png");
}
.template.active .template-img.template-7 {
  background-image: url("../img/template-7-active.png");
}
.template-img.template-8 {
  background-image: url("../img/template-8.png");
}
.template.active .template-img.template-8 {
  background-image: url("../img/template-8-active.png");
}
.template-img.template-9 {
  background-image: url("../img/template-9.png");
}
.template.active .template-img.template-9 {
  background-image: url("../img/template-9-active.png");
}
.template-img.template-10 {
  background-image: url("../img/template-10.png");
}
.template.active .template-img.template-10 {
  background-image: url("../img/template-10-active.png");
}
.template-img.template-11 {
  background-image: url("../img/template-11.png");
}
.template.active .template-img.template-11 {
  background-image: url("../img/template-11-active.png");
}
.template-img.template-12 {
  background-image: url("../img/template-12.png");
}
.template.active .template-img.template-12 {
  background-image: url("../img/template-12-active.png");
}
.template-img.template-13 {
  background-image: url("../img/template-10.png");
}
.template.active .template-img.template-13 {
  background-image: url("../img/template-10-active.png");
}
.template-img.template-14 {
  background-image: url("../img/template-14.png");
}
.template.active .template-img.template-14 {
  background-image: url("../img/template-14-active.png");
}
.template-img.template-15 {
  background-image: url("../img/template-15.png");
}
.template.active .template-img.template-15 {
  background-image: url("../img/template-15-active.png");
}
.template-img.template-16 {
  background-image: url("../img/template-16.png");
}
.template.active .template-img.template-16 {
  background-image: url("../img/template-16-active.png");
}
.template-img.template-17 {
  background-image: url("../img/template-17.png");
}
.template.active .template-img.template-17 {
  background-image: url("../img/template-17-active.png");
}
.btn-next,
.btn-prev,
.btn-sub-scribe {
  width: 100px;
  height: 34px;
  font-size: 14px;
  border-radius: 3px;
  outline: none !important;
}
.btn-next,
.btn-sub-scribe {
  color: #fff;
  background-color: #2882db;
}
.btn-prev {
  color: #333;
  border: 1px solid #dededf;
  background-color: #fff;
  margin-right: 30px;
}
.btn-next:hover,
.btn-next:focus,
.btn-sub-scribe:hover,
.btn-sub-scribe:focus {
  color: #fff;
}
.btn-active {
  background-color: #2882db !important;
  color: #fff;
}
.btn-active:hover {
  color: #fff;
}

.subscribe-search {
  margin-bottom: 54px;
}
.subscribe-category {
  width: 100%;
  border: 1px solid #dededf;
  margin-bottom: 36px;
}
.subscribe-panel-head {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #dededf;
  background-color: #e4f2ff;
  padding: 0 20px 0 18px;
  overflow: hidden;
}

.subscribe-panel-head > span {
  font-size: 16px;
  color: #333;
}
.subscribe-panel-head > a {
  float: right;
  font-size: 14px;
  color: #999;
}
.subscribe-panel-body {
  width: 100%;
  height: 120px;
  padding: 15px 12px;
}
.subscribe-panel-body ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.subscribe-panel-body > ul > li {
  width: 20%;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
}
.subscribe-panel-body > ul > li label {
  margin: 0 0;
}
.subscribe-panel-body input[type="checkbox"] + label::before {
  content: "";
  vertical-align: middle;
  font-size: 14px;
  width: 14px;
  height: 14px;
  background-image: url("../img/unchecked.png");
  margin-right: 6px;
  position: absolute;
  top: 15px;
  left: 45px;
}
.subscribe-panel-body input[type="checkbox"]:checked + label::before {
  background-image: url("../img/checked.png");
}
.subscribe-panel-body input[type="checkbox"]:checked + label {
  color: #2882db;
}

.step-3 {
  font-size: 14px;
}
.step-3 input[type="text"] {
  display: inline-block;
  width: 400px;
  height: 38px;
  border: 1px solid #bcbecb;
  color: #333;
  padding-left: 16px;
}
.step-3 input[type="text"]::-webkit-input-placeholder {
  color: #9aa0a7;
}
.subscribe-filter {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.info_1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #999;
}

.form-control {
  outline: 0;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
  width: 95%;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 2px;
  margin-bottom: 5px;
  font-size: 14px;
}

.angucomplete-holder {
  position: relative;
  float: left;
}

.attention_search {
  width: 390px;
  height: 38px;
  line-height: 32px;
  padding-left: 10px;
  border: 1px solid rgba(188,190,203,1);
}

.attention_dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 390px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  background-color: #ffffff;
  overflow: auto;
  max-height: 160px;
}

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 390px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  top: 40px;
  left: 20px;
  background-color: #ffffff;
  overflow: auto;
  max-height: 160px;
}

.front-angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 583px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  top: 46px;
  background-color: #ffffff;
  overflow: auto;
  max-height: 160px;
}

.angucomplete-searching {
  color: #acacac;
  font-size: 14px;
}

.angucomplete-description {
  font-size: 14px;
}

.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
}

.angucomplete-selected-row,
.angucomplete-row:hover {
  background-color: lightgray;
  color: #333;
}

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
}

.angucomplete-image-default {
  /* Add your own default image here
     background-image: url('/assets/default.png');
    */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px;
}

.table-body {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-top: 2px solid #2882db;
  border-bottom: none;
  overflow-x: auto;
  background-color: #fff;
}
.table-item {
  border-collapse: collapse;
  width: 100%;
}
.table-item th,
.table-item td {
  border-bottom: 1px solid #e5e5e5;
  height: 49px;
  padding: 14px 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}
.table-item tr th {
  background-color: #faf9f9;
  color: #505056;
  min-width: 40px;
  font-weight: 500;
}
.table-item tr th:nth-child(1) {
  padding-left: 20px;
}
.table-item tr td {
  color: #333;
  max-width: 240px;
}
.table-item tr td:nth-child(1) {
  padding-left: 20px;
}

/* 优化滚动条 */
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: #cfcfcf;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.4) 75%,
    transparent 75%,
    transparent
  );
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/select_down.png") no-repeat scroll 90% center
    transparent !important;
  background-size: 12px 12px !important;
}

.btn-fast {
  float: right;
  margin-right: 5px;
  width: 36px;
  text-align: center;
}
/* 标签筛选结果页样式 */

.target-filter {
  width: 1320px;
  /* height:160px ; */
  margin: 150px auto;
  margin-bottom: 0;
  border: 1px solid #dededf;
  border-top: #2882db solid 2px;
  background: #fff;
}
.target-filter .target-header {
  border-bottom: 1px solid #dededf;
  height: 48px;
}
.target-filter img {
  height: 18px;
  width: 18px;
  margin: 15px 19px;
}
.target-title {
  font-size: 16px;
  line-height: 48px;
}
.target-header {
  position: relative;
}
.clear-filter {
  float: right;
  font-size: 14px;
  cursor: pointer;
  color: #757575;
  margin-right: 19px;
  margin-top: 15px;
}
.target-filter .selectd-target {
  border: 1px solid #89c3fd;
  height: 30px;
  padding: 8px;
  color: #2882db;
  font-size: 12px;
  margin: 0 18px;
}
.target-filter .selectd-target > img {
  height: 10px;
  width: 10px;
  margin: 0;
  cursor: pointer;
  margin-left: 5px;
  margin-top: -3px;
}
.target-content {
  height: 36px;
  border-bottom: 1px dotted #dededf;
  padding: 0 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  position: relative;
}
.target-content > p > span {
  margin: 0;
  margin-left: 97px;
  width: 80%;
  overflow: hidden;
  display: inline-block;
}
.target-bottom {
  border-bottom: none;
}
.target-content-active {
  height: 136px;
  border-bottom: 1px solid #dededf;
  padding: 0 19px;
  border: 1px solid #2882db;
}
.target-content p {
  font-size: 14px;
  color: #757575;
  line-height: 36px;
}

.target-content .target-person,
.target-content .target-organization,
.target-content .target-relation {
  color: #333;
  margin-right: 51px;
  cursor: pointer;
  float: left;
}
.organization-data {
  width: 1200px;
  margin: 31px auto;
  border: 1px solid #dededf;
  border-bottom: none;
}
.list-title,
.list-content {
  background: #fff;
  border-bottom: 1px solid #dededf;
  height: 46px;
  color: #333;
  font-size: 14px;
  overflow: hidden;
}
.list-title div,
.list-content div {
  border-right: 1px solid #dededf;
  padding: 0 18px;
  display: inline-block;
  overflow: hidden;
}
.list-title tr,
.list-content tr {
  padding: 0 18px;
  overflow: hidden;
}
.list-content div {
  /* background: #fff; */
}
.list-title div p,
.list-content div p {
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-title tr th,
.list-content tr td {
  padding: 0 0;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-right: 1px solid #dededf;
}
.list-title tr th {
  background-color: #89c3fd;
}
.plural-select {
  background: #f0f0f0;
  border: 1px solid #dededf;
  height: 20px;
  width: 58px;
  position: absolute;
  right: 19px;
  top: 9px;
  padding: 5px;
  cursor: pointer;
}
.get-more {
  position: absolute;
  right: 20px;
  top: 9px;
  height: 20px;
  width: 66px;
  /* padding-top:3px; */
  font-size: 14px;
  /* border:1px solid black; */
  padding-left: 8px;
  cursor: pointer;
}
.target-input + label::before {
  margin-top: 10px;
}
.select-all:hover {
  opacity: 0.74;
}
.plural-select-btn {
  position: absolute;
  left: 538px;
  bottom: 20px;
  width: 127px;
  height: 26px;
}
.plural-select-btn div {
  height: 26px;
  border: 1px solid #dededf;
  width: 52px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  background-color: #f4f4f4;
  cursor: default;
}
.plural-select-btn .cancel {
  margin-left: 21px;
  cursor: pointer;
}
.plural-select-btn .confirm {
  color: #bdbdbd;
}
.plural-select-btn .confirm-active {
  background: #2882db;
  color: white;
  cursor: pointer;
}
.icon-report {
  width: 14px;
  height: 14px;
  float: right;
  margin-top: 1px;
  background: url("../img/drop.png") 0 0 no-repeat;
  background-size: 100%;
}
.icon-report-fold {
  width: 14px;
  height: 14px;
  float: right;
  margin-top: 1px;
  background: url("../img/put_away.png") 0 0 no-repeat;
  background-size: 100%;
}
.icon-category {
  width: 8px;
  height: 12px;
  float: left;
  background-image: url("../img/icon_category.png");
  background-position: center;
  margin-top: 1px;
  position: absolute;
  left: 20px;
}
.treeview-menu .active .icon-category {
  background-image: url("../img/icon_category_active.png");
}
.treeview-menu p:hover i {
  background-image: url("../img/icon_category_active.png");
}

/* 2020-02-17 */
.mr20 {
  margin-right: 20px;
}

.uploadBtn {
  padding: 5px 10px;
  color: #2882db;
  border: 1px solid #2882db;
  border-radius: 0;
}

.uploadBtn:hover {
  color: #2882db;
  opacity: 0.8;
}

.fileList {
  font-size: 12px;
  margin-right: 26px;
}

.fileList .glyphicon {
  color: #2882db;
}

ul.fileList > li {
  margin-top: 10px;
  padding: 5px 10px 3px 10px;
  background: rgb(248, 248, 248);
}

ul.fileList > li > span {
  float: right;
  color: #2882db;
  cursor: pointer;
}

ul.fileList > li > span:hover {
  opacity: 0.8;
}

.content_header {
  padding: 13px 35px;
  border-bottom: 1px solid #dededf;
}

.content_header::after {
  content: "";
  display: block;
  clear: both;
}

.content_header > h4 {
  float: left;
  font-size: 20px;
  margin: 3px 8px 0;
}

.content_header > span {
  float: right;
}

.content_header > i {
  float: left;
  display: block;
  height: 16px;
  width: 4px;
  background: #2882db;
  margin-top: 6px;
}

.body_container {
  padding: 35px;
}

.noImageBox {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: rgb(250, 250, 250);
  border: 1px dashed rgb(192, 204, 218);
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  line-height: 146px;
  cursor: pointer;
}

.noImageBox:hover {
  border: 1px dashed rgb(64, 158, 255);
}

.imageBox {
  position: relative;
  display: inline-block;
  background-color: rgb(251, 253, 255);
  border: 1px solid rgb(192, 204, 218);
  box-sizing: border-box;
  width: 148px;
  height: 148px;
}

.imageBox > img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 146px;
  height: 100px;
}

.cupload-image-delete {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-align: center;
  color: rgb(255, 255, 255);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
}

.cupload-image-delete:hover {
  opacity: 1;
}

.cupload-delete-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

#public_content_modal .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    border-color: rgb(209, 209, 209);
}

#public_content_modal .has-error .form-control {
    border-color: #a94442;
}

.title_count {
    position: absolute;
    top: 9px;
    right: 10%;
    color: rgb(167, 167, 167);
}

.img_explore {
    position: absolute;
    bottom: 0;
    margin-left: 10px;
    font-size: 12px;
    color: rgb(167, 167, 167);
}

.operateBtn {
  height: 14px;
  width: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
  background-size: 100% 100%!important;
  margin-top: -2px;
}

.severity {
  width: 83px;
  height: 15px;
  float: right;
}

.severity img{
  float: left;  
}

.text_active {
  color: #398ADA;
}

.pushIcon {
  background: url(../img/ic_push_unselected.png) 0 0 no-repeat;
}

.pushIcon.active {
  background: url(../img/ic_push_selected.png) 0 0 no-repeat;
}

.topIcon {
  background: url(../img/ic_stick_unselected.png) 0 0 no-repeat;
}

.topIcon.active {
  background: url(../img/ic_stick_selected.png) 0 0 no-repeat;
}

.topIcon1 {
  background: url(../img/ic_stick_unselected1.png) 0 0 no-repeat;
}

.topIcon1.active {
  background: url(../img/ic_stick_selected1.png) 0 0 no-repeat;
}

.deleteIcon {
  background: url(../img/ic_shield.png) 0 0 no-repeat;
}

.deleteIcon1 {
  background: url(../img/ic_shield1.png) 0 0 no-repeat;
}

.editIcon {
  background: url(../img/ic_edit.png) 0 0 no-repeat;
}

.changeEmotionPropIcon {
  background: url(../img/change_emotion_prop.png) 0 0 no-repeat;
}
.editPicNumsIcon {
  background: url(../img/ic_pic_setting.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
#edit_select {
  position: absolute;
  z-index: 1;
  left: 100px;
  top: 100px;
}

.like_select {
  position: absolute;
  background: #ffffff;
  border: 1px solid #DEDEDF;
  width: 100px;
  overflow-y: auto;
  padding: 5px 0;
}

.like_select_item {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  color: #333333;
  padding-left: 10px;
  line-height: 24px;
  cursor: pointer;
}

.like_select_item:hover {
  background: #F2F4F8;
}

#edit_select > ul {
  background: #ffffff;
  border: 1px solid #DEDEDF;
  width: 100px;
  overflow-y: auto;
  padding: 5px 0;
}

#edit_select > ul > li {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  color: #333333;
  padding-left: 10px;
  line-height: 24px;
  cursor: pointer;
}

#edit_select  .child_list {
  left: 100px;
  position: absolute;
  top: 0px;
}

#edit_select > ul > li:hover {
  background: #F2F4F8;
}

#edit_select > ul > li.active {
  background: #F2F4F8;
}

.operateTitle {
  border: 1px solid #2882db;
  color: #2882db;
  position: absolute;
  font-size: 12px;
  border-radius: 2px;
  white-space: nowrap;
}

.pushTitle {
  bottom: -23px;
  right: 15%;
}

.topTitle {
  bottom: -23px;
  right: 10%;
}

.deleteTitle {
  bottom: -23px;
  right: 5%;
}

.editTitle {
  bottom: -23px;
  right: 0%;
  cursor: pointer;
}

.changeEmotionPropTitle {
  bottom: -23px;
  right: 0%;
  cursor: pointer;
}

.editPicNumsTitle {
  bottom: -23px;
  right: 0%;
  cursor: pointer;
}

.topMark {
  display: inline-block;
  height: 16px;
  line-height: 14px;
  width: 32px;
  font-size: 12px;
  text-align: center;
  border: 1px solid rgb(255, 49, 56);
  color: rgb(255, 49, 56);
  border-radius: 2px;
  vertical-align: middle;
  box-sizing: border-box;
  margin-bottom: 2px;
}

.ding {
  font-size: 12px;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgb(235, 106, 0);
  color: #fff;
  font-size: bold;
  border-radius: 3px;
  margin-bottom: 2px;
}
/*
 采集器
**/
.collection_box{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.select2-container--default .select2-selection--single{
  height: 38px !important;
  line-height: 38px  !important;
  border-radius: 0px  !important;
  border:1px solid #bcbecb !important;
}
 .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 38px  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 38px  !important;
}
.collection_box>input, .collection_box>.select2{
  margin-right: 15px;
}
.collection_box p{
   color: #FF0000;
   margin: 0;
   cursor: pointer;
}
.add_input{
  color: #2882DB;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}

/* 自定义面板 */
.my_panel {
  border: 1px solid rgba(222,222,223,1);
}

.my_panel_header {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(222,222,223,1);
  background:rgba(252,252,252,1);
}

.my_panel_header_title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.my_panel_body {
  background: white;
  padding: 10px 20px;
}

.selected_conditions {
  border-bottom: 1px dashed #DEDEDF;
  padding: 10px 0 5px 0;
  line-height: 24px;
  position: relative;
}

.selected_conditions::after {
  display: block;
  content: '';
  clear: both;
}

.selected_conditions > ul, .selected_conditions > div {
  float: left;
}

.selected_conditions > ul {
  margin-left: 20px;
  width: 77%;
}

.selected_conditions > ul > li {
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}


.filter_conditions {
  padding-top: 10px;
  position: relative;
}

.filter_conditions > li:not(:last-child) {
  margin-bottom: 10px;
}

.normal_tag {
  border: 1px solid #2882DB;
  color: #2882DB;
  font-size: 12px;
  padding: 0px 30px 0px 10px;
  position: relative;
  line-height: 22px;
}

.normal_tag_delete {
  cursor: pointer;
  position: absolute;
  right: 10px;
  font-size: 19px;
  top: -2px;
}

.filter_conditions > li > div {
  float: left;
}

.filter_conditions > li > div:nth-child(1) {
  color: #999999;
  width: 90px;
  text-align: right;
  text-overflow: ellipsis;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
}

.filter_conditions > li > div:nth-child(2) {
  /* margin-left: 20px; */
  width: calc(100% - 130px);
}

.filter_conditions > li::after {
  content: '';
  display: block;
  clear: both;
}

.my_select {
  cursor: pointer;
  margin-bottom: 10px;
}

.my_checkout {
  margin: 0;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.my_checkout::before {
  margin-top: 3px;
}

.checkbox_list > li {
  float: left;
  width: 130px;
  margin-bottom: 7px;
}

.checkbox_list::after {
  content: '';
  clear: both;
  display: block;
}

.delete_all_conditions {
  position: absolute;
  right: 0;
}

.clear_all span {
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../img/clear.png) 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

.clear_all {
  cursor: pointer;
  color: #FE3333;
}

.dropdown_filter > div {
  float: left;
  cursor: pointer;
  width: 130px;
}

.dropdown_filter::after {
  content: '';
  display: block;
  clear: both;
}

.expand_project_filter {
  float: right;
  cursor: pointer;
  margin-top: 2px;
}

.checkbox_expand {
  position: absolute;
  margin-top: 0;
  color: #666;
}

/* 2020-09-10 获客首页需求 */
.abstract {
  color: #666;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.party_a_name {
  margin-top: 20px;
  font-size: 14px;
}

.party_a_name::after {
  content: '';
  clear: both;
  display: block;
}

.party_a_name_left {
  float: left;
}

.party_a_name_left > span:nth-child(1) {
  font-weight: bold;
  color: #333333;
}

.party_a_name_left > span:nth-child(2) {
  color: #666;
  margin-right: 10px;
}

.party_a_name_left > span:nth-child(3) {
  color: #2882DB;
}

.party_a_name_left > span:nth-child(3) > span {
  cursor: pointer;
}

.party_a_name_left > span:nth-child(3) > span:hover {
  text-decoration: underline;
}

.party_a_name_left > span:nth-child(3) > span > span {
  color: #DF4444;
}

.party_a_name_right {
  float: right;
}

.party_a_name_right > img {
  vertical-align: sub;
}

.bg1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 998;
  display: block;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 99999;
  display: block;
}

.bg_content {
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 514px;
  min-width: 514px;
  margin-left: -257px;
  margin-top: -110px;
  padding: 0;
  border: 1px solid #4798D5;
  box-shadow: 0px 0px 4px #4798D5;
}

.my_modal_header {
  border-bottom-right-radius: 3px;
  padding: .4em 1em;
  border-bottom: 1px solid #4798D5;
  position: relative;
}

.my_modal_header::after{
  clear: both;
  content: "";
  display: block;
}

.my_modal_header_title {
  font-weight: 400;
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my_modal_header_close {
  background: url("../img/close.png") 50% 50% no-repeat;
  background-size: 12px 12px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
  cursor: pointer;
}

.my_modal_body {
  position: relative;
  padding: 10px 24px;
  min-width: 100px;
}

.my_modal_footer {
  text-align: center;
  border-top: 1px solid#56b4f8;
  margin-top: .5em;
}

.my_modal_footer button{
  margin: .5em .4em .5em 0;
  cursor: pointer;
  width: 50px;
  height: 26px;
  background: #fff;
  color: #555555;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  outline: none;
}

.my_modal_footer button.primary {
  background: #2080DE;
  border: 1px solid #2080DE;
  color: #fff;
}

.my_form_group {
  padding: 2px 0px 3px 0px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;

}

.my_form_group_label {
  padding: 2px 3px;
  color: #666;
}

.my_form_group_body {
  padding: 2px;
  position: relative;
}

.my_form_group_body input, .my_form_group_body select {
  border: 1px solid #DDDDDD;
  width: 100%;
  padding: 5px;
}

.my_form_group_body select {
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  align-items: center;
  white-space: pre;
  appearance: none!important;
  -webkit-appearance: none!important;
  background: none!important;
}

.type_select::before {
  position: absolute;
  content: '';
  background: url("../img/ic_unfold.png") 0 0 no-repeat !important;
  background-size: 14px 14px;
  top: 12px;
  right: 10px;
  width: 20px;
  bottom: 0;
  z-index: 101;
  pointer-events: none;
}

.type_select::after {
  position: absolute;
  content: '';
  top: 6px;
  bottom: 0;
  right: 6px;
  height: 24px;
  width: 74px;
  pointer-events: none;
  background: #fff;
  z-index: 100;
}

.can_operate {
  float: right;
  text-align: right;
}

.tem_no_data {
  height: 150px;
  background: #fff;
  text-align: center;
  line-height: 150px;
  color: #666;
}
.news-info{
  color:#666666;
  margin-top: 13px;
  font-size: 12px;
}
.news-info .info_text{
  color:#333333
}
.news-info>div{
  margin-bottom: 11px;
}
.news-info>div.flex{
  display: flex;
  justify-content: space-between;
}
.news-info>div:last-child{
  margin-bottom: 0px;
}
.news-info>div>span{
  margin-right: 24px;
}
.news-info>div.flex>span{
  margin-right: 0px;
}
.like_select_item.active{
  background: #2882db;
  color: #fff;
}

.scene_list_box {
  padding: 10px 20px;
  padding-bottom: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: none!important;
  box-shadow: 0 2px rgb(152, 187, 231);
}

.scene_list_superclass {
  color: #000000;
  margin-bottom: 20px;
}

.scene_list_superclass::after {
  content: "";
  display: block;
  clear: both;
}

.scene_list_superclass li {
  padding: 5px 0;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}

.scene_list_superclass li.active {
  background: white;
  border-bottom: 2px solid rgb(47, 118, 211);
}

.scene_list_subclass::after {
  content: "";
  display: block;
  clear: both;
}

.scene_list_subclass li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

.scene_list_subclass li.active {
  /* color: #fff; */
  background: transparent;
  color: #398ADA;
}

.icon-toutiao{
  width: 14px;
  height: 14px;
  float: left;
  background-position: center;
  margin-top: 13px;
  margin-right: 4px;
  background-image: url('../img/icon_toutiao.png');
}

.active .icon-toutiao{
  background-image: url('../img/icon_toutiao_active.png');
}

.front-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.new_nav {
  height: 100%;
  top: 74px;
  border: none;
  border-right: 1px solid #dededf;
  overflow: auto;
  left: 0;
  text-align: center;
}

.new_nav .sidebar {
  max-height: none;
}

.new_nav .sidebar li {
  border-bottom: none;
  padding-left: 0;
  padding-right: 10px;
}

.new_nav .sidebar li i{
  display: inline-block;
  float: none;
  margin-right: 19px;
  vertical-align: middle;
  margin-top: -2px;
}

.new_nav .sidebar li.active {
  border-right: 4px solid rgb(47, 118, 212);
}

.body_min_padding {
  padding-left: 0;
  padding-right: 20px;
  padding-top: 8px;
}

.icon-datacollect {
  width: 14px;
  height: 14px;
  float: left;
  background-position: center;
  margin-top: 13px;
  margin-right: 4px;
  background-image: url('../img/icon_datacollect.png');
  background-size: 100%;
}

.active .icon-datacollect{
  background-image: url('../img/icon_datacollect_active.png');
}

.new_item_tab {
  background: white;
  padding: 15px 10px;
  box-sizing: border-box;
  bottom: 68px;
  box-shadow: 2px 2px 2px rgb(151 198 241);
  border-radius: 5px;
  top: 82px;
}

.icon-content {
  width: 14px;
  height: 14px;
  float: left;
  background-position: center;
  margin-top: 13px;
  margin-right: 4px;
  background-image: url('../img/icon_content.png');
}

.active .icon-content{
  background-image: url('../img/icon_content_active.png');
}

.telescope {
  background: url('../img/telescope.png') 0 0 no-repeat;
}

.SFC {
  background: url('../img/SFC.png') 0 0 no-repeat;
}

.title_logo {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
  margin-right: 5px;
}

.padding0 {
  padding: 0;
}
