.list-img {
  width: 100%;
}

.common-content {
  float: left;
  width: 100%;
  min-height: 200px;
  padding-bottom: 10px;
  margin-top: 40px;
}

.common-left {
  float: left;
  width: 19.166%;
  position: relative;
}

.common-right {
  float: right;
  width: 100%;
  margin-top: 5px;
}

.local-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  padding: 55px 25px 40px;
}

.local-title:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 30px;
}

.thr-sub {
  display: none;
}

.sub-open,
.navlist2 li a {
  display: block;
  letter-spacing: 1px;
}

.navlist2 {
  margin-bottom: 15px;
}

.navlist2>li>a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #666;
  padding: 20px 25px;
  background-color: #eee;
  margin-bottom: 1px;
}

.navlist2 .has-sub>a {
  position: relative;
}

.navlist2 .has-sub>a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #bc1111;
}

.navlist2>li.active>a {
  color: #bc1111 !important;
}

.thr-sub li a {
  font-size: 14px;
  color: #666;
  padding: 8px 35px;
}

.thr-sub li a.active {
  color: #bc1111;
  font-weight: bold;
}

.navlist2 li a:hover {
  color: #bc1111;
}

.centent_list {
  width: 100%;
  height: 100%;
  background-image: url('../images/content _bg.jpg');
  background-repeat: no-repeat;
  background-position: top;
}

.top_title {
  position: relative;
  padding: 5px 0px;
  border-bottom: 2px solid #bc1111;
}

.top_title .title {
  position: relative;
  float: left;
  padding-left: 38px;
}

.top_title .title .img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}

.top_title .title .img img {
  width: 100%;
  height: 100%;
}

.top_title .title .title_h4 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #bc1111;
}

.common-local {
  font-size: 12px;
  color: #666;
  padding: 5px 0 5px 18px;
  margin-bottom: 8px;
  float: right;
}

.top_title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: url(../images/content_title_line.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.common-local a {
  color: #666;
}

.common-local a:hover {
  color: #bc1111;
}

.common-list>li>a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.common-list>li.list-F>a {
  padding: 11px 12px;
  background: #eee;
}

.common-list>li.list-F>a .list-left {
  float: left;
  width: 22%;
  height: 118px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.common-list>li.list-F>a .list-left img {
  display: none;
}

.common-list>li.list-F>a .list-right {
  width: 75%;
  float: right;
  position: relative;
}

.common-list>li.list-F>a .list-right h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  margin-bottom: 15px;
}

.common-list>li.list-F>a .list-right p {
  font-size: 12px;
  line-height: 24px;
  color: #4b4b4b;
  text-indent: 2em;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}

.common-list>li.list-F>a .list-right small {
  font-size: 12px;
  color: #666;
}

.common-list>li.list-F>a .list-right img {
  position: absolute;
  right: 22px;
  transition: all 0.2s ease-in;
}

.common-list>li.list-F>a:hover .list-right h4 {
  color: #bc1111;
}

.common-list>li.list-F>a:hover .list-right img {
  right: 12px;
}

.common-list>li.list-S {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.common-list>li.list-S>a>p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  color: #000;
  padding: 0 80px 0 20px;
  transition: all 0.2s ease-in;
}

.common-list>li.list-S>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 13px;
  height: 14px;
  background-image: url(../images/title_icon_2.png);
  background-repeat: no-repeat;
  transition: all 0.2s ease-in;
}

.common-list>li.list-S>a span {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}

.common-list>li.list-S>a:hover {
  color: #bc1111;
}

.common-list>li.list-S>a:hover p {
  color: #bc1111;
  transform: translateX(10px);
  transition: all 0.2s ease-in;
}

.list-title {
  border-bottom: 1px solid #bc1111;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.list-title h4 {
  float: left;
  font-size: 16px;
  background-color: #bc1111;
  padding: 8px;
  color: #fff;
}

.list-show {
  color: #bc1111;
  margin-top: 17px;
  font-size: 15px;
  cursor: pointer;
}

.article-title {
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000;
}

.article-small {
  font-size: 0;
  text-align: center;
  margin: 15px 0 20px;
  /*background-color: #f3f3f3;*/
  padding: 10px 0;
}

