﻿﻿@charset "UTF-8";
/**!
* [“十四五”开局之年]
* date: 2020-12-25
* author: [wangkai];
*/


.pResultContent {
    font-family: "华文隶书 Bold", "华文隶书 Regular", 华文隶书;
    font-weight: 700;
    color: rgb(255, 0, 0);
    width: 234px;
    height: 79px;
    text-align: center;
    position: absolute;
    top: 220px;
    right: 40px;
    background-color: rgba(255, 255, 255, 0);
    transform: rotate(35deg);
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255, 0, 0);
    border-image: initial;
}

.main {
  position: relative;
  z-index: 999;
  margin-top: -60px;
}

.info-wrap {
  margin-top: 42px;
  padding: 24px 49px 29px 49px;
  min-height: 382px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(69, 0, 0, 0.04);
          box-shadow: 0px 0px 16px 4px rgba(69, 0, 0, 0.04);
}

.info-wrap:first-child {
  margin-top: 0;
}

.column {
  position: relative;
  height: 75px;
}

.column::before {
  position: absolute;
  content: "";
  top: 37px;
  right: 60px;
  left: 174px;
  display: block;
  height: 1px;
  background: #e0e0e0;
}

.column-tt {
  float: left;
  margin-left: -15px;
  height: 75px;
}

.column-tt img {
  height: 75px;
  vertical-align: top;
}

.column-more {
  float: right;
  margin-top: 20px;
  height: 35px;
  line-height: 34px;
  font-size: 16px;
  color: #999;
}

.info-list {
  position: relative;
  margin-top: 32px;
}

.info-list::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 50%;
  bottom: 3px;
  display: block;
  /*width: 1px;*/
  background: #e0e0e0;
}

.list-node {
  float: left;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  vertical-align: top;
}

.list-node:nth-child(odd) {
  /*padding-right: 51px;*/
}

.list-node:nth-child(even) {
  /*padding-left: 52px;*/
}

.list-node:hover .list-name,
.list-node.accfocus .list-name,
.list-node:hover .list-date,
.list-node.accfocus .list-date
{
  color: #e00c14;
}

.list-node:hover .list-name::before,
.list-node.accfocus .list-name::before
{
  background: #e00c14;
}

.list-date {
  float: right;
  font-family: "Arial";
  color: #999;
}

.list-name {
  position: relative;
  display: block;
  padding-left: 12px;
  margin-right: 124px;
  color: #333;
}

.list-name::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  display: block;
  margin-top: -1px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #333;
}

.columnlen::before {
  position: absolute;
  content: "";
  top: 37px;
  right: 60px;
  left: 244px !important;
  display: block;
  height: 1px;
  background: #e0e0e0;
}

/*自定义的样式*/
.menu-height {
     min-height: 100px !important;
}

@media (max-width: 1199px) {
  .info-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .list-node:nth-child(odd) {
    padding-right: 31px;
  }
  .list-node:nth-child(even) {
    padding-left: 32px;
  }
  .list-name {
    margin-right: 102px;
  }
}

@media (max-width: 767px) {
  .main {
    margin-top: -30px;
  }
  .info-wrap {
    margin-top: 20px;
    padding: 0 10px 15px 10px;
  }
  .column::before {
    left: 110px;
  }
  .column-tt {
    margin-left: 0;
    margin-top: 15px;
    height: 45px;
  }
  .column-tt img {
    height: 45px;
  }
  .column-more {
    font-size: 14px;
  }
  .info-list {
    margin-top: 0;
  }
  .info-list::before {
    display: none;
  }
  .list-node {
    width: 100%;
    font-size: 14px;
  }
  .list-node:nth-child(odd), .list-node:nth-child(even) {
    padding: 0;
  }
  .list-name {
    margin-right: 90px;
  }
}
