@charset "utf-8";
.meidasiBox {
  position: relative;
  z-index: 0;
  padding: 1.3rem 0 1.36rem;
}
@media (max-width: 767px) {
  .meidasiBox {
    padding: 3rem 0;
  }
}
#new {
  position: absolute;
  top: -30px;
  left: 0;
}
.meidasiBox .titleBox {
  padding: 0 0 1.7em 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .meidasiBox .titleBox {
    display: block;
    padding-bottom: 1rem;
  }
}
.meidasiBox .titleBox .tab a {
  display: inline-block;
  color: #333;
  margin-right: 0.8rem;
}
.meidasiBox .titleBox .tab .on {
  color: #0088c7;
}
.searchBox {
  position: relative;
  z-index: 0;
  border: 1px solid #ef7406;
  height: 2.6em;
  padding: 0 1.5em 0 4.3em;
  -moz-border-radius: 1.3em;
  -webkit-border-radius: 1.3em;
  border-radius: 1.3em;
}
@media (max-width: 767px) {
  .searchBox {
    margin-top: 1rem;
  }
}
.searchBox .btn {
  cursor: pointer;
  position: absolute;
  left: 1.5em;
  top: 0.3em;
  width: 2em;
  height: 2em;
  background: url(../images/search.png) center center no-repeat;
  background-size: 1.375em auto;
}
.searchBox .input {
  color: #1e252f;
  width: 100%;
  border: 0;
  outline-width: 0;
  line-height: 2.6em;
  height: 2.6em;
}
.searchBox .input::-webkit-input-placeholder {
  color: #999999;
}
.searchBox .input::-moz-placeholder {
  color: #999999;
}
.searchBox .input:-ms-input-placeholder {
  color: #999999;
}
.meidasiBox .label {
  overflow: hidden;
  width: 100%;
  line-height: 2em;
  margin-top: 1.25em;
}
.meidasiBox .labelList {
  margin-right: -1.5em;
}
.meidasiBox .label a {
  color: #333;
  margin-right: 1.5em;
  margin-top: 1.25em;
  padding: 0 2em;
  display: inline-block;
  background-color: #e5e5e5;
  -moz-border-radius: 1.3em;
  -webkit-border-radius: 1.3em;
  border-radius: 1.3em;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .meidasiBox .label a {
    margin-right: 0.8em;
  }
}
.meidasiBox .label a:hover {
  background-color: #0088c7;
  color: #fff;
}
.meidasiBox .list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .meidasiBox .list ul {
    display: block;
  }
}
.meidasiBox .list li {
  width: 31.42%;
  margin-right: 2.85%;
  margin-top: 1.5%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .meidasiBox .list li {
    width: auto;
    margin-top: 1rem;
  }
}
.meidasiBox .list li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .meidasiBox .list li:first-child {
    margin-top: 1.5rem;
  }
}
.meidasiBox .list li .pic {
  position: relative;
  z-index: 0;
  padding-top: 63.63%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.meidasiBox .list li .pic img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 1s;
}
.meidasiBox .list li .pic img {
  -ms-transform: scale(1.05, 1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05, 1.05);
  /* Safari */
  transform: scale(1.05, 1.05);
  /* 标准语法 */
}
.meidasiBox .list li .pic .c-pic1 {
  z-index: 0;
}
.meidasiBox .list li .pic .c-pic2 {
width:100%;
}

/*.meidasiBox .list li .pic em{position: absolute;left: 50%;top: 50%;background: url(../images/paly.png) no-repeat;width: 52px;height: 52px;background-size: 52px;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);z-index:99}*/

/* Iframe container styling */
.iframe-container {
  overflow: hidden; /* Hide overflow for cleaner appearance */
  position: relative; /* Enable relative positioning for child elements */
  width: 100%; /* Ensure full width within its container */
  height: 350px; /* Adjust height as needed for aspect ratio */
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* Remove default border */
}



.meidasiBox .list li .txt {
  margin-top: 1.6em;
  padding: 0 1.9em 1.6em;
  text-align: center;
}

.meidasiBox .list li .txt a{
 margin-top: 1.6em;
color:#333;
}

.meidasiBox .list li .txt .v_title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis
}



