  /*
    * @time Thu Dec 09 2021 10:46:14 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: 38px;
  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;
}
.domMobile{
  display: none;
}
.domPc {
  display: block;
}
.con_right{ float:right; width:268px;}
.tp{ background:#f0f0f0; padding:15px;}
.tp img{margin-top:15px; width:238px; height:153px; position:relative;}
.tp h2{  margin-top:5px; font-size:18px; line-height:30px;}
.tp h2 a{ }
.tp h3{padding-bottom: 15px; color:#11bae7; line-height:24px; font-weight:bold; font-size:30px;  
    }
.tp h3 a{color:#11bae7; }

.video-play {
    position: absolute;
    display: block;
    width: 54px;
    height: 54px;
    top: 107px;
    left: 8px;
    background: url(/northamerica/2018/china_na/video_playmew.png)no-repeat; 
    background-size: 54px 54px;
}
.play{ position:relative;}



.con_left li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 6px;
    height: 6px;
    background: #c00406;
}
.date {
  width: 175px;
 
  margin: 55px 0 0 24px;
}
@-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: 700px; float: left;
 
}
.list-tp {
  margin-bottom: 30px;
}
.list-tp .title {
  margin: 20px auto;
}
.list-tp .list-cont {
  border-top: 1px solid #ccc;
  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;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 20px;
}
.list-tp .list-cont .item {
  width: 24%;
  margin-bottom: 20px;
}
.list-tp .list-cont .item img {
  width: 100%;
}
.list-tp .list-cont .tit {
  font-size: 20px;
  line-height: 1.5;
}
.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 span {
  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;
}

.box{ width: 1000px; margin: 0 auto;}
.foot .foot-upper .part{ float: none;}
@media screen and (max-width: 1499px) {
  .top .nav li {
    margin-right: 63px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
  }
  .top .top-cont-bottom {
    padding: 0;
  }
  .top .top-cont-bottom .mix {
    margin-top: 10px;
  }
  .part {
    width: 1300px;
    margin: 0 auto;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
  }
  .foot .foot-upper .part {
    padding-left: 100px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
  }
  .foot .foot-upper .part .foot-upper-logo {
    margin-right: 40px;
  }
  .foot .foot-cont .part {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    padding-left: 100px;
  }
}
@media screen and (max-width: 1300px) {
  body {
    width: 100%;
    min-width: 1300px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 700px) {
  body {
    width: 100%;
    min-width: 700px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .hide {
    display: none;
}
.domMob {
  display: block;
}

.domPc {
  display: none;
}
.domPC {
  display: none;
}
.domMobile{
display: block;
}
  body {
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
  }
 
  body {
    background: #fff;
    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;
  }
  
  .list-tp {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .list-tp .title {
    font-size: 20px;
    line-height: 30px;
    margin: 10px auto;
  }
  .list-tp .list-cont {
    padding-top: 15px;
  }
  .list-tp .list-cont .item {
    width: 48%;
    margin-bottom: 10px;
  }
  .list-tp .list-cont .tit {
    font-size: 18px;
    line-height: 1.5;
  }
  .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 span {
    display: block;
  }
  .list-wz .item.item-pic .img {
    width: 110px;
    margin-right: 10px;
  }
  .list-wz .item.item-pic:before {
    top: 26px;
  }
  .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;
  }
  /* 顶部导航 */
.topbox { padding: 0.5rem; }
.topbox .eg-logo { width: 70%; height: auto; }
.topbox .eg-logo img { width: 100%; height: auto; }
.topbox .pc-logo { width: 15%; height: auto; margin-left: 8%; }
.topbox .pc-logo img { width: 65%; height: auto; margin-top: 0.65rem; }
.topbox .menu-logo { width: 15%; height: auto; }
.topbox .menu-logo img { width: 65%; height: auto; margin-top: 1rem; }
.topbox .menu-close { width: 15%; height: auto; }
.topbox .menu-close img { width: 40%; height: auto; margin-top: 1rem; }
.menubox { width: 100%; height: auto; position: absolute; left: 0; top: 10%; z-index: 50; background: #f3f3f3; }
.list01 { width: 45%; height: auto; margin: 0.75rem 0 0.75rem 0; }
.list01 li { font-size: 1.2rem; color: #00b7ee; margin-bottom: 0.25rem; padding: 0px 4%; }
.list01 li a { color: #00b7ee; }
.con_left { width: 100%; }
.m-left { margin-left: 2%; }
.m-right { margin-right: 2%; }
.list01 .black { color: #000; }
.list01 .red { color: #ee0016; }
.list01 .red a { color: #ee0016; }
.box{ width: 100%; margin: 0 auto;}
}
