﻿.common-content {
  position: relative;
}

.xflb-list-z {
  position: absolute;
  top: 0px;
  left: -85px;
}

.xflb-list-y {
  position: absolute;
  top: 0px;
  right: -85px;
}

.xflb-list-z li,
.xflb-list-y li {
  padding: 3px;
  width: 85px;
  height: 180px;
  background: #eeeeee;
  box-sizing: border-box;
  margin-bottom: 6px;
}

.xflb-list-z .active,
.xflb-list-y .active {
  display: none;
}

.xflb-list-z li img,
.xflb-list-y li img {
  width: 100%;
  max-width: 83px;
  height: 100%;
  max-height: 158px;
}

.xflb-list-z li span,
.xflb-list-y li span {
  font-size: 14px;
  cursor: pointer;
}

#verifyBrowser {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #ffe266;
  border-bottom: 1px solid #f5e29d;
  border-top: 1px solid #f5e29d;
  text-align: center;
  font-size: 14px;
  color: #444;
  display: none;
  z-index: 999;
}

#verifyBrowser .close {
  display: block;
  width: 20px;
  height: 20px;
  color: #c29417;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 20px;
}

/* 第一层内容 */
.index-content-first {
  width: calc(100% - 26px);
  padding: 12px;
  border: 1px solid #dce4ea;
}

.index-first-left {
  position: relative;
  width: 619px;
}

/* 轮播图 */
#slideShowContainer {
  height: 360px;
  margin-right: 10px;
  overflow: hidden;
}

#slideShowContainer img {
  width: 100%;
  height: 360px;
  transition: all 0.6s;
}

#slideShowContainer img:hover {
  transform: scale(1.07);
}

#picUl {
  list-style: none;
}

#dotUl {
  list-style: none;
  /* display: flex;
  flex-direction: row; */
  /*使用绝对布局，固定于左下角*/
  position: absolute;
  right: 21px;
  bottom: 16px;
  /*通过设置z-index的值大于#titleDiv中z-index的值，使其浮在标题栏的上方*/
  z-index: 2;
}

#dotUl li {
  float: left;
}

#titleDiv {
  position: absolute;
  width: calc(100% - 10px);
  width: 98%\0;
  height: 42px;
  bottom: 0;
  left: 0px;
  background-color: #000000;
  /*设置透明度，实现标题栏半透明效果*/
  opacity: 0.7;
  z-index: 1;
  margin-right: 10px;
}

#titleDiv>span {
  line-height: 42px;
  color: #FFFFFF;
  margin-left: 20px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#titleDiv>span>a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}

#dotUl .selected {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #d40000;
  color: transparent;
  margin-left: 9px;
  cursor: pointer;
  margin-top: -1px;
}

#dotUl .unselected {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  color: transparent;
  margin-left: 9px;
}

#titleDiv .hide {
  display: none;
}

#titleDiv .show {
  display: block;
}

/*切换标题样式*/
.switchTitleBox {
  float: left;
  width: 50%;
  padding-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}

.switchTitleBox .switchTitle {
  height: 50px;
  color: #7E7E7E;
  font-size: 20px;
  border-bottom: 1px #E6E6E6 solid;
}

.switchTitleBox .switchTitle ul {
  float: left;
}

.switchTitleBox .switchTitle ul li {
  display: inline-block;
  list-style: none;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}

.switchTitleBox .switchTitle .active {
  border-bottom: 2px #0168B7 solid;
  color: #000000;
}

.switchTitleBox .switchTitle .active a {
  color: #000000;
}

.switchTitleBox .theme-list {
  margin-top: 10px;
  margin-left: 16px;
  height: 334px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
}

.switchTitleBox .theme-list li {
  width: calc(100% - 20px);
  color: #3b3b3b;
  height: 36px;
  list-style: none;
}

.switchTitleBox .theme-list li i {
  color: #cbcbcb;
  font-size: 12px;
  font-style: normal;
  vertical-align: middle;
  padding-right: 5px;
}

.switchTitleBox .theme-list .themeTitle {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}

