
 :root{
    --app-gray:#666666;
    --app-white:#ffffff;
    --app-yellow:#ff9326;
    --app-blue:#3a4eed;
    --app-nav-height:60px;
}

 html {
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
  }
  

  
  body {
    margin: 0;
    font-family: "microsoft yahei";
    overflow-x: hidden;
  }
  
  
  main {
    display: block;
  }
  
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  
  hr {
    box-sizing: content-box; 
    height: 0;
    overflow: visible; 
  }
  

  pre {
    font-family: monospace, monospace; 
    font-size: 1em; 
  }
  
  
  a {
    background-color: transparent;
    text-decoration: none;
  }
  
  
  abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    text-decoration: underline dotted; 
  }
  

  
  b,
  strong {
    font-weight: bolder;
  }
  
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; 
    font-size: 1em; 
  }
  

  small {
    font-size: 80%;
  }
  
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  
  img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
  }
  
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; 
    font-size: 100%;
    line-height: 1.15; 
    margin: 0; 
  }
  

  
  button,
  input { 
    overflow: visible;
  }
  
  
  button,
  select { 
    text-transform: none;
  }
  
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  

  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  

  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  
  legend {
    box-sizing: border-box; 
    color: inherit; 
    display: table; 
    max-width: 100%; 
    padding: 0; 
    white-space: normal; 
  }
  
  
  progress {
    vertical-align: baseline;
  }
  

  
  textarea {
    overflow: auto;
  }
  
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
  }
  
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  
  [type="search"] {
    -webkit-appearance: textfield; 
    outline-offset: -2px; 
  }
  
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; 
    font: inherit;
  }
  
  
  details {
    display: block;
  }
  
  
  summary {
    display: list-item;
  }
  
  
  template {
    display: none;
  }
  
  [hidden] {
    display: none;
  }

  .news_c .hd {
    width: 561px;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 54px;
  }
  .news_c .hd ul li {
    float: left;
    display: inline-block;
    width: 161px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #f5f5f5;
    margin: 0 13px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .news_c .hd ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333
  }
  .news_c .hd ul li:hover, .news_c .hd ul li.on {
    background: url(../images/hover_03.jpg) no-repeat;
    width: 161px;
    height: 52px;
    cursor: pointer;
  }
  .news_c .hd ul li:hover a, .news_c .hd ul li.on a {
    color: #fff;
  }
  .news_c .bd {
    height: 383px;
    overflow: hidden;
  }
  .news_l {
    width: 574px;
    height: 383px;
    overflow: hidden;
    position: relative;
  }
  .news_l a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_l .news_pic {
    width: 574px;
    height: 383px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_l .news_font {
    background: url(../images/line_g.png) no-repeat;
    width: 526px;
    height: 88px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 24px;
    padding-top: 14px;
  }
  .news_l .news_font .title_news {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .news_l .news_font .title_news span {
    display: inline-block;
    float: left;
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_l .news_font .title_news img {
    width: 23px;
    height: 13px;
    margin-top: 6px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_l .news_font .eles_detail {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
  }
  .news_l a:hover .news_pic {
    transform: scale(1.05);
  }

  .news_r {
    width: 546px;
    height: 383px;
    padding-right: 10px;
    padding-top: 2px;
  }
  .news_r ul li {
    height: 84px;
    padding-top: 10px;
    border-bottom: 1px solid #eaeaea;
  }
 
  .news_r ul li .time_l {
    width: 58px;
    height: 66px;
    overflow: hidden;
    margin-left: 10px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_r ul li .time_l .day_n {
    font-size: 22px;
    width: 58px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #444;
    font-weight: bold;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
    margin-top: 4px;
  }
  .news_r ul li .time_l .ym {
    height: 24px;
    line-height: 24px;
    width: 58px;
    text-align: center;
    color: #777;
    font-size: 16px;
    font-weight: bold;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
  }
  .news_r ul li .detailed_r {
    width: 448px;
    height: auto;
    margin-right: 10px;
  }
  .news_r ul li .detailed_r .title_n {
    height: 30px;
    overflow: hidden;
  }
  .news_r ul li .detailed_r .title_n .title_det {
    color: #666;
    width: 380px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news_r ul li .detailed_r .title_n .more_yr {
    width: 34px;
    height: 24px;
    overflow: hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
  }
  .news_r ul li .detailed_r .title_n .more_yr img {
    display: block;
    width: 34px;
    height: 24px;
    vertical-align: middle;
  }
  .news_r ul li .detailed_r .news_nr {
    color: #999;
    height: 40px;
    line-height: 20px;
    width: 458px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
  }
  .news_r ul li:hover {
    box-shadow: 0px 0px 8px #efefef;
    -webkit-box-shadow: 0px 0px 8px #efefef;
    -moz-box-shadow: 0px 0px 8px #efefef;
    border-bottom: 1px solid #fff;
  }
  .news_r ul li:hover .time_l {
    margin-left: 16px;
  }
  .news_r ul li:hover .more_yr {
    margin-right: 10px;
  }
  .news_r ul li:hover .title_n .title_det {
    color: #00a4ff;
  }
  .fl{
    float: left;
  }
  .fr{
    float: right;
  }

  .links_c a:hover {
    color: #333;
  }

  .footer .footer_wd {
    width: 1200px;
    height: auto;
    margin: 0 auto;
  }
  .footer a {
    color: #dadada;
  }
  .footer a:hover {
    color: #fff;
  }

  .footer .item {
    width: 188px;
    margin-top: 10px;
  }

  .link_btn ul li {
    width:129px;
    height: 40px;
    position: relative;
    margin-bottom: 9px;
  }
  .link_btn {
    height: auto;
  }
  .link_qq {
    width: 125px;
    height: 40px;
    background: url(../images/indexicon.png) no-repeat;
    display: block;
    margin-top: 14px;
    transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    margin-left: 4px;
  }
  .link_qq:hover {
    background: url(../images/indexicon.png) 0 -50px no-repeat;
  }
  .link_weixin {
    width: 129px;
    height: 40px;
    background: url(../images/indexicon.png) -129px 0 no-repeat;
    display: block;
    transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    margin-bottom: 10px;
  }
  .link_weixin:hover {
    background: url(../images/indexicon.png) -130px -50px no-repeat;
  }
  .link_shouji {
    width: 125px;
    height: 40px;
    background: url(../images/indexicon.png) -265px 0 no-repeat;
    display: block;
    transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    margin-left: 4px;
  }
  .link_shouji:hover {
    background: url(../images/indexicon.png) -265px -50px no-repeat;
  }
  .link_ewm {
    position: absolute;
    top: -46px;
    left: -142px;
    width: 129px;
    display: none;
  }
  .mark_box {
    height: 165px;
    width: 124px;
    overflow: hidden;
  }
  .mark_box .mark_pic {
    width: 124px;
    height: 124px;
    overflow: hidden;
  }
  .mark_box .mark_type {
    height: 41px;
    line-height: 41px;
    text-indent: 42px;
    color: #dadada
  }
  .mark_box .mark_type.wx {
    text-indent: 46px;
  }
 
  /*列表*/
  .main_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f7f7f8;
  }
 
 html {

	font: normal 14px/1.5 "microsoft yahei", tahoma, arial, sans-serif;

	background: #fff;

}