/* 百分比的col-per-x的模式 */
/* 栅格 start */
@import '../fonts/iconfont.css';
.container-fluid {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: ' ';
  clear: both;
}
:after,
:before {
  box-sizing: border-box;
}
/*.no-gap,
.no-gap .row,*/
.no-gap [class*='col-'] {
  padding: 0;
  margin: 0;
}
[class*='col-lg-'],
[class*='col-md-'],
[class*='col-sm-'],
[class*='col-xs-'],
[class*='col-num-'] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* 百分比处理 */
.col-num-12 {
  float: left;
  width: 8.33333333%;
}
.col-num-11 {
  float: left;
  width: 9.09090909%;
}
.col-num-10 {
  float: left;
  width: 10%;
}
.col-num-9 {
  float: left;
  width: 11.11111111%;
}
.col-num-8 {
  float: left;
  width: 12.5%;
}
.col-num-7 {
  float: left;
  width: 14.28571429%;
}
.col-num-6 {
  float: left;
  width: 16.66666667%;
}
.col-num-5 {
  float: left;
  width: 20%;
}
.col-num-4 {
  float: left;
  width: 25%;
}
.col-num-3 {
  float: left;
  width: 33.33333333%;
}
.col-num-2 {
  float: left;
  width: 50%;
}
.col-num-1 {
  float: left;
  width: 100%;
}
/* 栅格处理 */
/** screen >= 768 **/
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 768px;
  }
  .hidden-sm {
    display: none !important;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-sm-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-sm-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-sm-1 {
    float: left;
    width: 8.33333333%;
  }
}
/** screen 768 >= 992 **/
@media (min-width: 992px) and (max-width: 1060px) {
  .container {
    width: 992px;
  }
  .hidden-md {
    display: none !important;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .col-md-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-md-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-md-1 {
    float: left;
    width: 8.33333333%;
  }
}
/* screen 992 >= 1200 */
@media (min-width: 1060px) {
  .container {
    width: 1060px;
  }
  .hidden-lg {
    display: none !important;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-lg-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-lg-1 {
    float: left;
    width: 8.33333333%;
  }
}
/* screen < 768 */
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
  .col-xs-12 {
    float: left;
    width: 100%;
  }
  .col-xs-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-xs-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-xs-9 {
    float: left;
    width: 75%;
  }
  .col-xs-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-xs-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-xs-6 {
    float: left;
    width: 50%;
  }
  .col-xs-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-xs-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-xs-3 {
    float: left;
    width: 25%;
  }
  .col-xs-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-xs-1 {
    float: left;
    width: 8.33333333%;
  }
}
/* 栅格 end */
* {
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  display: table;
  content: ' ';
  clear: both;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.bgfff {
  background: #fff;
}
.no-pad {
  padding: 0 !important;
}
.hide {
  overflow: hidden;
}
.cen {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.rela {
  position: relative;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flex-columen {
  flex-direction: column;
}
html {
  font-family: PT Sans, PingFang SC, Helvetica Neue, Helvetica, Tahoma, Arial, Hiragino Sans GB,
  Heiti SC, Microsoft;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
html,
body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #212121;
  background: #f5f5f5;
}
html a,
body a {
  font-size: 15px;
  color: #212121;
  cursor: pointer;
}
* {
  word-wrap: break-word !important;
  word-break: keep-all !important;
  font-family: "microsoft yahe";
}
.no-word {
  word-wrap: normal !important;
  word-break: unset !important;
}
.search-box {
  position: relative;
}
.search-box .search {
  width: 100%;
  padding: 8px 30px 8px 10px;
  font-size: 14px;
  color: #555;
  border: solid 1px #e5e5e5;
  background: #fbfbfb;
  border-radius: 4px;
}
.search-box .icon-search {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #888;
  transform: translate(0, -50%);
  cursor: pointer;
}
.search-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888;
}
.search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
}
.search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
}
.search-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888;
}
.search-box textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888;
}
.search-box textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
}
.search-box textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
}
.search-box textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888;
}
.header {
  height: 120px;
}
.header .right {
  align-items: flex-end;
  height: 120px;
}
.header .right .link {
  margin-top: 20px;
}
.header .right .link a {
  display: inline-block;
  margin: 0 6px 0 14px;
}
.header .logo-image {
  width: 160px;
}
.header .logo-name {
  margin-left: 14px;
  font-size: 12px;
  line-height: 20px;
}
.nav {
  background: #ececec;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.nav .nav-list li {
  float: left;
  margin-right: 50px;
  padding: 0 10px;
  line-height: 50px;
}
.nav .nav-list li a {
  position: relative;
  display: block;
  font-size: 17px;
  color: #444;
}
.nav .nav-list .active a {
  color: #62567f;
  font-weight: bold;
}
.nav .nav-list .active a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 120%;
  height: 1px;
  transform: translate(-50%, 0);
  background-color: #62567f;
}
.footer {
  margin-top: 30px;
  padding: 20px 0;
  background: #231840;
  color: #e0e0e0;
}
.footer .contact span {
  display: inline-block;
  margin: 0 20px;
}
.editor-content p {
  min-height: 14px;
  overflow: hidden;
}
.editor-content table {
  width: 100%;
  border-collapse: collapse;
}
.editor-content table td {
  text-align: center;
  padding: 5px 0;
  border: solid 1px #999;
}
.captcha-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.captcha-box input {
  flex: 1;
}
.btn {
  display: inline-block;
  text-align: center;
  padding: 0 16px;
  min-width: 80px;
  line-height: 40px;
  color: #fff;
  background: #62567f;
  border: 0;
  border-radius: 4px;
}
.form .form-item {
  margin-bottom: 15px;
}
.form .form-item input,
.form .form-item select,
.form .form-item textarea {
  padding: 5px 12px;
  width: 100%;
  height: 40px;
  min-height: 38px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  outline: none;
}
.form .form-item .input-inline {
  overflow: hidden;
}
.form .form-item .input-inline input {
  float: left;
}
.form .form-item .input-inline input:first-child {
  width: 30%;
}
.form .form-item .input-inline input:last-child {
  margin-left: -1px;
  width: 70%;
}
.form .form-label {
  display: block;
  margin-bottom: 10px;
}
.form .f-error {
  display: inline-block;
  margin-top: 4px;
  padding-left: 2px;
  color: #e6503d;
  font-size: 13px;
}
.form .ms-container {
  width: 100%;
}
.editor-con {
  padding: 15px 0;
  line-height: 24px;
}
.top-avatar {
  vertical-align: middle;
  margin-right: 4px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.upload-box {
  position: relative;
  display: inline-block;
  height: 30px;
  vertical-align: bottom;
  margin-left: 50px;
}
.upload-box .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.upload-box .file-upload {
  margin-top: 0!important;
  margin-left: 0!important;
}
.page-title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #62567f;
  font-weight: bold;
}
.layout-container {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fcfcfc;
}
.h-container {
  min-height: 500px;
}
.form-container {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-container .form-content {
  flex: 1;
  max-width: 480px;
  border: solid 1px #ededed;
  padding: 60px 20px;
  border-radius: 4px;
}
.joinUs-container .form {
  max-width: 600px;
}
.news-container .title {
  text-align: center;
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 100;
}
.news-container .subtitle {
  margin-bottom: 40px;
  text-align: center;
  font-size: 13px;
  color: #444;
}
.committees-container .committees-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.committees-container .committees-item .avatar {
  padding: 2px;
  width: 90px;
  height: 90px;
  background-size: contain;
  border: solid 1px #eee;
  border-radius: 50%;
}
.committees-container .committees-item .name {
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  cursor: pointer;
}
.member-container .avatar-btn-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.member-container .upload-box {
  margin-top: 50px;
}
.committees-info-container {
  background: #fff;
}
.committees-info-container .info-item-inline {
  width: 100% !important;
}
.committees-info-container .avatar {
  margin-left: 100px;
  margin-bottom: 20px;
  padding: 2px;
  width: 90px;
  height: 90px;
  background-size: contain;
  border: solid 1px #eee;
  border-radius: 50%;
}
.committees-info-container .info-list {
  overflow: hidden;
}
.committees-info-container .info-list .info-item {
  float: left;
  overflow: hidden;
  padding: 20px 0;
  line-height: 30px;
  width: 50%;
  border-bottom: dashed 1px #eee;
}
.committees-info-container .info-list .info-item .info-label {
  float: left;
  text-align: right;
  padding-right: 16px;
  width: 140px;
  color: #666;
}
.committees-info-container .info-list .info-item .info-data {
  padding-left: 130px;
}
.message-container {
  min-height: 400px;
}
.message-container .message-list .message-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: dashed #ddd 1px;
  line-height: 32px;
}
.message-container .message-list .message-item .date {
  color: #bbb;
}
.message-container .message-list .read {
  color: #bbb;
}
.conference-container .condition-wrapper {
  margin-bottom: 20px;
}
.conference-container .condition-wrapper .go-back {
  display: none;
  float: right;
  cursor: pointer;
}
.conference-container .condition-wrapper .condition-box {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}
.conference-container .condition-wrapper .condition-box:hover .condition-list {
  display: block;
}
.conference-container .condition-wrapper .condition-box .condition-text {
  line-height: 30px;
  cursor: pointer;
}
.conference-container .condition-wrapper .condition-box .icon-down {
  vertical-align: middle;
  font-size: 14px;
}
.conference-container .condition-wrapper .condition-box .condition-list {
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
  padding: 2px 5px;
  width: 200%;
  min-width: 160px;
  background-color: #fff;
  z-index: 9999;
  border: solid 1px #eee;
}
.conference-container .condition-wrapper .condition-box .condition-list li {
  margin: 10px 0;
  cursor: pointer;
}
.conference-container .condition-wrapper .condition-box .condition-list li:hover {
  color: #62567f;
}
.conference-container .list-year {
  text-align: center;
  margin-bottom: 28px;
  font-size: 18px;
  color: #62567f;
  margin-top: 16px;
}
.conference-container .conference-item {
  display: block;
  margin-bottom: 20px;
  padding: 6px 6px 12px 6px;
  border-radius: 6px;
  border: solid 1px #ddd;
}
.conference-container .conference-item .image {
  display: block;
  width: 100%;
  height: 100px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-repeat: no-repeat;
  background-size: cover;
}
.conference-container .conference-item .name {
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: bold;
  color: #62567f;
  height: 36px;
}
.conference-container .conference-item .date {
  line-height: 20px;
  color: #555;
  font-size: 13px;
}
.conference-container .conference-item .year {
  color: #62567f;
  font-size: 16px;
}
.conference-list-container .conference-top {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.conference-list-container .conference-top .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(20px);
  z-index: 19;
  background: inherit;
  overflow: hidden;
}
.conference-list-container .conference-top .mask::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(20px);
  background: inherit;
  z-index: -1;
}
.conference-list-container .conference-top .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.4);
  flex-direction: column;
  font-size: 24px;
}
.conference-list-container .conference-top .info p {
  margin-bottom: 14px;
}
.conference-list-container .conference-top .info .code {
  font-size: 18px;
}
.conference-list-container .conference-list {
  margin-top: 30px;
}
.conference-list-container .conference-list .conference-item {
  margin-bottom: 4px;
}
.conference-list-container .conference-list .conference-item a {
  line-height: 24px;
  color: #57487a;
}
.conference-list-container .conference-list .conference-item .date {
  color: #757575;
}
.conference-list-container .con-info-catalog .catalog-tab {
  position: relative;
  margin: 10px 0;
  padding: 0 30px;
  border-bottom: solid 1px #aaa;
}
.conference-list-container .con-info-catalog .catalog-tab .dir {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #57487a;
  font-weight: bold;
  z-index: 999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.conference-list-container .con-info-catalog .catalog-tab .dir .iconfont {
  font-size: 22px;
}
.conference-list-container .con-info-catalog .catalog-tab .dir-r {
  margin: 0;
  left: auto;
  right: 0;
}
.conference-list-container .con-info-catalog .catalog-tab-toggle {
  position: relative;
  overflow: hidden;
}
.conference-list-container .con-info-catalog .catalog-tab-toggle ul {
  overflow: scroll;
}
.conference-list-container .con-info-catalog .catalog-tab-toggle li {
  position: relative;
  float: left;
  margin-right: 30px;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
}
.conference-list-container .con-info-catalog .catalog-tab-toggle li:last-child {
  margin-right: 0;
}
.conference-list-container .con-info-catalog .catalog-tab-toggle .active {
  color: #57487a;
  font-weight: bold;
}
.conference-list-container .con-info-catalog .catalog-tab-toggle .active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #57487a;
}
.conference-list-container .catalog-tab-content > div {
  display: none;
}
.conference-tp2-container .toggle-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translate(100%, -50%);
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: solid 1px #eee;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  z-index: 999;
}
.conference-tp2-container .content-nav-box {
  position: fixed;
  top: 50%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.75);
  right: 5px;
  transform: translate(0, -50%);
  transition: all 0.5s;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.05);
}
.conference-tp2-container .content-nav-box .active {
  color: #62567f;
  font-weight: bold;
}
.conference-tp2-container .content-nav-box .content-nav {
  padding: 0;
  margin: 0;
}
.conference-tp2-container .content-nav-box .content-nav li {
  cursor: pointer;
  line-height: 30px;
}
.conference-tp2-container .content-nav-box .direction {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
.conference-tp2-container .content-box {
  margin-top: 20px;
}
.conference-tp2-container .content-box .content-item {
  padding: 30px 0 20px 0;
  border-bottom: dashed 1px #ccc;
}
.conference-tp2-container .content-box .title {
  font-size: 20px;
  font-weight: 100;
}
.conference-tp3-container .content-box {
  margin-top: 0;
}
.conference-tp3-container .paper-title {
  margin-top: 30px;
  font-size: 24px;
}
.conference-tp3-container .paper-title p {
  margin-bottom: 10px;
}
.conference-tp3-container .paper-title .t1 {
  color: #32254d;
  font-size: 24px;
}
.conference-tp3-container .paper-title .t2 {
  font-size: 20px;
}
.conference-tp3-container .paper-title .t3 {
  color: #444;
  font-size: 16px;
}
.search-container .search-tit {
  font-size: 16px;
  color: #32254d;
}
.search-committees-container {
  margin-top: 30px;
}
.search-committees-container .search-tit {
  margin-bottom: 30px;
}
.member-container .avatar {
  float: left;
  background-image: url(./static/images/common/avatar.jpeg);
}
.member-container .edit-btn {
  margin-left: 50px;
  line-height: 30px;
  margin-top: 50px;
  background: rgba(98, 86, 127, 0.5);
}
@media (min-width: 992px) {
  .layout-container {
    min-height: 420px;
  }
}
@media (max-width: 992px) {
  .header {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    height: 50px;
    background-color: #fff;
    border-color: #e7e7e7;
    border: solid 1px #eee;
  }
  .header .logo-image {
    width: auto;
    height: 28px;
  }
  .header .toggle-icon {
    display: inline-block;
    padding: 2px 5px;
    color: #666;
    font-size: 20px;
    border: solid 1px #ddd;
    border-radius: 4px;
  }
  .nav {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s;
  }
  .nav .nav-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav .nav-list li {
    width: 100%;
  }
  .nav .nav-list li a {
    font-size: 15px;
  }
  .nav .nav-list li a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translate(-50%, 0);
    border-bottom: dashed 1px #c5bebe;
  }
  .nav .nav-list .active a:after {
    width: 100%;
    border: 0;
  }
  .nav .search-box {
    width: 100%;
    padding: 20px 0;
  }
  .nav-toggle {
    max-height: 1500px;
  }
  .committees-info-container .info-list .info-item {
    width: 100%;
  }
  .conference-list-container .conference-top .info {
    padding: 15px;
    font-size: 18px;
  }
  .member-container .avatar-btn-box {
    margin-left: 0;
    flex-direction: column;
  }
  .member-container .avatar-btn-box .avatar {
    margin-left: 0;
    margin-bottom: 0;
  }
  .member-container .edit-btn {
    margin-left: 0;
    margin-top: 30px;
  }
  .member-container .upload-box {
    margin-left: 0;
    margin-top: 30px;
  }
}
