@charset "gb2312";
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ifocus {
  /* width:525px; */
  /* height:245px; */
  /* margin:20px; */
  /* border: 1px solid #dedede; */
  /* background: #00000099; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 100px;
  border-radius: 10px;
}
#ifocus_pic {
  /* display:inline; */
  position: relative;
  /* float:left;  */
  /* width:410px;  */
  height: 420px;
  overflow: hidden;
  /* margin:10px 0 0 10px;  */
  border-radius: 10px 0 0 10px;
}
#ifocus_piclist {
  position: absolute;
}
#ifocus_piclist li {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
#ifocus_piclist img {
  width: 100%;
  height: 100%;
}
#ifocus_btn {
  /* display:inline; 
	 float:right; 
	 /* width:91px;  */
  /* margin:9px 9px 0 0;  */
  padding: 0;
  margin: 0;
}
#ifocus_btn li {
  /* width:91px;  */
  height: 140px;
  cursor: pointer;
  opacity: 0.7;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  border-bottom: 5px solid white;
  background: #f0f4f8;
  border-radius: 0 10px 10px 0;
}
#ifocus_btn div {
  padding: 20px;
  color: #0c3a7e;
}
#ifocus_btn h5,
p {
  margin: 0;
}
#ifocus_btn a {
  text-decoration: none;
}
#ifocus_btn .current {
  /* background: red;  */
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  
}
#ifocus_opdiv {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
#ifocus_tx {
  position: absolute;
  left: 8px;
  bottom: 8px;
  color: #fff;
}
#ifocus_tx .normal {
  display: none;
}
