@charset "UTF-8";
@import url(reset.css);
html {
  min-width: 1200px;
}

.clear, .col_list li:after, .promotional .hd, .promotional .bd .promotion:after, .promotional:after, .content_w .content:after {
  content: "";
  clear: both;
  display: table;
}

a:hover {
  text-decoration: underline;
}

.banner,
.banner_en {
  background: url(/picture/9/2311082235210171731.jpg) no-repeat center bottom;
  width: 100%;
  height: 702px;
  display: block;
  position: relative;
}
.banner .version,
.banner_en .version {
  width: 630px;
  position: absolute;
  top: 470px;
  left: 50%;
  margin-left: -315px;
}
.banner .version li,
.banner_en .version li {
  display: flex;
  justify-content: space-between;
}
.banner .version li a,
.banner_en .version li a {
  display: block;
  width: 238px;
  height: 82px;
}

.banner_en {
  background: url(/picture/9/2311092201392323677.jpg) no-repeat center bottom;
  height: 703px;
}

.nav {
  background: #dbebfa;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
.nav li {
  display: inline-block;
  position: relative;
  height: 52px;
  line-height: 52px;
}
.nav li > a {
  font-size: 22px;
  padding: 0 25px;
  border-right: 1px solid #2d4f7b;
  color: #2d4f7b;
}
.nav li .sub {
  display: none;
}
.nav li.active > a {
  text-decoration: underline;
}
.nav li:hover .sub {
  z-index: 2;
  display: block;
  position: absolute;
  top: 52px;
  width: 190px;
  text-align: center;
  background: #daebf8;
  padding-bottom: 20px;
  left: 50%;
  margin-left: -95px;
}
.nav li:hover .sub li {
  line-height: 45px;
  height: 45px;
  display: block;
}
.nav li:hover .sub li a {
  color: #2d4f7b;
  border-bottom: 1px solid #2d4f7b;
  border-right: none;
  font-size: 18px;
  display: inline-block;
  line-height: 45px;
  height: 45px;
  width: 140px;
  margin: 0;
  padding: 0;
}

.content_w {
  background: url(traffick_07.jpg) top center repeat-y;
}
.content_w .content {
  width: 1200px;
  margin: 0 auto;
}
.content_w .content .index_title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 40px 0;
  height: 112px;
}

