body,div,dl,
dt,
dd,
ul,
li,
h1,
h3,
h5,
form,
input,
button,
p {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}
em {
  font-style: normal;
  font-weight: normal;
}
h1,
h3,
h5 {
  font-weight: normal;
  font-size: 100%;
}
strong {
  font-weight: 700;
}
input,
button,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
select {
  font-size: 100%;
}
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
ul {
  list-style: none;
}
.clearfix,
.container,
.panel {
  clear: both;
  zoom: 1;
}
.clearfix:after,
.container:after,
.panel:after {
  clear: both;
}
.hidden {
  display: none !important;
}
.show {
  display: block !important;
}
button,
input,
select {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.clearfix:after, .clearfix:before, .container:after, .container:before, .panel:after, .panel:before {
    display: table;
    content: " ";
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
@font-face {
  font-family: "iconfont";
  src: url("Fonts/iconfont.eot?2018722                                                                        0.");
  src: url("Fonts/iconfont.eot?#iefix?2018722") format("embedded-opentype"),
    url("Fonts/iconfont.woff?2018722") format("woff"),
    url("Fonts/iconfont.ttf?2018722") format("truetype"),
    url("Fonts/iconfont.svg#iconfont?2018722") format("svg");
}
body {
  -webkit-font-smoothing: antialiased;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  _background-image: url(about:blank);
  _background-attachment: fixed;
}
body {
  color: #181818;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  height: 100%;
}
a {
  color: #181818;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}
a:hover {
  color: #121212;
  text-decoration: none;
}
h1,
h3,
h5 {
  font-weight: 400;
}
h1 {
  font-size: 32px;
}
.h3,
h3 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
small {
  font-size: 85%;
}
.block {
  display: block !important;
}
.sep {
  padding: 0 10px;
  font-family: simsun;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.text-center {
  text-align: center;
}
.text-primary {
  color: #121212 !important;
}
.pt15 {
  padding-top: 15px !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}

header {
    background-color: #121212;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}
  .newdomain span {
    font-size: 16px;
    color: #ffffff;
  }
  #newdomain {
    color: #ff0000;
    font-weight: bold;
  }
  .navbar-header {
    height: 70px;
    padding: 15px 0;
  }
  .navbar-header .container {
    position: relative;
  }
  .navbar-brand {
    float: left;
    height: 36px;
    width: 100%;
  }
  .logo {
    color: #e5e5e5;
    font-weight: 500;
    font-size: 24px;
}
.tab-content_home {
    width: 100%;
    margin: 0 -5px;
}
.tab-content_home li {
    float: left;
    min-width: 12.5%;
}
.tab-content_home li>a {
    display: block;
    margin: 5px;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.tab-content_home li a {
    line-height: 30px;
    font-size: 13px;
}
.tab-content_home li:nth-child(2) span {
    color: #ED3323;
}
.tab-content_home li:nth-child(3) span {
    color: #2357ED;
}
.tab-content_home li:nth-child(4) span {
    color: #009900;
}
.notice {
    background-color: rgb(18, 18, 18);
}
.notice p:first-child {
    text-align: center;
}
.notice P {
    font-size: 16px;
    color: #FF0000;
    transition: color .3s, background-color .3s;
}
nav, .panel {
    margin-top: 5px;
    padding: 5px;
    background-color: #fff;
}
nav {
    background: #fff;
  }
  nav dl {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ea5f1f;
  }
  nav dt,
  nav dd {
    float: left;
    line-height: 25px;
    text-align: center;
  }
  nav dt {
    width: 12%;
    color: #000;
    font-size: 16px;
  }
  nav dd {
    width: 11%;
    font-size: 16px;
  }
  nav dt a {
    color: #ea5f1f;
  }
  nav dd a {
    color: #666;
  }
  nav dt a:hover,
  nav dd a:hover {
    color: #e74c3c;
  }
  nav dt:after {
    content: "";
    position: absolute;
    margin: 5px 25px 0;
    width: 1px;
    height: 20px;
    background: #ea5f1f;
  }
  .issue a {
    color: red !important;
    font-weight: bold;
}
  #youlian {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#ddab {
    width: 100%;
    height: 20px;
    margin: 5px auto;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    display: block;
}
#ddab .seach {
    width: 100%;
}
#ddab .seach input {
    display: block;
    width: 70%;
    float: left;
    border: 1px solid #EA5F1F;
    padding-top: 8px;
    padding-bottom: 8px;
    text-indent: 0.2em;
}
#ddab .seach button {
    border: none;
    background: #EA5F1F;
    color: #fff;
    display: block;
    width: 28%;
    float: right;
    padding-top: 1px;
    border-radius: 4px;
    cursor: pointer;
    height: 38px;
}
.panel-main {
    width: 100%;
    margin: 0;
    padding: 0;
}
.panel-heading {
    position: relative;
    height: 32px;
    line-height: 32px;
}
.panel-title {
    position: relative;
    float: left;
    margin-left: -20px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
}
.panel-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 20px;
    margin-top: -10px;
    background-color: #121212;
}
.panel-title>small {
    color: #666;
    margin-left: 7px;
    font-weight: 400;
}
.text-primary {
    color: #121212 !important;
}
.thumbnail-group {
    margin: 0 0 0 -20px;
}
.thumbnail-group>li {
    float: left;
    width: 22.7%;
    margin: 20px 0 0 20px;
}
.thumbnail-group>li>.thumbnail {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #454545;
}
.thumbnail-group>li>.thumbnail img {
    display: block;
    width: 100%;
    height: 145px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.video-grade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    line-height: 30px;
    padding: 13px 10px 0 0;
    overflow: hidden;
    color: #fff;
    text-align: right;
    font-size: 12px;
    font-weight: bolder;
}
.thumbnail-group>li>.thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity = 0);
    transition: opacity 300ms linear;
    background:rgba(0, 0, 0, .15);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all ease-out .35s;
    transition: all ease-out .35s;
}
.thumbnail-group>li>.video-info {
    padding-top: 8px;
}
.thumbnail-group>li>.video-info>h5 {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.time {
    width: 50%;
    text-align: left;
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 14px;
    height: 14px;
    margin-top: 5px;
}
.pagination {
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    clear: both;
    font-size: 0;
}
.pagination>li {
    display: inline-block;
    vertical-align: middle;
}
.pagination>li>a {
    display: block;
    margin: 0 4px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background-color: #f5f5f5;
    border-radius: 3px;
    cursor: pointer;
}
.tab-content {
    background: transparent;
    padding: 0 2rem 2rem;
}
.list-group {
    margin: 0 -20px -5px 0;
}
.list-group>li {
    float: left;
    width: 100%;
    color: #666;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 20px;
    font-size: 14px;
}
.list-group>li::before {
    content: "·";
    font-size: 14px;
    padding-right: 8px;
}
.list-group>li>a {
    color: #666;
}
.list-group>li>.sep {
    padding: 0 4px;
    font-size: 12px;
    color: #999;
}
.playercontain {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}
.player {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
}
#dplayer {
    width: 100%;
    height: 100%;
}
.digg_link {
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #e0dfdf;
}
.video-info {
    width: 100%;
}
.block-details {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.block-details .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-right: 1rem;
}
.block-details .item {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    margin: 0 30px 2rem 0;
    display: inline-block;
}
.block-details .item span {
    color: #212121;
    font-weight: 400;
    margin: 0 2.5rem 0 0;
    position: relative;
}
.block-details .item span em {
    color: #212121;
    font-weight: 400;
    margin-left: 3px;
    padding: 0;
}
.block-details .item:first-child {
    display: block;
    margin: 0 0 2rem;
}
.block-details .item:nth-child(2) {
    display: block;
    margin: 0 0 2rem;
}
.block-details .item:last-child {
    margin: 0;
}
.block-details .item a {
    display: inline-block;
    color: #212121;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 15px;
    padding: 8px 10px;
    background-color: #e0dfdf;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    margin: 2px 0 2px 3px;
}
.block-details .item:nth-child(2) p {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 15px;
    padding: 8px 10px;
    background-color: #5555b3;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    margin: 2px 0 2px 3px;
    margin-left: 3px;
    cursor: pointer;
}
.panel-heading button {
    padding: 5px 5px;
    border: none;
    border-radius: 5px;
    background-color: #e0dfdf;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.detail {
    position: relative;
}
#wznr {
    width: 100%;
}
#wznr .nrtitle {
    text-align: center;
    clear: both;
    color: #333333;
    margin: 10px auto;
    line-height: 25px;
}
#wznr .nrtitle h1 {
    text-align: center;
    font-size: 16px;
    clear: both;
    color: #333333;
    margin: 10px auto;
}
#wznr .ttnr {
    width: 98%;
    line-height: 30px;
    padding-left: 10px;
    padding-bottom: 20px;
    clear: both;
    color: #333333;
}
#wznr .ttnr img {
    display: block;
    margin: 5px auto;
    max-width: 90%;
    width: 800px;
    overflow: hidden;
}
.tags-cloud {
    margin: 0 0 3rem;
    padding: 3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.tags-cloud a {
    padding: 0.2rem 0.8rem;
    background-color: transparent;
    border-radius: 15px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    text-transform: uppercase;
    font-weight: bold;
}
.tags-cloud .all {
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    color: #212121;
    background-color: #e0dfdf;
    padding: 12px 20px;
    border-radius: 20px;
    width: 100%;
    margin: 10px 0 0;
}
footer {
    margin-top: 20px;
    padding: 30px 0;
    line-height: 30px;
    color: #999;
    text-align: center;
    background-color: #333;
}
.copyright {
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    text-align: center;
}
footer a {
    color: #999;
}
.breadcrumbs {
    padding: 20px 0;
}
#youlian{
    border:#F1F1F1 1px;

}
#youilan{
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 水平居中 */
}
#youlian ul li{
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-flex; /* 使用 inline-flex */
}
#youlian ul li a{
    font-size: 16px;
    color: #666;
}
.list-tags {
  width: 100%;
}
.list-tags .margin-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-tags .margin-fix {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.margin-fix {
  margin: -10px 0 0 -10px;
  font-size: 0;
  line-height: 0;
}
.list-tags .margin-fix .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.list-tags .item .title {
  height: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding: 20px 0 15px 10px;
}
.item .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: block;
  color: #212121;
  padding: 1rem 1rem 0;
  margin: 0 0 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
}
.list-tags .item a {
  display: inline-block;
  padding: 6px;
}
@media screen and (max-width: 1024px) {
  .list-tags .margin-fix {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-tags .margin-fix .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
  }
}
@media screen and (max-width: 650px) {
  .list-tags .margin-fix .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 767px) {
    /* 样式适用于小屏幕设备 */
    .container {
        width: auto;
    }
    header {
        background-color: #121212;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        width: 98%;
        margin: auto;
      }
    .tab-content_home ul li {
        width: 20%;
    }
    .navbar-brand {
        width: 100%;
        text-align: center;
    }
    nav,.panel {
        margin-top: 10px;
        padding: 5px;
    }
    nav dl {
        padding: 6px 0;
      }
      nav dt {
        width: 14%;
        line-height: 45px;
        font-size: 16px;
        font-weight: bold;
      }
      nav dd {
        width: 21.5%;
        line-height: 25px;
        font-size: 14px;
      }
      nav dt:after {
        margin: 16px 3.6% 0;
      }
      nav .first {
        border-top: 0;
      }
      .panel-main {
        width: auto;
        float: none;
    }
    .panel-title {
        font-size: 16px;
        margin-left: -5px;
        padding-left: 10px;
    }
    .thumbnail-group {
        margin: 0;
    }
    .thumbnail-group>li {
        float: left;
        width: 50%;
        margin: 0;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .thumbnail-group>li>.thumbnail, .thumbnail-group>li>.thumbnail img {
        width: 100%;
        height: 225;
    }
    .tab-content.pt15 {
        padding-top: 0 !important;
    }
    #wznr .ttnr img {
        display: block;
        margin: 5px auto;
        max-width: 90%;
        width: auto;
        overflow: hidden;
    }

  }
  .alldomain p{
font-size:24px;
font-weight:bolder;
margin-bottom: 24px;
  }
  .alldomain p span{
    background-color:#ff0;
    color:#FF0000
  }
  .youxiang{
    color:#FF0000
  }
  .youxiang b{
    color:#000;
    background-color:#ff6
  }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* 样式适用于中等屏幕设备 */
    .navbar-brand {
        width: 100%;
        text-align: center;
    }
    .thumbnail-group>li {
        float: left;
        width: 25%;
        margin: 0;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .thumbnail-group>li>.thumbnail, .thumbnail-group>li>.thumbnail img {
        width: 100%;
        height: 115px;
    }
}
@media screen and (min-width: 1024px) {
    /* 样式适用于大屏幕设备 */
    .navbar-brand {
        width: 100%;
        text-align: center;
    }
}
