@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", Arial;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  overflow: inherit !important;
}
ul, li, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.headline {
	width: 100%;
}
header.topic {
  max-width: 1920px;
  min-width: 1000px;
  height: auto;
  margin: 0 auto;
}
header.topic .mobile {
    display: none;
}
header.topic .pc {
    display: block;
}
nav.nav-tabs {
  height: auto;
  max-width: 1920px;
  min-width: 1000px;
  margin: 0 auto;
}
nav.nav-tabs .cnt {
  background-color: #2a8bea;
  padding: 0;
  height: auto;
  width: 100%;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
nav.nav-tabs ul.menu {
  display: flex;
  width: 100%;
  height: 62px;
  align-items: center;
  justify-content: space-around;
  overflow-x: auto;
}
nav.nav-tabs ul.menu li {
  font-size: 22px;
  line-height: 1.5;
  white-space: nowrap;
  margin: 0 5px;
  cursor: pointer;
}
nav.nav-tabs ul.menu li a {
  color: #fff;
}
.cnt-container { width: 1000px; margin: 0 auto; }
.breadcrumb {
  height: 40px;
  margin-top: 15px;
}
a:link,a:visited {color:#333; text-decoration:none;}
.w1000{ width:1000px;}
.text_con_lt { width:100%; }
.text_c { width:90% }
.text_c {
	width:1000px;
	height:auto;
}
.text_c h1 { font-weight:bold; text-align:center;margin:30px auto 15px auto; background:none;}
.text_c h2 {font-size:18px;margin:0 auto 15px auto;text-align:center; background:none;}
.text_c p.sou {text-align:center; font-size:14px;}
.text_c p.sou span {color:#e50100;}

.show_text {font-size:16px;line-height:190%;margin:10px auto;}
.show_text p {margin:10px auto;text-indent:2em;font-size:16px;line-height:190%;}
.show_text img {max-width: 1000px;}
.show_text video {max-width: 1000px;}
.edit {width:1000px;margin:20px auto;text-align:right;font-size:14px;}
.text_dot_line { border-bottom:#ccc 1px dotted; padding-bottom:25px; margin-bottom:20px;}
.text_c h3.pre {
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: normal;
	margin: 20px auto 5px auto;
	height: auto;
	border-top: none;
	font: normal 20px/200% "微软雅黑";
	text-align: center;
}
.text_c h4.sub {
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: normal;
	margin: 5px auto 15px auto;
	text-align: center;
}
.text_c h1 {
	margin: 5px auto 10px;
	color:#333;
	height: auto;
	line-height: 140%;
}
.text_c p.author {
	font-size: 16px;
	font-family: "微软雅黑";
}
.foot-03 {min-width: 1000px;padding: 10px 0;border-top: 1px solid #D2D2D2;font-size: 14px;line-height: 28px;text-align: center;margin-top: 30px}


@media screen and (max-width: 1200px) {
  header.topic {min-width: initial;width: 100%;}
  nav.nav-tabs {min-width: initial;width: 100%;}
  nav.nav-tabs .container {width: 100%;}
  .container {width: 100%;}
  .cnt-container {width: 100%;padding: 0 5px;}
  .text_c {width: 100%;}
  .text_c h1 {font-size: 1.5em;}
  .edit { width: 100%;}
  .foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 10px 20px;}
  .w1000 {width: 100%;}
}
@media screen and (max-width:800px) {
  header.topic {
    min-width: initial;
    width: 100%;
  }
  header.topic .mobile {
    display: block;
  }
  header.topic .pc {
    display: none;
  }
  nav.nav-tabs {
    min-width: initial;
    width: 100%;
  }
  nav.nav-tabs .container {
    width: 100%;
  }
  nav.nav-tabs ul.menu {
    justify-content: space-between;
    height: 60px;
  }
  .layer1 ul { width: 92vw; }
  .w1000, .text_con,.text_c { width: 100%; height: auto; }
  .show_text img, .show_text video {/*float: left;*/ width: 96vw!important; height: auto;display: block; margin: 0 auto;}
}
@media screen and (max-width: 576px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  nav.nav-tabs ul.menu {
    height: 40px;
  }
  nav.nav-tabs ul.menu li {
    font-size: 16px;
    line-height: 2;
  }
}