.publish-unit {
  position: relative;
}

.publish-unit:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  /*background-color: #4b4b4b;*/
}

.article-small span {
  font-size: 12px;
  letter-spacing: 1px;
  color: #6d6d6d;
  display: inline-block;
  padding: 0 20px;
}

.photo-list {
  font-size: 0;
  margin: 0 -2.91%;
}

.photo-list>li {
  display: inline-block;
  width: 27.5%;
  margin: 2% 2.91%;
}

.photo-list>li>a {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.photo-list>li>a img {
  display: none;
}

.photo-list>li>a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
}

.photo-list>li>a:hover p {
  color: #1d8cc0;
}

.centent .index-part1 {
  padding-top: 43px;
  padding-bottom: 53px;
}

.banner {
  width: 620px;
  height: 418px;
  float: left;
}

.index-part1 .index-bn {
  float: left;
  width: 620px;
  height: 418px;
}

.index-part1 .index-bn .item {
  height: 418px;
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.index-part1 .index-bn .tit {
  position: absolute;
  width: 100%;
  line-height: 46px;
  padding: 0 48px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}

.index-part1 .index-bn .item:hover .tit {
  color: #fff !important;
}

.index-part1 .slick-dots {
  position: absolute;
  right: 10px;
  bottom: 0;
  padding: 17px 0;
  font-size: 0;
}

.index-part1 .slick-dots li {
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #eee;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  margin: 0 4px;
}

.index-part1 .slick-dots li * {
  display: none;
}

.index-part1 .slick-dots .slick-active {
  background: #fff;
}

/* 左右按钮 */
.index-part1 .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 48px;
  height: 46px;
  font-size: 0;
  z-index: 9;
}

.index-part1 .slick-prev {
  left: 0;
  background: url(../images/banner_arr_1.png) no-repeat center center;
  background-size: 48px 46px;
}

.index-part1 .slick-next {
  right: 0;
  background: url(../images/banner_arr_2.png) no-repeat center center;
  background-size: 48px 46px;
}

.index-part1 .right_other {
  float: right;
  width: 542px;
}

.index-part1 .discourse {
  float: right;
  width: 100%;
  margin-bottom: 10px;
}

.index-part1 .discourse .discourse_title {
  position: relative;
  width: 100%;
  height: 32px;
  border-bottom: 2px solid #f55c5f;
}

.index-part1 .discourse .discourse_title .title_left {
  position: relative;
  float: left;
}

.index-part1 .discourse .discourse_title .title_left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EFCB7D;
}

.index-part1 .discourse .discourse_title .title_left .img {
  position: absolute;
  width: 19px;
  height: 20px;
}

.index-part1 .discourse .discourse_title .title_left .img img {
  width: 100%;
  height: 100%;
}

.index-part1 .discourse .discourse_title .title_left .txt {
  padding-left: 25px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #AB0000;
}

.index-part1 .discourse .discourse_title .more {
  display: block;
  float: right;
  line-height: 32px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.index-part1 .discourse .discourse_list li {
  width: 100%;
  padding: 4px 0px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
}

.index-part1 .discourse .discourse_list li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  border: 5px solid transparent;
  border-left-color: #D30B10;
}

.index-part1 .discourse .discourse_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part1 .discourse .discourse_list li a:hover .title h3 {
  color: #D30B10;
  transform: translateX(10px);
}

.index-part1 .discourse .discourse_list li a .title {
  float: left;
  padding-left: 16px;
  width: 88%;
}

.index-part1 .discourse .discourse_list li a .title h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
  transition: all 0.5s;
}

.index-part1 .discourse .discourse_list li a .time {
  float: right;
}

.index-part1 .discourse .discourse_list li a .time span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 34px;
}

.index-part1 .interpretation {
  float: right;
  width: 100%;
}

.index-part1 .interpretation .interpretation_title {
  position: relative;
  width: 100%;
  height: 32px;
  border-bottom: 2px solid #f55c5f;
}

.index-part1 .interpretation .interpretation_title .title_left {
  position: relative;
  float: left;
}

.index-part1 .interpretation .interpretation_title .title_left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EFCB7D;
}

