*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
outline:none;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: 0px;
}

li {
  list-style: none;
}

body {
  text-align: left;
  font-family: '微软雅黑';
  color: #333333;
}

html {
  font-size: 16px;
}

a,
ins {
  text-decoration: none;
}

a {
  color: #333333;
}

a:hover {
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

a:visited,
a:active,
a:focus {
  text-decoration: none;
}

.contentWidth {
  width: 1200px;
}

.lf {
  float: left;
}

.rf {
  float: right;
}

.hidden {
  display: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.contentHF {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

body {
  background-color: #eef5fb;
  background-size: 100% 100%;
}

.center {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.dqwz {
  margin: 19px 0 17px 0;
}

.dqwz img {
  margin-right: 4px;
}

.dqwz img,
.dqwz ul,
.dqwz ul li {
  float: left;
  font-size: 14px;
  color: #666;
}

.dqwz ul li a {
  color: #666;
}

.pfxc {
  padding: 0 20px;
  background-color: #fff;
  margin-bottom: 30px;
}

.pfxc .title {
  padding: 30px 0 22px 0;
}
.pfxc .title li{
  color: #222222;
}
.pfxc .title li:first-child,.pfxc .title li:first-child+li {
  float: left;
  font-size: 20px;
}
.pfxc .title li.hover{
  color: #006eab;
}
.pfxc .title li:first-child b,.pfxc .title li:first-child+li b {
  margin: 0 30px 0 8px;
  cursor: pointer;
}
 .pfList.pfxc .title li:first-child b{
    cursor: default;
}
.pfxc .title li:first-child span,.pfxc .title li:first-child+li span {
  color: #222;
}

.pfxc .title li:last-child,.pfxc .title li:first-child+li+li {
  float: right;
}

.pfxc .title li:last-child a,.pfxc .title li:first-child+li+li a {
  font-size: 14px;
  color: #999;
}

.pfxc .LeftCon .video {
  float: left;
  position: relative;
  height: 325px;
  width: 570px;
  overflow:hidden;
}

.pfxc .LeftCon .video video,.pfxc .LeftCon .video .ytjf_first img {
  width: 570px;
  height: 100%;
  border-radius: 4px;
  cursor: pointer;
  object-fit: fill;
}

.pfxc .LeftCon .video>p {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.pfxc .LeftCon .video img.zt{
  position: absolute;
  bottom: calc(50% - 72px/2);
  left: calc(50% - 72px/2);
  cursor: pointer;
}

.pfxc .LeftCon>ul {
  float: left;
  width: calc(100% - 570px);
}

.LeftCon li {
  float: left;
  margin-left: 24px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
    max-height: 152px;
width:270px
}

#con-one-2 li img,.pfxc .LeftCon>ul li img.st {
  width: 270px;
  height: 152px;
  object-fit: cover;
  border-radius: 4px;
  transition: all ease-out .5s;
}

#con-one-2 li img:hover {
  transform: scale(1.1);
}
.pfxc .LeftCon>ul li p,.pfxc .LeftCon .video p {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 33px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.pfxc .LeftCon .video p {
line-height:50px;
font-size:18px;
}
.pfList {
  padding-bottom: 28px;
}

.rightList li {
  line-height: 54px;
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
  padding: 0 6px;
}

.rightList li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #006eab;
  float: left;
  margin: 25px 8px 0 0;
}

.rightList li a {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  font-weight: bold;
  float: left;
}

.rightList li span {
  color: #999;
  float: right;
}

.rightList li a:hover {
  color: #006eab;
}

@media (max-width:500px) {
  .dqwz {
    display: none;
  }
  .pfxc{
    padding: 0 10px;
  }
  .pfxc .LeftCon .video,.pfxc .LeftCon .video .ytjf_first img {
    height: auto;
    width:100%;
  }

  .pfxc .LeftCon .video video {
    width: 100%;
  }
  .pfxc .LeftCon .video>p{
    bottom: 4px;
  }
  .pfxc .LeftCon>ul {
    width: 100%;
    margin-top: 15px;
  }

  .pfxc .LeftCon>ul li {
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    width: 49%;
    margin-left: 0;
  }

  .pfxc .LeftCon>ul li:nth-child(2n) {
    margin-right: 0;
  }

  #con-one-2 li img {
    width: 100%;
    height: 152px;
  }

  .rightList li a {
    max-width: 67%;
  }
}