﻿.home_news {
  width: 100%;
  /*background: url("../images/home_newsbg.png") no-repeat;*/
      background: #f5f5f5;
  padding: 60px 0 50px;
}
.home_news .title {
  width: 100%;
  height: 35px;
  overflow: hidden;
}
.home_news .title big {
  display: block;
  color: #000;
  font-size: 30px;
  float: left;
  line-height: 35px;
  max-width: 500px;
  overflow: hidden;
  height: 35px;
}
.home_news .title small {
  display: block;
  color: #D80011;
  font-size: 22px;
  text-transform: uppercase;
  float: left;
  line-height: 42px;
  margin-left: 10px;
  max-width: 500px;
  overflow: hidden;
  height: 35px;
  position: relative;
}
.home_news .title small:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 1px;
  background: #D80011;
  top: 2px;
  left: 0;
}
.home_news .title small:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px; 
  background: #D80011;
  top: 0;
  left: 0;
}
.home_news .title .more {
  display: block;
  float: right;
  width: 80px;
  height: 20px;
  border: 1px solid #d6d6d6;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  overflow: hidden;
}
.home_news .hnews {
  width: 1140px;
  margin: 35px auto 0;
}
.home_news .hnews .slick-prev,
.home_news .hnews .slick-next {
  width: 16px;
  height: 26px;
  border: none;
}
.home_news .hnews .slick-prev {
  background: url("../images/hnew_prev.png") no-repeat;
  left: -40px;
}
.home_news .hnews .slick-next {
  background: url("../images/hnew_next.png") no-repeat;
  right: -20px;
}
.home_news .hnews .hn_txt {
  width: 270px;
}
.home_news .hnews .hn_txt:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.home_news .hnews .hn_txt:hover p a {
  color: #D80011;
}
.home_news .hnews .hn_txt .pic {
  width: 270px;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.home_news .hnews .hn_txt .pic img {
  transition: all 0.38s ease-in;
  -webkit-transition: all 0.38s ease-in;
  -moz-transition: all 0.38s ease-in;
  -ms-transition: all 0.38s ease-in;
  -o-transition: all 0.38s ease-in;
}
.home_news .hnews .hn_txt p {
  width: 270px;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-top: 17px;
}
.home_news .hnews .hn_txt p a {
  color: #000;
  font-size: 14px;
}
.home_tec_ques {
  width: 100%;
  display: table;
  padding: 35px 0 55px;
  border-bottom: 1px solid #067ad1;
}
.home_tec_ques .h_technique {
  width: 29%;
  float: left;
  margin-right: 6%;
}
.i-newstitle{    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.home_tec_ques .h_technique .htec_main {
  width: 100%;
}
.home_tec_ques .h_technique .htec_main dl {
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}
.home_tec_ques .h_technique .htec_main dl:hover dt {
  background: #067ad1;
}
.home_tec_ques .h_technique .htec_main dl:hover dd span a {
  color: #067ad1;
}
.home_tec_ques .h_technique .htec_main dl dt {
  float: left;
  width: 60px;
  height: 60px;
  background: #000;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  font-family: arial;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.home_tec_ques .h_technique .htec_main dl dd {
  float: left;
  width: 485px;
  padding: 13px 30px;
  background: #f3f3f3;
}
.home_tec_ques .h_technique .htec_main dl dd span {
  display: block;
  color: #212121;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 7px;
}
.home_tec_ques .h_technique .htec_main dl dd span a {
  color: #212121;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.home_tec_ques .h_technique .htec_main dl dd p {
  color: #666666;
  font-size: 12px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.home_tec_ques .h_technique .title {
  width: 100%;
  height: 45px;
  overflow: hidden;
  margin-bottom: 10px;
}
.home_tec_ques .h_technique .title big {
  display: block;
  color: #434343;
  font-size: 22px;
  float: left;
  line-height: 37px;
  max-width: 200px;
  overflow: hidden;
 /* height: 45px;*/
  position: relative;
      border-left: 4px solid #D80011;
    padding-left: 5px;

}
.home_tec_ques .h_technique .title big:after {
  content: "";
  position: absolute;
  width: 40px;
 /* height: 1px;
  background: #ccc;*/
  bottom: 0;
  left: 0;
}
.home_tec_ques .h_technique .title small {
  display: block;
  color: #D80011;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  line-height: 42px;
  margin-left: 10px;
  max-width: 250px;
  overflow: hidden;
  height: 40px;
  position: relative;
}
.home_tec_ques .h_technique .title .more {
  display: block;
  float: right;
  width: 80px;
  height: 20px;
  border: 1px solid #d6d6d6;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  overflow: hidden;
  margin-top: 10px;
}
.home_tec_ques .h_problem {
  width: 545px;
  float: right;
}
.home_tec_ques .h_problem .title {
  width: 100%;
  height: 45px;
  overflow: hidden;
  margin-bottom: 10px;
}
.home_tec_ques .h_problem .title big {
  display: block;
  color: #434343;
  font-size: 22px;
  float: left;
  line-height: 37px;
  max-width: 150px;
  overflow: hidden;
  height: 45px;
  position: relative;
}
.home_tec_ques .h_problem .title big:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #ccc;
  bottom: 0;
  left: 0;
}
.home_tec_ques .h_problem .title small {
  display: block;
  color: #067ad1;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  line-height: 42px;
  margin-left: 10px;
  max-width: 300px;
  overflow: hidden;
  height: 40px;
  position: relative;
}
.home_tec_ques .h_problem .title .more {
  display: block;
  float: right;
  width: 80px;
  height: 20px;
  border: 1px solid #d6d6d6;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  overflow: hidden;
  margin-top: 10px;
}
.home_tec_ques .h_problem ul {
  width: 100%;
  display: inline-block;
}
.home_tec_ques .h_problem ul li {
  width: 100%;
  border-bottom: 1px dotted #cccccc;
  padding: 26px 0px 25px 0px;
}
.home_tec_ques .h_problem ul li:hover span a {
  color: #067ad1;
}
.home_tec_ques .h_problem ul li span {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  background: url(../images/common3.jpg) left 5px no-repeat;
  padding-left: 35px;
}
.home_tec_ques .h_problem ul li span a {
  color: #333333;
}
.home_tec_ques .h_problem ul li p {
  color: #666666;
  font-size: 12px;
  line-height: 22px;
  padding-left: 35px;
  margin-top: 10px;
  height: 44px;
  overflow: hidden;
  background: url(../images/common4.jpg) left 5px no-repeat;
}
.pro_text {
  width: 100%;
  line-height: 30px;
  text-indent: 2em;
  background: url(../images/pro_line.png) no-repeat bottom;
  padding: 50px 0px 40px 0px;
  font-size: 14px;
  color: #666666;
}
.related {
  width: 100%;
  margin: 10px 0px 0px 0px;
}
.related span {
  width: 100%;
  height: 50px;
  background: #e20821;
  line-height: 50px;
  color: #fefefe;
  font-size: 18px;
  display: block;
  padding: 0px 15px;
}
.related ul {
  width: 100%;
  display: inline-block;
  border: 1px solid #f2f2f2;
  border-radius: 0px 0px 5px 5px;
  background: #f9f9f9;
}
.related ul li {
  width: 210px;
  margin: 10px auto;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.related ul li:last-child {
  border-bottom: none;
}
.related ul li:hover p a {
  color: #e20821;
}
.related ul li .pic {
  width: 210px;
  height: 105px;
  position: relative;
}
.related ul li p {
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  margin: 7px 0px;
}
.related ul li p a {
  color: #212121;
}
