@charset "UTF-8";

#i_main{

}
#i_main>li {
  border-bottom: 1px #e5e5e5 solid;
  margin: 15px 10px;
  height: auto;
  padding-bottom: 15px;
  min-height: 70px;
  position: relative;
}

#i_main>.i_fir>div:nth-child(1) {
  width: 66%;
  display: inline-block;
  position: absolute;
  bottom: 17px;
}

#i_main>.i_fir>div:nth-child(2) {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  position: relative;
  left: 68%;
}

#i_main>.i_fir>.if_right>span {
  color: #333333;
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  top: -42px;
}
#i_main>.i_fir>div>img {
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  height: 100%;
}
.ifr_div {
  color: #878787;
  margin-top: 15px;
  width: 100%;
}
.ifr_div span[class^=ifr_img]{
    display: inline-block;
    background: url(../../img/headline/com_imglist.png) center center no-repeat;
    width: 15px;
    height: 12px;
}
.ifr_div span.ifr_img_see {
  background-size: 27px 76px;
  background-position: 0 2px;
  margin-left: 50px;
  position: relative;
  float: right;
}
.ifr_div span.ifr_img_commont{
    background-size: 27px 76px;
    background-position: 0 -10px;
    margin-left: 20px;
}

#i_main>.i_sec{
  height: auto;
}
#i_main>.i_sec>span{
    color: #333333;
    font-size: 16px;
    line-height: 25px;
}
#i_main>.i_sec>.is_imglist{
	margin: 10px 0;
	font-size: 0;
	position: relative;
}
#i_main>.i_sec>.is_imglist>img {
  width: 0;
  height: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#i_main>.i_sec>.is_imglist>img:last-child{
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 1px;
}
#i_main>.i_sec>.ifr_div{
    color: #878787;
    margin-top: 15px;
}
#i_main>.i_sec>.ifr_div>.ifrd_font{
    float: right;
}
#i_main>.i_sec>.ifr_div>.ifrd_font>span:last-child{
    margin-right: 5px;
}
#i_main>.i_sec>.is_imglist>img:first-child{
	position: absolute;
	left: 0;
}
#i_main>.i_sec>.is_imglist>img:nth-child(2){
  margin: 0 auto;
  display: block;
}
.ifr_div span:first-child{
  float: left;
}