a {
  color: #333;
}
.banner {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.banner-inner {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  text-align: center;
}
.wrapper {
  background-color: #F3F6FB;
}
.right-content {
  margin: 0 0 80px 240px;
  position: relative;
}
.left-tab {
  position: relative;
  margin-top: 30px;
  float: left;
  width: 220px;
  height: 680px;
  background: #fff url(fxq_leftTab_bgImg.png) no-repeat center bottom;
}
.left-tab-topImg {
  position: absolute;
  left: 10px;
  top: -93px;
}
.left-tab-topImg:before,
.left-tab-topImg:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-color: transparent blue blue transparent;
  border-width: 0 0 5px 10px;
  border-style: solid;
}
.left-tab-topImg:before {
  left: -10px;
  border-color: transparent #C72402 #C72402 transparent;
}
.left-tab-topImg:after {
  border-width: 0 10px 5px 0;
  right: -10px;
  border-color: transparent transparent #C72402 #C72402;
}
.left-tab-li {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  border-left: 1px solid transparent;
}
.left-tab-li:hover,
.left-tab-li.checked {
  background-color: #FFF3F0;
  border-left-color: #F14821;
  font-weight: bold;
  color: #F14821;
}
.left-tab-li:hover a,
.left-tab-li.checked a {
  border-color: transparent;
  color: #F14821;
}
.left-tab-a {
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  margin: 0 20px;
  color: #808080;
  border-bottom: 1px solid #ccc;
}
.left-tab-bottomImg {
  padding: 30px 20px 0 20px;
}
.left-tabImg {
  width: 100%;
}
.bread-crumb {
  font-size: 0;
  padding-left: 30px;
}
.bread-crumb .CurrChnlCls {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #999;
  margin-right: 2px;
}
.bread-crumb .CurrChnlCls.current {
  color: #333;
}
.news-box {
  background-color: #fff;
}
.news-item {
  position: relative;
  padding: 30px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.news-item:hover {
  -webkit-box-shadow: 0 4px 17px rgba(135, 135, 135, 0.44);
          box-shadow: 0 4px 17px rgba(135, 135, 135, 0.44);
}
.news-item:hover .news-link {
  color: #ff532b;
}
.news-item:hover .news-date {
  color: #666;
}
.news-title {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 100px;
}
.news-title .news-link {
  font-size: 18px;
  color: #333;
}
.news-date {
  position: absolute;
  top: 32px;
  right: 30px;
  font-size: 14px;
  color: #999;
}
.news-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 12px;
  line-height: 24px;
  text-indent: 2em;
  color: #999;
  font-size: 14px;
}
.pageCode {
  position: absolute;
  right: 0;
  bottom: -50px;
  overflow: hidden;
  margin: 10px 0;
}
.pageCode .spage-number span,
.pageCode .spage-skip span,
.pageCode .spage-skip input {
  border: 1px solid transparent;
}
.news-infoBox {
  padding: 60px 30px 0 30px;
  background-color: #fff;
  min-height: 620px;
  margin-bottom: 46px;
}
.news-infoBoxTitle {
  font-size: 24px;
  line-height: 25px;
  text-align: center;
}
.news-infoBoxDate {
  font-size: 14px;
  line-height: 14px;
  color: #999;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 21px;
}
.news-infoBoxWord {
  color: #4c4c4c;
  margin-top: 38px;
  font-size: 16px;
  line-height: 30px;
}