.index-part1 .interpretation .interpretation_title .title_left .img {
  position: absolute;
  width: 19px;
  height: 20px;
}

.index-part1 .interpretation .interpretation_title .title_left .img img {
  width: 100%;
  height: 100%;
}

.index-part1 .interpretation .interpretation_title .title_left .txt {
  padding-left: 25px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #AB0000;
}

.index-part1 .interpretation .interpretation_title .more {
  display: block;
  float: right;
  line-height: 32px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.index-part1 .interpretation .interpretation_list li {
  width: 100%;
  padding: 4px 0px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
}

.index-part1 .interpretation .interpretation_list li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  border: 5px solid transparent;
  border-left-color: #D30B10;
}

.index-part1 .interpretation .interpretation_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part1 .interpretation .interpretation_list li a:hover .title h3 {
  color: #D30B10;
  transform: translateX(10px);
}

.index-part1 .interpretation .interpretation_list li a .title {
  float: left;
  padding-left: 16px;
  width: 88%;
}

.index-part1 .interpretation .interpretation_list li a .title h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
  transition: all 0.5s;
}

.index-part1 .interpretation .interpretation_list li a .time {
  float: right;
}

.index-part1 .interpretation .interpretation_list li a .time span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 34px;
}

.index-part2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  // padding: 42px 0 48px;
}

.index-part2 .part_one .dynamic {
  float: left;
  width: 570px;
}

.index-part2 .part_one .dynamic .dynamic_title {
  position: relative;
  width: 100%;
  height: 32px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f55c5f;
}

.index-part2 .part_one .dynamic .dynamic_title .title_left {
  position: relative;
  float: left;
}

.index-part2 .part_one .dynamic .dynamic_title .title_left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EFCB7D;
}

.index-part2 .part_one .dynamic .dynamic_title .title_left .img {
  position: absolute;
  width: 19px;
  height: 20px;
}

.index-part2 .part_one .dynamic .dynamic_title .title_left .img img {
  width: 100%;
  height: 100%;
}

.index-part2 .part_one .dynamic .dynamic_title .title_left .txt {
  padding-left: 25px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #AB0000;
}

.index-part2 .part_one .dynamic .dynamic_title .more {
  display: block;
  float: right;
  line-height: 32px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.index-part2 .part_one .dynamic .dynamic_list li:first-child {
  margin-bottom: 10px;
}

.index-part2 .part_one .dynamic .dynamic_list li:first-child a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part2 .part_one .dynamic .dynamic_list li:first-child a:hover .title_right .title h3 {
  color: #D30B10;
}

.index-part2 .part_one .dynamic .dynamic_list li:first-child a:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.index-part2 .part_one .dynamic .dynamic_list li:first-child a .img {
  float: left;
  width: 179px;
  height: 100px;
  margin-right: 26px;
  overflow: hidden;
}

.index-part2 .part_one .dynamic .dynamic_list li:first-child a .img img {
  width: 100%;
  height: 100%;
}

.index-part2 .part_one .dynamic .dynamic_list li:first-child a .title_right {
  float: right;
  width: 64%;
  border-bottom: 1px dashed #DCDCDC;
}

.index-part2 .part_one .dynamic .dynamic_list li:first-child a .title_right .title {
  margin-bottom: 10px;
}

.index-part2 .part_one .dynamic .dynamic_list li:first-child a .title_right .title h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-part2 .part_one .dynamic .dynamic_list li:first-child a .title_right .time {
  text-align: right;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 34px;
}

.index-part2 .part_one .dynamic .dynamic_list li:nth-child(n+2) {
  width: 100%;
  padding: 12px 0px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
}

.index-part2 .part_one .dynamic .dynamic_list li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 13px;
  height: 14px;
  background-image: url(../images/title_icon_2.png);
  background-repeat: no-repeat;
}

.index-part2 .part_one .dynamic .dynamic_list li:nth-child(n+2) a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part2 .part_one .dynamic .dynamic_list li:nth-child(n+2) a:hover .title h3 {
  color: #D30B10;
  transform: translateX(10px);
}

.index-part2 .part_one .dynamic .dynamic_list li:nth-child(n+2) a .title {
  float: left;
  padding-left: 16px;
  width: 100%;
}

