body {
  background-color: #fff;
}
.centerWidth {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.ofh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.col-title {
  position: relative;
  width: 100%;
  height: 32px;
  padding: 5px 0;
  background-color: #ececec;
}
.col-title .title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: #fff;
  padding-right: 40px;
}
.col-title .title img {
  width: auto;
  height: 32px;
  vertical-align: middle;
}
.col-title .title a {
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.col-title a.more {
  display: block;
  float: right;
  width: auto;
  height: 22px;
  margin-right: 15px;
  line-height: 22px;
  font-size: 16px;
  color: #999;
}
.col-title a.more:hover {
  color: #b50021;
}
.col-title2 {
  position: relative;
  width: 100%;
  height: 32px;
  margin: 40px 0;
  padding: 4px 0;
  background-color: #ececec;
}
.col-title2 .title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: #fff;
  padding-right: 30px;
}
.col-title2 .title img {
  width: auto;
  height: 32px;
  vertical-align: middle;
}
.col-title2 .title a {
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.col-title3 {
  position: relative;
  width: 100%;
  height: 32px;
  margin: 40px 0;
  padding: 4px 0;
}
.col-title3 .title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: #fff;
  padding-right: 40px;
}
.col-title3 .title img {
  width: auto;
  height: 32px;
  vertical-align: middle;
}
.col-title3 .title a {
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.col-title3 a.more {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: auto;
  height: 32px;
  padding: 0 10px;
  background-color: #ccb18e;
  border-radius: 5px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
}
.col-title3 a.more:hover {
  color: #b50021;
}
.bz-head {
  width: 100%;
  height: 120px;
  background: url(bz-head-bg.png) #fff no-repeat center;
  background-size: 1920px 120px;
}
.bz-head .centerWidth a.head-logo {
  display: block;
  float: left;
  width: 260px;
  height: 100px;
  margin-top: 10px;
  margin-left: 30px;
}
.bz-head .centerWidth a.head-logo img {
  width: 100%;
  height: 100%;
}
.bz-head .centerWidth .head-search {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 350px;
  height: 40px;
  margin-top: 40px;
  margin-left: 100px;
  background-color: #fff;
  border: 1px solid #c4a47b;
  border-radius: 4px;
  line-height: 40px;
}
.bz-head .centerWidth .head-search input {
  width: 240px;
  height: 40px;
  margin-left: 5px;
  font-size: 16px;
  color: #333;
}
.bz-head .centerWidth .head-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 38px;
  background-color: #c4a47b;
  font-size: 16px;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.bz-head .centerWidth .head-btn {
  float: right;
  width: auto;
  height: 40px;
  margin-top: 40px;
}
.bz-head .centerWidth .head-btn a {
  float: left;
  display: block;
  width: 100px;
  height: 40px;
  margin-left: 10px;
  background-color: #b50021;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
}
.bz-head .centerWidth .head-btn a img {
  display: inline-block;
  width: auto;
  height: 20px;
  vertical-align: middle;
}
.bz-head .centerWidth .head-btn a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.bz-nav {
  width: 100%;
  height: 50px;
  background-color: #b50021;
}
.bz-nav .centerWidth ul.nav-list {
  width: 100%;
  height: 50px;
}
.bz-nav .centerWidth ul.nav-list li {
  float: left;
  width: 120px;
  height: 50px;
}
.bz-nav .centerWidth ul.nav-list li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.bz-nav .centerWidth ul.nav-list li.cur,
.bz-nav .centerWidth ul.nav-list li:hover {
  background-color: #c4a47b;
}
.bz-foot {
  width: 100%;
  height: auto;
  background-color: #eee;
}
.bz-foot .centerWidth .foot-link {
  position: relative;
  float: left;
  width: 65%;
  height: auto;
  padding-top: 20px;
}
.bz-foot .centerWidth .foot-link .link-tit {
  width: 100%;
  height: 30px;
}
.bz-foot .centerWidth .foot-link .link-tit span {
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 0 10px;
  background-color: #b50021;
  border-radius: 4px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.bz-foot .centerWidth .foot-link ul.link-list {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.bz-foot .centerWidth .foot-link ul.link-list li {
  display: inline;
  width: auto;
  padding: 0 8px;
  border-right: 1px solid #666;
}
.bz-foot .centerWidth .foot-link ul.link-list li a {
  font-size: 16px;
  color: #666;
  vertical-align: middle;
  line-height: 30px;
}
.bz-foot .centerWidth .foot-link ul.link-list li span {
  margin-left: 15px;
  font-size: 6px;
  color: #666;
  line-height: 30px;
  vertical-align: middle;
}
.bz-foot .centerWidth .foot-link a.link-more {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 16px;
  color: #666;
}
.bz-foot .centerWidth .foot-others {
  float: right;
  width: 30%;
  height: auto;
  padding-top: 20px;
}
.bz-foot .centerWidth .foot-others .others-tit {
  width: 100%;
  height: 30px;
}
.bz-foot .centerWidth .foot-others .others-tit span {
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 0 10px;
  background-color: #b50021;
  border-radius: 4px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.bz-foot .centerWidth .foot-others .others-detail {
  margin-top: 15px;
}
.bz-foot .centerWidth .foot-others .others-detail p {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.bz-foot .centerWidth .foot-others .others-detail .detail-bot {
  width: 100%;
  height: auto;
}
.bz-foot .centerWidth .foot-others .others-detail .detail-bot .red {
  float: left;
  width: 15%;
  padding: 10px 4px;
}
.bz-foot .centerWidth .foot-others .others-detail .detail-bot .red a {
  display: block;
}
.bz-foot .centerWidth .foot-others .others-detail .detail-bot .beian {
  float: left;
  width: 80%;
  padding-left: 5%;
}
.bz-foot .centerWidth .foot-others .others-detail .detail-bot .beian p {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.bz-bottom {
  width: 100%;
  height: 50px;
  background-color: #222;
}
.bz-bottom .centerWidth p {
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
.bz-local {
  width: 100%;
  height: 50px;
  padding-left: 75px;
  background: url(bz-local.png) #eee no-repeat 25px;
  background-size: 24px 24px;
  line-height: 50px;
}
.bz-local span {
  font-size: 16px;
  color: #666;
}
.bz-local span:first-child {
  color: #333;
}
.bz-local a {
  font-size: 16px;
  color: #666;
}
.bz-local a:hover {
  color: #b50021;
}
.sy-main {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.sy-main .box-rt {
  float: right;
  width: 300px;
  height: 520px;
}
.sy-main .box-rt .box-rt-box {
  width: 100%;
  height: 400px;
}
.sy-main .box-rt .box-rt-box a.img {
  display: block;
  width: 100%;
  height: 160px;
}
.sy-main .box-rt .box-rt-box a.img img {
  width: 100%;
  height: 100%;
}
.sy-main .box-rt .box-rt-box ul.list {
  width: 100%;
  height: 240px;
}
.sy-main .box-rt .box-rt-box ul.list li {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 10px 0;
  border-bottom: 1px solid #666;
}
.sy-main .box-rt .box-rt-box ul.list li a {
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.sy-main .box-rt .box-rt-box ul.list li a:hover {
  color: #b50021;
}
.sy-main .box-rt .box-rt-box ul.list li:first-child a {
  font-weight: bold;
}
.sy-main .centerWidth .sy-title {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 25px 20px;
}
.sy-main .centerWidth .sy-title .title-tt {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.sy-main .centerWidth .sy-title .title-tt a {
  font-size: 38px;
  font-weight: bold;
  color: #333;
}
.sy-main .centerWidth .sy-title .title-tt a:hover {
  color: #b50021;
}
.sy-main .centerWidth .sy-title .title-others {
  width: 100%;
  height: 40px;
  text-align: center;
}
.sy-main .centerWidth .sy-title .title-others a.tit {
  display: inline-block;
  max-width: 320px;
  height: 40px;
  margin: 0 20px;
  padding-left: 15px;
  background: url(sy-point.png) no-repeat left;
  line-height: 40px;
  font-size: 16px;
  color: #999;
}
.sy-main .centerWidth .sy-title .title-others a.tit:hover {
  color: #b50021;
}
.sy-main .centerWidth .sy-title .title-others a.more {
  display: inline-block;
  width: auto;
  height: 40px;
  margin-left: 20px;
  line-height: 40px;
  font-size: 16px;
  color: #b50021;
}
.sy-main .centerWidth .sy-news {
  width: 100%;
  height: auto;
}
.sy-main .centerWidth .sy-news .news-lf {
  position: relative;
  float: left;
  width: 770px;
  height: 480px;
}
.sy-main .centerWidth .sy-news .news-lf a.img {
  display: block;
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-news .news-lf a.img img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-news .news-lf p.title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(51, 51, 51, 0.7);
  line-height: 50px;
  text-align: center;
}
.sy-main .centerWidth .sy-news .news-lf p.title a {
  font-size: 18px;
  color: #fff;
}
.sy-main .centerWidth .sy-news .news-rt {
  float: right;
  width: 400px;
  height: 480px;
}
.sy-main .centerWidth .sy-news .news-rt ul.news-list {
  width: 100%;
  height: 660px;
  margin-top: 10px;
}
.sy-main .centerWidth .sy-news .news-rt ul.news-list li {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  background: url(sy-point.png) no-repeat left;
  line-height: 40px;
}
.sy-main .centerWidth .sy-news .news-rt ul.news-list li a {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333;
}
.sy-main .centerWidth .sy-news .news-rt ul.news-list li a:hover {
  color: #b50021;
}
.sy-main .centerWidth ul.sy-theme {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.sy-main .centerWidth ul.sy-theme li {
  float: left;
  width: 1200px;
  height: 85px;
  margin-left: 24px;
}
.sy-main .centerWidth ul.sy-theme li:first-child {
  margin-left: 0;
}
.sy-main .centerWidth ul.sy-theme li a {
  display: block;
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth ul.sy-theme li a img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth a.sy-banner {
  display: block;
  width: 100%;
  height: 90px;
  margin-top: 35px;
}
.sy-main .centerWidth a.sy-banner img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-news2 {
  width: 100%;
  height: 410px;
  margin-top: 85px;
}
.sy-main .centerWidth .sy-news2 .news-lf {
  position: relative;
  float: left;
  width: 640px;
  height: 410px;
}
.sy-main .centerWidth .sy-news2 .news-lf a.img {
  display: block;
  width: 100%;
  height: 410px;
}
.sy-main .centerWidth .sy-news2 .news-lf a.img img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-news2 .news-lf p.title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(51, 51, 51, 0.7);
  line-height: 50px;
  text-align: center;
}
.sy-main .centerWidth .sy-news2 .news-lf p.title a {
  font-size: 18px;
  color: #fff;
}
.sy-main .centerWidth .sy-news2 .news-rt {
  float: right;
  width: 530px;
  height: 410px;
}
.sy-main .centerWidth .sy-news2 .news-rt ul.news-list {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-news2 .news-rt ul.news-list li {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.sy-main .centerWidth .sy-news2 .news-rt ul.news-list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
}
.sy-main .centerWidth .sy-news2 .news-rt ul.news-list li a:hover {
  color: #b50021;
}
.sy-main .centerWidth .sy-news2 .news-rt ul.news-list li:first-child {
  height: 60px;
  padding-left: 0;
  background: none;
  line-height: 60px;
}
.sy-main .centerWidth .sy-news2 .news-rt ul.news-list li:first-child a {
  font-size: 20px;
  font-weight: bold;
  color: #b50021;
}
.sy-main .centerWidth .sy-video {
  width: 100%;
  height: 440px;
}
.sy-main .centerWidth .sy-video .video-lf {
  float: left;
  width: 640px;
  height: 440px;
}
.sy-main .centerWidth .sy-video .video-lf .title {
  width: 100%;
  height: 80px;
  line-height: 80px;
}
.sy-main .centerWidth .sy-video .video-lf .title img {
  display: inline-block;
  width: 30px;
  height: 28px;
  vertical-align: middle;
}
.sy-main .centerWidth .sy-video .video-lf .title a.tit {
  display: inline-block;
  width: auto;
  height: 30px;
  margin-left: 10px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.sy-main .centerWidth .sy-video .video-lf .title a.more {
  display: block;
  float: right;
  width: auto;
  height: 30px;
  margin-top: 25px;
  padding: 0 10px;
  background-color: #ccb18e;
  border-radius: 5px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.sy-main .centerWidth .sy-video .video-lf .list {
  width: 100%;
  height: 360px;
}
.sy-main .centerWidth .sy-video .video-lf .list a.list-item {
  display: block;
  float: left;
  width: 310px;
  height: 170px;
  margin-top: 20px;
  margin-left: 20px;
}
.sy-main .centerWidth .sy-video .video-lf .list a.list-item:nth-child(2n-1) {
  margin-left: 0;
}
.sy-main .centerWidth .sy-video .video-lf .list a.list-item:nth-child(1),
.sy-main .centerWidth .sy-video .video-lf .list a.list-item:nth-child(2) {
  margin-top: 0;
}
.sy-main .centerWidth .sy-video .video-lf .list a.list-item img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-video .video-rt {
  position: relative;
  float: right;
  width: 530px;
  height: 440px;
}
.sy-main .centerWidth .sy-video .video-rt ul.news-list {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
.sy-main .centerWidth .sy-video .video-rt ul.news-list li {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.sy-main .centerWidth .sy-video .video-rt ul.news-list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
}
.sy-main .centerWidth .sy-video .video-rt ul.news-list li a:hover {
  color: #b50021;
}
.sy-main .centerWidth .sy-video .video-rt ul.news-list li:first-child {
  height: 70px;
  padding-left: 0;
  background: none;
  line-height: 70px;
}
.sy-main .centerWidth .sy-video .video-rt ul.news-list li:first-child a {
  font-size: 20px;
  font-weight: bold;
  color: #b50021;
}
.sy-main .centerWidth .sy-video .video-rt a.more {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #ccb18e;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.sy-main .centerWidth .sy-media {
  width: 100%;
  height: 520px;
}
.sy-main .centerWidth .sy-media .media-lf {
  float: left;
  width: 880px;
  height: 520px;
}
.sy-main .centerWidth .sy-media .media-lf .media-box {
  width: 100%;
  height: 400px;
}
.sy-main .centerWidth .sy-media .media-lf .media-box ul.box-list {
  float: left;
  width: 350px;
}
.sy-main .centerWidth .sy-media .media-lf .media-box ul.box-list li {
  width: 100%;
  height: 90px;
  margin-top: 13px;
}
.sy-main .centerWidth .sy-media .media-lf .media-box ul.box-list li a.img {
  display: block;
  float: left;
  width: 160px;
  height: 90px;
}
.sy-main .centerWidth .sy-media .media-lf .media-box ul.box-list li a.img img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-media .media-lf .media-box ul.box-list li a.tit {
  display: block;
  float: right;
  width: 170px;
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.sy-main .centerWidth .sy-media .media-lf .media-box ul.box-list li a.tit:hover {
  color: #b50021;
}
.sy-main .centerWidth .sy-media .media-lf .media-box ul.box-list li:first-child {
  margin-top: 0;
}
.sy-main .centerWidth .sy-media .media-lf .media-box a.box2 {
  display: block;
  float: left;
  width: 240px;
  height: 400px;
  margin-left: 20px;
}
.sy-main .centerWidth .sy-media .media-lf .media-box a.box2 img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-box {
  width: 100%;
  height: auto;
}
.sy-main .centerWidth .sy-box .box-item {
  float: left;
  width: 430px;
  height: auto;
  margin-left: 20px;
}
.sy-main .centerWidth .sy-box .box-item:first-child {
  margin-left: 0;
}
.sy-main .centerWidth .sy-box .box-item .box-main {
  width: 100%;
  height: auto;
}
.sy-main .centerWidth .sy-box .box-item .box-main a.img {
  display: block;
  width: 100%;
  height: 240px;
}
.sy-main .centerWidth .sy-box .box-item .box-main a.img img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-box .box-item .box-main ul.list {
  width: 100%;
  height: 200px;
}
.sy-main .centerWidth .sy-box .box-item .box-main ul.list li {
  width: 100%;
  height: 90px;
  margin-top: 10px;
}
.sy-main .centerWidth .sy-box .box-item .box-main ul.list li a.img {
  display: block;
  float: left;
  width: 40%;
  height: 90px;
}
.sy-main .centerWidth .sy-box .box-item .box-main ul.list li a.img img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-box .box-item .box-main ul.list li a.tit {
  display: block;
  float: right;
  width: 55%;
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.sy-main .centerWidth .sy-box .box-item .box-main ul.list li a.tit:hover {
  color: #b50021;
}
.sy-main .centerWidth .sy-box .box-item .box-main ul.gsgg-list {
  width: 100%;
  height: auto;
}
.sy-main .centerWidth .sy-box .box-item .box-main ul.gsgg-list li {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  background: url(sy-point.png) no-repeat left;
}
.sy-main .centerWidth .sy-box .box-item .box-main ul.gsgg-list li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.sy-main .centerWidth .sy-box .box-item .box-main ul.gsgg-list li a:hover {
  color: #b50021;
}
.sy-main .centerWidth .sy-box .box-item.box-item1 {
  width: 390px;
  margin-left: 15px;
}
.sy-main .centerWidth .sy-box .box-item.box-item1:first-child {
  margin-left: 0;
}
.sy-main .centerWidth .sy-box .box-rt2 {
  height: auto;
}
.sy-main .centerWidth .sy-box .box-rt2 a.box-rt-db {
  display: block;
  width: 100%;
  height: 440px;
}
.sy-main .centerWidth .sy-box .box-rt2 a.box-rt-db img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-city {
  width: 100%;
  height: auto;
  background-color: #ececec;
  border-radius: 5px;
}
.sy-main .centerWidth .sy-city .city-tit {
  float: left;
  width: 100px;
  height: 90px;
  padding: 5px 0;
  background-color: #ccb18e;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
}
.sy-main .centerWidth .sy-city .city-tit span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.sy-main .centerWidth .sy-city .city-list {
  float: right;
  width: 1100px;
  height: 90px;
}
.sy-main .centerWidth .sy-city .city-list li {
  float: left;
  width: 120px;
  height: 90px;
  padding: 10px;
  text-align: center;
}
.sy-main .centerWidth .sy-city .city-list li:first-child {
  margin-left: 20px;
}
.sy-main .centerWidth .sy-city .city-list li a.img {
  display: block;
  width: 100px;
  height: 50px;
}
.sy-main .centerWidth .sy-city .city-list li a.img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.sy-main .centerWidth .sy-city .city-list li a.tit {
  font-size: 16px;
  color: #333;
}
.sy-main .centerWidth .sy-video2 {
  width: 100%;
  height: auto;
}
.sy-main .centerWidth .sy-video2 .video2-box {
  width: 100%;
  height: auto;
}
.sy-main .centerWidth .sy-video2 .video2-box .video2-group {
  float: left;
  width: 590px;
  height: auto;
  margin-left: 20px;
}
.sy-main .centerWidth .sy-video2 .video2-box .video2-group:first-child {
  margin-left: 0;
}
.sy-main .centerWidth .sy-video2 .video2-box .video2-group .item1 {
  width: 100%;
  height: 330px;
}
.sy-main .centerWidth .sy-video2 .video2-box .video2-group .item2 {
  float: left;
  width: 285px;
  height: 160px;
  margin-top: 30px;
}
.sy-main .centerWidth .sy-video2 .video2-box .video2-group .item2:last-child {
  margin-left: 20px;
}
.sy-main .centerWidth .sy-video2 .video2-box .video2-group .item {
  position: relative;
}
.sy-main .centerWidth .sy-video2 .video2-box .video2-group .item a.img {
  display: block;
  width: 100%;
}
.sy-main .centerWidth .sy-video2 .video2-box .video2-group .item a.img img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-video2 .video2-box .video2-group .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.7);
}
.sy-main .centerWidth .sy-video2 .video2-box .video2-group .item p a {
  font-size: 16px;
  color: #fff;
}
.sy-main .centerWidth .sy-matrix {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.sy-main .centerWidth .sy-matrix ul.matrix-list {
  width: 100%;
  height: auto;
}
.sy-main .centerWidth .sy-matrix ul.matrix-list li {
  float: left;
  width: 111px;
  height: auto;
  margin-left: 10px;
}
.sy-main .centerWidth .sy-matrix ul.matrix-list li:first-child {
  margin-left: 0;
}
.sy-main .centerWidth .sy-matrix ul.matrix-list li a.img {
  display: block;
  width: 100%;
  height: 110px;
}
.sy-main .centerWidth .sy-matrix ul.matrix-list li a.img img {
  width: 100%;
  height: 100%;
}
.sy-main .centerWidth .sy-matrix ul.matrix-list li span {
  display: block;
  width: 110px;
  height: auto;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.bz-main {
  width: 100%;
  background-color: #fff;
}
.bz-main .centerWidth {
  padding-top: 45px;
}
.bz-main .centerWidth .main-gl {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.bz-main .centerWidth .main-gl .gl-page {
  width: 100%;
  height: 120px;
  padding: 40px 0;
  line-height: 40px;
  text-align: center;
}
.bz-main .centerWidth .main-gl .gl-page a,
.bz-main .centerWidth .main-gl .gl-page button {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  margin: 0 5px;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
}
.bz-main .centerWidth .main-gl .gl-page a:hover,
.bz-main .centerWidth .main-gl .gl-page button:hover {
  background-color: #b50021;
  color: #fff;
}
.bz-main .centerWidth .main-gl .gl-page span {
  display: inline-block;
  width: auto;
  height: 40px;
  margin: 0 8px;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
}
.bz-main .centerWidth .main-gl .gl-page input {
  display: inline-block;
  background-color: #fff;
  width: 60px;
  height: 40px;
  border: 1px solid #666;
  vertical-align: middle;
  text-align: center;
}
.bz-main .centerWidth .main-gl .gl-page button {
  cursor: pointer;
  outline: none;
}
.bz-main .centerWidth .main-gl .main-gl-lf {
  float: left;
  width: 750px;
  height: auto;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list {
  width: 100%;
  height: auto;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list li {
  width: 100%;
  height: 180px;
  padding: 20px 0;
  border-bottom: 1px solid #666;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list li a.img {
  display: block;
  float: left;
  width: 220px;
  height: 140px;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list li a.img img {
  width: 100%;
  height: 100%;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list li .title {
  float: right;
  width: 510px;
  height: 140px;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list li .title a {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list li .title a:hover {
  color: #b50021;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list li .title .time {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list li .title .time span {
  font-size: 16px;
  color: #666;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list-word {
  width: 100%;
  height: 200px;
  padding: 25px 0;
  border-bottom: 1px dashed #666;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list-word:first-child {
  height: 175px;
  padding-top: 0;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list-word li {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list-word li a {
  display: inline-block;
  width: 80%;
  font-size: 16px;
  color: #333;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list-word li a:hover {
  color: #b50021;
}
.bz-main .centerWidth .main-gl .main-gl-lf ul.gl-list-word li span {
  float: right;
  font-size: 16px;
  color: #333;
}
.bz-main .centerWidth .main-gl .main-gl-rt {
  float: right;
  width: 420px;
  height: auto;
}
.bz-main .centerWidth .main-gl .main-gl-rt a.gl-banner {
  display: block;
  width: 100%;
  height: 260px;
}
.bz-main .centerWidth .main-gl .main-gl-rt a.gl-banner img {
  width: 100%;
  height: 100%;
}
.bz-main .centerWidth .main-gl .main-gl-rt .gl-rec {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.bz-main .centerWidth .main-gl .main-gl-rt .gl-rec .rec-tit {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #666;
}
.bz-main .centerWidth .main-gl .main-gl-rt .gl-rec .rec-tit span {
  font-size: 20px;
  color: #b50021;
}
.bz-main .centerWidth .main-gl .main-gl-rt .gl-rec ul.rec-list {
  width: 100%;
  height: auto;
}
.bz-main .centerWidth .main-gl .main-gl-rt .gl-rec ul.rec-list li {
  width: 100%;
  height: 100px;
  padding: 10px 0;
}
.bz-main .centerWidth .main-gl .main-gl-rt .gl-rec ul.rec-list li a.img {
  display: block;
  float: left;
  width: 150px;
  height: 80px;
}
.bz-main .centerWidth .main-gl .main-gl-rt .gl-rec ul.rec-list li a.img img {
  width: 100%;
  height: 100%;
}
.bz-main .centerWidth .main-gl .main-gl-rt .gl-rec ul.rec-list li a.title {
  display: block;
  float: right;
  width: 250px;
  height: 80px;
  padding: 10px 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.bz-main .centerWidth .xl-tit {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0 30px;
}
.bz-main .centerWidth .xl-tit p {
  line-height: 80px;
  font-size: 38px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.bz-main .centerWidth .xl-source {
  margin-top: 20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.bz-main .centerWidth .xl-source span {
  font-size: 16px;
  color: #666;
}
.bz-main .centerWidth .xl-article {
  width: 100%;
  height: auto;
  margin: 40px 0;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}