
.content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.content .left {
  width: 75%;
  height: auto;
  float: left;
  background-color: #fff;
}
.content .left .bg {
  width: 100%;
  height: 100px;
  margin-top: 10px;
}
.content .left .bg.bg-1 {
  background: url("../i/7.png") no-repeat center;
  background-size: 100%;
}
.content .left .bg.bg-2 {
  background: url("../i/7.png") no-repeat center;
  background-size: 100%;
}
.content .left .title {
  width: 100%;
  height: 80px;
}
.content .left .title ul li {
  cursor: pointer;
  float: left;
  width: 100px;
  height: 40px;
  margin: 20px 0 20px 20px;
  background-color: #f40000;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.content .left .list {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.content .left .list .c-left {
  float: left;
  padding-right: 1%;
  width: 30%;
  height: auto;
  overflow: hidden;
}
.content .left .list .c-left .c-content {
  cursor: pointer;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  float: left;
}
.content .left .list .c-left .c-content:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
.content .left .list .c-left .c-content:hover .img {
  transform: scale(1.15);
}
.content .left .list .c-left .c-content .ow {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.content .left .list .c-left .c-content .ow .img {
  width: 100%;
  height: 150px;
  background: url("../i/6.png") no-repeat center top;
  background-size: 100%;
  transition: 0.6s;
}
.content .left .list .c-left .c-content span {
  width: 100%;
  padding: 0 10px;
  height: 50px;
  line-height: 25px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content .left .list .c-right {
  width: 68%;
  margin-left: 2%;
  float: left;
  overflow-y:auto;
 height:600px;
 list-style-type: none;
}
.content .left .list .c-right .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 18px;
}
.content .left .list .c-right ul {
  padding-right: 2%;
}
.content .left .list .c-right ul li {
  width: 93%;
  line-height: 37px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.content .left .list .c-right ul li:hover {
  color: #e00000;
}
.content .left .list .c-right .more {
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding-right: 2%;
  text-align: right;
  font-size: 16px;
  color: #666;
}
.content .left .list .c-right1 {
  width: 68%;
  margin-left: 2%;
  float: left;


}
.content .left .list .c-right1 .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 18px;
}
.content .left .list .c-right1 ul {
  padding-right: 2%;
}
.content .left .list .c-right1 ul li {
  width: 93%;
  line-height: 37px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.content .left .list .c-right1 ul li:hover {
  color: #e00000;
}
.content .left .list .c-right1 .more {
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding-right: 2%;
  text-align: right;
  font-size: 16px;
  color: #666;
}
.content .left .i-list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content .left .i-list .title {
  width: 100%;
  height: 50px;
  padding: 20px;
  line-height: 50px;
}
.content .left .i-list .title span {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  text-indent: 20px;
  color: #333;
  position: relative;
}
.content .left .i-list .title span:after {
  content: "";
  width: 3px;
  height: 15px;
  position: absolute;
  top: 16.5px;
  left: 10px;
  background-color: #F40000;
}
.content .left .i-list .title a {
  float: right;
  text-align: right;
}
.content .left .i-list ul {
  padding: 20px;
	overflow-y:auto;
 max-height:700px;
 list-style-type: none;
}
.content .left .i-list ul li {
  cursor: pointer;
  width: 32%;
  float: left;
  height: 220px;
  margin-right: 2%;
  margin-bottom: 2%;
}
.content .left .i-list ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
.content .left .i-list ul li:hover .img {
  transform: scale(1.15);
}
.content .left .i-list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.content .left .i-list ul li .ow {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.content .left .i-list ul li .ow .img {
  width: 100%;
  height: 150px;
  background: url("../i/6.png") no-repeat center top;
  background-size: 100%;
  transition: 0.6s;
}
.content .left .i-list ul li span {
  padding: 10px 10px 0;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content .right {
  width: 23%;
  height: auto;
  float: left;
  margin-left: 2%;
  background-color: #fff;
  margin-top: 10px;
}
.content .right .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #eaeaea;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  text-indent: 20px;
  position: relative;
}
.content .right .title:after {
  content: "";
  width: 3px;
  height: 15px;
  background-color: #F40000;
  position: absolute;
  top: 12.5px;
  left: 10px;
}
.content .right .r-list {
  width: 100%;
  height: auto;
  padding: 20px;
}
.content .right .r-list ul {
  overflow: hidden;
}
.content .right .r-list ul li {
  cursor: pointer;
  width: calc(100% - 20px);
  float: left;
  margin: 0 10px 10px 10px;
}
.content .right .r-list ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
.content .right .r-list ul li:hover .img {
  transform: scale(1.15);
}
.content .right .r-list ul li .ow {
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.content .right .r-list ul li .ow .img {
  width: 100%;
  height: 130px;
  background: url("../i/5.png") no-repeat center top;
  background-size: 100%;
  transition: 0.6s;
}
.content .right .r-list ul li span {
  line-height: 20px;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
footer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  background-color: #dbdbdb;
  color: #666;
}
footer .foot {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
footer .foot .href {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
footer .foot .f-list {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #ccc;
}
footer .foot .f-list ul {
  width: 800px;
  margin: 0 auto;
}
footer .foot .f-list ul li {
  width: 25%;
  height: 100px;
  float: left;
}
footer .foot .f-list ul li .bg {
  width: 100%;
  height: 100px;
  background: url("../img/1.png") no-repeat center;
  background-size: 180px;
}
footer .foot .f-list ul li .bg.bg-img1 {
  background: url("../img/4.png") no-repeat center;
  background-size: 180px;
}
footer .foot .f-list ul li .bg.bg-img2 {
  background: url("../img/3.png") no-repeat center;
  background-size: 180px;
}
footer .foot .f-list ul li .bg.bg-img3 {
  background: url("../img/2.png") no-repeat center;
  background-size: 180px;
}
footer .foot .f-list ul li .bg.bg-img4 {
  background: url("../img/1.png") no-repeat center;
  background-size: 180px;
}
footer .foot .f-list1 {
  width: 1200px;
  height: 50px;
  margin: 70px auto 0;
  text-align: center;
}
footer .foot .phone,
footer .foot .copy {
  display: inline-block;
  width: 1200px;
  line-height: 30px;
  text-align: center;
}
.top {
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 40px;
  text-align: center;
  line-height: 70px;
  font-weight: 100;
  color: #999;
  background-color: #fff;
  position: fixed;
  bottom: 50px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*# sourceMappingURL=index.css.map */