.index-part2 .part_one .dynamic .dynamic_list li:nth-child(n+2) a .title h3 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  transition: all 0.5s;
}

.index-part2 .part_one .basic {
  float: right;
  width: 570px;
}

.index-part2 .part_one .basic .basic_title {
  position: relative;
  width: 100%;
  height: 32px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f55c5f;
}

.index-part2 .part_one .basic .basic_title .title_left {
  position: relative;
  float: left;
}

.index-part2 .part_one .basic .basic_title .title_left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EFCB7D;
}

.index-part2 .part_one .basic .basic_title .title_left .img {
  position: absolute;
  width: 19px;
  height: 20px;
}

.index-part2 .part_one .basic .basic_title .title_left .img img {
  width: 100%;
  height: 100%;
}

.index-part2 .part_one .basic .basic_title .title_left .txt {
  padding-left: 25px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #AB0000;
}

.index-part2 .part_one .basic .basic_title .more {
  display: block;
  float: right;
  line-height: 32px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.index-part2 .part_one .basic .basic_list li:first-child {
  margin-bottom: 10px;
}

.index-part2 .part_one .basic .basic_list li:first-child a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part2 .part_one .basic .basic_list li:first-child a:hover .title_right .title h3 {
  color: #D30B10;
}

.index-part2 .part_one .basic .basic_list li:first-child a:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.index-part2 .part_one .basic .basic_list li:first-child a .img {
  float: left;
  width: 179px;
  height: 100px;
  margin-right: 26px;
  overflow: hidden;
}

.index-part2 .part_one .basic .basic_list li:first-child a .img:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.index-part2 .part_one .basic .basic_list li:first-child a .img img {
  width: 100%;
  height: 100%;
}

.index-part2 .part_one .basic .basic_list li:first-child a .title_right {
  float: right;
  width: 64%;
  border-bottom: 1px dashed #DCDCDC;
}

.index-part2 .part_one .basic .basic_list li:first-child a .title_right .title {
  margin-bottom: 10px;
}

.index-part2 .part_one .basic .basic_list li:first-child a .title_right .title h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-part2 .part_one .basic .basic_list li:first-child a .title_right .time {
  text-align: right;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 34px;
}

.index-part2 .part_one .basic .basic_list li:nth-child(n+2) {
  width: 100%;
  padding: 12px 0px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
}

.index-part2 .part_one .basic .basic_list li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 13px;
  height: 14px;
  background-image: url(../images/title_icon_2.png);
  background-repeat: no-repeat;
}

.index-part2 .part_one .basic .basic_list li:nth-child(n+2) a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part2 .part_one .basic .basic_list li:nth-child(n+2) a:hover .title h3 {
  color: #D30B10;
  transform: translateX(10px);
}

.index-part2 .part_one .basic .basic_list li:nth-child(n+2) a .title {
  float: left;
  padding-left: 16px;
  width: 100%;
}

.index-part2 .part_one .basic .basic_list li:nth-child(n+2) a .title h3 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  transition: all 0.5s;
}

.index-part3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 42px 0 48px;
}

.index-part3 .part_one .perspective {
  float: left;
  width: 570px;
}

.index-part3 .part_one .perspective .perspective_title {
  position: relative;
  width: 100%;
  height: 32px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f55c5f;
}

.index-part3 .part_one .perspective .perspective_title .title_left {
  position: relative;
  float: left;
}

.index-part3 .part_one .perspective .perspective_title .title_left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EFCB7D;
}

.index-part3 .part_one .perspective .perspective_title .title_left .img {
  position: absolute;
  width: 19px;
  height: 20px;
}

.index-part3 .part_one .perspective .perspective_title .title_left .img img {
  width: 100%;
  height: 100%;
}

.index-part3 .part_one .perspective .perspective_title .title_left .txt {
  padding-left: 25px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #AB0000;
}

