@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label,
video {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  word-wrap: break-word;
}
html {
  /*font-size: 6.25%;*/
  /*100 ÷ 16 × 100% = 6.25%*/
  -ms-touch-action: none;
  /* 禁止winphone默认触摸事件 */
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
input {
  outline: medium;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
[v-cloak],
.ms-controller {
  visibility: hidden;
}
.cleardiv {
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: " ";
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.ps {
  position: static;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.fn {
  float: none;
}
.ovh {
  overflow: hidden;
}
.vh {
  visibility: hidden;
}
.bCt {
  background: transparent;
}
.none0 {
  display: none;
}
.ovh_dan {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ai_c {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.slides_banner .container {
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  margin-left: -600px;
  background-color: rgba(41, 127, 255, 0.75);
}
.slides_banner .column {
  text-align: center;
}
.slides_banner .column li {
  padding: 0 15px;
  font: bold 16px/40px '';
  display: inline-block;
  color: #fff;
}
.slides_banner .column li.on {
  background: #3e93ff;
}
.crumbs {
  height: 40px;
  font: 14px/40px '';
  color: #5d5d5d;
  background: #f8f8f8;
}
.crumbs .container {
  padding: 0 5px;
  box-sizing: border-box;
}

.articleList {
  padding-top: 30px;
}
.articleList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e6e6e6;
}
.articleList img {
  float: left;
  _display: inline;
  width: 160px;
  height: 100px;
  margin-right: 30px;
  border-radius: 3px;
}
.articleList .info {
  float: left;
  _display: inline;
  width: 625px;
}
.articleList .info h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  font: bold 18px/38px '';
  color: #333;
}
.articleList .info p {
  overflow: hidden;
  max-height: 54px;
  font: 14px/18px '';
  color: #999;
  text-align: justify;
}
.articleList .nuimg .info {
  width: 815px;
}
.articleList .date {
  float: right;
  _display: inline;
  margin: 47px 0 0 0;
  font: 14px/16px '';
  color: #999;
}
.crumbsNav {
  height: 55px;
  padding-top: 12px;
  margin-bottom: 45px;
  border-bottom: 1px solid #f14549;
}
.crumbsNav li {
  float: left;
  _display: inline;
  position: relative;
  height: 55px;
  margin-left: 30px;
  font: bold 18px/55px '';
  color: #f14549;
}
.crumbsNav li:after {
  position: absolute;
  bottom: 0;
  left: 12%;
  width: 76%;
  height: 8px;
  background: transparent;
  content: '';
}
.crumbsNav li:hover:after,
.crumbsNav li.on:after {
  background: #f14549;
}
.videoList li {
  float: left;
  _display: inline;
  overflow: hidden;
  width: 285px;
  height: 255px;
  margin-right: 20px;
}
.videoList li img {
  width: 285px;
  height: 160px;
  margin-bottom: 18px;
  border-radius: 3px;
}
.videoList li h3 {
  font: 16px/20px '';
  color: #333;
}
.videoList li:nth-child(4n+4) {
  margin-right: 0;
}
.details {
  padding-top: 50px;
}
.details .text {
  padding: 0 55px 25px 55px;
  margin-bottom: 100px;
}
.details h1 {
  padding: 30px 0 20px;
  font: 20px/30px '';
  text-align: center;
  color: #333;
}
.details .info {
  padding-bottom: 20px;
  font: 14px/16px '';
  text-align: center;
  color: #999;
}
.details .body {
  padding-top: 24px;
  text-align: justify;
  font: 14px/24px '';
  color: #333;
  border-top: 1px solid #e6e6e6;
}
.details .body p {
  margin-bottom: 24px;
}
.details .body img {
  max-width: 90%;
}
.details_video {
  padding-top: 50px;
}
.details_video h1 {
  padding: 30px 0 20px;
  font: 20px/30px '';
  text-align: center;
  color: #333;
}
.details_video .info {
  padding-bottom: 25px;
  font: 14px/16px '';
  text-align: center;
  color: #999;
}
.details_video .video {
  width: 1200px;
  margin-bottom: 40px;
}
.details_video .video video {
  float: left;
  _display: inline;
  width: 100%;
  height: auto;
}
.details_video .title_B {
  margin-bottom: 10px;
  border-bottom: none;
}
.page {
  margin-top: 45px;
  margin-bottom: 125px;
}
.page .pagination {
  text-align: center;
}
.page .pagination li {
  margin: 0 2px;
  display: inline-block;
  -webkit-transition: color 0.5s ease 0.001s;
  -moz-transition: color 0.5s ease 0.001s;
  -ms-transition: color 0.5s ease 0.001s;
  -o-transition: color 0.5s ease 0.001s;
  transition: color 0.5s ease 0.001s;
  border-radius: 2px;
  padding: 10px 17px;
  font: 16px/20px '\5FAE\8F6F\96C5\9ED1', "Microsoft YaHei", "微软雅黑", Arial;
  color: #333;
  background: #fff;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
.page .pagination li:hover {
  color: #4788f4;
  text-decoration: none;
}
.page .pagination li.active {
  color: #fff;
  background: rgb(244, 128, 4);
  border: 1px solid rgb(238, 81, 0);
}
.rdtj,
.xgtj {
  margin-bottom: 20px;
  padding: 0 20px 10px 20px;
}
.rdtj .title_B,
.xgtj .title_B {
  margin-bottom: 8px;
}
.end{
  display: none;
}
.crumbsH5{ display:none;}
.block_header_h5{ display:none;}
@media screen and (max-device-width: 750px) {
  body{
    background-color: #F6F6F6;
  }
  .crumbsH5{ 
    display:block;
    font: 0.25rem/0.6rem '';
    margin-left: 0.3rem;
  }
  .block_header{
    display: none;
  }
  .block_header_h5{ 
    display:block;
    border-bottom: 1px solid #333;
  }
  .block_header_h5 a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .block_header_h5 img{
    display: block;
    height: auto;
    width: 33%;
    margin: 0 auto;
    padding: 10px;
  }

  .details{
    padding-top: 0;
  }
  .details .text{
    padding: 0 25px 0 25px;
    margin-bottom: 60px;
  }
  .slides_banner,.crumbs,.rdtj{
    display: none;
  }
  .structure_right_B{
    width: 100%;
    float: left;
    background-color: #FFFFFF;
    margin-top: 10px;
  }
  .container{
    width: 100%;
    overflow: hidden;
  }
  .structure_left_B{
    width: 100%;
    background-color: #FFFFFF;
  }
  .xgtj,.xgtj .title_B{
    margin-bottom: 0;
  }
  .title_B,.list_B li:last-child,.border_A{
    border: 0;
  }
  .list_B li{
    color: #999999;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #CCCCCC;
  }
  .end{
    width: 50%;
    display: block;
    margin: 50px auto 0;
  }
  .block_footer_links{
    display: none;
  }
  .block_footer{
    width: 100%;
    min-width: 100%;
    position: relative;
  }
  .block_footer .block_footer_copyright{
    width: 95%;
    color: #999999;
    background-color: rgba(0,0,0,.0);
    font-size: 12px;
    position: absolute;
    margin: -146px auto 0;
    left: 2.5%;
    line-height: 25px;
  }
  .block_footer .block_footer_about{
    width: 95%;
    color: #999999;
    background-color: rgba(0,0,0,.0);
    margin: 0 auto;
    font-size: 12px;
    padding-top: 60px;
    text-align: center;
  }
  .block_footer_about .container>div{
    display: flex;
    flex-direction: column;
    line-height: 25px;
  }
  .articleList .info h3{
    font: bold 0.3rem/0.34rem '';
  }
  .articleList .info p{ display:none;}
  .articleList li{padding-left: 0.3rem;}
  .articleList .nuimg .info { width: 75%;}
  .page .pagination li{
    font: 0.2rem/0.26rem '';
    padding: 3px 5px;
  }
  video{
  	width:100%;
    height:auto;
  }
}

.ppbox{
  padding: 30px 20px 10px 20px;
  box-sizing: border-box;
  margin-top: 30px;

}
.bdadd{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 15px 0;
}
.divtime{
  width: 90px;
  height: 30px;
  margin-right: 3px;
  text-align: center;
  background: url("../images/global/bg0012023.png") top no-repeat;
  background-size: 100% 100%;
  color: #FFF;
  font:  14px/23px "微软雅黑";
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.divdd{
  width: 90px;
  height: 30px;
  margin-right: 3px;
  text-align: center;
  background: url("../images/global/bg0022023.png") top no-repeat;
  background-size: 100% 100%;
  color: #FFF;
  font:  14px/23px "微软雅黑";
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.div002{
  width: 280px;
  font:  14px/26px "微软雅黑";
  text-align: justify;
}




