﻿.content-bj {
  background-image: url(../images/content-bg.jpg);
  align-items: center;
  background-color: #34495e;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
  position: relative;
  text-align: center;
}
.content-text {
  width: 71%;
  margin-right: 10px;
}
.float {
  float: right;
}
.main-content-box {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body-content {
  width: 100%;
  padding: 0.8rem;
  position: relative;
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.2);
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
}

.wrapper-main h1 {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper-main {
  background-image: url(../images/tltle-bj.png);
  width: 100%;
  border-bottom: 1px solid #e6c7c7;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 85px;
  justify-content: center;
}

.CurrentLocation {
  margin-bottom: 5px;
  margin-top: 65px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.CurrentLocation span {
  display: inline-block;
  font-size: 14px;
  color: #999;
  background: #fff;
  height: 28px;
  line-height: 28px;
  position: relative;
  padding-left: 20px;
  box-shadow: 1px 1px 10px rgb(229 229 229);
}

.CurrentLocation span a:nth-of-type(2) {
  padding-left: 20px;
  padding-right: 10px;
}
.CurrentLocation :nth-of-type(1) {
  margin-right: -4px;
  padding-left: 10px;
  z-index: 2;
  box-shadow: none;
}
.CurrentLocation span i.fa {
  padding-right: 5px;
}
.CurrentLocation span a {
  font-size: 14px;
  color: #999;
  display: inline-block;
  background: #fff;
  height: 28px;
  line-height: 28px;
  position: relative;
  padding-right: 10px;
  box-shadow: 1px 1px 10px rgb(229 229 229);
}
.CurrentLocation span a::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 10px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  box-shadow: 2px -2px 4px #e2e2e2;
  top: 4px;

  z-index: 2;
}

@media (max-width: 1200px) {
  .CurrentLocation {
    display: flex;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .CurrentLocation {
    margin-top: 56px;
  }
  .body-content {
    padding: 0.5rem;
  }
}
/*916*/
.wrapper-main {
  display: flex;
  flex-direction: column;
}


/*xgtj*/
.content-properties {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 10px;
  color: #aaa;
  font-size: 13px;
}

.rec {
 border: 1px solid #e7bbbb;
 padding:0 20px;
 margin: 15px;
 box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
 position: relative;
}
.rec span {
 font-weight: bold;
 position: absolute;
 top: -15px;
 left: 10px;
 background: white;
 padding: 0 5px;}

.rec a {
 text-decoration: none;
 color: black;
 display: block;
 margin-top: 20px;}
.rec strong {
  display: block;
  font-size: 15px;
  color: #b58906;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rec p {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 2em;
}
.rec:hover{border-color: #007BFF;font-weight: bold;transition: border-color 0.3s;}
@media (max-width: 250px) {
.rec { display: none;}
}
pre.language-php {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.wrapper-main .time,
.wrapper-main .name,
.wrapper-main .view,
.wrapper-main .collection,
.wrapper-main .fabulous {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.wrapper-main .name a {
  color: #9d9a97;
}
.wrapper-main i.fa {
  margin-right: 3px;
}

@media (max-width: 1200px) {
  .content-properties {
    display: block;
    align-items: center;
    justify-content: unset;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0px;
  }

  .wrapper-main h1 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .wrapper-main .collection,
  .wrapper-main .fabulous {
    display: none;
  }
  .wrapper-main .time,
  .wrapper-main .name,
  .wrapper-main .view {
    display: contents;
  }
  .wrapper-main {
    background-image: none;
  }
}
.article-tag {
  display: flex;
  align-items: center;
}
.article-tag a {
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-tag i.fa {
  margin-right: 5px;
}
.article-tag a:hover {
  color: #5ba4ff;
  transition: color 0.3s;
}

.copyright_notice {
  padding: 8px;
  border-radius: 5px;
  background-color: rgba(82, 97, 114, 0.1);
  font-size: 13px;
  color: #979799;
}

.like_collect_sharing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.like,
.collect {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  margin-right: 5px;
  border-radius: 4px;
  color: #fff;
}
.like:hover,
.collect:hover {
  color: #5ffffc;
  transition: color 0.3s;
  background-color: #c781ff;
}
.like i.fa,
.collect i.fa {
  margin-right: 5px;
}
.like a,
.collect a {
  color: #fff;
}
.like {
  background-color: #139b88c4;
}
.collect {
  background-color: #1c81bec4;
}

.sharing {
  margin-left: auto; 
}

.social-share .fa.fa-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}

.social-share .fa.fa-wechat .wechat-qrcode:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.social-share .fa.fa-wechat:hover .wechat-qrcode {
  display: block;
}
.social-share .fa.fa-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -moz-transition: all 350ms;
}

.social-share .fa.fa-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .fa.fa-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .fa.fa-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.social-share .fa.fa-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .fa.fa-weibo {
  color: #ff763b;
  border-color: #ff763b;
}
.social-share .fa.fa-qzone {
  color: #e7a620;
  border-color: #e7a620;
}
.social-share .fa.fa-qzone:hover {
  color: #fafafa;
  background: #e7a620;
  transition: all ease 0.4s;
}
.social-share .fa.fa-weibo:hover {
  color: #fafafa;
  background: #ff763b;
  transition: all ease 0.4s;
}
.social-share .fa.fa-qq:hover {
  color: #fafafa;
  background: #56b6e7;
  transition: all ease 0.4s;
}
.social-share .fa.fa-wechat:hover {
  color: #fafafa;
  background: #7bc549;
  transition: all ease 0.4s;
}
.fa-qzone:before {
  content: "\f006";
}
@media (max-width: 445px) {
  .like,
  .collect {
    display: none;
  }
  .sharing {
    margin-left: inherit;
  }
}
/*上一篇下一篇*/
.prev-next {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  padding: 15px 5px;
  margin: 10px 0;
  background: #fff;
  border-radius: 4px;
}
.info-prev {
  padding: 0 20px 0 33px;
  text-align: left;
  border-right: 1px solid #eee;
}
.info-prev,
.info-next {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.info-prev > a:after {
  content: "«";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 50px;
  color: #ffc693;
  line-height: 34px;
  margin-top: -21px;
}
.info-next {
  padding: 0 25px 0 10px;
  text-align: right;
}
.info-next > a:after {
  content: "»";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -21px;
  color: #ffc693;
  font-size: 50px;
  line-height: 34px;
}
.info-next a:hover,
.info-prev a:hover {
  color: #5ba4ff;
  font-weight: bold;
  transition: all ease 0.4s;
}

@media screen and (max-width: 670px) {
  .info-prev {
    padding: 0;
    margin-bottom: 10px;
    border-right: 0;
  }
}
@media screen and (max-width: 670px) {
  .info-prev,
  .info-next {
    width: 100%;
  }
}
@media screen and (max-width: 670px) {
  .info-next > a:after,
  .info-prev > a:after {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .info-next {
    padding: 0;
    text-align: left;
  }
}

/*相关推荐*/
.relevant {
  background: #fff;
  border-radius: 4px;
}
.recommends {
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.relevant-name {
  position: relative;
  margin-left: 20px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  height: 40px;
  line-height: 50px;
}
.relevant-name:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 3px solid #ff6f3d;
}

.relevant-main {
  padding: 0 18px;
  margin: 0 0 20px;
}
.relevant-main li.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid rgba(236, 225, 225, 0.8);
  overflow: hidden;
}

.relevant-main .item-img {
  position: relative;
  width: 28%;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
}

.item-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out 0s;
  position: absolute;
}
.relevant-img:hover {
  transition: transform 0.3s ease;
  transform: scale(1.1);
}
.relevant-main .item-content {
  position: relative;
  width: 100%;
  padding-left: 10px;
}
.relevant-main .item-title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.relevant-main .item-title a {
  color: #262626;
  max-height: 56px;
  text-decoration: none;
}
.relevant-main .item-intro {
  height: 52px;
  margin-bottom: 10px;
  line-height: 1.625;
  color: #5a5a55;
  font-size: 16px;
  text-indent: 1em;
}
.relevant-main .item-intro,
.relevant-main .item-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.item-title a:hover {
  color: #5ba4ff;
}
.relevant-main .item-intro:hover {
  color: #ac5d18;
}
.item-column-name:hover {
  color: #5ba4ff;
}

.item-meta-time {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
  color: #b2b2b2;
}
.item-column-name {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
  color: #b2b2b2;
}
.item-meta-eye {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
  color: #b2b2b2;
  font-size: 14px;
}
.item-column-name i.fa,
.item-meta-time i.fa,
.item-meta-eye i.fa {
  padding-right: 5px;
}

.relevant-main .item-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  overflow: hidden;
}
.item-contents {
  position: relative;
  width: 100%;
}
.item-images-pic {
  position: relative;
  width: 24.25%;
  overflow: hidden;
  border-radius: 4px;
  flex: 1;
  margin: 3px;
  max-width: 100%;
  object-fit: cover;
}
.item-images img:hover {
  transition: transform 0.3s ease;
  transform: scale(1.02);
}

.item-meta {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
@media (max-width: 768px) {
  .item-images-pic:nth-child(n + 4) {
    display: none;
  }
}

@media (max-width: 420px) {
  .item-images-pic:nth-child(n + 3) {
    display: none;
  }
}

@media (max-width: 700px) {
  .relevant-main .item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
}

@media (max-width: 600px) {
  .item-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .relevant-main .item-intro {
    display: none;
  }
  .relevant-main .item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
}
@media (max-width: 400px) {
  .item-meta {
    display: none;
  }
}

.body-content img {
  display: flex;
  justify-content: center; 
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important;
  clear: both;
  margin: auto;
}
.body-content {
  line-height: 1.8;
  word-wrap: break-word;
  margin-bottom: 0.5em;
}
br {
  line-height: 1.8;
  word-wrap: break-word;
  margin-bottom: 1rem;
}
.body-content p {
  line-height: 1.8;
  word-wrap: break-word;
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .main-content-box {
    padding: 10px 5px 10px;
  }
  .item-meta-eye {
    display: none;
  }
}
@media (max-width: 1200px) {
  .content-text {
    width: 100%;
    margin-bottom: 10px;
  }
}

.content-right {
  width: 28%;
}
.sidebar-widget {
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.2);
  background: #fff;
  padding: 1.1em;
  border-radius: 4px;
  margin-bottom: 10px;
}
.sidebar-title {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5em;
  margin-top: -0.5em;
  position: relative;
}
.sidebar-title:after {
  content: "";
  background-color: #0084ff;
  left: 1px;
  width: 20%;
  height: 2px;
  bottom: -1px;
  position: absolute;
}
.sidebar {
  padding: 0.6em 0;
}
.img-left {
  float: left;
  overflow: hidden;
  display: block;
  height: 80px;
  width: 100px;
  margin-right: 14px;
}
.img-right {
  float: right;
  overflow: hidden;
  display: block;
  height: 80px;
  width: 100px;
  margin-right: 14px;
}
.img-right img:hover {
  transition: transform 0.3s ease;
  transform: scale(1.2);
}
.img-left img:hover {
  transition: transform 0.3s ease;
  transform: scale(1.2);
}
.img-left img {
  object-fit: cover;
  width: 100px;
  height: 80px;
}
.img-right img {
  object-fit: cover;
  width: 100px;
  height: 80px;
}

.random-text {
  font-size: 14px;
}

.random-text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
}
.random-text .title:hover {
  color: #5ba4ff;
}
.random-text .time {
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.random-text .time i.fa {
  padding-right: 2px;
}
.sidebar-title .name i.fa {
  padding-right: 5px;
}
@media (max-width: 1200px) {
  .content-right {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-sidebar {
    flex: 1;
    margin-right: 0px;
  }
  .content-sidebar:nth-child(1) {
    margin-right: 10px;
  }
}

@media (max-width: 300px) {
  .img-left {
    margin-right: 0;
    margin-bottom: 0px;
    height: auto;
    width: auto;
  }
  .random-text {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .random-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
  }
  .sidebar a {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
  }
}

@media (max-width: 610px) {
  .content-right {
    width: 100%;
    display: block;
  }
  .content-sidebar:not(:last-child) {
    margin-right: 0px;
  }
  .content-sidebar {
    margin-right: 0px;
  }
}

@media (max-width: 1200px) {
  .main-content-box {
    flex-direction: column;
  }
}
.recently-released {
  background: #fff !important;
  border-radius: 4px;
  width: 100%;
}

.project-title {
  position: relative;
  font-size: 17px;
  border-bottom: 1px solid #eee;
  padding: 8px 15px;
}
.project-title:after {
  content: "";
  position: absolute;
  background-color: #0084ff;
  left: 5%;
  width: 20%;
  height: 2px;
  bottom: -1px;
}
.project-content {
  padding: 15px;
  overflow: hidden;
}

.project-content li {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px 0;
  display: block;
  clear: both;
  overflow: hidden;
  border-bottom: 1px dashed #dedede;
  font-size: 16px;
  line-height: 35px;
  cursor: pointer;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.project-content li:last-child {
  border-bottom: 0;
}
.project-content li a:hover {
  color: #5ba4ff;
}
.project-content #num-1 {
  background: #f55c5f;
}
.project-content #num-2 {
  background: #5cc1f5;
}
.project-content #num-3 {
  background: #5c8ef5;
}
.project-content h4 {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 6px;
  color: #fff;
  border-radius: 10px 0 10px 0;
  background: #ddd;
}
/*dx*/

.download {
    position: relative;
    background-color: #fff;
    padding: 1px 15px 15px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}
.down-right {
    position: absolute;
    right: 16px;
    top: 16px;
    height: 24px;
    line-height: 24px; 
    width: 90px; 
    text-align: center;
    font-size: 12px;
    background-color: #d88013;
    color: #fff;
transform: translate(38px,-8px) rotate(
45deg);
}

.down-tion h3 {
    margin: 0;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 600;
    margin-bottom: 10px;
}

.fj-download {
    display: inline-block;
	width: 100%;
    border: 1px solid transparent;
    padding: 3px 12px;
    line-height: 1.5;
    border-radius: 25px;
    color: #fff;
    background-color: #000000;
    margin-bottom: 10px;
    text-align: center;
	cursor: pointer;
}

.xz-option {
    padding: 0 10px;
    padding-top: 15px;
    background: #e9e9e9;
    border-radius: 4px;
    margin-bottom: 15px;	
}
.xz-option li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px 20px 20px;
	    font-size: 12px;
}
.xz-option li {
    position: relative;
flex-wrap: wrap;
}

.xz-option li::before {
    content: ""; 
    position: absolute;
    height: 100%;
    width: 1px;
    left: 5px;
      background: rgb(7, 184, 255);
	 top: calc((14px - 3px) / 2);
}

.xz-option li::after {
    content: ""; 
    position: absolute;  
}

.xz-option li:last-child::before {
display: none;}
.xz-option li::after {
    left: 0px;
    display: inline-block;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    background-color: #07b8ff;
    flex-shrink: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-image: initial;
    border-radius: 50%;
}
/*fj*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
.body-content table {
    width: 100%;
    table-layout: fixed;
}
table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 15px;
    word-break: normal;
} 

.advertisement{
	 max-width: 100%;
    height: auto;
}