.index-part3 .part_one .perspective .perspective_title .more {
  display: block;
  float: right;
  line-height: 32px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.index-part3 .part_one .perspective .perspective_list li:first-child {
  margin-bottom: 10px;
}

.index-part3 .part_one .perspective .perspective_list li:first-child a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part3 .part_one .perspective .perspective_list li:first-child a:hover .title_right .title h3 {
  color: #D30B10;
}

.index-part3 .part_one .perspective .perspective_list li:first-child a:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.index-part3 .part_one .perspective .perspective_list li:first-child a .img {
  float: left;
  width: 179px;
  height: 100px;
  margin-right: 26px;
  overflow: hidden;
}

.index-part3 .part_one .perspective .perspective_list li:first-child a .img:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.index-part3 .part_one .perspective .perspective_list li:first-child a .img img {
  width: 100%;
  height: 100%;
}

.index-part3 .part_one .perspective .perspective_list li:first-child a .title_right {
  float: right;
  width: 64%;
  border-bottom: 1px dashed #DCDCDC;
}

.index-part3 .part_one .perspective .perspective_list li:first-child a .title_right .title {
  margin-bottom: 10px;
}

.index-part3 .part_one .perspective .perspective_list li:first-child a .title_right .title h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-part3 .part_one .perspective .perspective_list li:first-child a .title_right .time {
  text-align: right;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 34px;
}

.index-part3 .part_one .perspective .perspective_list li:nth-child(n+2) {
  width: 100%;
  padding: 12px 0px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
}

.index-part3 .part_one .perspective .perspective_list li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 13px;
  height: 14px;
  background-image: url(../images/title_icon_2.png);
  background-repeat: no-repeat;
}

.index-part3 .part_one .perspective .perspective_list li:nth-child(n+2) a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part3 .part_one .perspective .perspective_list li:nth-child(n+2) a:hover .title h3 {
  color: #D30B10;
  transform: translateX(10px);
}

.index-part3 .part_one .perspective .perspective_list li:nth-child(n+2) a .title {
  float: left;
  padding-left: 16px;
  width: 100%;
}

.index-part3 .part_one .perspective .perspective_list li:nth-child(n+2) a .title h3 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  transition: all 0.5s;
}

.index-part3 .part_one .report {
  float: right;
  width: 570px;
}

.index-part3 .part_one .report .report_title {
  position: relative;
  width: 100%;
  height: 32px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f55c5f;
}

.index-part3 .part_one .report .report_title .title_left {
  position: relative;
  float: left;
}

.index-part3 .part_one .report .report_title .title_left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EFCB7D;
}

.index-part3 .part_one .report .report_title .title_left .img {
  position: absolute;
  width: 19px;
  height: 20px;
}

.index-part3 .part_one .report .report_title .title_left .img img {
  width: 100%;
  height: 100%;
}

.index-part3 .part_one .report .report_title .title_left .txt {
  padding-left: 25px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #AB0000;
}

.index-part3 .part_one .report .report_title .more {
  display: block;
  float: right;
  line-height: 32px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.index-part3 .part_one .report .report_list li:first-child {
  margin-bottom: 10px;
}

.index-part3 .part_one .report .report_list li:first-child a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part3 .part_one .report .report_list li:first-child a:hover .title_right .title h3 {
  color: #D30B10;
}

.index-part3 .part_one .report .report_list li:first-child a:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.index-part3 .part_one .report .report_list li:first-child a .img {
  float: left;
  width: 179px;
  height: 100px;
  margin-right: 26px;
  overflow: hidden;
}

.index-part3 .part_one .report .report_list li:first-child a .img:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.index-part3 .part_one .report .report_list li:first-child a .img img {
  width: 100%;
  height: 100%;
}

.index-part3 .part_one .report .report_list li:first-child a .title_right {
  float: right;
  width: 64%;
  border-bottom: 1px dashed #DCDCDC;
}

.index-part3 .part_one .report .report_list li:first-child a .title_right .title {
  margin-bottom: 10px;
}

.index-part3 .part_one .report .report_list li:first-child a .title_right .title h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-part3 .part_one .report .report_list li:first-child a .title_right .time {
  text-align: right;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 34px;
}

.index-part3 .part_one .report .report_list li:nth-child(n+2) {
  width: 100%;
  padding: 12px 0px;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
}

.index-part3 .part_one .report .report_list li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 13px;
  height: 14px;
  background-image: url(../images/title_icon_2.png);
  background-repeat: no-repeat;
}

