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-left: 240px;
  position: relative;
}
.center {
  /* padding-bottom: 80px; */
}
.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;
  background-color: #fff;
  min-height: 620px;
  margin-bottom: 46px;
}
.news-infoBoxTitle {
  font-size: 24px;
  line-height: 34px;
  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;
}
.news-infoBoxWord p {
  text-indent: 2em;
}
.menu-sidebar-list {
  min-height: 680px;
}
.menu-sidebar-bottomImg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 162px;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-sidebar-box .left-tab-bottomImg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 162px;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noyau-cr-pages{
  padding-right: 30px;
  padding-bottom: 30px;
}
.headerFrame {
  background-color: #fff;
  border-bottom: 8px solid #E8340C;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  min-width: 1215px;
  overflow: hidden;
}
.headerFrame .header {
  width: 90%;
  height: 80px;
  position: relative;
  margin: 0px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.headerFrame .header .logo {
  height: 48px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}
.indexIcon {
  background: url(/images/logo.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
}
.headerFrame .header .logo span.logoIcon {
  width: 114px;
  height: 40px;
}
.headerFrame .header .vertical_line {
  left: 118px;
  border-left-color: #26282F;
}
.headerFrame .header .cgpt {
  width: auto;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 28px;
  color: #404040;
  font-size: 18px;
  font-weight: bold;
  left: 125px;
  font-weight: bold;
  font-size: 18px;
}
.headerFrame .header .vertical_line {
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0px;
  height: 28px;
  position: absolute;
  border-left: 1px;
  border-left-style: solid;
}
.indexContent{
  background-color: #F2F5F7;
  padding-top: 10px;
}
.indexContent .head{
  position: absolute;
  width: 1200px;
  display: flex;
  left: 0;
  height: 40px;
  align-items: center;
  border-bottom: 1px solid #EBEDF3;
  padding: 0 12px;
  font-size: 16px;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 20px;
  color: #666666;
}
.indexContent .head div a{
  color: #2977AA;
  cursor: pointer;
}
.indexContent .head div a:hover{
  color: #D0021B;
}
.indexContent .head span{
  border-bottom: 5px solid #CA4F2F;
  display: block;
  height: 40px;
  line-height: 45px;
  position: relative;
}
.indexContent .head .h{
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-top-color: #CA4F2F;
  position: absolute;
  right: 22px;
  bottom: -19px;
}
.footer-frame {
  background-color: #F8F8F8;
  text-align: center;
  color: #666666;
}