﻿/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  background-color: #b6312d;
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
a {
  color: #333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #b3292c;
}
i,
b {
  font-style: normal;
}
.top_photo {
  background: url(../images/top_photo.jpg) no-repeat center top;
  height: 456px;
  overflow: hidden;
}
.headNew {
  width: 100%;
  height: 80px;
  background-color: #b3292c;
  line-height: 80px;
  border-top: solid 1px #fef7d4;
  border-bottom: solid 1px #fef7d4;
  text-align: center;
  box-shadow: 0 50px 50px rgba(73, 73, 73, 0.2);
}
.headNew a {
  font-size: 45px;
  font-weight: 600;
  color: #fef7d4;
}
.wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.jjywBox {
  overflow: hidden;
  margin-top: 40px;
}
.jjywBox .focusBox {
  width: 650px;
  height: 470px;
  overflow: hidden;
  float: left;
}
.jjywBox .focusBox .title {
  background: url(../images/title_jujiao.png) no-repeat;
  height: 70px;
  overflow: hidden;
  position: relative;
}
.jjywBox .focusBox .title .more {
  position: absolute;
  right: 10px;
  top: 20px;
  color: #fadfae;
  font-size: 20px;
}
.jjywBox .focusBox .focusSlider {
  width: 650px;
  height: 360px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.jjywBox .focusBox .focusSlider .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.jjywBox .focusBox .focusSlider .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.jjywBox .focusBox .focusSlider .swiper-slide .pic a {
  display: block;
  height: 100%;
}
.jjywBox .focusBox .focusSlider .swiper-slide .pic a img {
  width: 100%;
  height: 100%;
}
.jjywBox .focusBox .focusSlider .swiper-slide .mask {
  width: 100%;
  height: 40px;
  background-color: #000;
  opacity: .5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.jjywBox .focusBox .focusSlider .swiper-slide .tit {
  width: 540px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.jjywBox .focusBox .focusSlider .swiper-slide .tit a {
  display: block;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jjywBox .focusBox .focusSlider .swiper-pagination-focus {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.jjywBox .focusBox .focusSlider .swiper-pagination-focus .swiper-pagination-bullet {
  background-color: #bfbebe;
  opacity: 1;
  transition: .5s all;
}
.jjywBox .focusBox .focusSlider .swiper-pagination-focus .swiper-pagination-bullet-active {
  background-color: #FFF;
  width: 25px;
  border-radius: 4px;
}
.jjywBox .ywBox {
  width: 525px;
  height: 470px;
  overflow: hidden;
  float: right;
}
.jjywBox .ywBox .title {
  background: url(../images/title_yaowen.png) no-repeat;
  height: 70px;
  overflow: hidden;
  position: relative;
}
.jjywBox .ywBox .title .more {
  position: absolute;
  right: 10px;
  top: 20px;
  color: #fadfae;
  font-size: 20px;
}
.jjywBox .ywBox .ywHead {
  margin-top: 40px;
  width: 475px;
  height: 195px;
  background-color: #ce6d58;
  padding: 0 25px;
  overflow: hidden;
}
.jjywBox .ywBox .ywHead h2 {
  height: 28px;
  position: relative;
  margin-top: 20px;
}
.jjywBox .ywBox .ywHead h2 a {
  font-size: 28px;
  font-weight: 600;
  color: #fadfae;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.jjywBox .ywBox .ywHead h2::before {
  content: '';
  background: url(../images/icon_news_list_over.png) no-repeat;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -5px;
  width: 6px;
  height: 11px;
}
.jjywBox .ywBox .ywHead .desc {
  color: #FFF;
  text-align: justify;
  line-height: 1.4;
  padding: 30px 0;
  border-bottom: solid 2px #FFF;
}
.jjywBox .ywBox .ywList li a {
  color: #FFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
}
.jjywBox .ywBox .ywList li a::before {
  content: '';
  background: url(../images/icon_news_list.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 6px;
  height: 11px;
}
.jjywBox .ywBox .ywList li a:hover {
  color: #fadfae;
}
.jjywBox .ywBox .ywList li a:hover::before {
  background: url(../images/icon_news_list_over.png) no-repeat;
}
.lstaBox {
  overflow: hidden;
  margin-top: 40px;
}
.lstaBox .title {
  background: url(../images/title_lishitian.png) no-repeat;
  height: 86px;
  overflow: hidden;
  position: relative;
}
.lstaBox .title .more {
  position: absolute;
  right: 10px;
  top: 35px;
  color: #fadfae;
  font-size: 20px;
}
.lstaBox .lstaList {
  width: 535px;
  height: 485px;
  float: left;
  overflow: hidden;
  margin-top: 40px;
}
.lstaBox .lstaList li {
  margin-bottom: 10px;
}
.lstaBox .lstaList li a {
  display: block;
  width: 485px;
  height: 155px;
  background-color: #c24f43;
  padding: 0 25px;
  overflow: hidden;
}
.lstaBox .lstaList li a:hover {
  background-color: #ce6d58;
}
.lstaBox .lstaList li h2 {
  height: 28px;
  position: relative;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 600;
  color: #fadfae;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
}
.lstaBox .lstaList li h2::before {
  content: '';
  background: url(../images/icon_news_list_over.png) no-repeat;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -5px;
  width: 6px;
  height: 11px;
}
.lstaBox .lstaList li .desc {
  color: #FFF;
  text-align: justify;
  line-height: 1.4;
  padding: 20px 0;
  border-bottom: solid 2px #e09b7a;
}
.lstaBox .right {
  width: 650px;
  height: 485px;
  overflow: hidden;
  float: right;
  margin-top: 40px;
}
.lstaBox .right .lstaSlider {
  width: 650px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.lstaBox .right .lstaSlider .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.lstaBox .right .lstaSlider .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.lstaBox .right .lstaSlider .swiper-slide .pic a {
  display: block;
  height: 100%;
}
.lstaBox .right .lstaSlider .swiper-slide .pic a img {
  width: 100%;
  height: 100%;
}
.lstaBox .right .lstaSlider .swiper-slide .mask {
  width: 100%;
  height: 40px;
  background-color: #000;
  opacity: .5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.lstaBox .right .lstaSlider .swiper-slide .tit {
  width: 540px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.lstaBox .right .lstaSlider .swiper-slide .tit a {
  display: block;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lstaBox .right .lstaSlider .swiper-pagination-lsta {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.lstaBox .right .lstaSlider .swiper-pagination-lsta .swiper-pagination-bullet {
  background-color: #bfbebe;
  opacity: 1;
  transition: .5s all;
}
.lstaBox .right .lstaSlider .swiper-pagination-lsta .swiper-pagination-bullet-active {
  background-color: #FFF;
  width: 25px;
  border-radius: 4px;
}
.lstaBox .right .thumbList {
  margin-top: 10px;
}
.lstaBox .right .thumbList li {
  width: 205px;
  height: 115px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 17px;
  cursor: pointer;
}
.lstaBox .right .thumbList li:last-child {
  margin-right: 0;
}
.lstaBox .right .thumbList li .pic {
  width: 100%;
  height: 100%;
}
.lstaBox .right .thumbList li .pic img {
  width: 100%;
  height: 100%;
}
.lstaBox .right .thumbList li .mask {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  transition: .5s all;
}
.lstaBox .right .thumbList li.current .mask {
  opacity: 0;
}
.ljhgBox {
  overflow: hidden;
  margin-top: 40px;
}
.ljhgBox .title {
  background: url(../images/title_lijiehuigu.png) no-repeat;
  height: 86px;
  overflow: hidden;
  position: relative;
}
.ljhgBox .title .more {
  position: absolute;
  right: 10px;
  top: 35px;
  color: #fadfae;
  font-size: 20px;
}
.ljhgBox .ljhgMenu {
  height: 110px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
.ljhgBox .ljhgMenu ul {
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 9;
}
.ljhgBox .ljhgMenu ul li {
  float: left;
  width: 120px;
  height: 100%;
  text-align: center;
  line-height: 48px;
}
.ljhgBox .ljhgMenu ul li a {
  font-size: 24px;
  color: #FFF;
  transition: .5s all;
}
.ljhgBox .ljhgMenu ul li.current a {
  color: #b6312d;
  font-weight: 600;
}
.ljhgBox .ljhgMenu .mask {
  background-color: #ca624f;
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 2;
}
.ljhgBox .ljhgMenu .slideIcon {
  background: url(../images/icon_lishihuigu_current.png) no-repeat;
  width: 85px;
  height: 90px;
  transition: .5s all;
  position: absolute;
  left: 18px;
  top: 0;
  z-index: 8;
}
.ljhgBox .ljhgMenu .slideIcon::after {
  content: '';
  background: url(../images/icon_up_arrow.png) no-repeat;
  width: 16px;
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -8px;
}
.ljhgBox .ljhgSlider {
  height: 805px;
  background: url(../images/bg_lishihuigu.png) no-repeat left bottom #ebb683;
  overflow: hidden;
}
.ljhgBox .ljhgSlider .swiper-slide a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.ljhgBox .ljhgSlider .swiper-slide h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ce3a36;
  margin: 60px 0 0 70px;
  line-height: 1;
}
.ljhgBox .ljhgSlider .swiper-slide .desc {
  color: #ce3a36;
  line-height: 1;
  margin: 20px 0 60px 70px;
}
.ljhgBox .ljhgSlider .swiper-slide .photoList1 li img {
  display: block;
  border: solid 5px #FFF;
  margin: 0 auto;
}
.ljhgBox .ljhgSlider .swiper-slide .photoList2 li img {
  display: block;
  border: solid 5px #FFF;
  margin: 0 auto;
}
.ljhgBox .ljhgSlider .swiper-slide .photoList2 li:nth-child(2) {
  margin-top: 30px;
}
.ljhgBox .ljhgSlider .swiper-slide .photoList3 {
  text-align: center;
}
.ljhgBox .ljhgSlider .swiper-slide .photoList3 li {
  display: inline-block;
}
.ljhgBox .ljhgSlider .swiper-slide .photoList3 li img {
  display: block;
  border: solid 5px #FFF;
}
.ljhgBox .ljhgSlider .swiper-slide .photoList3 li:nth-child(1) {
  margin-right: 20px;
}
.ljhgBox .ljhgSlider .swiper-slide .photoList3 li:nth-child(3) {
  margin-top: 30px;
}
.yxjyBox {
  overflow: hidden;
  margin-top: 40px;
}
.yxjyBox .title {
  background: url(../images/title_yingxiangjiyi.png) no-repeat;
  height: 86px;
  overflow: hidden;
  position: relative;
}
.yxjyBox .title .more {
  position: absolute;
  right: 10px;
  top: 35px;
  color: #fadfae;
  font-size: 20px;
}
.yxjyBox .yxjyMenu {
  border: solid 2px #fadfae;
  overflow: hidden;
  width: 1110px;
  margin: 40px auto;
}
.yxjyBox .yxjyMenu li {
  float: left;
  width: 185px;
  height: 44px;
}
.yxjyBox .yxjyMenu li a {
  display: block;
  width: 185px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  color: #fadfae;
}
.yxjyBox .yxjyMenu li.current a {
  background-color: #fadfae;
  font-weight: 600;
  color: #b6312d;
}
.yxjyBox .innerSlider {
  width: 1200px;
  height: 450px;
  margin: 0 auto;
}
.yxjyBox .innerSlider .swiper-slide {
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -ms-transition: transform 1.0s;
  -o-transition: transform 1.0s;
  -webkit-transform: scaleY(0.7);
  transform: scaleY(0.7);
  position: relative;
}
.yxjyBox .innerSlider .swiper-slide .mask {
  display: none;
}
.yxjyBox .innerSlider .swiper-slide .tit {
  display: none;
}
.yxjyBox .innerSlider .swiper-slide-active,
.yxjyBox .innerSlider .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 9;
  transform: translateX(-130px);
}
.yxjyBox .innerSlider .swiper-slide-active .mask,
.yxjyBox .innerSlider .swiper-slide-duplicate-active .mask {
  display: block;
  width: 680px;
  height: 40px;
  background-color: #000;
  opacity: .5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.yxjyBox .innerSlider .swiper-slide-active .tit,
.yxjyBox .innerSlider .swiper-slide-duplicate-active .tit {
  display: block;
  padding: 0 20px;
  color: #FFF;
  width: 640px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.yxjyBox .innerSlider .swiper-slide-active .tit a,
.yxjyBox .innerSlider .swiper-slide-duplicate-active .tit a {
  color: #FFF;
}
.yxjyBox .innerSlider .swiper-slide-active .pic,
.yxjyBox .innerSlider .swiper-slide-duplicate-active .pic {
  width: 680px;
  height: 453px;
}
.yxjyBox .innerSlider .swiper-slide-active .pic a,
.yxjyBox .innerSlider .swiper-slide-duplicate-active .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.yxjyBox .innerSlider .swiper-slide-active .pic a img,
.yxjyBox .innerSlider .swiper-slide-duplicate-active .pic a img {
  width: 100%;
  height: 100%;
}
.yxjyBox .innerSlider .swiper-button-prev {
  background: url(../images/icon_slide_left_arrow.png) no-repeat;
  width: 40px;
  height: 40px;
}
.yxjyBox .innerSlider .swiper-button-next {
  background: url(../images/icon_slide_right_arrow.png) no-repeat;
  width: 40px;
  height: 40px;
}
.ycspBox {
  overflow: hidden;
  margin-top: 40px;
}
.ycspBox .title {
  background: url(../images/title_yuanchuangshipin.png) no-repeat;
  height: 86px;
  overflow: hidden;
  position: relative;
}
.ycspBox .title .more {
  position: absolute;
  right: 10px;
  top: 35px;
  color: #fadfae;
  font-size: 20px;
}
.ycspBox .ycspCon {
  overflow: hidden;
  margin-top: 40px;
}
.ycspBox .ycspCon ul {
  overflow: hidden;
}
.ycspBox .ycspCon ul li {
  padding: 25px 20px;
  width: 1156px;
  border: solid 2px #e0ba87;
  background-color: #ce6d58;
  overflow: hidden;
}
.ycspBox .ycspCon ul li .pic {
  width: 484px;
  height: 272px;
  border: solid 1px #e0ba87;
  position: relative;
  float: left;
}
.ycspBox .ycspCon ul li .pic a {
  display: block;
  height: 100%;
}
.ycspBox .ycspCon ul li .pic a img {
  width: 100%;
  height: 100%;
}
.ycspBox .ycspCon ul li .pic a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
}
.ycspBox .ycspCon ul li .pic a::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  background: url(../images/icon_video_play.png) no-repeat;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
}
.ycspBox .ycspCon ul li .txtCon {
  width: 650px;
  height: 276px;
  overflow: hidden;
  float: right;
}
.ycspBox .ycspCon ul li .txtCon .tit a {
  display: block;
  font-size: 20px;
  color: #fadfae;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.ycspBox .ycspCon ul li .txtCon .desc {
  color: #FFF;
  line-height: 1.6;
}
.ycspBox .ycspCon ul li .txtCon .date {
  font-size: 18px;
  color: #FFF;
  float: initial;
  margin-top: 20px;
}
.ycspBox .ycspCon ul li:nth-child(2) {
  margin-top: 20px;
}
.ycspBox .ycspCon ul li:nth-child(2) .pic {
  float: right;
}
.ycspBox .ycspCon ul li:nth-child(2) .txtCon {
  float: left;
}
.wyjyBox {
  overflow: hidden;
  margin: 40px auto;
}
.wyjyBox .title {
  background: url(../images/title_weiyuanjiyu.png) no-repeat;
  height: 86px;
  overflow: hidden;
  position: relative;
}
.wyjyBox .title .more {
  position: absolute;
  right: 10px;
  top: 35px;
  color: #fadfae;
  font-size: 20px;
}
.wyjyBox .wyjyCon {
  overflow: hidden;
}
.wyjyBox .wyjyCon .item {
  display: block;
  margin-top: 40px;
  border: solid 2px #e0ba87;
  background-color: #ca3444;
  height: 195px;
  padding: 50px 0;
}
.wyjyBox .wyjyCon .tit {
  margin-left: 40px;
  width: 150px;
  float: left;
}
.wyjyBox .wyjyCon .tit h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fadfae;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 50px;
}
.wyjyBox .wyjyCon .tit h3 {
  font-size: 20px;
  color: #fadfae;
  text-align: center;
}
.wyjyBox .wyjyCon .desc {
  width: 630px;
  height: 195px;
  float: left;
  margin-left: 40px;
  color: #FFF;
  font-size: 14px;
  text-align: justify;
  line-height: 2;
}
.wyjyBox .wyjyCon .pic {
  width: 295px;
  height: 195px;
  float: left;
  margin-left: 20px;
}
.wyjyBox .wyjyCon .pic img {
  width: 100%;
  height: 100%;
}
/* page */
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
.page span {
  padding: 5px 10px;
  border: solid 1px #eee;
  margin-right: 10px;
}
.page a {
  padding: 5px 10px;
  border: solid 1px #b20d00;
  margin-right: 10px;
}
.page a.num {
  border: solid 1px #FFF;
}
.page span.on {
  background: #bd1a2d;
  color: #FFF;
  border: none;
}
.page a.hover {
  background: #bd1a2d;
  color: #FFF;
  border: solid 1px #FFF;
}
/* 内容页*/
.wrap .location {
  width: 1100px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666666;
  margin-left: 20px;
}
.wrap .secBox {
  width: 1020px;
  margin: 0 auto;
  padding: 0px 40px;
  overflow: hidden;
}
.wrap .secBox .print {
  color: #333;
  font-size: 16px;
  float: right;
}
.wrap .secBox .print i {
  width: 17px;
  height: 19px;
  margin: 5px 5px 0 0;
  display: block;
  float: left;
  background: url("../images/icon_print.png") no-repeat;
}
.wrap .secBox .secList {
  margin-top: 20px;
  display: block;
}
.wrap .secBox .secList li {
  line-height: 50px;
  font-size: 16px;
  clear: both;
}
.secBox .conTit {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 15px;
  clear: both;
}
.secBox .conTit h1 {
  font-size: 26px;
  color: #222;
  text-align: center;
  line-height: 50px;
}
.secBox .conTit .time {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.contentBox {
  padding: 20px 0px;
  line-height: 2;
  font-size: 16px;
}
secBox .contentBox {
  margin-top: 15px;
  line-height: 2;
}
/* second */
.location {
  height: 50px;
  line-height: 50px;
  width: 1200px;
  margin: 0 auto;
}
.location a {
  color: #222;
}
.secondCon {
  min-height: 450px;
}
.secondContent {
  width: 1200px;
  margin: 0 auto;
}
.secondContent .title {
  border-bottom: 1px solid #d9d9d9;
  height: 45px;
}
.secondContent .title:before {
  content: "";
  width: 4px;
  height: 28px;
  background: #cb0000;
  display: block;
  float: left;
  margin: 8px;
}
.secondContent .title h2 {
  font-size: 30px;
  color: #222;
  font-weight: bold;
  display: inline-block;
}
.secListTitle {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.secListTitle h2 {
  font-size: 18px;
  color: #be160d;
  font-weight: bold;
  border-bottom: solid 2px #be160d;
  padding: 0 20px;
  display: inline;
  padding-bottom: 7px;
  margin-left: 10px;
}
.thirdCon {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2;
  padding: 25px 0px;
  min-height: 450px;
}
.thirdContent {
  width: 1200px;
  margin: 0 auto;
}
.thirdContent .title {
  border-bottom: 1px solid #d9d9d9;
}
.thirdContent .title h1 {
  color: #222;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.thirdContent .resourcesBox {
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  border-bottom: dashed 1px #E6E6E6;
  padding-bottom: 10px;
  color: #666;
}
.imgList {
  width: 1220px;
}
.imgList li {
  margin-right: 20px;
  float: left;
  width: 285px;
  height: 200px;
  margin-top: 20px;
}
.imgList li .img img {
  width: 285px;
  height: 158px;
}
.imgList li .test a {
  color: #222;
  line-height: 40px;
  display: block;
  text-align: center;
}
.headline h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 30px 0;
}
.secList {
  padding: 10px;
}
.secList li {
  clear: both;
  height: 45px;
  line-height: 45px;
}
.secList li a {
  font-size: 16px;
  color: #333;
}
.secList li a i {
  display: block;
  background: #eeeeee;
  width: 6px;
  height: 6px;
  float: left;
  margin: 17px 10px 0 0;
}
.secList li.line {
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 15px;
  height: 20px;
}
.secList li:hover a {
  color: #cb0000;
  font-weight: bold;
}
.secList li:hover a i {
  background: #D20B00;
}
.date {
  float: right;
  color: #999;
}
.footer {
  background: #c81b15;
  width: 100%;
  padding: 30px 0;
  position: relative;
  clear: both;
}
.footer p {
  text-align: center;
  color: #FFF;
  line-height: 1.8;
}
.footer p a {
  color: #FFF;
}
.footer .icon_dzjg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -265px;
  z-index: 9;
  width: 80px;
  height: 80px;
}
