body {
  position: relative;
  width: 100%;
  min-height: 1026px;
}

.main_container {
  width: 100%;
  height: auto;
  background: transparent;
}

.industryAssociation_cube {
  width: 1200px;
  margin: 0 auto;
  min-height: 1026px;
}
.describe {
  margin-top: 120px;
}
.location img {
  width: 16px;
  height: 16px;
  margin: 10px 6px;
}
.location span {
  width: 28px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}
.location .select-cell {
  width: 160px;
  margin-left: 10px;
  margin-top: 1px;
  color: #333333;
  font-size: 14px;
  /* height: 32px;
    background: #FFFFFF;
    border: 1px solid #D7DAE2;
    border-radius: 2px; */
}
.describe_name {
  width: 489px;
  margin-left: 40px;
}
.describe_name p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #909090;
  line-height: 40px;
}
.describe_name a {
  color: #1662d4;
}

.industryAssociation_main {
  width: 100%;
  margin-top: 49px;
}
.industryAssociation_left {
  width: 480px;
}
.industryAssociation_left .industryAssociation_list {
  height: 895px;
  overflow-x: hidden;
  overflow-y: auto;
}
.industryAssociation_left .industryAssociation_list::-webkit-scrollbar {
  display: none;
}

.industryAssociation_right {
  width: 690px;
  height: 895px;
  margin-left: 30px;
  border: 1px solid #ddd;
}
.industryAssociation_cell {
  width: 480px;
  min-height: 252px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.industryAssociation_active {
  box-shadow: 0px 12px 30px 0px #d6d6d6;
}

.industryAssociation_cell_top {
  padding: 31px 21px 30px;
}
.industryAssociation_cell_avator_cube {
  width: 108px;
  height: 108px;
  margin-right: 20px;
  background: #f4f6f8;

  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d8dee4;
  line-height: 98px;
  text-align: center;
}
.industryAssociation_cell_avator_cube img {
  display: block;
  width: 108px;
  height: 108px;
  vertical-align: top;
}
.industryAssociation_cell_detail_cube {
  width: 308px;
}
.industryAssociation_cell_title {
  width: 100%;
}
.industryAssociation_title {
  width: 230px;
  margin: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  text-align: left;
}
.un_industryAssociation_icon {
  width: 78px;
  height: 28px;
  background: url(../img/industryAssociation/un_industryAssociation_icon.png)
    no-repeat;
  background-size: 78px 28px;
}
.industryAssociation_icon {
  width: 78px;
  height: 28px;
  background: url(../img/industryAssociation/industryAssociation_icon.png)
    no-repeat;
  background-size: 78px 28px;
}

.industryAssociation_detail {
}
.industryAssociation_detail_icon {
  width: 18px;
  height: 18px;
  margin: 4px 10px 4px 0;
}
.industryAssociation_detail_text {
  width: 280px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  text-align: left;
}
.industryAssociation_detail_text a {
  color: #1662d4;
}
.industryAssociation_detail_icon_phone {
  background: url(../img/industryAssociation/phone_icon.png) no-repeat;
  background-size: 18px 18px;
}
.industryAssociation_detail_icon_wlan {
  background: url(../img/industryAssociation/wlan_icon.png) no-repeat;
  background-size: 18px 18px;
}
.industryAssociation_detail_icon_gps {
  background: url(../img/industryAssociation/gps_icon.png) no-repeat;
  background-size: 18px 18px;
}

.industryAssociation_cell_bottom {
  margin: 0 auto;
  width: 378px;
}
.industryAssociation_btn {
  width: 96px;
  height: 32px;
  margin: 0 15px;
  border: 1px solid #cc001b;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.industryAssociation_apply_btn {
  background: #cc001b;
  color: #fff;
}
.industryAssociation_training_btn,
.industryAssociation_evaluation_btn {
  background: #fff;
  color: #cc001b;
}

.applogo_detail {
  position: relative;
  line-height: 22px;
  min-width: 12px;
  padding: 8px 15px;
  font-size: 12px;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding-top: 30px;
}
.applogo_png {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

/* 侧边栏 */
.side_suspension {
  position: fixed;
  top: 35%;
  right: -420px;
  width: 470px;
  height: 300px;
  background: #f8fafc;
  box-shadow: -10px 0px 20px 0px #c8c8c8;
  border-radius: 10px 0px 0px 10px;
  transition: 0.2s;
}
.side_suspension ul {
  width: 50px;
  height: 300px;
}
.industryAssociation_side_btn {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 12px 6px 12px 8px;
  cursor: pointer;
  box-sizing: content-box;
  z-index: 99;
}
/* .industryAssociation_side_btn:first-child {
    padding-top: 12px;
}
.industryAssociation_side_btn:last-child {
    padding-bottom: 12px;
} */
.industryAssociation_arrow {
  /* background-image: url(../img/industryAssociation/arrow.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position:center; */
}
.industryAssociation_zhaobiao {
  /* background-image: url(../img/industryAssociation/huizhaobiao.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position:center; */
}
.industryAssociation_guanli {
  /* background-image: url(../img/industryAssociation/huiguanli.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position:center; */
}
.industryAssociation_fenxi {
  /* background-image: url(../img/industryAssociation/huifenxi.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position:center; */
}
.industryAssociation_zhengxin {
  /* background-image: url(../img/industryAssociation/shenghuizhengxin.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position:center; */
}
.industryAssociation_side_btn_content.active {
  border-right: 2px solid #e01e37;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.1),
    rgba(225, 28, 55, 0.1)
  );
}
.industryAssociation_side_content_container {
  width: 420px;
  height: 300px;
}
.industryAssociation_side_content {
  display: none;
  width: 420px;
  height: 300px;
  padding: 0 21px 0 22px;
  background: #fff;
  border-left: 1px solid #eee;
}
.industryAssociation_side_content.active {
  display: block;
}

.industryAssociation_side_content img {
  width: 56px;
  height: 56px;
  margin-top: 20px;
}
.industryAssociation_side_content h2 {
  margin-top: 21px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #303030;
  text-align: center;
  line-height: 20px;
}
.industryAssociation_side_content p {
  width: 377px;
  height: 78px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8d8e90;
  line-height: 26px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.industryAssociation_side_content a {
  display: block;
  width: 130px;
  height: 36px;
  margin: 21px auto 0;
  padding: 0 18px;
  background: #ffffff;
  border: 1px solid #e01e37;
  border-radius: 22px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e01e37;
  line-height: 36px;
}
.industryAssociation_side_content a:hover {
  text-decoration: none;
  background-color: #fff5f5;
}
/*地图文本样式*/
.addr_style {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -30px;
  width: 290px;
  background: #ffffff;
  height: 30px;
  line-height: 36px;
  padding-left: 20px;
  /*box-shadow: 0px -8px 24px 0px rgba(83, 83, 83, .5);*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.addr_style:after {
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  left: 52px;
  z-index: 999;
  content: ' ';
  border-bottom: 25px solid #ffffff;
  border-left: 7px solid transparent;
  border-right: 20px solid transparent;
}
.change-password-dialog .change_form .control-group {
  margin-bottom: 10px;
}
.change-password-dialog .change_form .control-group {
  margin-bottom: 20px;
  zoom: 1;
}
.change-password-dialog .change_form .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: '';
}
.change-password-dialog .change_form *,
::after,
::before {
  box-sizing: border-box;
}
.change-password-dialog .change_form *:before,
*:after {
  box-sizing: inherit;
}
.change-password-dialog .change_form .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.change-password-dialog .change_form label {
  display: block;
  margin-bottom: 5px;
}
.change-password-dialog .change_form .controls {
  display: inline-block;
  padding-left: 20px;
  margin-left: 180px;
  margin-left: 0;
}
.change-password-dialog .change_form .control-group:after {
  clear: both;
}
.change-password-dialog .change_form .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: '';
}
.change-password-dialog .change_form .inputs {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.change-password-dialog .change_form .inputs {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.change-password-dialog .change_form input[readonly].inputs {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.change-password-dialog .change_form .input-xlarge {
  width: 260px;
}
.change-password-dialog .change_form .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