.index-part3 .part_one .report .report_list li:nth-child(n+2) a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part3 .part_one .report .report_list li:nth-child(n+2) a:hover .title h3 {
  color: #D30B10;
  transform: translateX(10px);
}

.index-part3 .part_one .report .report_list li:nth-child(n+2) a .title {
  float: left;
  padding-left: 16px;
  width: 100%;
}

.index-part3 .part_one .report .report_list li:nth-child(n+2) a .title h3 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  transition: all 0.5s;
}

.index-part4 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 0 0 48px;
}

.index-part4 .materials {
  float: left;
  width: 570px;
}

.index-part4 .materials .materials_title {
  position: relative;
  width: 100%;
  height: 32px;
  border-bottom: 2px solid #f55c5f;
}

.index-part4 .materials .materials_title .title_left {
  position: relative;
  float: left;
}

.index-part4 .materials .materials_title .title_left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EFCB7D;
}

.index-part4 .materials .materials_title .title_left .img {
  position: absolute;
  width: 19px;
  height: 20px;
}

.index-part4 .materials .materials_title .title_left .img img {
  width: 100%;
  height: 100%;
}

.index-part4 .materials .materials_title .title_left .txt {
  padding-left: 25px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #AB0000;
}

.index-part4 .materials .materials_title .more {
  display: block;
  float: right;
  line-height: 32px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.index-part4 .materials .materials_list {
  padding: 23px 35px;
  background-color: #F5F5F5;
}

.index-part4 .materials .materials_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part4 .materials .materials_list ul li a:hover .img {
  box-shadow: 3px 3px 0px #D30B10;
}

.index-part4 .materials .materials_list ul li a:hover .title h3 {
  color: #D30B10;
}

.index-part4 .materials .materials_list ul li a .img {
  width: 150px;
  height: 203px;
  box-shadow: 3px 3px 0px #F6E3C9;
}

.index-part4 .materials .materials_list ul li a .img img {
  width: 100%;
  height: 100%;
}

.index-part4 .materials .materials_list ul li a .title {
  width: 91%;
  padding-top: 7px;
  text-align: center;
}

.index-part4 .materials .materials_list ul li a .title h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-part4 .materials .materials_list .slick-arrow {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 24px;
  font-size: 0;
  z-index: 9;
}

.index-part4 .materials .materials_list .slick-prev {
  left: -34px;
  background: url(../images/book_arr_1.png) no-repeat center center;
  background-size: 15px 24px;
}

.index-part4 .materials .materials_list .slick-next {
  right: -34px;
  background: url(../images/book_arr_2.png) no-repeat center center;
  background-size: 15px 24px;
}

.index-part4 .thematic {
  float: right;
  width: 570px;
}

.index-part4 .thematic .thematic_title {
  position: relative;
  width: 100%;
  height: 32px;
  border-bottom: 2px solid #f55c5f;
}

.index-part4 .thematic .thematic_title .title_left {
  position: relative;
  float: left;
}

.index-part4 .thematic .thematic_title .title_left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EFCB7D;
}

.index-part4 .thematic .thematic_title .title_left .img {
  position: absolute;
  width: 19px;
  height: 20px;
}

.index-part4 .thematic .thematic_title .title_left .img img {
  width: 100%;
  height: 100%;
}

.index-part4 .thematic .thematic_title .title_left .txt {
  padding-left: 25px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #AB0000;
}

.index-part4 .thematic .thematic_title .more {
  display: block;
  float: right;
  line-height: 32px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.index-part4 .thematic .thematic_list {
  padding: 23px 21px 0;
  background-color: #F5F5F5;
}

.index-part4 .thematic .thematic_list ul li {
  float: left;
  margin-bottom: 15px;
  width: 256px;
  height: 126px;
}

.index-part4 .thematic .thematic_list ul li:nth-child(2),
.index-part4 .thematic .thematic_list ul li:nth-child(4) {
  float: right;
}

.index-part4 .thematic .thematic_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part4 .thematic .thematic_list ul li a:hover img {
  transform: scale(1.2);
}

.index-part4 .thematic .thematic_list ul li a .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-part4 .thematic .thematic_list ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.index-part6 {
  padding: 0 0 48px;
}

.index-part6 .poorsheet {
  width: 100%;
}

.index-part6 .poorsheet .poorsheet_title {
  position: relative;
  width: 100%;
  height: 32px;
  border-bottom: 2px solid #f55c5f;
}

.index-part6 .poorsheet .poorsheet_title .title_left {
  position: relative;
  float: left;
}

.index-part6 .poorsheet .poorsheet_title .title_left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EFCB7D;
}