@media (max-width: 767px) {
  .meidasiBox .list li .txt {
    margin-top: 1rem;
  }
}
.meidasiBox .list li .name {
  margin-top: 0.3em;
  color: #333;
}
.meidasiBox .list li .date {
  color: #999;
}
.meidasiBox .list li:hover .name {
  color: #0188c8;
}
.meidasiBox .list li .intro {
  color: #999;
  margin-top: 0.6em;
  line-height: 1.7;
  height: 3.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.detailBox {
  width: 64.3%;
  margin: 1rem auto 1.3rem;
}
@media (max-width: 767px) {
  .detailBox {
    width: auto;
    margin: 3rem auto;
  }
}
.detailBox h1 {
  color: #333;
  font-weight: bold;
}
.detailBox .about {
  margin-top: 1.2em;
  color: #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .detailBox .about {
    margin-top: 0.5rem;
  }
}
.detailBox .content {
  border-top: 1px solid #e5e5e5;
  margin-top: 1.2em;
  padding-top: 2.5em;
  color: #666;
  line-height: 1.6;
}
.detailBox .content img {
  max-width: 100%;
  height: auto;
}
.detailBox .content h2 {
  color: #333;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .detailBox .content {
    margin-top: 1.5rem;
  }
}
.detailBot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.65rem;
}
@media (max-width: 767px) {
  .detailBot {
    display: block;
    margin-top: 3rem;
  }
}
.detailBot .goback {
  display: block;
  color: #333;
  padding-left: 1.6em;
  background: url(../images/list.png) 0 center no-repeat;
  background-size: 1em auto ;
  white-space: nowrap;
  *white-space: nowrap;
}
@media (max-width: 767px) {
  .detailBot .goback {
    margin-top: 1rem;
  }
}
.detailBot .goback:hover {
  color: #ed6f00;
}
.turnPage {
  width: 40%;
  color: #666;
  margin-right: 2em;
}
@media (max-width: 767px) {
  .turnPage {
    width: auto;
  }
}
.turnPage a {
  color: #666;
}
.turnPage a:hover {
  color: #ed6f00;
}
.turnPage .item {
  margin-top: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
}
.turnPage .item:first-child {
  margin-top: 0;
}
.detailBox .share {
  width: 40%;
  text-align: right;
}
@media (max-width: 767px) {
  .detailBox .share {
    width: auto;
    text-align: left;
    margin-top: 1rem;
  }
}
.detailBox .share .shareTit {
  vertical-align: middle;
  display: inline-block;
  color: #ed6f00;
}
.detailBox .share .shareList {
  display: inline-block;
}
.detailBox .share .shareList a {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.7em;
  padding: 0 0 0 1.3em;
  height: 1.3em;
  margin-right: 0;
  background: center center no-repeat;
  background-size: contain ;
}
.detailBox .share .shareList a.bshare-sinaminiblog {
  background-image: url(../images/sina.png);
}
.detailBox .share .shareList a.bshare-qzone {
  background-image: url(../images/qz.png);
}
.detailBox .share .shareList img {
  margin-top: 0.3em;
  width: 1.125em;
  height: 1.125em;
  display: inline-block;
  object-fit: contain;
}
.detailBox .share .shareList img:first-child {
  display: inline-block;
}
/*隐私政策*/
.privBox {
  width: 64.3%;
  margin: 0.76rem auto 0.9rem;
}
@media (max-width: 767px) {
  .privBox {
    width: auto;
    margin: 3rem auto;
  }
}
.privBox h1 {
  text-align: center;
  color: #333;
  font-weight: bold;
}
.privBox .content {
  margin-top: 2em;
  color: #666;
  line-height: 2;
}
.privBox .content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .privBox .content {
    margin-top: 1.5rem;
  }
}
/*网站地图*/
.mapBox {
  padding: 0.8rem 0 1rem;
}
@media (max-width: 767px) {
  .mapBox {
    padding: 3rem 0;
  }
}
.mapBox .list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .mapBox .list {
    display: block;
  }
}
.mapBox dl {
  margin-top: 0.86rem;
  width: 31.4%;
  margin-right: 2.8%;
}
@media (max-width: 767px) {
  .mapBox dl {
    width: auto;
    margin-right: 0;
  }
}
.mapBox dl:nth-child(3n) {
  margin-right: 0;
}
.mapBox dt {
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
  padding: 0.5em 0;
}
.mapBox dd {
  margin-top: 0.8em;
  line-height: 2em;
}
.mapBox dd a {
  color: #999;
  display: inline-block;
  margin-right: 1.5em;
}
.mapBox dd a:hover {
  color: #0088c7;
}
.mapBox a {
  color: #333;
}
.mapBox a:hover {
  color: #0088c7;
}
