@charset "utf-8";

/* 文字超出隐藏 */
.ellip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 多行 */
.webkit2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.webkit3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.header .language {
  height: 30px;
}

.header .header_top_bg {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top center;
  height: 275px;
  position: relative;
}

.header .header_top_bg .logo {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  height: 129px;
  width: 1150px;
  position: absolute;
  top: 20%;
  display: flex;
  align-items: center;
}

.name {
  padding-left: 165px;
  color: #fff;
}

.name h1 {
  font-size: 30px;
  font-weight: bold;
}

.name h2 {
  font-size: 20px;
}

.nav {
  background: #005ac1;
  width: 100%;

}

.nav ul {
  height: 50px;
  padding-left: 0 !important;
}

.nav ul li {
  float: left;
  width: 10%;
  display: inline-block;
  text-align: center;
  background: url(../img/fengexian.jpg) no-repeat right center;

}

.nav ul li:first-child a {
  background: url(../img/fengexian.jpg) no-repeat left center;
  display: block;
}

.nav ul li a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  display: block;
}

.gonggao {
  border-bottom: 1px solid #d8d8d8;
}

.gonggao a {
  background: url(../img/gonggao.png) no-repeat left;
  padding-left: 30px;
  line-height: 40px;
}

.main {
  display: flex;
  justify-content: space-between;
}

.main_right {
  border-left: 10px solid #f5f5f5;
  padding: 20px;
}

.main_left {
  padding: 20px;
  flex-shrink: 0;
}

.main_left .time h3 {
  background: url(../img/time.png) no-repeat left center;
  padding-left: 40px;
  height: 30px;
  line-height: 30px;

}

.data-box span {
  padding: 5px;
  background: #707070;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 8px;
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
}

.data-box b {
  font-size: 20px;
  font-weight: bold;
}

.q_url {
  width: 100%;
  margin: 0 auto;
}

.q_url a {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 50px;
  background: #005ac1;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 15px;
}

.public_title_left {
  background: #e9eff5;
  line-height: 45px;
  border-top: 3px solid #005ac1;
}

.public_title_left span {
  background: url(../img/tishi.png) no-repeat left 15px center;
  padding-left: 30px;
}

.date_time {
  border: 1px solid #e0e0e0;



}

.date_time ul {
  padding: 0 20px;
}

.date_time ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.date_time ul li p:first-child {
  font-weight: bold;
  font-size: 18px;
}

.date_time ul li p:first-child~p {
  margin-top: .8em;
}

.date_time ul li p {
  line-height: 1.4;
}

.date_time ul li:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}

.date_time ul~span {
  background: url(../img/zuocebeijing.png) left bottom repeat-x;
  display: block;
  height: 15px;
}

/* fullSlide */
.banner {}

.fullSlide {
  width: 100%;
  position: relative;
  height: 280px;
  background: #000;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 280px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
}

.fullSlide .bd li a {
  display: block;
  height: 280px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 42px;
  height: 11px;
  margin: 1px;
  overflow: hidden;
  background: #c1bbbb;
  filter: alpha(opacity=50);
  line-height: 999px;
}

.fullSlide .hd ul .on {
  background: #19528a;
}



.main_title {
  height: 38px;
  background: #e9eff5;
  border-bottom: 2px solid #d2d2d2;
  position: relative;
}



.main_title .bg {
  background: url(../img/plibuc_dd.png) no-repeat;
  width: 169px;
  height: 45px;
  position: absolute;
  top: -7px;
  left: 0;
  line-height: 45px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;

}

.main_title span {
  display: inline-block;
  width: 169px;
  height: 45px;
  position: relative;
  line-height: 45px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 30px;
  overflow: hidden;
}

.main_title span i {
  display: inline-block;
  background: #FFFFFF;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 10%;
  top: 25%;
}

.public_title_right a {
  line-height: 40px;
  padding-right: 20px;
  color: #005ac1;
}

.index_about .text {
  font-size: 16px;
  text-align: justify;
  color: #333333;
  line-height: 1.7em;
  margin-top: 20px;
}

