/*!
 * ȫ�� �ο� Bootstrap v4.0.0-beta.2
 */



*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  /**filter: grayscale(100%);**/
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}



ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}


b,
strong {
  font-weight: bolder;
}


a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}



img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}


th {
  text-align: inherit;
}


button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}


[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}



[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}


.container {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* ��ҳ */
.swiper-container {
    width: 100%;
    height: 15rem;
    border-bottom:7px solid #f3f3f4;
  }
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*!
 * �޸Ķ�����ɫ 20180918 by �ž���
 */

 .top-nav{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  background-image: linear-gradient(to right, rgb(105, 139, 245), rgb(106, 128, 212));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
.navbar-brand{
    display: inline-block;
    /* margin-right: 1rem; */
    line-height: inherit;
    white-space: nowrap;
    margin: .8rem auto;
}
.navbar-brand img{height: 24px}
.navbar-toggler, .navbar-toggler-close{
    padding: .65rem;
    font-size: 1.2rem;
    line-height: 1;
    background: 0 0;
    display: block;
    position: absolute;
    right: 0;
}
.navbar-back{
	padding: .65rem;
    font-size: 1.2rem;
    line-height: 1;
    background: 0 0;
    display: block;
    position: absolute;
    left: 0;
}
.navbar-back span a{width:100%;height:100%;display:block}
.swiper-slide img{width: 100%}
.navbar-toggler span, .navbar-toggler-close span, .navbar-back span{
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;

}
.navbar-toggler span{
  background-image: url(http://www.find800.cn/statics/images/more190308.png);
}
.navbar-back span{
  background-image: url(http://www.find800.cn/statics/images/left190308.png);
}
.navbar-toggler-close span{
  background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M557.312 513.248l265.28-263.904c12.544-12.48 12.608-32.704.128-45.248-12.512-12.576-32.704-12.608-45.248-.128L512.128 467.904l-263.04-263.84c-12.448-12.48-32.704-12.544-45.248-.064-12.512 12.48-12.544 32.736-.064 45.28l262.976 263.776L201.6 776.8c-12.544 12.48-12.608 32.704-.128 45.248a31.937 31.937 0 0 0 22.688 9.44c8.16 0 16.32-3.104 22.56-9.312l265.216-263.808 265.44 266.24c6.24 6.272 14.432 9.408 22.656 9.408a31.94 31.94 0 0 0 22.592-9.344c12.512-12.48 12.544-32.704.064-45.248L557.312 513.248z' fill='%23ffffff'/%3E%3C/svg%3E");

}

.box-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: background-color 300ms;
  width: 100%;
  border-bottom:7px solid #f3f3f4;
  cursor:pointer;
  padding:5px 15px;
  }
.box-content a.news-link{
  margin-right:10px;
  width: 7.5rem;
  height: 5.5rem;
  overflow: hidden;}
.box-content a img{
  width: 100%;
  height: 100%;
  padding: 2px;
}
.zhuanti{
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.zhuanti a{width: 100%;overflow: hidden;}
.zhuanti h3{
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4rem;
  color: #303030;
}
.box-link{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
.box-link h3{
  font-size: 1rem;
  line-height: 1.4rem;
  height: 3rem;
  color: #303030;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zhuanti >.badge{position: absolute;top:10px;left:10px}
.zhuanti >.badge-home-zhuanti{background-color: #d81e06;color: #fff;display: inline-block;border: none;padding: .3rem;
padding-right: .4rem;}
.badge{
  display: inline-block;
  min-width: 10px;
  padding: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #1f89ff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #1f89ff;
  border-radius: 2px;
}
.home-list-data{
  display: inline-block;
  float: right;
  padding: .3rem;
  padding-right: .5rem;
  color:#8b8b8b}
  .js-more{
    width: 100%;
    height: 2.36rem;
    line-height: 2.36rem;
    background-image: linear-gradient(to right, rgb(80,122, 255), rgb(93, 61, 249));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    color: #fff;
    font-size: 1.05rem;
    border-radius: 1.2rem;
    text-align:center
  }
  .foot-info{
    height: 4rem;
    text-align: center;
    font-size: .8rem;
    line-height: 4rem;
    font-weight: bold;
    color: #808190;
    cursor: pointer;
    background: #fff;
    border-top:7px solid #f3f3f4;
  }
  .foot-info .c{
    background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M64 179.296v537.408C64 745.216 86.72 768 114.752 768H909.28c27.68 0 50.752-22.976 50.752-51.296V179.296A50.88 50.88 0 0 0 909.28 128H114.752C87.072 128 64 150.976 64 179.296zm64 38.784c0-14.4 10.848-26.08 25.568-26.08h716.896c14.112 0 25.568 11.648 25.568 26.08v459.808c0 14.4-10.848 26.08-25.568 26.08H153.568A25.824 25.824 0 0 1 128 677.888V218.08zm32 31.296C160 235.36 171.072 224 185.056 224h653.888C852.768 224 864 235.072 864 249.376v397.248A25.12 25.12 0 0 1 838.944 672H185.056A25.056 25.056 0 0 1 160 646.624V249.376zM320 864c0-17.664 14.592-32 31.424-32h321.152C689.92 832 704 846.848 704 864c0 17.664-14.592 32-31.424 32H351.424C334.08 896 320 881.152 320 864zm-128 64c0-17.664 14.56-32 32.608-32H799.36a32.64 32.64 0 0 1 32.608 32c0 17.664-14.56 32-32.608 32H224.608A32.64 32.64 0 0 1 192 928z' fill='%23707070'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    color: #808190;
    padding-left: 16px;
  }



  .overlay {
      height: 0;
      width: 100%;
      position: relative;
      z-index: 100;
      background-color: #fff;
      overflow-y: hidden;
      transition: 0.1s;
  }
  .overlay-content {
      position: relative;
      top: 25%;
      width: 100%;
      text-align: center;
      margin-top: 30px;
  }

  .login-container {
    height: 0;
    width: 100%;
    position: relative;
    z-index: 100;
    background-color: #fff;
    overflow-y: hidden;
    transition: 0.1s;
}
.login-container {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
}

  .full-height{
    height:100%;
  }

  .hong{
    position: absolute;
    top: 11px;
    font-style: normal;
    color: #fff;
    background-color: #f63756;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    padding: 0;
    left: 32px;
    z-index: 10;
	display: none
  }

  .main-search {
      width: 80%;
      height: 35px;
      padding: 4px 12px;
      background-color: #fff;
      border: 1px solid #d6d6d6;
      box-shadow: none!important;
      border-radius: 5px;
      font-size: 13px;
      line-height: 1.61539;
      color: #444;
      display: inline-block;
      -webkit-appearance: none;
  }
  .main-search:focus{
    border-color:#1f89ff;
  }
  .btn {
    display: inline-block;
    margin-top: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    height: 35px;
    width: 17%;
    font-size: 14px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* margin-left: 5px; */
    }
    .btn-primary {
        color: #fff;
        background-color: #5d9cec;
        border-color: #5899eb;
    }
    .form-group{padding:.9rem;text-align: center;}
    .panel{border-bottom:5px solid #f3f3f4;}
   /* .col-1-5{width:20% }*/
    .list-panel ul{margin: 0 10px;padding: 0;padding-top:10px;}
    .list-panel ul li {display: inline-block;margin-bottom: 10px;text-align: center;}
    .list-panel ul li a{
      display: inline-block;
      margin-top: 0;
      text-align: center;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      white-space: nowrap;
      /*font-size: .75rem;*/
	  font-size: .9rem;
      background-color: #f4f4f4;
      color: #252525;
      padding: .3rem;
    }
    .list-panel h2{padding-left:11px;margin-bottom:0}
    .list-panel h2 a{
      font-size: 1.2rem;
      color: #252525;
      height: 24px;
      line-height: 24px;
      font-weight: normal;
    }

/* ������ҳ */

.news-content{
  padding: 15px 20px;
}
.news-content p img,.news-content div img{
  width: 100%
}
.news-content h1{
  font-size: 24px;
  padding: 10px 0;
  font-weight: 700;
}
.news-content .cont_info{
  font-size: 12px;
  color:#aaaaaa;
  margin-bottom: 10px;
}
.news-content p{
  line-height: 1.76;
  word-wrap: break-word;
  color: #4a4a4a;
  text-align: justify;
  padding: 0;
  margin-bottom: 17px;
  word-wrap: break-word;
  text-indent:2em}
.news-content iframe{width:100%!important;height:220px!important}
.keywords{margin-top: 10px;background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M760.84 485.466c8.818 30.394 13.97 57.689 13.97 90.925 0 153.44-131.06 328.134-322.865 328.134-174.204 0-323.345-151.428-323.345-328.133 0-175.892 159.576-324.111 320.347-324.88 30.29-.145 64.252 4.28 92.227 11.65l13.83-63.025c-32.829-8.971-67.383-13.764-103.057-13.764-215.412 0-390.025 176.663-390.025 392.062 0 215.404 174.613 387.975 390.025 387.975 215.398 0 390.02-174.618 390.02-390.022 0-39.25-5.808-77.149-16.595-112.888l-64.531 21.966z' fill='%23d81e06'/%3E%3Cpath d='M474.937 447.462c6.966 0 13.524 1.016 20.216 1.996l14.882-60.867a188.155 188.155 0 0 0-36.093-3.49c-103.392 0-194.648 83.973-200.291 187.21-6.229 113.942 84.046 194.433 201.286 194.433 103.394 0 186.22-91.039 186.22-194.436 0-13.186-1.372-26.05-3.964-38.469l-65.68 14.212c1.038 6.879 2.995 14.784 2.995 21.95 0 77.55-43.83 134.125-121.377 134.125-74.617 0-134.635-48.033-134.635-128.203 0-69.326 62.585-128.46 136.441-128.46z' fill='%23d81e06'/%3E%3Cpath d='M958.523 223.242l-177.135 7.779-18.92-175.432-43.319 48.543.016.204L603.838 237.47l1.952 1.978 7.586 136.42-158.99 183.36 47.485 40.614 158.992-183.364 138.362-9.852-.012-.183.182.17 115.466-133.176-.192-.157.179-.013 43.675-50.025zm-186.058 133.54l-106.693 7.597-7.6-106.718 72.257-83.344 7.6 106.706 106.712-7.599-72.276 83.358z' fill='%23d81e06'/%3E%3C/svg%3E");padding-left:30px;background-repeat:no-repeat;background-size: 24px;}
.keywords a{display: inline-block;font-size: 12px;line-height: 18px;color:#5d9cec;border: 1px solid #5d9cec;border-radius: 5px;margin-right:5px; padding: 0 5px}

.qr{width: 100%;margin: 2px 0}
.qr img{width: 100%}

.recommend{border-top: 7px solid #f3f3f4;border-bottom: 7px solid #f3f3f4;}
.recommend > .box-content{border-width: 1px;cursor:pointer}
.recommend > .box-title{
  font-size: 1.1rem;
font-weight: bold;
line-height: 1.4rem;
color: #303030;
margin: 10px 0;
padding-left: 5px;
}
#SOHUCS #SOHU_MAIN .module-mobile-cmt-float-bar .float-wrapper .comment-number .has-comment .comment-num{
  height: 1.3em!important
}


/* �б�ҳ */
.title-panel{padding: 10px 0;padding-left: 10px;font-weight: 700}
.list-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: background-color 300ms;
  width: 100%;
  padding: 5px 0;
  border-bottom:1px solid #f3f3f4;
  cursor:pointer;}
.list-content a.news-link{
  margin: 0 5px;
  width: 5rem;
  height: 5rem;
  overflow: hidden;}
.list-content a img{
  width: 100%;
  height: 100%;
  padding: 2px;
}
.list-news-link{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
.list-news-link h3{
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4rem;
  height: 2.4rem;
  color: #303030;
}
.list-keywords{
  display: inline-block;
  padding: .3rem;
  padding-left: 0;
  color:#8b8b8b}

 .top-qr{position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  padding: 0;
  border-bottom:1px solid #DEE5ED;
  box-shadow:rgba(0,0,0,0.1) 0 2px 4px 0;
  width:100%;overflow:hidden;}

 .top-qr img{height:75px;}