.index-part6 .poorsheet .poorsheet_title .title_left .img {
  position: absolute;
  width: 19px;
  height: 20px;
}

.index-part6 .poorsheet .poorsheet_title .title_left .img img {
  width: 100%;
  height: 100%;
}

.index-part6 .poorsheet .poorsheet_title .title_left .txt {
  padding-left: 25px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #AB0000;
}

.index-part6 .poorsheet .poorsheet_title .more {
  display: block;
  float: right;
  line-height: 32px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.index-part6 .poorsheet .poorsheet_list {
  padding: 23px 35px 23px 60px;
  background-color: #F5F5F5;
}

.index-part6 .poorsheet .poorsheet_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part6 .poorsheet .poorsheet_list ul li a:hover .img {
  box-shadow: 3px 3px 0px #D30B10;
}

.index-part6 .poorsheet .poorsheet_list ul li a:hover .title h3 {
  color: #D30B10;
}

.index-part6 .poorsheet .poorsheet_list ul li a .img {
  width: 150px;
  height: 203px;
  box-shadow: 3px 3px 0px #F6E3C9;
}

.index-part6 .poorsheet .poorsheet_list ul li a .img img {
  width: 100%;
  height: 100%;
}

.index-part6 .poorsheet .poorsheet_list ul li a .title {
  width: 83%;
  padding-top: 7px;
  text-align: center;
}

.index-part6 .poorsheet .poorsheet_list ul li a .title h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-part6 .poorsheet .poorsheet_list .slick-arrow {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 24px;
  font-size: 0;
  z-index: 9;
}

.index-part6 .poorsheet .poorsheet_list .slick-prev {
  left: -60px;
  background: url(../images/book_arr_1.png) no-repeat center center;
  background-size: 15px 24px;
}

.index-part6 .poorsheet .poorsheet_list .slick-next {
  right: -34px;
  background: url(../images/book_arr_2.png) no-repeat center center;
  background-size: 15px 24px;
}

.index-part5 .link .link_title {
  position: relative;
  width: 100%;
  height: 32px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f55c5f;
}

.index-part5 .link .link_title .title_left {
  position: relative;
  float: left;
}

.index-part5 .link .link_title .title_left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EFCB7D;
}

.index-part5 .link .link_title .title_left .img {
  position: absolute;
  width: 19px;
  height: 20px;
}

.index-part5 .link .link_title .title_left .img img {
  width: 100%;
  height: 100%;
}

.index-part5 .link .link_title .title_left .txt {
  padding-left: 25px;
  height: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #AB0000;
}

.index-part5 .link .link_title .more {
  display: block;
  float: right;
  line-height: 32px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.index-part5 .link .slick-box .slick-list {
 // margin-left: -16px;
 // margin-right: -16px;
}

.index-part5 .link .slick-box li {
  width: auto !important;
  height: 68px;
  padding: 0 16px;
}

.index-part5 .link .slick-box li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part5 .link .slick-box li a img {
  width: 100%;
  height: 100%;
}

.footer {
  position: relative;
  background-color: #AB0000;
  margin-top: 60px;
}

.footer .floor .foot_logo {
  width: 159px;
  height: 53px;
  margin: 20px auto;
}

.footer .floor .foot_logo img {
  width: 100%;
  height: 100%;
}

.footer .floor .bor {
  border: 1px solid #eee;
  opacity: 0.1;
  margin-top: 20px;
}

.footer .floor .other {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FEFEFE;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.footer .floor .other .text {
  float: left;
}

.footer .floor .other span {
  float: left;
  margin: 0 30px;
}

.inner-bt {
  margin-bottom: 2%;
}
