@charset "UTF-8";
/*-------------------------
*  reset
-------------------------*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px; }

/*-------------------------
*  menu
-------------------------*/
menu {
  background: #b80000;
  height: 17px;
  line-height: 17px;
  padding: 10px 0;
  font-size: 16px;
  margin-bottom: 25px; }
  menu a {
    color: white;
    padding: 0 50px;
    border-right: 1px solid white; }
    menu a:hover {
      color: white; }

.fix-left {
  width: 805px; }

/*-------------------------
*  column-left
-------------------------*/
.column-left {
  width: 805px; }

/*-------------------------
*  slideBox2
-------------------------*/
.slide-iframe {
  height: 450px; }

.slideBox2 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px; }
  .slideBox2 .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: -20px;
    z-index: 1;
    width: 100%; }
    .slideBox2 .hd ul {
      overflow: hidden;
      zoom: 1;
      text-align: center; }
      .slideBox2 .hd ul li {
        display: inline-block;
        margin: 0 2px;
        width: 10px;
        height: 10px;
        background: #a1a1a1;
        cursor: pointer;
        border-radius: 5px; }
        .slideBox2 .hd ul li.on {
          width: 40px;
          background: #b80000; }
  .slideBox2 .bd {
    position: relative;
    width: 100%;
    z-index: 0; }
    .slideBox2 .bd li {
      zoom: 1;
      vertical-align: middle;
      position: relative; }
      .slideBox2 .bd li .title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: url("../images2020/title.png") no-repeat;
        background-size: 100% 100%;
        color: white;
        height: 50px;
        line-height: 50px;
        text-indent: 1rem;
        font-size: 18px; }
      .slideBox2 .bd li .img {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 53%; }
        .slideBox2 .bd li .img img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .slideBox2 .prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 43px;
    height: 72px;
    margin-top: -36px;
    background: url("../images2020/left.png") no-repeat center center rgba(0, 0, 0, 0.5); }
    .slideBox2 .prev:hover {
      background: url("../images2020/left.png") no-repeat center center rgba(184, 0, 0, 0.5); }
  .slideBox2 .next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 43px;
    height: 72px;
    margin-top: -36px;
    background: url("../images2020/right.png") no-repeat center center rgba(0, 0, 0, 0.5); }
    .slideBox2 .next:hover {
      background: url("../images2020/right.png") no-repeat center center rgba(184, 0, 0, 0.5); }

