.container {
  margin: 0 auto;
  width: 1200px;
}
.index {
  margin-top: 10px;
  width: 1250px;
}
.module-item:last-child{
  display: none;
}

.picad{width:100%;padding: 10px 10px 0px;background: #FFFFFF}
.picad>ul{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;justify-content:space-around;}
.picad>ul li{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:14px;height:70px;line-height:70px;border-radius: 5px;margin: 0 10px 10px 0;}
.picad>ul li:hover{opacity:0.8}
.picad>ul li+.picad>ul li{margin-right: 0;}

.textad {width: 100%;padding: 8px 0;background: #FFFFFF }
.textad>ul li{display:inline-table;width: calc(100% / 5 - 5px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;font-size: 14px;height: 33px;line-height: 33px;}
.textad>ul li a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;font-size: 14px;height: 33px;line-height: 33px;}
.textad>ul li a:hover{opacity:0.8}

.text-gray {
  color: #555;
}
.overflowClip_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.overflowClip_2 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.url-card {
  padding: 0 5px;
}
.url-card:nth-child(1),
.url-card:nth-child(7) {
  padding-left: 0;
}
.url-card:nth-child(12),
.url-card:nth-child(6) {
  padding-right: 0;
}
.url-info p {
  margin-bottom: 0 !important;
  color: #787a7f;
}
.text-xs {
  font-size: 0.75rem !important;
}
.url-card .url-body {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.url-card .url-body:hover {
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  transform: translateY(-6px);
}
.url-card .url-content img {
  float: left;
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: rgba(136, 136, 136, 0.15);
  vertical-align: middle;
}
.url-card .card-body {
  margin-right: 12px !important;
  padding: 0.538rem;
}
.url-info {
  margin: 0 auto;
  margin-bottom: 0;
  padding: 10px;
}
.url-card .url-like {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.url-card .url-like:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30px;
  border-radius: 0.25rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fafafa);
  content: '';
  transition: 0.3s;
}
.url-card .url-like .text-muted {
  position: relative;
  margin-top: 2px;
}
.url-card .card:hover .url-like {
  opacity: 1;
}
.url-card .card:hover .url-like:before {
  left: -50px;
}
.url-card.wechat a.card:after {
  position: absolute;
  right: 10px;
  bottom: -15px;
  display: inline-block;
  margin-left: 10px;
  color: #888;
  content: '\e60d';
  font-size: 66px;
  font-family: iconfont;
  opacity: 0.15;
}
.url-card.down a.card:after {
  position: absolute;
  right: 10px;
  bottom: -10px;
  display: inline-block;
  margin-left: 10px;
  color: #888;
  content: '\e604';
  font-size: 60px;
  font-family: iconfont;
  opacity: 0.15;
}
.url-card.down .mini a.card:after,
.url-card.wechat .mini a.card:after {
  right: 10px;
  bottom: -5px;
  margin-left: 10px;
  font-size: 30px;
}
.url-card a.togo {
  position: absolute;
  top: 14px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.url-card .mini a.togo {
  top: 4px;
}
.url-card a.togo:hover i {
  text-shadow: 0 0 5px;
}
.panel-body .url-card.shortcode-url .card {
  background: rgba(136, 136, 136, 0.1);
}
.url-card .remove-site {
  position: absolute;
  top: -8px;
  right: 0;
  color: #f1404b;
  font-size: 20px;
  line-height: 20px;
}
.url-card .mini .card-body {
  padding: 0.4rem 0.5rem;
}
.url-card .mini .card-body img {
  width: 25px;
  height: 25px;
}
.card {
  position: relative;
  display: flex;
  margin-bottom: 1rem;
  min-width: 0;
  border-width: 0;
  border-radius: 0.25rem;
  background: #fff;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0 0 20px -5px rgba(158, 158, 158, 0.2);
  word-wrap: break-word;
  transition: background-color 0.3s;
  flex-direction: column;
}
.uplist_container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 1250px;
  margin-top: 10px;
}
.dateDiv {
  position: relative;
  overflow: hidden;
  min-height: 446px;
  border-radius: 5px;
  background: #fff;
  padding: 20px 30px;
  padding-bottom: 30px;
}
.datebg {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.dateDiv li {
  float: left;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 12px 15px;
  width: 33.3%;
  border-radius: 4px;
  font-size: 14px;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dateDiv li:hover {
  background: #f9f9f9;
}
.dateDiv li .name {
  float: left;
  width: 30px;
  color: #505050;
  cursor: pointer;
}
.dateDiv li .name img {
  margin-top: 6px;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.dateDiv li .adtitle {
  width: calc(100% - 110px) !important;
}
.dateDiv li .title {
  float: left;
  overflow: hidden;
  width: calc(100% - 162px);
  color: #505050;
  text-indent: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  margin-top: 1px;
}
.dateDiv li .time {
  float: left;
  width: 60px;
  color: #f30;
}
.dateDiv li .btn {
  float: right;
  display: block;
  padding-left: 2px;
  width: 70px;
  border: 1px solid #ececec;
  border-radius: 19px;
  background: #fff;
  color: #505050;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ' ';
  font-size: 0;
}
.content {
  overflow: hidden;
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
  word-wrap: break-word;
  font-size: 0.95rem;
  line-height: 1.7;
}
.content img {
  height: auto;
  max-width: 100%;
}
.laylist {
  float: left;
  display: inline-block;
  overflow: hidden;
  margin-right: 5.3px;
  margin-bottom: 5px;
  width: 32.71%;
  border-radius: 3px;
  background: #fff;
  transition: 0.3s all;
}
.update {
  overflow: hidden;
  margin-top: 13px;
  padding: 0 20px;
  height: 490px;
  background: #fff;
}
.update ul {
  position: relative;
  margin-top: 10px;
  margin-bottom: 5px;
}
.update ul li {
  margin-bottom: 10px;
}
.update ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.update ul li a {
  position: relative;
  float: left;
  overflow: hidden;
  width: 80%;
  height: 40px;
  text-indent: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  line-height: 40px;
}
.update ul li a:before {
  position: absolute;
  top: 18.5px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d6d6d6;
  content: ' ';
}
.update ul li a:hover {
  color: #ff7352;
}
.update ul li span {
  float: right;
  overflow: hidden;
  width: 15%;
  height: 40px;
  color: #8c8c8c;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  line-height: 40px;
}
.update ul li .new-time {
  color: #ff0d0d;
}
.update .page {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.update .page > div {
  position: relative;
  width: 50%;
  height: 35px;
  border: 1px solid #efefef;
  color: #666;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
  user-select: none;
}
.update .page .navtop {
  float: left;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  transition: 0.3s all;
}
.update .page .cfx {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  float: left;
  display: block;
  width: 84px;
  height: 21px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-42deg);
}
.update .page .navbottom {
  float: right;
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100% !important;
  }
  header {
    padding: 10px 20px !important;
    height: 50px !important;
    padding-right: 10px !important;
  }
  .logo {
    width: 100px !important;
    height: 40px !important;
    margin-top: -7px;
    margin-left: -8px;
  }
  .header .tools {
    padding: 0 !important;
  }
  .article_content .left,
  .friends-link,
  .index,
  .indexSearch > div,
  .indexSearch > div .bdlogo img,
  .themead,
  .uplist_container,
  .width50,
  header > div {
    width: 100% !important;
  }
  .article_content .right,
  .backtop,
  .text-sm img,
  .webText {
    display: none !important;
  }
  .tools .search {
    width: 130px !important;
  }
  .search.active .searchIcon {
    right: 100px !important;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  .width100 {
    width: 100% !important;
  }
  .indexSearch {
    display: none;
    margin: 0 !important;
    padding: 10px 0 2px 2px !important;
  }
  .indexSearch > div .bdlogo {
    width: 30% !important;
  }
  .indexSearch > div input {
    width: 40% !important;
  }
  .indexSearch > div .btn {
    width: 20% !important;
  }
  .indexSearch > div .selectul {
    left: 0 !important;
    display: none;
    width: 100%;
  }
  .indexgg a {
    margin: 2px 0;
    width: 100% !important;
    height: 40px !important;
  }
  .nav {
    position: relative;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    padding: 5px 0 !important;
  }

  .nav > div {
    overflow-y: auto !important;
    padding: 0 7px;
    width: 100% !important;
    white-space: nowrap !important;
  }
  .list {
    display: inline-block;
  }
  .nav > div .item.active {
    background: 0 0 !important;
  }
  .index {
    margin-top: 5px;
  }
  .togo,
  .web_site {
    display: none;
  }
  .url-card .card-body {
    margin-right: 0 !important;
    padding: 0.1rem;
  }
  .url-card:nth-child(1),
  .url-card:nth-child(7) {
    padding: 0 5px;
  }
  .url-card:nth-child(12),
  .url-card:nth-child(6) {
    padding: 0 5px;
  }
  .text-sm {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
  }
  .Text-Advertising {
    margin: 2px !important;
    width: 100% !important;
  }
  .indexgg {
    width: 100% !important;
    max-width: 100% !important;
  }
  .indexgg a {
    display: block;
    overflow: hidden;
    margin: 0 !important;
    padding: 2px 0 !important;
    width: 100% !important;
    height: 55px !important;
    border-radius: 0 !important;
  }
  .large-search-from {
    width: 90% !important;
  }
  #guide {
    padding: 0 10px !important;
    width: 100% !important;
  }
  .dateDiv {
    margin: 0 auto;
    padding: 10px 0;
    min-height: 1150px !important;
  }
  .dateDiv li {
    padding: 5px 10px;
    width: 100%;
    font-size: 15px;
  }
  .dateDiv li .title {
    /* width:calc(100% - 99px)!important; */
  }
  .dateDiv li .title img {
    margin-top: -2px;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    vertical-align: middle;
  }
  .dateDiv li .time {
    float: left; /* padding-right:0!important; */
    width: 80px !important; /* text-align:right; */
    padding-left: 14px;
  }
  footer {
    padding: 5px 0 !important;
  }
  footer > div {
    width: 100% !important;
    max-width: 100% !important;
  }
  footer > div ul {
    width: 100% !important;
  }
  footer > div ul li {
    width: 20% !important;
  }
  footer > div .copart {
    margin-top: 10px !important;
  }
}
.Textdiv {
  margin: 8px 0;
}
.Text-Advertising {
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 10px auto;
  padding: 8px 0;
  width: 1250px;
  background: #fff;
  animation: shine 1s infinite linear;
}
.Text-Advertising ul {
  position: relative;
  z-index: 2;
  float: left;
  width: 20%;
}
.Text-Advertising li {
  padding: 3px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.Text-Advertising:after {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  content: '';
}
.Text-Advertising:before {
  position: absolute;
  left: -200%;
  z-index: 3;
  width: 300%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: linear-gradient(0, transparent 20%, rgba(255, 255, 255, 0.4) 50%, transparent 80%);
  content: '';
  transform: rotate(-60deg);
  animation: searchLights 3s ease-in 3s infinite;
  pointer-events: none;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.pdd {
  padding-right: 10px;
}
.pdd:nth-child(4) {
  padding-right: 0;
}
.pdd:nth-child(8) {
  padding-right: 0;
}
.main-container {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
  background: #f8f8f8;
}
.main-container .thumbnail {
  display: block;
  margin-bottom: 10px;
  padding: 4px;
  border: 1px solid #ddd;
  border-color: transparent;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
  line-height: 20px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.main-container .card-defaul {
  padding: 15px 20px 10px 20px;
  height: 145px;
}
.main-container .card-defaul:hover {
  box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.13);
}
.main-container .card-defaul .collection-icon {
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(../images/icons/collect-icon.png) no-repeat;
  background-size: cover;
}
.main-container .card-defaul .eye-icon {
  color: #999;
  font-size: 14px;
}
.main-container .card-defaul .eye-icon:before {
  display: inline-block;
  margin-right: 5px;
  width: 19px;
  height: 11px;
  background: url(../images/icons/eye-icon.png) no-repeat;
  background-size: cover;
  content: '';
  vertical-align: middle;
}
.main-container .card-defaul .img-box {
  overflow: hidden;
  width: 64px;
  height: 64px;
}
.main-container .card-defaul .img-box > img {
  width: 64px;
}
.main-container .card-defaul .mid-text {
  margin-top: 5px;
}
.main-container .card-defaul .card-bottom {
  margin-top: 10px;
}
.main-container .card-defaul .card-bottom .recommend-btn {
  color: #999;
  font-size: 14px;
}
.main-container .card-defaul .card-bottom .recommend-btn:before {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background: url(../images/icons/tuijian.png) no-repeat;
  background-size: 100%;
  content: '';
  vertical-align: middle;
}
.main-container .card-defaul .card-bottom .use {
  color: #67ac80;
  font-size: 14px;
}
.main-container .card-defaul .title {
  overflow: hidden;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-container .card-defaul .title .link {
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
  padding-bottom: 4px;
  height: 20px;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
.main-container .card-defaul .title .desc {
  color: #999;
  font-size: 14px;
}
.friends-link {
  overflow: hidden;
  margin: auto;
  margin-top: 10px;
  width: 1250px;
  background: #fff;
  padding: 20px 30px;
  padding-bottom: 30px;
}
.friends-link h3 {
  margin-bottom: 11px;
  height: 30px;
  color: #847f7f;
  font-size: 15px;
  line-height: 40px;
}
.friends-link ul {
  padding: 9px 21px;
  padding-bottom: 0;
  background: #fbfbfb;
}
.friends-link ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 9px;
}
.friends-link ul li a {
  display: block;
  height: 30px;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 30px;
}
.article_content {
  margin: 13px 0;
}
.article_content .left {
  padding: 15px 20px;
  width: calc((100% - 13px) * 0.69);
  background: #fff;
}
.article_content .left .article-title {
  margin-top: 10px;
  color: #333;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
}
.article_content .left .article-bq {
  margin-top: 0;
  color: #9a9a9a;
  font-size: 16px;
}
.article_content .left .article-bq time {
  float: left;
  margin-right: 35px;
  line-height: 50px;
}
.article_content .left .article-bq span {
  float: left;
  overflow: hidden;
  margin-right: 35px;
  height: 50px;
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
}
.article_content .left .article-bq span a {
  color: #9a9a9a;
}
.article_content .left .article-bq span a img {
  margin-top: -3px;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  vertical-align: middle;
}
.article_content .left .article-bq b {
  float: left;
  margin-right: 35px;
  height: 50px;
  font-weight: 400;
  line-height: 50px;
}
.article_content .left .article-bq strong {
  float: left;
  margin-right: 35px;
  font-weight: 400;
  line-height: 50px;
}
.article_content .left .article-content {
  margin-top: 10px;
  padding: 22px 0 0;
  border-top: 1px solid #ececec;
  color: #333;
  font-size: 15px;
}
.article-content * {
  word-wrap: break-word;
  word-break: normal;
}
.main-article {
  overflow: hidden;
}
.article_content .left .article-content img {
  padding: 10px 0;
  width: auto;
  max-width: 100%;
  max-height: 600px;
}
.article_content .left .article-content img:hover {
  opacity: 0.9;
}
.article_content .left .article-content p {
  display: block;
  margin-bottom: 10px;
  line-height: 30px;
}
.article_content .left .article-content p a {
  padding-bottom: 2px;
  color: #ffa400;
}
.article_content .left .article-content h3 {
  position: relative;
  z-index: 16;
  display: -webkit-inline-box;
  padding: 5px 0 15px;
  border-bottom: 1px solid #fff;
  color: #424242;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}
.article_content .left .article-content > h4 {
  margin: 25px 0 20px;
  padding: 0 0 0 10px;
  border-left: 4px solid #1b54bc;
  font-weight: 700;
  font-size: 18px;
  line-height: 17px;
}
.article_content .left .article-content h5 {
  margin: 0 0 15px;
  padding: 5px 10px;
  background: #e2e2e2;
  color: #333;
  font-weight: 600;
  font-size: 18px;
}
.article_content .left .article-content h6 {
  margin: 0 0 15px;
  padding: 5px 10px;
  background: #5c9dfd;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.article_content .left .article-content h3:before {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: -1;
  width: 45%;
  height: 2px;
  border-radius: 20px;
  background: #1b54bc;
  content: ' ';
  transition: all 0.5s;
}
.article_content .left .article-content h3:hover:before {
  width: 100%;
  transition: all 0.5s;
}
.article-down {
  overflow: hidden;
  width: 100%;
}
.article-down h4 {
  margin: 10px 0 20px;
  padding-top: 20px;
  padding-left: 20px;
  border-top: 1px dashed #ececec;
  background: url(../images/down.svg) left 23px no-repeat;
  background-size: 16px;
  font-weight: 700;
  font-size: 17px;
}
.article-down a {
  float: left;
  display: -webkit-inline-box;
  padding: 10px 15px;
  border: 1px solid #5298ff;
  border-radius: 7px;
  background: #5298ff;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
}
.list_down {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #f6f6f6;
}
.list_down a {
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0 20px 0 6px;
  height: 40px;
  border: 1px solid #5298ff;
  border-radius: 20px;
  background: #5298ff;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 38px;
}
.article_content .left .article-content .tit {
  z-index: 16;
  float: left;
  clear: both;
  display: -webkit-inline-box;
  overflow: hidden;
  padding: 5px 0 15px;
  border-bottom: 1px solid #fff;
  color: #424242;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}
div.Fengdown_tit {
  margin: 10px 0 5px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
div.Fengdown_tit .ico {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: url(../images/ico.png) no-repeat;
  background-position: 0 -36px;
  vertical-align: -2px;
}
span.Fengdown {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 10px 10px 10px 0;
  padding: 0 20px 0 50px;
  height: 37px;
  border: 1px solid #d7d7d7;
  border-width: 1px 1px 4px;
  border-radius: 2px;
  color: #0b588c;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 37px;
  cursor: pointer;
  transition: none;
  width: 146px;
}
span.Fengdown:hover {
  border-color: #0b588c #0b588c #0b4972;
  background-color: #0b588c;
  color: #fff;
}
span.Fengdown .ico {
  position: absolute;
  top: 14.5px;
  left: 11px;
  z-index: 2;
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 8px;
  background: url(../images/ico.png) no-repeat;
  background-position: -63px -166px;
  font-size: 0;
}
span.Fengdown:hover .ico {
  background-position: -80px -166px;
}
span.Fengdown .line {
  position: absolute;
  top: 0;
  left: 32px;
  z-index: 2;
  width: 1px;
  height: 37px;
  background-color: #d7d7d7;
}
.sbtn {
  float: left;
  clear: both;
  display: block;
  display: block;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 10px 15px !important;
  padding: 0 20px 0 6px;
  width: 30%;
  height: 40px;
  border: 1px solid #5298ff;
  border-radius: 20px;
  background: #5298ff;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.list_down i {
  margin-right: 8px;
  padding: 5px 5px;
  color: #5298ff;
}
.list_down a:hover {
  background: #3c86f3;
  color: #fff;
}
.fenxiang {
  float: left;
  margin: 14px 0 0 0;
}
.fenxiang .bdsharebuttonbox a.bds_sqq {
  background: url(../images/qq.svg) no-repeat !important;
  background-size: 35px 35px !important;
}
.fenxiang .bdsharebuttonbox a.bds_qzone {
  background: url(../images/qzone.svg) no-repeat !important;
  background-size: 35px 35px !important;
}
.j-mobile-share {
  float: right;
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 30px;
  background: #424242 url(../images/tu.svg) center no-repeat !important;
  background-size: 16px !important;
}
.article-pl .title {
  margin-bottom: 15px;
  border-bottom: 0;
}
.fenxiang .bdsharebuttonbox a {
  margin: 0 5px !important;
  width: 35px !important;
  height: 35px !important;
}
.fenxiang .bdsharebuttonbox a.bds_weixin {
  background: url(../images/weixin.svg) no-repeat !important;
  background-size: 35px 35px !important;
}
.fenxiang .bdsharebuttonbox a.bds_tsina {
  background: url(../images/weibo.svg) no-repeat !important;
  background-size: 35px 35px !important;
}
.fenxiang .bdsharebuttonbox .bds_more {
  float: right;
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  background: url(../images/plus.svg) no-repeat !important;
  background-size: 40px 40px !important;
}
.bdshare-button-style1-24 .bds_more,
.bdshare-button-style1-24 a {
  padding: 0 !important;
}
.bdshare-button-style1-24 .bds_qzone {
  background-position: 0 -52px;
}
.bdshare-button-style1-24 .bds_tsina {
  background-position: 0 -104px;
}
.bdshare-button-style1-24 .bds_renren {
  background-position: 0 -208px;
}
.bdshare-button-style1-24 .bds_tqq {
  background-position: 0 -260px;
}
.bdshare-button-style1-24 .bds_kaixin001 {
  background-position: 0 -312px;
}
.bdshare-button-style1-24 .bds_tqf {
  background-position: 0 -364px;
}
.bdshare-button-style1-24 .bds_hi {
  background-position: 0 -416px;
}
.bdshare-button-style1-24 .bds_douban {
  background-position: 0 -468px;
}
.bdshare-button-style1-24 .bds_tieba {
  background-position: 0 -728px;
}
.bdshare-button-style1-24 .bds_hx {
  background-position: 0 -988px;
}
.bdshare-button-style1-24 .bds_fx {
  background-position: 0 -1040px;
}
.bdshare-button-style1-24 .bds_ty {
  background-position: 0 -1196px;
}
.bdshare-button-style1-24 .bds_fbook {
  background-position: 0 -1352px;
}
.bdshare-button-style1-24 .bds_twi {
  background-position: 0 -1404px;
}
.bdshare-button-style1-24 .bds_linkedin {
  background-position: 0 -1664px;
}
.bdshare-button-style1-24 .bds_meilishuo {
  background-position: 0 -1716px;
}
.bdshare-button-style1-24 .bds_mogujie {
  background-position: 0 -1768px;
}
.bdshare-button-style1-24 .bds_diandian {
  background-position: 0 -1820px;
}
.bdshare-button-style1-24 .bds_huaban {
  background-position: 0 -1872px;
}
.bdshare-button-style1-24 .bds_duitang {
  background-position: 0 -2028px;
}
.bdshare-button-style1-24 .bds_youdao {
  background-position: 0 -2080px;
}
.bdshare-button-style1-24 .bds_wealink {
  background-position: 0 -2184px;
}
.bdshare-button-style1-24 .bds_copy {
  background-position: 0 -2288px;
}
.bdshare-button-style1-24 .bds_mail {
  background-position: 0 -2340px;
}
.bdshare-button-style1-24 .bds_print {
  background-position: 0 -2392px;
}
.bdshare-button-style1-24 .bds_mshare {
  background-position: 0 -2444px;
}
.bdshare-button-style1-24 .bds_sqq {
  background-position: 0 -2652px;
}
.bdshare-button-style1-24 .bds_sdo {
  background-position: 0 -2704px;
}
.bdshare-button-style1-24 .bds_qingbiji {
  background-position: 0 -2756px;
}
.bdshare-button-style1-24 .bds_people {
  background-position: 0 -2808px;
}
.bdshare-button-style1-24 .bds_xinhua {
  background-position: 0 -2912px;
}
.bdshare-button-style1-24 .bds_yaolan {
  background-position: 0 -2964px;
}
.bdshare-button-style1-24 .bds_thx {
  background-position: 0 -2496px;
}
.bdshare-button-style1-24 .bds_bdhome {
  background-position: 0 -156px;
}
.bdshare-button-style1-24 .bds_bdxc {
  background-position: 0 -2548px;
}
.bdshare-button-style1-24 .bds_bdysc {
  background-position: 0 -3068px;
}
.bdshare-button-style1-24 .bds_isohu {
  background-position: 0 -3016px;
}
.bdshare-button-style1-24 .bds_more {
  background-position: 0 0;
}
.bdshare-button-style1-24 .bds_ibaidu {
  background-position: 0 -3120px;
}
.bdshare-button-style1-24 .bds_weixin {
  background-position: 0 -1612px;
}
.bdshare-button-style1-24 .bds_iguba {
  background-position: 0 -1300px;
}
.bdshare-button-style1-24 .bds_h163 {
  background-position: 0 -3168px;
}
.bdshare-button-style1-24 .bds_evernotecn {
  background-position: 0 -3211px;
}
.bdshare-button-style1-24 {
  zoom: 1;
}
.bdshare-button-style1-24:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: '.';
}
.bdshare-button-style1-24 .bds_more,
.bdshare-button-style1-24 a {
  float: left;
  margin: 6px 6px 6px 0;
  padding-left: 25px;
  height: 24px;
  background-image: url(../img/share/icons_1_24.png?v=37be22f4.png);
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
.bdshare-button-style1-24 a:hover {
  color: #333;
  opacity: 0.8;
}
.bdshare-button-style1-24 .bds_more {
  float: left;
  color: #333;
}
.copyurl {
  float: right;
  margin: 14px 0 0 0;
}
.article_content .right {
  padding: 15px 20px;
  width: calc((100% - 13px) * 0.31);
  background: #fff;
}
.article_content .right .title {
  border-bottom: 0;
}
.article-content blockquote {
  position: relative;
  margin: 25px 0;
  padding: 45px 45px 30px;
  border-color: #c0c6cc;
  background-color: #f8f8fa;
  font-family: Lantinghei SC, Open Sans, Arial, Hiragino Sans GB, Microsoft YaHei, \\5fae\8f6f\96c5\9ed1, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
}
.article-content blockquote:before {
  top: 20px;
  left: 20px;
  background: url(../images/blockquote.png) no-repeat 0 0;
}
.article-content blockquote:after,
.article-content blockquote:before {
  position: absolute;
  display: block;
  width: 1pc;
  height: 14px;
  content: '';
}
.article-content blockquote:after {
  right: 20px;
  bottom: 20px;
  background: url(../images/blockquote.png) no-repeat -1pc 0;
}
.article-end {
  box-sizing: content-box;
  margin-bottom: 15px;
  padding: 20px 0;
  height: 30px;
  border-bottom: 1px solid #ececec;
}
.article-end .tag {
  float: left;
  overflow: hidden;
  height: 30px;
}
.article-end .tag span {
  position: relative;
  float: left;
  display: block;
  margin-right: 5px;
  width: 35px;
  height: 30px;
  color: #666;
  line-height: 30px;
}
.article-end .tag a {
  position: relative;
  float: left;
  display: block;
  margin-top: 3px;
  margin-right: 5px;
  padding: 0 15px;
  height: 25px;
  border-radius: 17px;
  background: #f0f0f0;
  color: #888;
  font-size: 13px;
  line-height: 24px;
}
.article-end .tag a:hover {
  background: #ffa400;
  color: #fff;
  transition: all 0.3s;
}
.article-end .tag a:hover:before {
  border-right: 9px solid #ffa400;
  transition: all 0.3s;
}
.article-end .xg {
  float: right;
  overflow: hidden;
  height: 30px;
}
.article-end .xg .bdsharebuttonbox a.bds_sqq {
  background: url(../images/qq.svg) no-repeat !important;
  background-size: 30px 30px !important;
}
.article-end .xg .bdsharebuttonbox a.bds_qzone {
  background: url(../images/qzone.svg) no-repeat !important;
  background-size: 30px 30px !important;
}
.article-end .xg .bdsharebuttonbox a {
  margin: 0 4px !important;
  width: 30px !important;
  height: 30px !important;
}
.article-end .xg .bdsharebuttonbox a.bds_weixin {
  background: url(../images/weixin.svg) no-repeat !important;
  background-size: 30px 30px !important;
}
.article-end .xg .bdsharebuttonbox a.bds_tsina {
  background: url(../images/weibo.svg) no-repeat !important;
  background-size: 30px 30px !important;
}
.article-end .xg .bdsharebuttonbox .bds_more {
  float: right;
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background: url(../images/plus.svg) no-repeat !important;
  background-size: 30px 30px !important;
}
.themead {
  margin: 0 auto;
  margin-top: 10px;
  width: 1250px;
  border-radius: 5px;
  background: #fff;
}
.width50 {
  width: 50% !important;
}
.themead li {
  position: relative;
  float: left;
  padding: 2px;
  width: 1250px;
  height: 65px;
}
.themead li::before {
  position: absolute;
  right: 2px;
  bottom: 4px;
  width: 25px;
  height: 16px;
  background: url(../img/admark.png);
  color: #fff;
  content: '';
  text-align: center;
  font-size: 12px;
  opacity: 1;
}
.web_site {
  margin: 0 auto;
  margin-top: 10px;
  width: 1250px;
}
.content_href {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 6px #e0e0e0;
}
.body_skin .content_href {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.body_skin .body_skin {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.class_name {
  float: left;
  width: 79px;
  height: 45px;
  border-right: 1px solid #eaeaea;
  color: #333;
  text-align: center;
  font-size: 15px;
  line-height: 45px;
}
.class_name:hover {
  color: #409eff;
}
.class_href {
  float: left;
  width: calc(100% - 80px);
}
.class_href a.rec_a {
  position: relative;
  float: left;
  display: block;
  width: calc((100% - 20px) / 7);
  height: 45px;
  color: #333;
  text-align: center;
  font-size: 15px;
  line-height: 45px;
  transition: all 0.3s;
}
.class_href a.rec_a:hover {
  color: #409eff;
}
.class_href .rec_a img {
  margin-bottom: 2px;
  height: 18px;
}
.href_title {
  position: relative;
  z-index: 2;
  height: 40px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.02);
  line-height: 40px;
}
.href_href .list_class:nth-child(2n-1) {
  background-color: #f5f5f7;
}
.href_href {
  position: relative;
  z-index: 1;
}
.href_title_name {
  position: absolute;
  left: 0;
  padding-left: 15px;
  font-size: 15px;
  line-height: 40px;
}
.href_title_name:hover {
  color: #333;
}
.content_href {
  margin-bottom: 20px;
}
.content_href:nth-last-child(1) {
  margin-bottom: 0;
}
.content_right .right_box {
  margin-bottom: 15px;
  width: 305px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.12);
}
.body_skin .content_right .right_box {
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2);
}
.top_count {
  background: red;
  position: absolute;
  /* right: -1px; */
  top: 4px;
  color: #fff;
  padding: 0 5px;
  height: 15px;
  line-height: 16px;
  border-radius: 5px;
  font-size: 12px;
}

.top-ad-img {
  width: 100%;
  background: #fff;
  padding: 10px 10px 5px;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 0px;
}
.top-ad-img span {
  display: block;
}
.top-ad-img span img {
  width: 100%;
  height: 80px;
}
.top-ad-img .d {
  width: 100%;
  margin-bottom: 10px;
}
.top-ad-img .x a {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 610px;
}
.top-ad-img .x a:nth-child(2n) {
  float: right;
}
.top-ad-img a {
  position: relative;
}
.top-ad-img a:before {
  position: absolute;
  content: ' ';
  width: 26px;
  height: 1pc;
  background: url(/static/images/watermark.png);
  right: 0;
  font-size: 9pt;
  text-align: center;
  bottom: 0;
  color: #fff;
}
.top-ad-img a {
  position: relative;
  display: block;
  margin-bottom: 7px;
}
@media screen and (max-width: 800px) {
  .add,
  .header-important,
  body {
    width: 100%;
    min-width: 100%;
  }
  .top-ad-img span img {
    height: 30px;
  }
  .top-ad-img .x a {
    width: 49.2%;
    margin-left: -1%;
  }
  .top-ad-img a {
    position: relative;
    display: block;
    margin-bottom: 7px;
    margin-left: -1%;
  }
}

.softGroup {
  background: #fff;
  width: 1250px;
  margin: auto;
  padding: 20px 30px;
  padding-bottom: 30px;
}

.softGroup ul {
  margin-top: 35px;
}
.softGroup ul li {
  float: right;
  /* margin-right: -25px; */
  width: calc((100% - 4px * 4) / 5);
}
.softGroup ul li a {
  display: block;
  margin-bottom: 30px;
}
.softGroup ul li a > img {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 5px;
  float: left;
}
.softGroup ul li a > div {
  float: left;
  margin-left: 15px;
  width: calc((100% - 62px - 15px));
  padding-top: 8px;
}
.softGroup ul li a > div h3 {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.softGroup ul li a > div p {
  font-size: 14px;
  color: #909090;
  line-height: 20px;
  margin-top: 4px;
}
.sjbj .index-news-article {
 
}
.sjbj .index-news-article .title{
  padding-top: 10px;
  padding-left: 5px;
}
.sjbj .news-article-title{
  width: 100%;
}
.sjbj .index-news-article:nth-child(2){
  padding-left: 10px;
  padding-right: 10px;
}
.sjbj .index-news-article:nth-child(3){
background: #fff;
}
@media screen and (max-width: 800px) {
  .module-item:last-child{
    display: inline-block;
  }
  .module-list{
    margin-top: 0px !important;
  }

  .film-list{
    background: none !important;
    display:block !important;
    padding: 10px 10px 0px 10px !important;
    position: relative;
  }
  .index_rj ul li a > div{
    margin-left: 0px !important;
    padding-left: 3px;
    padding-right: 3px;
  }

  .film-list .tpl-tr-wai{
    background: #FFFFFF !important;
    height: 330px !important
  }

  .film-list .tpl-tr {
    width: 100% !important;
  }

  .film-list .list-top{
    margin-top: 6px !important;
  }


  .film-list .list-top li{
    width: calc(33.33% - 28px) !important;
    border-radius: 5px !important;
    height: 150px !important;
    margin: 0 17px 0px 12px !important;
    margin-bottom: 10px !important;
  }

  .film-list .list-top li:nth-child(3n){
    margin-right: 0px !important;
  }
  .film-list .list-top li .img{
    height: 150px !important;
  }
  .film-list .list-top li .text{
    height: 150px !important;
  }

  .picad>ul li{
    height: 34px;
  }


  .sjbj .index-news-article:nth-child(2){
    padding-left: 0px;
    padding-right: 0px;
  }
  .top-ad-img {
    margin-top: 0px;
  }
  .softGroup {
    width: 100%;
    margin: auto;
    border-radius: 5px;
    margin-top: 0px;
    padding: 10px 10px 0px 10px;
    background: none;
  }

  .softGroup .title{
    background: #FFFFFF;
  }

  .AddateDiv {
    border-bottom: none !important;
  }



  .softGroup ul {
    margin-top: 35px;
  }
  .softGroup ul li {
    float: right;
    /* margin-right: -33px; */
    width: calc((100% - -10px * 4) / 5);
    margin-right: -8px;
  }
  .softGroup ul li a {
    display: block;
    margin-bottom: 30px;
  }
  .softGroup ul li a > img {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 5px;
    float: left;
  }
  .softGroup ul li a > div {
    float: left;
    margin-left: 0px;
    width: calc((100% - 35px - -12px));
    padding-top: 8px;
  }
  .softGroup ul li a > div h3 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
  }
  .softGroup ul li a > div p {
    font-size: 14px;
    color: #909090;
    line-height: 20px;
    margin-top: 4px;
  }
  .sjbj .index-news-article {
    margin-bottom: 10px;
    
  }

  .sjbj .index-news-article:nth-child(2),
  .sjbj .index-news-article:nth-child(3) {
    height: 100%;
  }
  .friends-link {
    margin-top: -17px !important;
  }
  .dateDiv li .title {
    width: calc(100% - 186px);
  }
}
#page {
  text-align: center;
}
.layui-laypage a, .layui-laypage span {
  border-radius: 21px !important;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 15px 5px 0 5px;
  font-size: 14px;
  color: #007bf5;
}
.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
  border: 1px solid #007bf5 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #007bf5;
  border-radius: 21px !important;

}