body {
  font-family: "SimHei", "黑体", sans-serif;
}
.pc {
  display: block;
}
.m {
  display: none!important;
}
.p_b_60 {
  padding-bottom: 60px;
}
.m_b_25 {
  margin-bottom: 25px;
}
.w_574 {
  width: 574px;
}
.w_369 {
  width: 369px;
}
.btn-up {
  width: 103px;
  height: 103px;
  background: url(../images/icon-top.png) no-repeat;
  position: fixed;
  right: 50px;
  bottom: 300px;
  cursor: pointer;
  display: none;
  z-index: 9999;
}
.index-item-title img {
  display: block;
  width: 100%;
}
.index-title img {
  display: block;
  width: 100%;
}
/* 首页轮播 */
.index-swiper-box {
  height: 675px;
  position: relative;
}
.indexSwiper .swiper-slide a {
  display: block;
}
.indexSwiper .swiper-slide a img {
  width: 100%;
  height: 675px;
}
.index-swiper-title {
  position: absolute;
  width: 100%;
  height: 90px;
  background: rgba(0, 79, 139, .8);
  z-index: 9;
  bottom: 0;
  left: 0;
}
.index-swiper-pagination {
  position: absolute;
  bottom: 25px;
  right: 80px;
  font-size: 26px;
  color: #fff;
  width: 110px;
  z-index: 98;
  font-weight: bold;
  left: auto;
}
.index-swiper-title {
  color: #fff;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-swiper-title h2 {
  font-size: 26px;
  width: 950px;
  padding-bottom: 10px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-swiper-title p {
  font-size: 18px;
  width: 950px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-swiper-btn-prev, .index-swiper-btn-next {
  width: 23px;
  height: 39px;
  position: absolute;
  bottom: 25px;
  z-index: 99;
  cursor: pointer;
}
.index-swiper-btn-prev {
  background: url(../images/index-swiper-btn-prev.png) no-repeat;
  left: 28px;
}
.index-swiper-btn-next {
  background: url(../images/index-swiper-btn-next.png) no-repeat;
  right: 28px;
}
.index-swiper-pagination .swiper-pagination-current {
  font-size: 43px;
  color: #9bdfed;
}
/* 友情链接 */
.title-yqlj {
  width: 1200px;
  margin: 0 auto 30px;
}
.yqlj-box {
  background-color: #e6e6e6;
  height: 250px;
}
.yqlj-con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.yqlj-con a {
  display: block;
  width: 288px;
  height: 164px;
}
.yqlj-con img {
  width: 100%;
  height: 100%;
}
/* 首页主区域 */
.index-main {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.index-main-left {
  width: 833px;
}
.index-main-left li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}
.index-main-left01 {
  width: 233px;
}
.index-main-left01-title {
  overflow: hidden;
}
.index-main-left01-title img {
  width: 100%;
}
.index-main-left01-img {
  height: 171px;
  margin-top: 6px;
  display: block;
}
.index-main-left01-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-main-left02 {
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.index-main-left02-recommend h2 {
  font-size: 22px;
  font-weight: bold;
  color: #0068b6;
  padding-top: 18px;
  line-height: 34px;
}
.index-main-left02-recommend p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 28px;
  padding-top: 10px;
}
.index-main-left02-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #6d6d6d;
  margin-top: 10px;
}
.index-main-left02-list a {
  color: #000;
  font-size: 16px;
  padding-left: 15px;
  width: 250px;
  background: url(../images/icon-dot.jpg) no-repeat 5px center;
  display: block;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-main-right {
  width: 320px;
}
.index-main-right-item {
  border: solid 1px #0068b6;
  margin-bottom: 40px;
}
.index-main-right-title {
  margin-top: -8px;
  display: flex;
  justify-content: center;
}
.index-main-right-title02 {
  margin-top: -14px;
  margin-left: -2px;
}
.index-main-right-swiper {
  overflow: hidden;
  margin-top: 5px;
  position: relative;
}
.index-main-right-swiper01 {
  height: 180px;
}
.index-main-right-swiper02 {
  height: 430px;
}
.index-main-right-swiper a {
  position: relative;
}
.index-main-right-swiper img {
  width: 100%;
  height: 100%;
}
.index-main-right-swiper p, .kdxmt-title {
  position: absolute;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 16px;
  text-align: center;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  box-sizing: border-box;
}
.index-main-right-swiper-kdxmt {
  overflow: hidden;
  margin-top: 5px;
  position: relative;
  padding: 0 15px;
  background-color: #e6e6e6;
}
.index-main-right-swiper-kdxmt a {
  position: relative;
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-main-right-swiper-kdxmt img {
  width: 80px;
  height: 80px;
}
.index-main-right-swiper-kdxmt p {
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}
.index-main-btn-next, .index-main-btn-prev {
  width: 28px;
  height: 50px;
  position: absolute;
  z-index: 999;
  cursor: pointer;
}
.index-main-right-swiper01 .index-main-btn-next, .index-main-right-swiper01 .index-main-btn-prev {
  top: 60px;
}
.index-main-right-swiper02 .index-main-btn-next, .index-main-right-swiper02 .index-main-btn-prev {
  top: 175px;
}
.index-main-btn-next {
  background: url(../images/index-main-swiper-next.png) no-repeat;
  right: 10px;
}
.index-main-btn-prev {
  background: url(../images/index-main-swiper-prev.png) no-repeat;
  left: 10px;
}
/* 首页图片列表 */
.index-img-item {
  display: flex;
  height: 596px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.index-img-item-left {
  width: 795px;
  height: 100%;
}
.index-img-item-left a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.index-img-item-left img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-img-item-left p {
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.index-img-item-right {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-img-item-right a {
  display: block;
  height: 285px;
  position: relative;
  overflow: hidden;
}
.index-img-item-right img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-img-item-right p {
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.index-item-bottom {
  display: flex;
  justify-content: space-between;
}
.index-item-list ul {
  padding-top: 10px;
}
.index-item-list li a {
  font-size: 16px;
  line-height: 38px;
  color: #262626;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 18px;
  background: url(../images/icon-dot.jpg) no-repeat 4px center;
}
.index-item-img-list {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
.index-item-img-list a {
  display: block;
  width: 181px;
  height: 102px;
  position: relative;
}
.index-item-img-list a img {
  width: 100%;
  height: 100%;
  display: block;
}
.index-item-img-list a p {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
/* 右侧列表样式 */
.index-list-item-right {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-list-item-right-title img {
  width: 100%;
}
.index-list-item-zgzb a {
  display: block;
  margin-top: 25px;
  height: 110px;
  padding: 22px 8px;
  overflow: hidden;
  background-color: #f2f0ef;
  display: flex;
  justify-content: space-between;
}
.index-list-item-right-img {
  width: 150px;
  height: 110px;
}
.index-list-item-right-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-list-item-right-text {
  width: 195px;
  height: 110px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.index-list-item-right-text h2 {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-list-item-right-text p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
/* 蝌蚪资源库 */
.kdzyk-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kdzyk-con li {
  list-style: none;
}
.kdzyk-con a {
  display: block;
  position: relative;
  width: 290px;
  height: 216px;
  overflow: hidden;
  margin-bottom: 17px;
}
.kdzyk-con a img {
  display: block;
  width: 100%;
  height: 100%;
}
.kdzyk-con a p {
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
/* 列表页 */
.second-banner {
  width: 100%;
  margin-top: 40px;
}
.second-banner img {
  display: block;
  width: 100%;
}
.list-main {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.list-main-left {
  width: 833px;
}
.list-main-left li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.list-img {
  width: 260px;
  display: block;
  overflow: hidden;
}
.list-img img {
  width: 100%;
  transition: transform .5s;
}
.list-main-left li:hover .list-img img {
  transform: scale(1.1);
}
.list-text {
  width: 530px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 190px;
}
.list-text h2 {
  font-size: 18px;
}
.list-text h2 a {
  color: #000;
}
.list-text p {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 24px;
}
.list-tag {
  font-size: 14px;
  color: #6d6d6d;
  display: flex;
  flex-wrap: wrap;
}
.list-tag span {
  background: url(../images/icon-time.png) no-repeat;
  background-size: 15px 14px;
  padding-left: 20px;
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.a_keyword {
  display: block;
  color: #6d6d6d;
  margin-right: 20px;
  margin-bottom: 10px;
}
/* 分页 */
.page {
  font-size: 14px;
  display: flex;
  justify-content: center;
  color: #949494;
}
.page a {
  display: block;
  padding: 5px 10px;
  border: solid 1px #949494;
  color: #949494;
  margin: 0 5px;
}
.page a:hover {
  color: #fff;
  background-color: #4592f7;
  border: solid 1px #4592f7;
}
.page-current {
  display: block;
  padding: 5px 10px;
  background-color: #4592f7;
  border: solid 1px #4592f7;
  color: #fff;
  margin: 0 5px;
}
.page-jump {
  display: flex;
  padding-left: 15px;
  align-items: center;
}
#JumpPage {
  width: 30px;
  text-align: center;
  border: solid 1px #949494;
}
/* 精品策划 */
.jpch {
  display: flex;
  font-size: 20px;
  flex-wrap: wrap;
  line-height: 40px;
}
.jpch p {
  font-weight: bold;
  color: #0068b6;
}
.jpch a {
  color: #000;
}
.jpch span {
  margin: 0 15px;
}
/* 内容页 */
.content-main {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.content-main-left {
  width: 833px;
}
/* 面包屑导航 */
.current-position {
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #6d6d6d;
  padding-bottom: 20px;
}
.current-position .position-desc {
  color: #0068b6;
  background: url(../images/icon-position.png) no-repeat 0 center;
  padding-left: 20px;
  display: block;
}
.current-position a {
  color: #6d6d6d;
  display: block;
  margin-right: 5px;
}
/*.current-position a::after {
  content: ">";
  margin-left: 5px;
}
.current-position a:nth-of-type(2) {
  display: none!important;
}
.current-position a:last-child::after {
  display: none;
}*/
.current-position i {
  display: block;
  margin: 0 5px;
}
.content {
  overflow: hidden;
}
.content-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  line-height: 50px;
  padding-top: 30px;
}
.content-info {
  font-size: 14px;
  color: #999;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
.content-info span {
  display: block;
  line-height: 30px;
}
.content-pre {
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 14px;
  color: #999;
  border-radius: 5px;
  margin: 30px 0;
  line-height: 24px;
}
.content-box {
  font-size: 16px;
  line-height: 38px;
  color: #333;
}
.content-box img, .content-box video {
  display: block;
  max-width: 100%;
  margin: 20px auto 0!important;
}
.content-author {
  background: url(../images/icon-author.png) no-repeat 0 center;
  padding-left: 20px;
}
.content-source {
  background: url(../images/icon-source.png) no-repeat 0 center;
  padding-left: 20px;
}
.content-date {
  background: url(../images/icon-date.png) no-repeat 0 center;
  padding-left: 20px;
}
/* 检索结果 */
.search-result {
	font-size: 16px;
	text-align: center;
	padding-bottom: 30px;
}
.search-result span {
	color: #f00;
}
.js-curpage {
  display: flex;
}