/*-------------------------
*  news
-------------------------*/
.column-left .tab {
  margin-top: 50px; }
  .column-left .tab .tab-title {
    border-top: 2px solid #b80000;
    background: #efefef; }
    .column-left .tab .tab-title div {
      cursor: pointer;
      float: left;
      margin-top: -1px;
      font-size: 18px;
      height: 40px;
      line-height: 40px;
      border-top: 2px solid transparent;
      padding: 0 24px;
      margin-right: 0; }
      .column-left .tab .tab-title div.on {
        background: #b80000;
        color: white;
        border-top: 2px solid #b80000; }
  .column-left .tab .tab-content {
    display: none; }
    .column-left .tab .tab-content.on {
      display: block; }
  .column-left .tab.list-container {
    margin-top: 0; }
    .column-left .tab.list-container .list-title {
      font-size: 18px;
      border-bottom: 2px solid #b80000;
      padding-bottom: 16px;
      color: #262626; }

.column-left .tab .tab-content ul li {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #e0e0e0; }
  .column-left .tab .tab-content ul li .title {
    color: #404040;
    font-size: 20px;
    margin-bottom: 15px; }
  .column-left .tab .tab-content ul li .content {
    line-height: 26px;
    margin-bottom: 15px;
    color: #656565; }
    .column-left .tab .tab-content ul li .content span {
      color: #b80000; }
  .column-left .tab .tab-content ul li .time {
    color: #8a8a8a; }
    .column-left .tab .tab-content ul li .time span {
      color: #8a8a8a;
      margin-right: 30px; }
  .column-left .tab .tab-content ul li:last-child {
    border-bottom: 0; }
  .column-left .tab .tab-content ul li:hover .title {
    color: #b80000; }
  .column-left .tab .tab-content ul li.type2 .img {
    position: relative;
    width: 235px;
    height: 145px;
    overflow: hidden; }
    .column-left .tab .tab-content ul li.type2 .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .column-left .tab .tab-content ul li.type2 .rt {
    position: relative;
    width: 550px;
    height: 145px; }
    .column-left .tab .tab-content ul li.type2 .rt .time {
      position: absolute;
      bottom: 0;
      left: 0; }
  .column-left .tab .tab-content ul li.type3 .title .rt {
    font-size: 14px;
    padding-top: 5px; }
  .column-left .tab .tab-content ul li.type3 .img-list .img {
    position: relative;
    float: left;
    width: 189px;
    height: 0;
    padding-bottom: 16%;
    overflow: hidden;
    margin-right: 16px; }
    .column-left .tab .tab-content ul li.type3 .img-list .img:last-child {
      margin-right: 0; }
    .column-left .tab .tab-content ul li.type3 .img-list .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .column-left .tab .tab-content ul li.type3 .img-list .img .img-title {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 96%;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#88000000, endColorstr=#88000000);
      background: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 5px 2%;
      line-height: 20px; }
.column-left .tab .tab-content ul .more {
  text-align: center;
  padding-top: 15px; }
  .column-left .tab .tab-content ul .more img {
    display: inline-block; }
.column-left .tab .tab-content ul .page {
  text-align: center;
  padding: 20px 0; }
  .column-left .tab .tab-content ul .page a {
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 7px 10px;
    margin: 0 3px;
    text-align: center; }
    .column-left .tab .tab-content ul .page a.on {
      background: #b80000;
      color: white; }

/*-------------------------
*  column-right
-------------------------*/
.column-right {
  width: 350px; }
  .column-right .column-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0; }
    .column-right .column-title span {
      display: inline-block;
      font-size: 18px;
      line-height: 18px;
      height: 18px;
      border-left: 2px solid #b80000;
      padding-left: 10px; }

.slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }
  .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 1;
    width: 100%; }
    .slideBox .hd ul {
      overflow: hidden;
      zoom: 1;
      text-align: center; }
      .slideBox .hd ul li {
        display: inline-block;
        margin: 0 2px;
        width: 10px;
        height: 10px;
        background: #fff;
        cursor: pointer;
        border-radius: 10px; }
        .slideBox .hd ul li.on {
          background: #b80000; }
  .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0; }
    .slideBox .bd li {
      zoom: 1;
      vertical-align: middle;
      position: relative; }
      .slideBox .bd li .title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#88000000, endColorstr=#88000000);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        height: 50px;
        line-height: 30px;
        text-indent: 8px; }
      .slideBox .bd li img {
        width: 100%;
        height: 210px;
        display: block; }

.column-right .img-list .img {
  position: relative;
  margin-bottom: 16px; }
  .column-right .img-list .img .topic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#88000000, endColorstr=#88000000);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    height: 34px;
    line-height: 34px;
    text-indent: 8px; }
  .column-right .img-list .img img {
    width: 100%;
    height: 210px;
    display: block; }

.column-right .rank-list ul li {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 3px 0; }
  .column-right .rank-list ul li a {
    display: inline-block;
    text-indent: 28px; }
  .column-right .rank-list ul li:nth-child(2) a {
    background: url("../images2020/rank1.png") no-repeat left center;
    background-position-x: 2px; }
  .column-right .rank-list ul li:nth-child(3) a {
    background: url("../images2020/rank2.png") no-repeat left center; }
  .column-right .rank-list ul li:nth-child(4) a {
    background: url("../images2020/rank3.png") no-repeat left center; }
  .column-right .rank-list ul li:nth-child(5) a {
    background: url("../images2020/rank4.png") no-repeat left center; }
  .column-right .rank-list ul li:nth-child(6) a {
    background: url("../images2020/rank5.png") no-repeat left center; }
  .column-right .rank-list ul li:nth-child(7) a {
    background: url("../images2020/rank6.png") no-repeat left center; }
  .column-right .rank-list ul li:nth-child(8) a {
    background: url("../images2020/rank7.png") no-repeat left center; }
  .column-right .rank-list ul li:nth-child(9) a {
    background: url("../images2020/rank8.png") no-repeat left center; }
  .column-right .rank-list ul li:nth-child(10) a {
    background: url("../images2020/rank9.png") no-repeat left center; }
  .column-right .rank-list ul li:nth-child(11) a {
    background: url("../images2020/rank10.png") no-repeat left center; }
  .column-right .rank-list ul li:hover {
    background: #f1f1f1; }

/*-------------------------
*  内容页
-------------------------*/
.content-title {
  position: relative;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 50px;
  margin-bottom: 30px; }
  .content-title .title {
    font-size: 40px;
    font-weight: bold;
    color: #444444;
    padding: 25px 0; }
  .content-title .time {
    color: #6e6e6e;
    margin-bottom: 25px; }
    .content-title .time span {
      margin-right: 30px; }
  .content-title .bshare-custom {
    position: absolute;
    right: 0;
    bottom: 17px; }
    .content-title .bshare-custom .share-name {
      *display: inline;
      display: inline-block;
      line-height: 35px; }
  .content-title .bshare-custom.icon-medium-plus .bshare-sinaminiblog {
    background: url("../images2020/share1.png") no-repeat !important;
    height: 35px; }
  .content-title .bshare-custom.icon-medium-plus .bshare-weixin {
    background: url("../images2020/share2.png") no-repeat !important;
    height: 35px; }
  .content-title .bshare-custom.icon-medium-plus .bshare-qzone {
    background: url("../images2020/share3.png") no-repeat !important;
    height: 35px; }

.content-container {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px; }
  .content-container p {
    padding-bottom: 15px; }
  .content-container img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px auto; }
  .content-container video {
    max-width: 100%;
    margin: 26px auto; }
  .content-container .name {
    font-size: 14px;
    text-align: right;
    color: #999; }

.content-page {
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  line-height: 30px; }

#wx {
  width: 580px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px; }

#wx h2 {
  font-size: 12px;
  line-height: 26px;
  font-weight: normal;
  padding: 10px 0; }

#wx img {
  width: 240px;
  height: 120px;
  margin: 0 auto; }

/*-------------------------
*  sideBar
-------------------------*/
.sideBar {
  width: 110px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  z-index: 9999; }

.sideBar ul {
  width: 60px;
  margin: 0 auto;
  padding-bottom: 136px;
  display: block; }

.sideBar li {
  width: 60px;
  height: 60px;
  background: #F8F8F8;
  color: #797979;
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
  border: #D9D9D9 solid 1px;
  position: relative;
  display: block; }

.sideBar li .iconfont {
  display: block;
  font-size: 30px;
  line-height: 60px; }

.sideBar li p {
  display: none;
  font-family: "黑体";
  line-height: 22px;
  font-size: 16px;
  position: absolute;
  top: 8px;
  left: 15px;
  z-index: 1; }

.sideBar li p a:hover {
  text-decoration: none;
  color: #797979; }

.sideBar .sj {
  position: relative;
  background: url(../images2020/waptb.jpg) no-repeat 50% 0 #CDCDCD;
  height: 80px; }

.sideBar .sj h5 {
  height: 22px;
  line-height: 22px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  background: #636363;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 62px; }

.sideBar .wapll {
  position: absolute;
  left: -200px;
  top: 0;
  background: #FFF;
  border: #E3E3E3 solid 1px;
  padding: 10px;
  display: none; }

.sideBar .wapll img {
  width: 160px;
  height: 160px; }

.sideBar .wapll h2 {
  font-size: 18px;
  font-family: "黑体";
  line-height: 30px; }

.sideBar .wapll h3 {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal; }

.sideBar .sj:hover .wapll {
  display: block; }

.sideBar .gototop {
  text-align: center; }

.sideBar .gototop img {
  display: inline-block;
  margin-top: 17px; }

.sideBar .gototop p {
  display: none; }

.sideBar .gototop:hover img {
  display: none; }

.sideBar .gototop:hover p {
  display: block; }

/*-------------------------
*  footer
-------------------------*/
footer {
  width: 100%;
  border-top: #CACACA solid 2px;
  background: #F8F8F8;
  padding: 10px 0;
  margin-top: 50px; }

footer .link {
  width: 1000px;
  margin: 0 auto;
  border-bottom: #CACACA solid 1px; }

footer .link h1 {
  font-family: "黑体", "宋体";
  font-size: 18px;
  font-weight: normal;
  line-height: 30px; }

footer .link h2 {
  font-size: 14px;
  font-weight: normal;
  padding: 15px 0; }

footer .link h2 span {
  padding: 0 20px; }

footer table {
  width: 1000px;
  margin: 0 auto; }

footer td {
  padding: 10px;
  font-size: 12px;
  line-height: 22px;
  color: #333333; }

footer td img {
  display: inline-block; }

footer h5 {
  display: none; }

@media screen and (max-width: 700px) {
  .pc {
    display: none; }

  .w1200 {
    width: 100%; }

  menu {
    height: auto;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    margin-bottom: 0; }
    menu a {
      border-right: 0;
      display: inline-block;
      width: 15.2%;
      padding: 3px 0;
      font-size: 13px;
      text-align: center; }

  .htmlgray menu {
    position: relative; }

  /* .column-left,.column-right{
       display: none;
   }*/
  .fix-left {
    width: 100%; }

  .column-left {
    width: 98%;
    margin-left: 1%; }

  .htmlgray column-left {
    margin-top: 10px; }

  .column-left .top-news ul li .title {
    font-size: 18px;
    margin-bottom: 5px; }

  .slide-iframe {
    height: 4rem; }

  .column-left .tab {
    margin-top: 20px; }
    .column-left .tab.list-container .list-title {
      font-size: 16px;
      padding-bottom: 8px; }
    .column-left .tab .tab-title div {
      font-size: 14px;
      padding: 0 6px;
      margin-right: 0; }
    .column-left .tab .tab-content ul li .title {
      font-size: 18px;
      margin-bottom: 5px; }
    .column-left .tab .tab-content ul li .time {
      font-size: 12px; }
    .column-left .tab .tab-content ul li.type2 {
      padding: 10px 0 10px 0; }
      .column-left .tab .tab-content ul li.type2 .img {
        position: relative;
        width: 30%;
        height: 0;
        padding-bottom: 25%; }
        .column-left .tab .tab-content ul li.type2 .img img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .column-left .tab .tab-content ul li.type2 .rt {
        height: auto;
        width: 68%; }
        .column-left .tab .tab-content ul li.type2 .rt .content {
          display: none; }
        .column-left .tab .tab-content ul li.type2 .rt .time {
          position: relative; }
    .column-left .tab .tab-content ul li.type3 {
      padding: 10px 0; }
      .column-left .tab .tab-content ul li.type3 .title .rt {
        display: inline-block;
        float: none; }
      .column-left .tab .tab-content ul li.type3 .img-list {
        width: 100%; }
        .column-left .tab .tab-content ul li.type3 .img-list .img {
          width: 49%;
          padding-bottom: 32%;
          margin-right: 1%;
          margin-bottom: 5px; }
          .column-left .tab .tab-content ul li.type3 .img-list .img:last-child {
            margin-right: 0; }
    .column-left .tab .tab-content ul .page {
      padding: 10px 0; }
      .column-left .tab .tab-content ul .page a {
        font-size: 12px;
        border-radius: 4px;
        padding: 3px 5px;
        margin: 0 3px; }

  footer {
    display: none; }

  .sideBar {
    display: none;
    width: 62px;
    right: 5px;
    bottom: 5px; }

  .sideBar .sj {
    display: none; }

  .sideBar ul {
    padding-bottom: 0; }

  .column-right {
    width: 98%;
    margin: 20px auto;
    padding: 0 1%;
    float: none; }

  .content-title {
    width: 98%;
    margin: 50px auto 10px auto; }
    .content-title .title {
      font-size: 30px;
      font-weight: bold;
      color: #444444;
      padding: 15px 0; }
    .content-title .time {
      color: #6e6e6e;
      margin-bottom: 20px; }
      .content-title .time span {
        margin-right: 20px; }
    .content-title .bshare-custom {
      display: none;
      position: relative;
      right: 0;
      bottom: 17px; }
      .content-title .bshare-custom .share-name {
        *display: inline;
        display: inline-block;
        line-height: 35px; }
    .content-title .bshare-custom.icon-medium-plus .bshare-sinaminiblog {
      background: url("../images2020/share1.png") no-repeat !important;
      background-size: 100% 100% !important;
      padding-left: 0;
      width: 30px;
      height: 30px; }
    .content-title .bshare-custom.icon-medium-plus .bshare-weixin {
      background: url("../images2020/share2.png") no-repeat !important;
      height: 35px; }
    .content-title .bshare-custom.icon-medium-plus .bshare-qzone {
      background: url("../images2020/share3.png") no-repeat !important;
      height: 35px; }

  #wx {
    display: none; } }

/*# sourceMappingURL=style.css.map */
