/*
    * @time Fri Dec 10 2021 10:58:09 GMT+0800 (中国标准时间)
    */
@charset "utf-8";
.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
}
body {
  font-family: Georgia;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: 0;
  color: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
  color: #0083de !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe,
img {
  border: 0;
}
img {
  vertical-align: top;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}
i {
  font-style: normal;
}
.part {
  width: 1500px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.title {
  font-size: 50px;
  color: #26bcef;
  font-weight: 700;
  line-height: 50px;
}
.list-more {
  margin: 50px auto;
  font-size: 24px;
  line-height: 2;
  height: 48px;
  width: 300px;
  text-align: center;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background: #0083de;
  color: #fff;
  cursor: pointer;
}
.domMob {
  display: none;
}
.domPc {
  display: block;
}


.list-wz {
  margin-bottom: 30px;
}
.list-wz .title {
  margin: 20px auto;
}
.list-wz .list-cont {
  border-top: 1px solid #ccc;
}
.list-wz .item {
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
  position: relative;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-wz .item:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #c00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.list-wz .item .tit {
  font-size: 20px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-wz .item .tit a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
}
.list-wz .item .tit .time {
  color: #b1b1b1;
  font-size: 14px;
}
.list-wz .item.item-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.list-wz .item.item-pic .img {
  width: 260px;
  margin-right: 20px;
}
.list-wz .item.item-pic .img img {
  width: 100%;
}
.list-wz .item.item-pic .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@-moz-keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@-webkit-keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@keyframes hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@-moz-keyframes breath {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes breath {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes breath {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
body {
  width: 100%;
  overflow-x: hidden;
}
.part {
  width: 1500px;
  position: relative;
}
.main .main_nav {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.main .main_nav dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main .main_nav dt {
  font-size: 42px;
  color: #26bcef;
  font-weight: bolder;
  margin-right: 90px;
  margin-top: 20px;
}
.main .xiTime-swiper {
  position: relative;
  width: 380px;
  height: 90px;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .xiTime-swiper .bg {
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(https://english.news.cn/2020new/xtime/images/xtime-bg.jpg)
    0 bottom no-repeat;
}
.main .xiTime-swiper .swiper-container {
  width: 207px;
  height: 38px;
  margin-left: 145px;
}
.main .main_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.main .main_nav li {
  font-size: 22px;
  line-height: 50px;
}
.main .part01 {
  width: 100%;
  margin: 30px auto 0;
}
.main .part01_left {
  width: 800px;
  margin-right: 30px;
  float: left;
}
.main .part01_left img {
  width: 800px;
}
.main .part01_right h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.main .part01_right p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.main .part01_bottom ul {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .part01_bottom li {
  width: 48%;
  margin-top: 20px;
  background: #dbe8f7;
  padding: 10px;
  font-size: 18px;
  line-height: 28px;
  min-height: 102px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .part02 {
  width: 100%;
  margin: 40px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main .part02_left {
  width: 260px;
}
.main .tst {
  width: 260px;
  line-height: 80px;
  font-size: 20px;
  color: #fff;
  font-weight: bolder;
  background: #154588;
  text-align: center;
}
.main .tst a {
  color: #fff;
}
.main .tsy {
  width: 100%;
  margin-bottom: 20px;
}
.main .tsy img {
  width: 100%;
  height: auto;
}
.main .part02_certer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px;
}
.main .part02_right {
  width: 280px;
}
.main .bigPic02 {
  width: 100%;
  margin-top: 16px;
}
.main .bigPic02 img {
  width: 200px;
  height: 113px;
  float: left;
  margin-right: 20px;
}
.main .bigPic02 .tit {
  background: #fff;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline;
}
.main .lmt03 {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.main .lmt03 h2 {
  font-size: 24px;
  line-height: 28px;
  color: #2880db;
  font-family: Arial;
  float: left;
  position: relative;
  z-index: 9;
  padding-right: 10px;
  text-align: center;
  font-weight: bolder;
  border-bottom: 2px solid #2880db;
}
.main .lmt03 h2 a {
  color: #2880db;
}
.main .lmt04 {
  position: relative;
  overflow: hidden;
}
.main .lmt04 h2 {
  font-size: 28px;
  line-height: 28px;
  color: #2880db;
  font-family: Arial;
  background: #fff;
  float: left;
  position: relative;
  z-index: 9;
  padding-right: 20px;
}
.main .lmt04 h2 a {
  color: #2880db;
}
.main .list01 {
  margin-top: 20px;
  overflow: hidden;
}
.main .list01 li {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  line-height: 30px;
}
.main .list01 li + li {
  margin-top: 20px;
}
.main .list01 li::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid #1aafec;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
}
.main .list02 li {
  border-top: 1px dashed #ccc;
  margin-top: 16px;
  padding-top: 16px;
}
.main .list02 li .tit {
  font-size: 18px;
  line-height: 28px;
}
.main .list03 {
  margin-top: 20px;
  padding: 10px 10px 10px 10px;
  background: #adcef3;
}
.main .list03 li {
  font-size: 18px;
  line-height: 28px;
  padding: 5px 10px 5px 15px;
  position: relative;
}
.main .list03 li::before {
  content: "";
  width: 6px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 15px;
  background: url(https://english.news.cn/2020new/images/rightArrow.png) 0 0
    no-repeat;
}
.main .list04 {
  margin-top: 20px;
}
.main .list04 li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.main .list04 span {
  font-size: 18px;
  color: #f60;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.main .lmt04::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #dadada;
  position: absolute;
  bottom: 12px;
  left: 0;
}
.main .leftBox {
  margin-bottom: 30px;
}
.main .rightBox {
  margin-bottom: 30px;
}
.main .bigPic01 {
  width: 260px;
  margin-top: 20px;
}
.main .bigPic01 img {
  width: 260px;
  height: 146px;
}
.main .bigPic01 .tit {
  padding-top: 8px;
  font-size: 18px;
  line-height: 28px;
}
.main .bigPic03 {
  width: 280px;
  margin-top: 20px;
}
.main .bigPic03 img {
  width: 280px;
  height: 158px;
}
.main .bigPic03 .tit {
  padding-top: 8px;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 1499px) {
  .part {
    width: 1300px;
    margin: 0 auto;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
  }
}
@media screen and (max-width: 1300px) {
  body {
    width: 100%;
    min-width: 1300px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .domMob {
    display: block;
  }
  .domPc {
    display: none;
  }
  body {
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
  }
  .part {
    width: 100%;
  }
  body {
    background: #f5f5f5;
    height: auto;
  }
  .part {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100%;
    background: #fff;
  }
  a:visited {
    color: #999;
  }
  body.stopScroll {
    height: 100%;
    overflow: hidden;
  }
  .top-nav-pro-cont::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
  }
  .list-wz {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .list-wz .title {
    font-size: 20px;
    line-height: 30px;
    margin: 10px auto;
  }
  .list-wz .item {
    padding: 15px 0;
    padding-left: 10px;
  }
  .list-wz .item:before {
    width: 4px;
    height: 4px;
    left: 0;
    top: 27px;
    margin-top: 0;
  }
  .list-wz .item .tit {
    font-size: 18px;
    display: block;
  }
  .list-wz .item .tit a,
  .list-wz .item .tit .time {
    display: block;
  }
  .list-wz .item.item-pic .img {
    width: 110px;
    margin-right: 10px;
  }
  .list-wz .item.item-pic:before {
    top: 52px;
  }
  .list-more {
    margin: 20px auto 10px;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    width: 150px;
  }
}
