
.indexcontent {
  margin: 0 auto;
  width: 100%;
  padding: 0 0 30px;
}
.yy{background:#f5f5f5; padding:0 15px 12px}
.i_news_title {
  font-size: 160px;
  color: #f7f7f7;
  line-height: 120px;
  height: 120px;
  font-weight: bold;
  position: relative;
}
.i_news_title .title {
  position: absolute;
  left: 82px;
  top: 30px;
  font-size: 36px;
  line-height: 50px;
  color: #000000;
}

.i_news_title .i_news_hr {
  position: absolute;
  left: 82px;
  top: 100px;
  width: 34px;
  height: 6px;
  background: #1e60ac;
}
.i_news_c {
  position: relative;
}
.i_news_list {
  padding: 20px 0;
}
.i_news_list li {
  float: left;
  width: 380px;
  margin: 10px 16.7px;
  padding:0px;
  border: 1px solid #eee;
}
.i_news_list li .txt1 {
  font-size: 16px;
  color: #434343;
  line-height: 30px;
  padding-top: 10px;
}
.i_news_list li .txt1 a {
  color: #158EE0;
}
.i_news_list li .txt1 a:hover {
  color: #158EE0;
}
.i_news_list li .txt2 {
  font-size: 12px;
  display: inline;
  border: 1px solid #ddd;
  padding: 3px 5px;
  border-radius: 5px;
  color: #444;
  line-height:30px;
}
.i_news_list li .txt3 {
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.i_news_c a.prev {
  position: absolute;
  left:-15px;
  top: 190px;
  width: 30px;
  height: 50px;
  font-size: 50px;
  color: #ccc;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.i_news_c a.next {
  position: absolute;
  right: 0;
  top: 190px;
  width: 30px;
  height: 50px;
  font-size:50px;
  color: #ccc;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.i_news_c a:hover {
  color: #158EE0
}
.i_news_list li:hover img{
  transition: all 0.5s;opacity: 0.7;
}
.i_news_list li:hover .yy{background:#158EE0; color:#fff;transition: all 0.5s;}
.i_news_list li:hover .yy a{color:#fff;transition: all 0.5s;}
.i_news_list li:hover .txt2{color:#fff; border:1px solid #fff;transition: all 0.5s;}
a.i_news_more {
  display: block;
  width: 150px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #8a8a8a;
  border: #dcdcdc 1px solid;
  margin: 0 auto;
}
a.i_news_more:hover {
  background: #1e60ac;
  border: ##1e60ac 1px solid;
  color: #fff;
}