body {
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.clearfix {
  zoom: 1;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
/* 加载更多 */
.load_more {
  width: 210px;
  height: 48px;
  background: #f8f8f8;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #999999;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
  cursor: pointer;
}
.load_more_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/loading-icon.png?v=20230710102157?v=20230710140738) no-repeat;
  background-size: 100%;
  margin-left: 5px;
  vertical-align: middle;
}
.load_more_animate {
  -webkit-transform: rotate(360deg);
  animation: rotation 1.5s linear infinite;
  -moz-animation: rotation 1.5s linear infinite;
  -webkit-animation: rotation 1.5s linear infinite;
  -o-animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* 公共面包屑导航 */
.cur_place_wrap,
.cur_place_wrap a {
  font-size: 14px;
  color: #999;
  margin: 0 5px;
}
.bread-crumbs {
  margin-bottom: 15px;
}
/* 加载更多 */
/* footer end */
/* @media (min-width: 1200px){ */
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.bg {
  background: url(../images/bg-img2.png?v=20230710102157?v=20230710140738) no-repeat;
  background-size: 100% 140px;
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.first-box {
  width: 100%;
  /* height: 40px; */
  opacity: 0.8;
  background: #ffffff;
  padding: 14px 0;
}
/* body {
  background: url(../images/bg-img.png?v=20230710102157?v=20230710140738) no-repeat;
  background-size: 100% 800px;
} */
/* 天气 */
.weather-box span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.login-box span a,.login-box span{
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
/* 搜索 */
.two-box {
  padding: 20px 0;
}
.two-box .logo {
  width: 237px;
  height: 54px;
  display: block;
}
.search-box {
  position: relative;
  width: 240px;
  background: #ffffff;
  border: 1px solid #528dff;
}
.search-box input {
  width: 186px;
  height: 36px;
  padding: 11px 16px;
}
.search-btn {
  width: 56px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
}
/* 导航 */
.nav {
  background: linear-gradient(180deg, #71baff, #0068c9);
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 24px;
}
.nav li {
  width: 200px;
  font-size: 18px;
  /* font-weight: 500; */
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.footer-box {
  width: 100%;
  background: #1d2332;
}
.footer-container {
  padding: 47px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-logo {
  width: 238px;
  height: 54px;
  display: block;
  margin-right: 56px;
}
.footer-container span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.7;
  display: inline-block;
  margin-right: 40px;
}
.link-list {
  width: 810px;
}
.link-list li a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.7;
  display: inline-block;
}
.link-list li{
  margin-right: 15px;
  margin-bottom: 10px;
}
.footer-bottom {
  padding: 48px 0 38px 0;
  text-align: center;
}
.footer-bottom div {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
}

.commont_box .comment {
  /*width: 882px;*/
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 8%);
  padding: 43.5px 40px 6px 40px;
  margin-bottom: 30px;
}

.commont_box .cmt-header {
  margin-bottom: 11px;
  margin-top: 30px;
}

.commont_box .cmt-header h2 {
  font-size: 26px;
  color: #333;
  font-weight: 500;
  background: url(../images/bl_boider.png?v=20230710102157?v=20230710140738) no-repeat;
  background-position: center 28px;
  background-size: 100%;
  /*margin-top: 6px;*/
}

.commont_box .cmt-header p {
  font-size: 14px;
  color: #999;
  line-height: 48px;
  margin-left: 20px;
}

.commont_box .comment .avatar {
  width: 49px;
  height: 49px;
  margin-right: 16px;
  border-radius: 50%;
}
.commont_box .comment .textarea {
  width: 555px;
  height: 90px;
  padding: 20px;
  color: #999;
  background: #f8f8f8;
  line-height: 24px;
  resize: none;
  outline: none;
  font-size: 16px;
  overflow: auto;
  border: 1px solid #f0f0f0;
}
.commont_box .comment .submit {
  cursor: pointer;
  float: right;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: none;
  background-color: #0083ff;
  background-size: 100%;
  font-size: 16px;
  color: #fff;
}
.v_middle_l .textarea,
.g_middle_l .textarea {
  width: 540px;
}

.commont_box .cmt-content {
  position: relative;
}

.commont_box .cmtlist-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-top: 40px;
}

.allcmt {
  font-size: 18px;
  color: #222;
  font-weight: 500;
}

.numcmt {
  font-size: 14px;
  color: #0083ff;
  margin-left: 10px;
}

.commont_box .comment-item-main {
  margin: 30px 0 0 68px;
}

.commont_box .comment-item-content {
  color: #666;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
  padding: 0 0 30px 0;
}

.commont_box .comment-item-pubdate {
  float: right;
  font-size: 14px;
  margin-left: 13px;
  color: #999;
}

.commont_box .comment-item-author {
  font-size: 14px;
  color: #999;
}

.commont_box .comment-item-content img {
  max-width: 250px;
  max-height: 250px;
}
#cmtlist {
  margin-bottom: 30px;
}
.act .nav_name span {
  font-size: 22px;
  /*border-bottom: 8px #fc4748 solid;*/
  position: relative;
  top: -5px;
  font-weight: 900;
  background: url(../images/index_ch.png?v=20230710102157?v=20230710140738) no-repeat center bottom;
}

.ad-box {
  width: 380px;
  margin-top: 133px;
}
.ad-box img {
  width: 100%;
}
.back_home a {
  font-size: 14px;
  color: #999999;
  padding-left: 18px;
  background: url(../images/back_home.png?v=20230710102157?v=20230710140738) no-repeat;
  background-size: 15px 13px;
  background-position: left center;
}
.back_list a {
  font-size: 14px;
  color: #999999;
  padding-left: 18px;
  background: url(../images/back_back.png?v=20230710102157?v=20230710140738) no-repeat;
  background-size: 15px 13px;
  background-position: left center;
}
.article-toolbar .clickNum {
  padding-left: 24px;
  background: url(../images/article_praise.png?v=20230710102157?v=20230710140738) left center transparent no-repeat;
  background-size: 18px 19px;
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
  display: inline-block;
  line-height: 21px;
}
.article-toolbar .cmtNum {
  padding-left: 22px;
  background: url(../images/article_cmt.png?v=20221019121011?v=20230710102157?v=20230710140738) left center transparent no-repeat;
  background-size: 16px 17px;
  font-size: 14px;
  color: #999999;
  display: inline-block;
  line-height: 21px;
}
.video-right__top {
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    background: url(../images/bl_boider.png?v=20230710102157?v=20230710140738) no-repeat;
    background-position: center 33px;
    background-size: 84px 8px;
    border-bottom: 1px solid #ededed;
}