﻿
/* comprehensive-box start */
.onetleft {
  float: left;
}

.container {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}

.comprehensive-box {
  width: 100%;
  height: 500px;
  float: left;
}

.comprehensive-left-box {
  width: 600px;
  height: 380px;
  float: left;
  margin-top: 46px;
  position: relative;
}

.comprehensive-left-box .bd li {
  width: 600px;
  height: 380px;
  float: left;
  position: relative;
}

.comprehensive-left-box .bd li img {
  width: 600px;
  height: 380px;
}

.comprehensive-left-box .bd li span {
  width: 100%;
  height: 50px;
  background-color: #000000;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.comprehensive-left-box .bd li p {
  height: 50px;
  width: 429px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  line-height: 50px;
  left: 10px;
  text-align: left;
  z-index: 2;
}

.comprehensive-left-box .hd-comprehensive {
  position: absolute;
  bottom: 12px;
  z-index: 3;
  right: 6px;
}
.comprehensive-left-box .hd-comprehensive .hd-li {
  margin-right: 14px;
  width: 22px;
  display: inline-block;
  margin-left: 0px;
  color: #fff;
  line-height: 20px;
  height: 22px;
  background-color: #727272;
  text-align: center;
  font-size: 15px;
}

.comprehensive-left-box .hd-comprehensive .on {
  background-color: #f24645 !important;
  /* transition: 0.25s;
  width: 50px;
  border-radius: 10px;
  transition: width 2s ease, transform 2s ease-in 1s; */
}
.hd-banner .hd-li {
  border-radius: 100%;
}
.hd-li {
  margin-right: 14px;
  width: 16px;
  display: inline-block;
  margin-left: 8px;
  height: 16px;

  background-color: #fff;
}

.comprehensive-right-box {
  width: 580px;
  float: right;
  height: 380px;
  margin-top: 46px;
}

.hd-comprehensive-right {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #e5e5e5;
}

.hd-comprehensive-right ul {
  float: left;
  width: 480px;
}

.hd-comprehensive-right ul li {
  float: left;
  height: 40px;
  width: 82px;
  display: block;
  font-size: 20px;
  margin-left: 20px;
  cursor: pointer;
}

.hd-comprehensive-right ul li:first-child {
  margin-left: 0;
}
.comprehensive-right-bd li a:hover p {
  color: #c9151e !important;
}
.hd-comprehensive-right .on {
  color: #c9151e !important;
  font-size: 20px !important;
  border-bottom: solid 3px #c9151e;
}

.hd-comprehensive-right a {
  float: right;
  margin-top: 5px;
}

.comprehensive-right-box .bd {
  width: 580px;
  float: left;
}

.comprehensive-right-box .bd li {
  width: 100%;
  margin-top: 5px;
}

.comprehensive-right-box .bd a {
  width: 100%;
  display: block;
  float: left;
  font-size: 16px;
  margin-top: 15px;
}

.comprehensive-right-box .bd .title {
  width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.comprehensive-right-box .bd .time {
  color: #666666;
  float: right;
}

/* comprehensive-box end */