.index_about .text>*~* {
  margin-top: 1em;
}

.index_topic .text {
  border: 2px solid #e3e2e1;
  border-radius: 3px;
  line-height: 1.7em;
  font-size: 16px;
  margin: 20px 0;
  padding: 20px;
}

.index_topic .text>*~* {
  margin-top: 1em;
}

/*.index_topic ul li:nth-of-type(odd){
	margin-right: 83px;
}*/
.index_topic ul li span {
  font-size: 22px;
  color: #094da9;
  padding-right: 10px;
}

.index_topic ul li p {
  padding-left: 30px;
  padding-right: 10px;
}

.index_news ul {
  margin-top: 20px;
}

.index_news ul li {
  background: url(../img/tishi.png) no-repeat left 10px center;
  padding-left: 30px;
  line-height: 1.7em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_news ul li p {
  max-width: 85%;
}

.index_news ul li~li {
  margin-top: 1em;
}

.index_speakers ul {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.index_speakers ul li {
  text-align: center;
  width: 18%;
}

.index_speakers ul li img {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.index_danwei ul {
  display: flex;
  flex-wrap: wrap;
}

.index_danwei ul li {
  height: 97px;
  margin-top: 20px;
  margin-right: 20px;
}

.index_danwei ul li img {
  height: 100%;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.footer {
  background: url(../img/footer_bg.jpg) repeat-x;
  height: 110px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.footer a {
  color: #005ac1;
}

.footer p~p {
  margin-top: 1em;
}

.register p {
  line-height: 40px;
}

.news ul li {
  background: url(../img/tishi.png) no-repeat left 10px center;
  padding-left: 30px;
  line-height: 36px;
  margin-top: 15px;
}

.topic dl {
  padding-top: 20px;
}

.topic dl dt {
  font-size: 18px;
  font-family: "微软雅黑";
  font-weight: bold;
  padding-bottom: 10px;
}

.topic dl dd {
  line-height: 30px;
}

.addres p {
  line-height: 36px;
}

.addres p img {
  width: 100%;
  height: auto;
  text-align: center;
}

.history {
  padding: 0px !important;
}

.history dl {
  border-bottom: 5px solid #f5f5f5;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}

.history dl img {
  width: 187px;
  height: 119px;
  float: left;
  margin: 30px 30px 50px 20px;
}

.history dl dt {
  padding-top: 30px;
}

.history dl a {
  width: 110px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #005ac1;
  border-radius: 5px;
  display: block;
  color: #FFFFFF;
  position: absolute;
  right: 3%;
  top: 35%;
}

.speakers ul li {
  min-height: 310px;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
}

.speakers ul li .img {
  width: 20%;
  flex-shrink: 0;
  border: 1px solid #e6e6e6;
}


.speakers ul li img {
  width: 100%;
  display: block;
}

.speakers .text {
  width: 80%;
  margin-left: 20px;
  text-align: justify;
  line-height: 1.7;
}
.speakers .text>*~* {
  margin-top: 1em;
}

.detail {
  margin-top: 20px;
  line-height: 1.7em;
  text-align: justify;
}

.detail>*~* {
  margin-top: 1em
}

.detail .list-paddingleft-2 {
  padding-left: 1.5em;
}

.detail img {
  max-width: 100%;
  height: auto !important;
}

.detail a:not(class),
.detail a[href^='mailto'] {
  color: #005ac1;
}


.submissionBtn {
  display: inline-block;
  color: #fff !important;
  padding: 0 1.5em;
  border-radius: 1.8rem;
  line-height: 2.2;
  background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}

table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}

table td {
  border: solid #ccc 1px;
  padding: 10px;
}
.news-list {
  margin-top: 20px;
}

.news-list li {
  background: url(../img/tishi.png) no-repeat left 10px center;
  padding-left: 30px;
  line-height: 1.7em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-list li p {
  max-width: 85%;
}

.news-list li~li {
  margin-top: 1em;
}
