@charset "UTF-8";
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  /*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;*/
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #3773db;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

/* 图片地址 */
/* 颜色 */
/* 屏幕尺寸 */
html,
body {
  position: relative;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

body {
  min-width: 1200px;
  font-family: Georgia;
}

.title {
  font-size: 38px;
  color: #cc3333;
  font-weight: bold;
  position: relative;
}

.title i {
  background: url("http://www.xinhuanet.com/english/special/2018lh/images/line.png") 0 center repeat-x;
  width: 80%;
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 14px;
}

body {
  min-width: 100%;
}

.title {
  font-size: 27px;
  color: #cc3333;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.title span {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
  position: relative;
}

.title i {
  background: url("http://www.xinhuanet.com/english/special/2018lh/images/line.png") 0 center repeat-x;
  background-size: auto 50%;
  width: 100%;
  display: block;
  height: 16px;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 1;
}

.banner img,
.session img,
.carousel img,
.appoitment img,
.photo img {
  width: 100%;
}

.banner {
  position: relative;
}

.session {
  margin: 5px auto;
}

.carousel {
  margin-bottom: 30px;
  position: relative;
}

.carousel .swiper-slide {
  background: #f1f1f1;
}

.carousel h2 {
  line-height: 20px;
  font-size: 14px;
  color: #313131;
  padding: 10px;
}

.txt-list {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
}

.txt-list li {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.txt-list h2 {
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  font-weight: bold;
}

.txt-list p {
  font-size: 12px;
  color: #b2b2b2;
}

.agenda ul {
  padding-top: 15px; height: 100px;
    overflow: auto;
}

.agenda li {
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
}

.agenda .agenda-date {
  width: 69px;
  height: 75px;
  background: url("http://www.xinhuanet.com/english/special/2018lh/images/date.png") center center no-repeat;
  background-size: 80%;
  text-align: center;
  font-family: Arial;
  color: #313131;
  float: left;
  margin-right: 15px;
}

.agenda .agenda-date-day {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
}

.agenda .agenda-date-mon {
  font-size: 12px;
  font-weight: bold;
}

.agenda .agenda-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #313131;
  padding-top: 5px;
}

.video ul {
  margin-top: 15px;
}

.video li {
  width: 40%;
  margin-bottom: 15px;
  float: left;
  background-color: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}

.video li:nth-of-type(odd) {
  margin-left: 8%;
  margin-right: 2%;
  clear: left;
}

.video li:nth-of-type(even) {
  margin-left: 2%;
  margin-right: 8%;
}

.video .pic {
  position: relative;
}

.video .pic:before {
  content: "";
  background: url("http://www.xinhuanet.com/english/special/2018lh/images/play.png") 0 0 no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.video img {
  width: 100%;
}

.video h2 {
  padding: 10px;
  font-weight: bold;
  line-height: 30px;
  font-size: 18px;
}

.press {
  margin-top: 30px;
}

.press .picTxt {
  width: 80%;
  margin: 15px auto;
  background: #f5f3ee;
}

.press .picTxt img {
  width: 100%;
}

.press .picTxt h2 {
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
}

.press .txt {
  padding-left: 10px;
  padding-right: 10px;
}

.press .txt li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 8%;
}

.press .txt li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cc3333;
}

.press .txt li a {
  font-size: 17px;
  line-height: 26px;
  color: #434343;
  font-weight: bold;
}

.photo {
  margin-bottom: 30px;
  position: relative;
}

.photo .swiper-container {
  margin-top: 15px;
}

.photo .swiper-slide {
  background: #f1f1f1;
}

.photo h2 {
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.foot {
  background: #c9151e;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  padding: 10px 0; font-family: Arial, Helvetica, sans-serif !important;
}

.nav-btn {
  height: 42px;
  width: 50px;
  position: absolute;
  top: 25px;
  right: 10px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.nav-btn.active {
  position: fixed;
  z-index: 20;
}

.nav-btn-bar {
  height: 1px;
  width: 23px;
  display: block;
  margin: 7px auto;
  position: relative;
  background-color: #fff;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav-btn-bar:nth-of-type(1) {
  -moz-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  -webkit-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.nav-btn-bar:nth-of-type(2) {
  -moz-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
  -webkit-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
  animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
}

.nav-btn-bar:nth-of-type(3) {
  -moz-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  -webkit-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.nav-btn.active .nav-btn-bar:nth-of-type(1) {
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.nav-btn.active .nav-btn-bar:nth-of-type(2) {
  opacity: 0;
}

.nav-btn.active .nav-btn-bar:nth-of-type(3) {
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  background: #c9151e;
  width: 100%;
  height: 100%;
}

.nav a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 0 10%;
}

.nav.active {
  display: block;
}
.nav ul {
	width: 40%;
	margin: 60px 2%;
}
.nav ul {
	padding: 0;
	list-style: none;
	text-align: right;
	direction: rtl;
	font-size: 1.1rem;
	line-height: 2rem;
}
.nav ul li {
	width: 100%;
	font-size:16px;
	line-height:32px;
}
.menu-text {
	color: #fff;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 100
}
.menu-text li a {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
	text-decoration: none;
}
.nav ul.lang {
	width: 46%;
}
.lang,
.lang li {
	text-align: center;
	color: #fff;
}
.lang,
.lang li a {
	color: #fff;
}
.lang li .active,
.lang li .active a {
	color:#FC3;
}

/*# sourceMappingURL=maps/mobile.css.map */
