/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{-webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    width:100%;
    height:100%;
    margin:0;padding: 0;
    user-select: text;
    /*font-family:Microsoft YaHei,sans-serif;*/
    font-family: "\5FAE\8F6F\96C5\9ED1";
    -ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0;
    padding:0;
    overflow-x: hidden;
}
.container {
    overflow: hidden;
}
div{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary
{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
h1{font-size:2em;margin:0.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}

.adcd{display: flex}
/*stylus*/
a {
  text-decoration: none;
  color: #000;
}
.container {
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
}
.container .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .content .content-left {
  width: 15%;
}
.container .content .content-left .list-title {
  list-style: none;
}
.container .content .content-left .list-title li {
  text-align: center;
  height: 46px;
  line-height: 46px;
  margin: 7% 0;
  cursor: pointer;
  -webkit-box-shadow: #002050 6px 2px 23px -8px;
          box-shadow: #002050 6px 2px 23px -8px;
}
.container .content .content-left .list-title li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .content .content-left .list-title li div img {
  margin-right: 7%;
}
.container .content .content-left .list-title li:nth-of-type(1) {
  background: #ff7624;
  color: #fff;
}
.container .content-right {
  width: 75%;
  margin-left: 3%;
  margin-top: 3%;
}
.container .content-right .content-right-all,
.container .content-right .news-center {
  padding-bottom: 6%;
}
.container .content-right .content-right-all .news-center-top,
.container .content-right .news-center .news-center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2%;
  border-bottom: 1px solid #ccc;
}
.container .content-right .content-right-all .news-center-top .news-center-top-s,
.container .content-right .news-center .news-center-top .news-center-top-s {
  font-size: 14px;
}
.container .content-right .content-right-all .news-center-top .news-center-top-s a,
.container .content-right .news-center .news-center-top .news-center-top-s a {
  color: #000;
}
.container .content-right .content-right-all .news-center-txt,
.container .content-right .news-center .news-center-txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .content-right .content-right-all .news-center-txt .news-center-txt-l,
.container .content-right .news-center .news-center-txt .news-center-txt-l {
  width: 69%;
  margin-right: 2%;
}
.container .content-right .content-right-all .news-center-txt .news-center-txt-l img,
.container .content-right .news-center .news-center-txt .news-center-txt-l img {
  margin: 2% 0;
  width:90%;
}
.container .content-right .content-right-all .news-center-txt .news-center-txt-l .news-center-txt-l-p,
.container .content-right .news-center .news-center-txt .news-center-txt-l .news-center-txt-l-p {
  text-indent: 32px;
  text-indent: 2rem;
}
.container .content-right .content-right-all .news-center-txt .news-center-txt-r,
.container .content-right .news-center .news-center-txt .news-center-txt-r {
  width: 29%;
  height: 100%;
  margin-top: 2%;
  padding: 0 1.5%;
  -webkit-box-shadow: #002050 6px 2px 23px -8px;
          box-shadow: #002050 6px 2px 23px -8px;
}
.container .content-right .content-right-all .news-center-txt .news-center-txt-r .h-mask,
.container .content-right .news-center .news-center-txt .news-center-txt-r .h-mask {
  width: 20%;
  border: 1px solid #ff7624;
  margin-top: -5%;
}
.container .content-right .content-right-all .news-center-txt .news-center-txt-r .news-center-txt-r-c a,
.container .content-right .news-center .news-center-txt .news-center-txt-r .news-center-txt-r-c a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 8% 0;
  font-size: 14px;
}
.container .content-right .content-right-all .news-center-txt .news-center-txt-r .news-center-txt-r-c a:last-child,
.container .content-right .news-center .news-center-txt .news-center-txt-r .news-center-txt-r-c a:last-child {
  border-bottom: none;
}
.container .readnext {
  width: 100%;
  height: 400px;
  background: #f1f1f1;
}
.container .readnext .readnext-txt {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container .readnext .readnext-txt .r-n-t-a {
  width: 125px;
  text-align: center;
  padding: 1%;
  border-radius: 5%/18%;
  background: #ff7624;
  color: #fff;
  margin-top: 3%;
}
.adcd .I-input {
  left: 40%;
  top: 200px;
}
.adcd .I-input .free-z-m {
  padding: 20.8px 22.4px;
  padding: 1.3rem 1.4rem;
}
.adcd .I-input .free-z-m > input {
  line-height: 48px;
  line-height: 3rem;
}
.adcd .u-sure {
  height: 32px;
  height: 2rem;
  width: 83.84px;
  width: 5.24rem;
  line-height: 32px;
  line-height: 2rem;
}
.header-content .header-nav {
  margin: 0;
}
.header-content > a {
  margin-left: 6%;
}
