.position {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.content-wrapper {
  height: 68px;
  line-height: 68px;
}
.company-news {
  position: relative;
  margin-bottom: 30px;
}
.tabs {
  margin: 24px 0 50px 15px;
}
.tabs a {
  width: 22.5%;
  height: 90px;
  background-color: #f7f7f7;
  border: solid 1px #cccccc;
  float: left;
  text-align: center;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.tabs-active {
  background-color: #f2f2f2 !important;
  border: solid 1px #202a72 !important;
}
.tabs a p:first-child {
  font-size: 18px;
  color: #666666;
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translate(-50%, 0);
}
.tabs a p:last-child {
  font-size: 18px;
  color: #cccccc;
  position: absolute;
  left: 50%;
  bottom: 28%;
  transform: translate(-50%, 0);
  width: 100%;
}

.tabs div {
  width: 22.5%;
  height: 90px;
  background-color: #f7f7f7;
  border: solid 1px #cccccc;
  float: left;
  text-align: center;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.tabs div p:first-child {
  font-size: 18px;
  color: #666666;
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translate(-50%, 0);
}
.tabs div p:last-child {
  font-size: 18px;
  color: #cccccc;
  position: absolute;
  left: 50%;
  bottom: 28%;
  transform: translate(-50%, 0);
  width: 100%;
}

/* 公司动态 */
.company-content {
  margin-bottom: 30px;
}
.company-title {
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 1px solid #202a72;
}
.company-title h2 {
  font-size: 30px;
  color: #333333;
}
.company-item {
  border-bottom: 2px solid #cccccc;
  padding: 40px 0;
}
.c-date {
  width: 6.25%;
  min-width:70px;
  height: 102px;
  float: left;
  background-color: #e6e6e6;
  position: relative;
}
.c-date-top {
  font-size: 30px;
  font-weight: bold;
  color: #eb1b00;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, 0);
}
.c-date-bottom {
  font-size: 14px;
  color: #333333;
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%, 0);
}
.c-text {
  float: left;
  width: 87.4%;
  margin-left: 6.35%;
  font-size: 14px;
  color: #333333;
  text-align: justify;
}
.c-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
  display: inline-block;
}

/* 第一条新闻 */
.first-active {
  display: none;
}
.company-item:first-child .first-active {
  display: block;
}
.company-item:first-child .c-date {
  display: none;
}
.company-item {
  cursor: pointer;
}
.company-item-active-left {
  width: 100%;
  float: left;
  position: relative;
}
.company-item:first-child .company-item-active-left {
  width: 65.8%;
  height: 285px;
}
.company-item-active-right {
  float: right;
  width: 31.7%;
  height: 285px;
}

.company-item-active-right img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.company-item:first-child .c-text {
  float: none;
  width: 100%;
  margin-left: 0;
}

.company-item-active .c-text p {
  /*margin-bottom: 39px;*/
}

.c-date-active {
  font-size: 40px;
  color: #cccccc;
  margin-bottom: 29px;
}

.view-details-btn {
  width: 100%;
  height: 63px;
  background-color: #e6e6e6;
  border-radius: 10px;
  text-align: center;
  line-height: 63px;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
}

.view-details-btn:hover {
  background-color: #ccc;
}

.view-details-btn span {
  font-size: 18px;
  color: #eb1b00;
}
.view-details-btn img {
  display: inline-block;
  margin: 0 15px -6px 0;
}

/* 分页 */
.page-box {
  margin: 0 0 23px 105px;
  height: 44px;
}
.page-box a {
  font-size: 16px;
  margin: 0 5px;
  color: #333333;
  float: left;
  height: 44px;
  line-height: 44px;
}
.prev,
.next {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 44px;
  font-weight: bold;
}
.prev {
  background-color: #f5f5f5;
  color: #cccccc !important;
  margin: 0 20px 0 0 !important;
}
.next {
  background-color: #f7f5f0;
  color: #998675 !important;
  margin: 0 0 0 20px !important;
}
.new-active{
  color: #d95128 !important;
}

a{
    text-decoration: none!important;
}
#renderContent{
  float: left;
}
#renderContent a:hover{
    color: #d95128 !important;
}

/* 详情页 */
.detail {
  position: relative;
  padding-bottom: 110px;
  margin: 30px 0 75px 0;
}
.detail h2 {
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.detail-title{
  font-size: 30px;
  width: 100%; 
  text-align: center;
  padding-top: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #202a72;
}
.detail-bottom-nav{
  margin: 24px 0 24px 15px;
  border-top: 1px solid #202a72;
  display: flex;
  justify-content: center;
}
.detail-bottom-nav a {
  width: 35%;
  height: 72px;
  background-color: #f7f7f7;
  border: solid 1px #cccccc;
  float: left;
  text-align: left;
  margin-top: 30px;
  margin-right: 30px;
  padding: 4px;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.detail-bottom-nav .empty-box {
  width: 35%;
  height: 72px;
  float: left;
  text-align: left;
  margin-top: 30px;
  margin-right: 30px;
  padding: 4px;
  position: relative;
  line-height: 20px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.detail-bottom-list{
  margin: 24px 13%;
  display: flex;
  flex-direction: column;
}
.detail-bottom-list div{
  padding: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.detail-bottom-list li{
  width:50%;
  margin:7px 0;
  padding-right: 50px;
  list-style-type: disc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail-time {
  text-align: center;
  margin: 20px 0 63px 0;
  font-size: 14px;
  color: #333333;
}
.detail p {
  text-align: justify;
  width: 100%;
  /* position: relative; */
  /* height: 359px; */
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-indent: 18px;
}
.detail p img {
  width: 45%;
  /* position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: 359px; */
  margin-right: 600px;
  margin-left: 27.5%;
  margin-top: 42px;
}

.detail-btn {
  height: 48px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
}

.detail-prev,
.detail-next {
  width: 218px;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  cursor: pointer;
  float: left;
  text-align: center;
  line-height: 48px;
  color: #333333 !important;
}

.detail-prev:hover,
.detail-next:hover {
  background-color: #e5e5e5;
  color: #333333 !important;
}
.text-prev,
.jiantou-left {
  float: right;
}
.text-prev {
  margin: 0 66px 0 10px;
}
.text-next,
.jiantou-right {
  float: left;
}
.text-next {
  margin: 0 10px 0 66px;
}

.jiantou-left,
.jiantou-right {
  width: 30px;
  height: 23px;
  position: relative;
  margin-top: 3px;
}
.jt-l-1,
.jt-r-1 {
  border-top: 1px solid #cccccc;
  position: absolute;
  width: 15px;
  bottom: 4px;
}
.jt-l-1 {
  left: -2px;
  transform: rotate(-40deg);
}
.jt-r-1 {
  right: 0;
  transform: rotate(40deg);
}
.jt-l-2,
.jt-r-2 {
  border-bottom: 1px solid #cccccc;
  width: 28px;
  position: absolute;
  bottom: 0;
}
.jt-l-2 {
  right: 0;
}
.jt-r-2 {
  left: 0;
}
.jt-l-3,
.jt-r-3 {
  border-top: 1px solid #cccccc;
  position: absolute;
  width: 15px;
  bottom: -4px;
}
.jt-l-3 {
  left: -2px;
  transform: rotate(40deg);
}
.jt-r-3 {
  right: 0;
  transform: rotate(-40deg);
}

.company-item:hover .c-text .c-title {
  color: #202a72;
}

.company-item-active:hover .c-text .c-title {
  color: #333;
}

.page-number{
  padding-left: 10px;
  padding-right:10px;
}

.page-number active{
  color: #d95128 !important;
}
