a {
  color: #000;
}
.mainbg:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inner #leftObj .iFCB-inside-title,
.m-item {
  margin-bottom: 20px;
}
#leftObj .iFCB-list li,
#leftObj .iFCB-TPLB li,
.inner3 .inside_content .iFCB-list li,
.inner3 .inside_content .iFCB-pro .bd li,
.inner4 .inside_content .iFCB-list li,
.inner4 .inside_content .iFCB-pro .bd li {
  width: 100% !important;
}
/* --------------------- */
.main-home {
  padding-bottom: 10px;
  background: url(../img/iFCB_inner_bg.jpg);
}
.mainbg {
  padding: 10px 30px 0;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 1px 10px #eee;
}
.mainbg .location {
  padding: 0;
  margin: 0 0 25px;
  border: 1px solid #faf5f0;
  background: #f9f8f8;
  line-height: 40px;
}
.mainbg .location .ico {
  display: block;
  padding-left: 95px;
  background: url(../img/icon-home.png) no-repeat;
}
.mainbg .location .ico a {
  color: #000;
}
#rightObj {
  float: right;
  width: 870px;
  padding: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  min-height: 300px;
}
#rightObj .title {
  display: none;
}
#rightObj .XW_LIST {
  padding: 0;
}
#rightObj .XW_LIST ul li .wrap {
  border-bottom: 1px dotted #b2b2b2;
  margin: 0;
  overflow: hidden;
  zoom: 1;
}
#rightObj .XW_LIST ul li .wrap .date {
  float: right;
  padding: 12px;
}
#rightObj .XW_LIST ul li .wrap .topic {
  background: url(../img/icon_lead.jpg) no-repeat 0 50%;
  padding: 12px;
  display: block;
}
#rightObj .XW_LIST ul li .wrap .topic a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
#rightObj .paging {
  padding: 50px 10px 30px;
  text-align: center;
}
.inside_content {
  float: left;
  width: 240px;
  clear: none;
}
.iFCB-inside-title div.title {
  height: 40px;
  margin-bottom: 10px;
  background: url(../img/location.jpg) repeat-x;
  line-height: 40px;
}
.iFCB-inside-title div.title .more {
  float: right;
  margin-right: 20px;
  padding-right: 10px;
  background: url(../img/iFCB_sort_ico2.png) no-repeat right center;
}
.iFCB-inside-title div.title .more a {
  color: #666 !important;
}
.iFCB-list li .iFCB-rp .topic {
  display: block;
  padding: 0 10px;
  background: url(../img/iFCB_icon_1.gif) no-repeat 0 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#leftObj .iFCB-list li .date,
.inside_content .iFCB-list li .date,
.inside_content .iFCB-list li .date {
  display: none;
}
.date {
  float: right;
  padding: 12px;
}
.iFCB-TPLB li {
  position: relative;
  float: left;
  line-height: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.iFCB-TPLB li .iFCB-rp {
  position: relative;
  margin: 10px;
  border: 1px solid #eee;
  background: #fff;
  height: 200px;
}
/*导航*/
#topNav {
  padding: 0;
  font-size: 14px;
  text-align: center;
}
#topNav .nav {
  width: 1600px;
  height: 58px;
}
.nav li {
  position: relative;
  float: left;
  width: 148px;
  height: 58px;
  padding: 0;
  line-height: 58px;
  transition: all 0.3s ease 0s;
}
.nav li.line {
  position: relative;
  width: 2px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.nav li a {
  position: relative;
  display: block;
  color: #fff;
  padding: 0 10px;
  border: 1px solid;
  border-color: transparent;
  transition: none;
  line-height: 56px;
}
.nav li .shownav {
  position: absolute;
  left: 0;
  top: 48px;
  visibility: hidden;
  width: 100%;
  padding: 0;
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.nav li .shownav a {
  width: auto;
  height: auto;
  padding: 4px 10px;
  background: no-repeat 15px 50%;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.nav li:hover .shownav {
  visibility: visible;
  top: 48px;
  opacity: 1;
  transform: translate3d(0px, 10px, 0px);
}
#topNav.nav_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