.switchTitleBox .theme-list .themeTime {
  float: right;
  font-size: 12px;
  color: #999999;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}

.switchTitleBox .tab-details .theme-title-box {
  position: relative;
  display: none;
}

.switchTitleBox .tab-details .active {
  display: block;
}

.switchTitleBox .theme-title-box .more {
  position: absolute;
  display: none;
}

/* 右侧 */
.index-first-right {
  width: 530px;
  min-height: 344px;
}

.index-first-right-title {
  width: 100%;
}

.index-first-right-title li {
  float: left;
  margin-right: 25px;
  font-size: 18px;
  line-height: 50px;
}

.index-first-right-title li a.hover {
  color: #c50005;
}

.index-first-right-title li:nth-of-type(n+2) {
  margin-left: 30px;
}

.index-first-right-title li:nth-of-type(n+2)::before {
  content: "|";
  position: relative;
  left: -30px;
}

/* 内容 */
.index-list,
.index-list2 {
  margin-top: 10px;
}

.index-list li {
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
}

.index-list2 li {
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}

.index-list .sy-mobile-tomore {
  display: none;
}

.index-list2 .sy-mobile-tomore {
  display: none;
}

.index-list li:hover {
  color: #1f7ed1;
}

.index-list li i,
.index-list2 li i {
  float: left;
  font-size: 15px;
  font-weight: bold;
  color: #ccc;
  margin-left: 10px;
  margin-right: 10px;

}

.index-list .list-content,
.index-list2 .list-content {
  float: left;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4e4e4e;
  cursor: pointer;

  /* margin-left: 30px; */
}

.index-list.index-list2 .list-content {
  width: 80%;
}

.index-list .list-content a,
.index-list2 .list-content a {
  color: inherit;
}

.index-list .list-date,
.index-list2 .list-date {
  float: right;
  margin-right: 15px;
  color: #a6a6a6;
}

/* 第二部分内容 */
.index-content-second {
  width: 100%;
  margin: 20px 0;
}

.index-content-second ul {
  overflow: hidden;
}

.index-content-second li {
  position: relative;
  float: left;
  width: 192px;
  text-align: center;
  height: 111px;
}

.index-content-second img {
  margin: 0px auto 15px;
  display: block;
  height: 40px;
  left: 38%;
  top: 18%;
  position: absolute;
  transition: all 0.6s;
}

.index-content-second li:hover img {
  transform: scale(1.2);
}

.index-content-second li.type1 {
  background: #f7d5d5;
}

.index-content-second li.type2 {
  background: #d0f4f1;
  margin-left: 9px;
}

.index-content-second li.type3 {
  background: #f8ebc8;
  margin-left: 9px;
}

.index-content-second li.type4 {
  background: #d4efd2;
  margin-left: 9px;
}

.index-content-second li.type5 {
  background: #d7e8fa;
  margin-left: 9px;
}

.index-content-second li.type6 {
  margin-left: 9px;
  background: #e1def5;
}

/* .index-content-second li:hover {
  transform: scale(1.2);
  transition: all 1.5s;
} */

/* .index-content-second li:nth-of-type(n+2) {
  margin-left: 9px;
} */

.index-content-second li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 160px;
  font-size: 16px;
  color: inherit;
}

/* 第三部分 */
.index-third-content {
  width: 100%;
}

.index-title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 23px;
  color: #1d7acc;
  border-bottom: 1px solid #d0d9e1;
}

.index-title span {
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 9px;
  border-bottom: 5px solid #1d7acc;
}

.index-third-left {
  width: 868px;

  min-height: 350px;
  margin-right: 30px;
}

.index-third-left-nav li {
  float: left;
  width: 121.3px;
  height: 38px;
  margin-right: 2px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  background: url("index-third-nav-noclick.png") no-repeat;
  background-size: cover;
}

.index-third-left-nav .click {
  color: #fff;
  background: url("index-third-nav-click.png") no-repeat;
  background-size: cover;
}

.index-third-left-content {
  width: calc(100% - 9px);
  border: 1px solid #c9e3ff;
  padding-bottom: 6px;
}

.index-third-right {
  width: 298px;
}