/* 联合国教科文组织宣传海报 */
.promotional {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.promotional .bd .promotion {
  width: 870px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.promotional .bd .promotion .slideBox {
  width: 400px;
  height: 549px;
  border: 5px solid #2b4c78;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.promotional .bd .promotion .slideBox .hd {
  display: none;
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 1;
}
.promotional .bd .promotion .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: right;
}
.promotional .bd .promotion .slideBox .hd ul li {
  float: left;
  margin-right: 15px;
  width: 15px;
  height: 15px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.promotional .bd .promotion .slideBox .hd ul li.on {
  background: #ff0000;
  color: #ffffff;
}
.promotional .bd .promotion .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.promotional .bd .promotion .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.promotional .bd .promotion .slideBox .bd li img {
  width: 400px;
  height: 540px;
  display: block;
}
.promotional .bd .promotion .promotional_list {
  float: left;
  width: 470px;
  height: 549px;
  border-radius: 0 5px 5px 0;
  border: 5px solid #2b4c78;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ffffff;
  border-left: none;
  overflow: hidden;
}
.promotional .bd .promotion .promotional_list li {
  height: 77px;
  width: 450px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.promotional .bd .promotion .promotional_list li:last-child:after {
  display: none;
}
.promotional .bd .promotion .promotional_list li:after {
  content: "";
  height: 2px;
  background: #ccd3db;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.promotional .bd .promotion .promotional_list li:hover {
  background: #e1eaf3;
}
.promotional .bd .promotion .promotional_list li:hover:after {
  width: 100%;
}
.promotional .bd .promotion .promotional_list li a {
  display: block;
  font-size: 18px;
  color: #082351;
  margin: 0 15px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 28px;
}
.promotional .bd .promotion .old_list_style li {
  display: block;
  height: 108px;
}
.promotional .bd .promotion .old_list_style li a {
  display: block;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  white-space: nowrap;
  font-size: 24px;
  color: #2b4c78;
  padding-top: 20px;
}
.promotional .bd .promotion .old_list_style li p {
  display: block;
  padding-top: 15px;
  font-size: 18px;
  color: #cd6842;
  text-indent: 15px;
}
.promotional .bd .promotion .old_list_style li p:before {
  content: "●";
  font-size: 16px;
  padding-right: 10px;
}
.promotional .hd {
  width: 100%;
  position: relative;
}
.promotional .hd .arrow {
  position: absolute;
  top: -317px;
  z-index: 0;
}
.promotional .hd .arrow a {
  display: block;
  width: 32px;
  height: 85px;
  float: left;
  overflow: hidden;
  cursor: pointer;
  background: url(20231108LM12L.png) 0 0 no-repeat;
}
.promotional .hd .arrow a.next {
  background-image: url(20231108LM12R.png);
  margin-left: 920px;
}

.database {
  width: 1000px;
  margin: 0 auto;
}
.database li {
  float: left;
  width: 485px;
  margin-right: 30px;
}
.database li:nth-child(2n) {
  margin-right: 0;
}
.database li p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.online {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.online li {
  float: left;
  width: 300px;
}
.online li p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #253a35;
}

.slideTxtBox {
  width: 1200px;
  margin-bottom: 70px;
}
.slideTxtBox .hd {
  position: relative;
}
.slideTxtBox .hd ul {
  width: 700px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 85px;
}
.slideTxtBox .hd ul li {
  float: left;
  cursor: pointer;
  background: url(years.png) no-repeat center;
  width: 189px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 41px;
}
.slideTxtBox .hd ul li a {
  display: block;
  color: #f8eccb;
  text-decoration: none;
}
.slideTxtBox .hd ul li.on {
  background: url(years_hover.png) no-repeat center;
}

.entity {
  width: 1000px;
  margin: 0 auto;
}
.entity li a {
  display: block;
  margin-bottom: 35px;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

#to_top {
  display: none;
  background: url(traffick_06.png) no-repeat center center;
  width: 78px;
  height: 78px;
  color: #FFFFFF;
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: 610px;
  text-align: center;
  cursor: pointer;
}

.footer {
  padding-bottom: 35px;
}
.footer .footer_copyright {
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  color: #253a35;
}
.footer .footer_copyright > p > span {
  width: 50px;
  display: inline-block;
}

.dqwz {
  background: url(dqwz_red.png) left 30px no-repeat;
  line-height: 30px;
  padding-top: 30px;
}

.col_article .content {
  width: 1000px;
}
.col_article .content .article {
  width: 100%;
}
.col_article .content .article .title {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.col_article .content .article .hybrid .date,
.col_article .content .article .hybrid .author {
  display: none;
}
.col_article .footer {
  padding-bottom: 30px;
}

/* 栏目页、文章页样式 */
.col_list {
  width: 100%;
  margin: 20px auto;
  float: none;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col_list li {
  border-bottom: 1px dashed #2d4f7b;
  margin-top: 15px;
  padding-bottom: 15px;
}
.col_list li .title {
  color: #2d4f7b;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  line-height: 30px;
  margin-bottom: 15px;
}
.col_list li:last-child {
  margin-bottom: 30px;
}
.col_list li p {
  color: #666666;
  text-indent: 2em;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
}
.col_list li p img {
  float: left;
  width: 220px;
  margin-right: 30px;
}

.col_pic {
  margin: 0 auto;
}
.col_pic li {
  width: 303px;
  margin: 20px 15px 0;
}
.col_pic li span {
  display: block;
  line-height: 30px;
  color: #666666;
  width: 100%;
  text-align: right;
}
.col_pic li img {
  width: 293px;
  height: 220px;
}
.col_pic li p {
  color: #666666;
  text-indent: 2em;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
}
.col_pic li p img {
  float: left;
  width: 220px;
  margin-right: 30px;
}
.col_pic li p a {
  color: #daebf8;
  margin-left: 15px;
}
.col_pic li p.title {
  color: #daebf8;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  line-height: 30px;
  margin-bottom: 15px;
}

.learning {
  width: 964px;
  margin: 30px auto 0;
}
.learning li {
  width: 225px;
  height: 190px;
  float: left;
  margin: 10px 5px;
}
.learning li img {
  width: 100%;
  height: 140px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.learning li span {
  display: block;
  line-height: 40px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 三级子栏目 */
.col_temp {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
}
.col_temp li {
  float: left;
}
.col_temp li a {
  display: block;
  float: left;
  margin-right: 30px;
  font-size: 30px;
  margin-bottom: 15px;
  background: url(years.png) no-repeat center;
  width: 189px;
  height: 64px;
  line-height: 64px;
  color: #f8eccb;
  text-align: center;
}
.col_temp li a.on, .col_temp li a:hover {
  background: url(years_hover.png) no-repeat center;
  font-weight: bold;
  text-decoration: none;
}

.handover,
.collection {
  display: none;
}

.default_pgToolbar {
  margin: 0 !important;
  padding: 30px !important;
  margin-bottom: 50px !important;
}

/*# sourceMappingURL=traffick.css.map */