.index-third-right li {
  width: 100%;
  height: 52px;
  margin-bottom: 9px;
  line-height: 52px;
  font-size: 18px;
  color: #494949;
}

.index-third-right li a {
  display: block;
  width: 75%;
  padding-left: 25%;
  color: inherit;
  word-wrap: break-word;
}

.index-third-right li:hover {
  color: #fff;
}

.index-third-right li.type1 {
  background: url("index-third-right-img1.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type1:hover {
  background: url("index-third-right-img01.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type2 {
  background: url("index-third-right-img2.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type2:hover {
  background: url("index-third-right-img02.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type3 {
  background: url("index-third-right-img3.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type3:hover {
  background: url("index-third-right-img03.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type4 {
  background: url("index-third-right-img4.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type4:hover {
  background: url("index-third-right-img04.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type5 {
  background: url("index-third-right-img5.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type5:hover {
  background: url("index-third-right-img05.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type6 {
  background: url("index-third-right-img6.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type6:hover {
  background: url("index-third-right-img06.png") no-repeat;
  background-size: cover;
}

.index-third-right li.type6 a {
  width: 50%;
  line-height: 26px;
}

.index-content-forth {
  width: 100%;
  font-size: 18px;
  color: #1d7acc;
}

.index-forth-left {
  width: 1020px;
}

.index-forth-left-content li {
  position: relative;
  width: 240px;
  width: 235px\0;
  height: 92px;
  float: left;
  margin-right: 20px;

}

.index-forth-left-content li:nth-of-type(4n) {
  margin-right: 0;
}

.index-forth-left-content li img {
  width: 100%;
  height: 100%;
}

.index-forth-left-content li a {
  position: absolute;
  display: block;
  width: 50%;
  font-size: 18px;
  line-height: 92px;
  padding-right: 5%;
  padding-left: 45%;
  bottom: 0;
  transition: all 0.6s;
}

.index-forth-left-content li:hover a {
  transform: scale(1.1);
}

.index-forth-right {
  position: relative;
  margin-top: 18px;
  width: 163px;
  transition: all 0.6s;
}

.index-forth-right img {
  width: 100%;
  height: 100%;
}

.index-forth-right a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 148px;
  text-align: center;
  line-height: 230px;
  transition: all 0.6s;
}

.index-forth-right:hover a {
  transform: scale(1.1);
}

.index-content-fifth {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
}

.index-content-fifth img {
  width: 100%;
  transition: all 0.6s;
}

.index-content-fifth img:hover {
  transform: scale(1.1);
}

.index-content-sixth {
  width: 100%;
  font-size: 14px;
}

.index-sixth-left,
.index-sixth-center {
  width: 452px;
  min-height: 221px;
}

.index-sixth-list {
  width: 100%;
  border-right: 1px dashed #c1c1c1;
}

.index-sixth-right {
  width: 284px;
  padding-left: 10px;
}

.index-sixth-right-content {
  width: 100%;
}

.index-sixth-right-content li {
  position: relative;
  float: left;
  width: 125px;
  height: 70px;
  margin-left: 10px;
  margin-bottom: 8px;
  background: #f2f4f7;
  text-align: center;
}

.index-sixth-right-content li:hover {
  background: #1d7acc;
}

.index-sixth-right-content li img {
  margin: 10px auto 5px;
}

.index-sixth-right-content li a {
  display: block;
}

.wechatimg {
  display: none;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #0168b7;
}

.wechatimg img {
  margin: 0 !important;
  height: 120px;
  width: 120px;
}

.weiboimg {
  display: none;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #0168b7;
}

.weiboimg img {
  margin: 0 !important;
  height: 120px;
  width: 120px;
}

.wechat:hover .wechatimg {
  display: block;
  position: absolute;
  top: -150px;
  left: -10px;
}

.weibo:hover .weiboimg {
  display: block;
  position: absolute;
  top: -150px;
  left: -10px;
}

.ztzl-pc {
  position: relative;
  width: calc(100% - 20px);
  padding: 0 20px 20px 0;
  height: 143px;
  border: 1px solid #dde4ea;
  margin-top: 10px;
  background: url("./01-01-index-ztzlbg.jpg") repeat-x left top;
}

.ztzl-box {
  width: 1135px;
  overflow: hidden;
  margin-top: 24px;
}

.ztzl-box ul {
  width: 2305px;
  margin-left: 0;
}

.ztzl-box li {
  display: inline-block;
  width: 278px;
  margin-left: 7px;
  overflow: hidden;
  cursor: pointer;
}

.ztzl-box li img {
  width: 100%;
  height: 118px;
  transition: all 0.6s;
}

.ztzl-box li:hover img {
  transform: scale(1.2);
}

.ztzl-title {
  display: block;
  margin-left: 11px;
  margin-top: 25px;
}

.ztzl-jt {
  position: absolute;
  width: 94.4%;
  top: 50%;
  left: 47px;
  transform: translate(0, -50%);
}

.ztzl-jt img {
  cursor: pointer;
  position: absolute;
  top: -20px
}

.jt-left {
  left: -2px;
}

.jt-right {
  right: 7px;
}

@media screen and (max-width: 1366px) {
  .xflb-list-z {
    left: -70px;
  }

  .xflb-list-y {
    right: -70px;
  }

  .xflb-list-z li,
  .xflb-list-y li {
    width: 70px;
  }

}

@media screen and (max-width: 1200px) {

  .xflb-list-z,
  .xflb-list-y {
    display: none;
  }

  .index-content-first {
    width: 100%;
    /* padding: 0.2rem 0.2rem 0 0.2rem; */
    padding: 0;
    border: none;
  }

  .index-first-left {
    width: 100%;
  }

  #slideShowContainer {
    height: 4rem;
    margin-right: 0;
  }

  #slideShowContainer img {
    height: 4rem;
    width: 100%;
  }

  #dotUl {
    right: 0.3rem;
    bottom: 0.2rem;

  }

  #dotUl .selected {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 0.14rem;
    margin-left: 0.09rem;
  }

  #dotUl .unselected {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 0.12rem;
    margin-left: 0.09rem;
  }

  #titleDiv {
    width: 100%;
    height: 0.6rem;
    margin-right: 0;
  }

  #titleDiv>span>a {
    font-size: 0.22rem;
  }

  #titleDiv>span {
    line-height: 0.6rem;
    margin-left: 0.2rem;
  }

  .index-content-first .index-first-right {
    width: 100%;
    margin-top: 0.15rem;
    min-height: 0rem;
  }

  .index-first-right-title li {
    float: left;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    /* margin-right: 0.29rem; */
    font-size: 0.24rem;
    line-height: 0.7rem;
  }

  .index-first-right-title li:nth-of-type(n+2) {
    margin-left: 0;
  }

  .index-first-right-title li:nth-of-type(n+2)::before {
    left: -0.25rem;
  }

  .index-list,
  .index-list2 {
    margin-top: 0.1rem;
    min-height: 0rem;
  }

  .index-list li {
    overflow: hidden;
    font-size: 0.22rem;
    line-height: 0.4rem;
  }

  .index-list li i,
  .index-list2 li i {
    font-size: 0.3rem;
    margin: 0 0.1rem;
  }

  .index-list .sy-mobile-tomore {
    display: block;
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.22rem;
  }

  .index-list .sy-mobile-tomore-btn {
    width: 100%;
    display: block;
    line-height: 0.5rem;
    color: #b8b8b8;
  }

  .index-list2 .sy-mobile-tomore {
    display: block;
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.22rem;
  }

  .index-list2 .sy-mobile-tomore-btn {
    width: 100%;
    display: block;
    line-height: 0.5rem;
    color: #b8b8b8;
  }

  .index-content-second {
    margin: 0.1rem 0;
  }

  .index-content-second li {
    width: 46%;
    height: 2rem;
  }

  .index-content-second li:nth-of-type(n+1) {
    margin: 1% 2%;
  }

  .index-content-second img {
    left: 43%;
  }

  .index-content-second li a {
    width: 100%;
    bottom: 0;
    height: 2rem;
    font-size: 0.22rem;
    z-index: 100;
    line-height: 3rem;
  }

  .index-title {
    font-size: 0.28rem;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
    border-bottom: 0.01rem solid #d0d9e1;
  }

  .index-title span {
    padding-left: 0.2rem;
    padding-right: 0.4rem;
    padding-bottom: 0.05rem;
    border-bottom: 0.05rem solid #1d7acc;
  }

  .index-third-left {
    width: 100%;
    margin-right: 0;
    min-height: 0rem;
  }

  .index-third-left-nav li {
    float: left;
    width: 33%;
    height: 0.6rem;
    margin-right: 0.02rem;
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.6rem;
  }

  .index-third-left-nav li:first-of-type {
    width: 100%;
    background: url("index-third-nav-noclick-mobile.png") no-repeat;
    background-size: 100% 100%;
  }

  .index-third-left-nav .click:first-of-type {
    background: url("index-third-nav-click-mobile.png") no-repeat;
    background-size: 100% 100%;

  }

  .index-third-left-content {
    width: calc(100% - 0.2rem);
    border: none;
    padding-bottom: 0.2rem;
  }

  .index-third-right {
    width: 100%;
    margin-bottom: 0.15rem;
  }

  .index-third-right li {
    width: 100%;
    height: 1.3rem;
    margin-bottom: 0.1rem;
    line-height: 1.3rem;
    font-size: 0.24rem;
    color: #494949;
  }

  .index-third-right li.type6 a {
    width: auto;
    line-height: 1.3rem;
  }

  .index-forth-left {
    width: 100%;
  }

  .index-forth-left-content li {
    width: 46%;
    height: 1.32rem;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .index-forth-left-content li img {
    height: 100%;
  }

  .index-forth-left-content li a {
    box-sizing: border-box;
    width: 100%;
    font-size: 0.24rem;
    line-height: 1.32rem;
    text-align: right;
    padding: 0 0.3rem;
    margin-left: 0;
  }

  .index-forth-right img {
    width: 0;
  }

  .index-forth-right {
    margin-top: 0;
    width: calc(100% - 4%);
    height: 1.32rem;
    padding: 0 2%;
  }

  .index-forth-right a {
    width: 96%;
    height: 96%;
    line-height: 1.32rem;
    font-size: 0.24rem;
    text-align: center;
    background: #daeeff;
    border: 0.01rem solid #5796cc;
  }

  .index-content-fifth {
    margin: 0.2rem 0;
  }

  .index-content-sixth {
    width: 100%;
    font-size: 0.22rem;
  }

  .index-sixth-left,
  .index-sixth-center {
    width: 100%;
    min-height: 2.4rem;
  }

  .index-list2 li {
    font-size: 0.22rem;
    line-height: 0.4rem;
  }

  .index-list.index-list2 .list-content {
    width: 70%;
    line-height: 0.6rem;
  }

  .index-sixth-right {
    width: 100%;
    padding: 0;
  }

  .index-sixth-right-content li {
    width: 46%;
    height: 2rem;
    margin-left: 3%;
    margin-bottom: 0.12rem;
  }

  .index-sixth-right-content li a {
    font-size: 0.22rem;
  }

  .index-sixth-right-content li img {
    margin: .5rem auto 0.3rem;
  }

  .wechat:hover .wechatimg {
    left: 20px;
  }

  .weibo:hover .weiboimg {
    left: 20px;
  }


  /* 专题专栏 */
  .ztzl-title {
    display: none;
  }

  .ztzl-pc {
    width: 100%;
    padding: 0;
    height: 1.8rem;
    border: none;
    margin-top: 0.1rem;
    overflow: hidden;
  }

  .ztzl-box {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .ztzl-box ul {
    width: 400%;
  }

  .ztzl-box li {
    width: 12.5%;
    margin-left: 0;
  }

  .ztzl-box li img {
    width: 100%;
    max-width: 1005%;
    height: 1.8rem;
    max-height: 1.8rem;
  }

  .ztzl-jt {
    width: 99%;
    left: 0;
  }

  .ztzl-jt img {
    width: 5%;
    top: 0;
    transform: translate(0, -50%);
  }

  /* .jt-left{
    left: 0.1rem;
  } */
  .jt-right {
    right: -0.1rem;
  }
}