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;
}
/* 加载更多 */
.load_more {
    width: 210px;
    height: 64px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #999999;
    text-align: center;
    line-height: 64px;
}
.load_more_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/loading-icon.png?v=20231229194027) no-repeat;
    background-size: 100%;
    margin-left: 5px;
}
.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);
  }
}
/* 加载更多 */
/* footer end */
/* @media (min-width: 1200px){ */
.container {
  width: 1400px;
  margin: 0 auto;
}
/* 头部搜索s */
.top-search {
  height: 80px;
}
.top-search .logo {
  width: 213px;
  height: 48px;
  margin-top: 16px;
}
.top-search__right {
  margin-top: 20px;
}
.top-search__right .no-login {
  width: 31px;
  height: 31px;
  border-radius:50%;
}
.login-text {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}
.login-out {
    display:none;
}
.top-search__right .avatar {
    width: 31px;
    height: 31px;
    border-radius: 50%;
}
.input-box {
  position: relative;
  margin-right: 40px;
}
.input-box .input {
  width: 280px;
  height: 40px;
  border: 1px solid rgba(34, 106, 165, 0.3);
  border-radius: 21px;
  padding: 13px;
}
.input-box .input-search {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 14px;
  bottom: 11px;
}
/* 头部搜索e */
/* 头部导航栏s */
.header-nav {
  width: 100%;
  height: 100px;
  /*ackground: #226aa5;*/
  background: #c92a24;
  /*background: red;*/
}
.nav-container {
  padding: 23px 0px;
}
.nav-container__item {
  color: #ffffff;
  margin-right: 55px;
}
.nav-container__item .name {
  display: inline-block;
  width: 18px;
  height: 54px;
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  margin-right: 18px;
  vertical-align: middle;
  line-height: 27px;
}
.line {
  width: 1px;
  height: 54px;
  opacity: 0.2;
  border: 1px solid #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.nav-ul__first {
  vertical-align: middle;
  margin-bottom: 8px;
}
.nav-ul__two {
    position: relative;
}
.nav-ul__first .nav-ul__name:hover span,
.nav-ul__two .nav-ul__name:hover span {
  color: #ffc030;
}
.nav-ul__first .current .nav-ul__name span,.nav-ul__two .current .nav-ul__name span {
    color: #ffc030;
}
.nav-li {
  margin-right: 38px;
}
.nav-ul__name {
  position: relative;
}
.nav-ul__name span {
  font-size: 17px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.nav-ul__name .nav-line {
  width: 100%;
  height: 8px;
  opacity: 0.1;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  display:none;
}
.current .nav-line {
    display: inline-block;
}
.current span {
    color: #ffc030;
}
.nav-ul__first .nav-ul__name:hover .nav-line,.nav-ul__two .nav-ul__name:hover .nav-line {
  display: inline-block;
}
.nav-ul__first .current .nav-line,.nav-ul__two .current .nav-line {
  display: inline-block;
}
.nav-right {
  margin-left: 35px;
  float:right !important;
}
.nav-right01 {
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}
.down-bg {
  width: 114px;
  height: 114px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 30px;
  z-index: 3;
  display: none;
}
.nav-right01:hover .down-bg,.nav-right03:hover .down-bg,.nav-right04:hover .down-bg{
  display: block;
}
.down-bg img{
  width: 88px;
  height: 88px;
  margin-left: 13px;
  margin-top: 14px;
}
.nav-right01 span:first-child {
  display: inline-block;
  width: 106px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../images/zlssz.png?v=20231229194027) no-repeat;
  background-size: 106px 20px;
}
.arrow-icon {
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url(../images/arrow-down.png?v=20231229194027) no-repeat;
  background-size: 12px 7px;
  vertical-align: middle;
}
.nav-right01:hover .arrow-icon,.nav-right03:hover .arrow-icon,.nav-right04:hover .arrow-icon{
  background: url(../images/arrow-up.png?v=20231229194027) no-repeat;
  background-size: 12px 7px;
}
.nav-right02 {
  position: relative;
}
.nav-right02 span {
  display: inline-block;
  background: url(../images/ksz.png?v=20231229194027) no-repeat;
  background-size: 103px 36px;
  width: 103px;
  height: 36px;
  margin-top: -8px;
  /* position: absolute; */
}
.nav-right03,.nav-right04 {
  position: relative;
}
.nav-right03 span:first-child,
.nav-right04 span:first-child {
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
  margin-right: 6px;
}
/* 头部导航栏e */
/* 底部s */
.footer {
  width: 100%;
  height: 181px;
  background: #f3f3f3;
}
.footer-top {
  width: 100%;
  height: 241px;
  background: rgba(255, 255, 255, 0.05);
}
.footer-top_container {
  padding: 60px 0;
}
.footer-tab {
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}
.footer-tab li {
  margin-right: 45px;
  position: relative;
  height: 40px;
}
.footer-tab li span {
  font-size: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}
.footer-tab .active span {
  color: rgba(255, 255, 255, 1);
}
.footer-tab .active span:nth-child(2) {
  color: rgba(255, 255, 255, 1);
  width: 80px;
  height: 4px;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
}
/* .footer-tab .active-line {
  width: 80px;
  height: 4px;
  opacity: 0.3;
  background: #ffffff;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
} */
.tab-item {
  display: none;
}
.show {
  display: block;
}
#content-box {
  margin-top: 40px;
}
#content-box ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}
#content-box ul li a {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.3);
  line-height: 21px;
}
#content-box a:hover {
  color: #ffffff;
}
.footer-bottom {
  margin-top: 34px;
}
.footer-bottom .bottom-box {
  width: 869px;
  padding-top:25px;
  height: 62px;
  margin: auto;
}
.footer-bottom .bottom-box .jbbky {
  width: 272px;
  height: 62px;
  background: url(../images/jbbky.png?v=20231229194027);
  background-size: 272px 62px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.footer-bottom .bottom-box .hlw {
  width: 323px;
  height: 49px;
  background: url(../images/hlw.png?v=20231229194027);
  background-size: 323px 49px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.footer-bottom .bottom-box .jbdh {
  width: 234px;
  height: 49px;
  background: url(../images/jbdh.png?v=20231229194027);
  background-size: 234px 49px;
  display: inline-block;
  vertical-align: middle;
}
.bottom-box__text {
  margin-top: 34px;
  text-align: center;
}
.bottom-box__text span {

  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Normal;
  font-weight: Normal;
  text-align: center;
  color: #000;
}
.bottom-box__text .frist-text,
.bottom-box__text .two-text,
.bottom-box__text .three-text {
  margin-bottom: 12px;
}
.bottom-box__text span:nth-child(1) {
  margin-right: 50px;
}
.bottom-box__text span:nth-child(2) {
  margin-right: 50px;
}
.bottom-box__text span:nth-child(3) {
  margin-right: 20px;
}
.bottom-box__text .four-text  {
  margin-bottom: 42px;
}
.bottom-box__text .four-text i {
  width: 20px;
  height: 20px;
  background: url(../images/footer-logo.png?v=20231229194027);
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* 底部e */
#back-top {
  position:fixed;
	width:48px;
	height:48px;
	bottom:30px;
	right:30px;
  background: url(../images/backtop-default.png?v=20231229194027);
  background-size: 48px 48px;
  z-index: 99;
}
#back-top:hover {
  position:fixed;
	width:48px;
	height:48px;
	bottom:30px;
	right:30px;
  background: url(../images/backtop-hover.png?v=20231229194027);
  background-size: 48px 48px;
}
/* 公共面包屑导航 */
.cur_place_wrap,.cur_place_wrap a{font-size: 14px;color: #999;margin: 0 5px;}
/*分享*/
.share-to__img a {
  margin-right: 20px !important;
  cursor: pointer;
}
.share-to__img .share_qq{
  width: 16px;
  height: 19px;
  display: inline-block;
  background: url(../images/qq-default.png?v=20231229194027) no-repeat !important;
  background-size: 16px 19px !important;
}
.share-to__img .share_qq:hover{
  width: 16px;
  height: 19px;
  display: inline-block;
  background: url(../images/qq-hover.png?v=20231229194027) no-repeat !important;
  background-size: 16px 19px !important;
}
.share-to__img .share_wx{
  width: 24px;
  height: 20px;
  display: inline-block;
  background: url(../images/weixin-default.png?v=20231229194027) !important;
  background-size: 24px 20px !important;
}
.share-to__img .share_wx:hover{
  width: 24px;
  height: 20px;
  display: inline-block;
  background: url(../images/weixin-hover.png?v=20231229194027) !important;
  background-size: 24px 20px !important;
}
.share-to__img .share_wb{
  width: 22px;
  height: 19px;
  display: inline-block;
  background: url(../images/weibo-default.png?v=20231229194027) !important;
  background-size: 22px 19px !important;
}
.share-to__img .share_wb:hover{
  width: 22px;
  height: 19px;
  display: inline-block;
  background: url(../images/weibo-hover.png?v=20231229194027) !important;
  background-size: 22px 19px !important;
}
.share-to__img .share_zone{
  width: 22px;
  height: 19px;
  display: inline-block;
  background: url(../images/space-default.png?v=20231229194027) !important;
  background-size: 22px 19px !important;
}
.share-to__img .share_zone:hover{
  width: 22px;
  height: 19px;
  display: inline-block;
  background: url(../images/space-hover.png?v=20231229194027) !important;
  background-size: 22px 19px !important;
}
/* common-comment-zb 样式start */
.commont_box {
   width: 1042px;
}
.commont_box .comment {
  /*width: 882px;*/
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(105,170,255,0.10); 
  padding: 43.5px 85px 36px 85px;
  margin-bottom: 30px;
}

commont_box .cmt-header {
  margin-bottom: 11px;
  margin-top: 30px;
}

.commont_box .cmt-header h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  /*margin-top: 6px;*/
}

.commont_box .cmt-header p {
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  margin-left: 20px;
}

.commont_box .comment .avatar {
  width: 49px;
  height: 49px;
  margin-right: 16px;
    border-radius: 50%;
}

.commont_box .comment .textarea {
  width: 717px;
  height: 90px;
  padding: 20px;
  color: #999;
  background: #f8f8f8;
  border: none;
  line-height: 24px;
  resize: none;
  outline: none;
  font-size: 14px;
  overflow: auto;
}
.commont_box .comment .submit{
  cursor: pointer;
  float: right;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border: none;
  background-color: #ffb814;
  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: #226AA5;
  margin-left: 10px;
}

/* end 评论列表标题 */
/* 评论列表 */
.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;
}
/* end 评论列表 */


.nav-more__box {
  display: inline-block;
  cursor: pointer;
  position: relative;
  position: absolute;
  height: 50px;
  width: 65px;
}
.nav-more__box .nav-more {
  margin-right: 10px;
}
.nav-more__box:hover .arrow-icon{
background: url(../images/arrow-up.png?v=20231229194027) no-repeat;
background-size: 12px 7px;
}
/*.nav-more__box-list {*/
/*  position: absolute;*/
/*  z-index: 99;*/
/*  width: 128px;*/
  /*height: 144px;*/
/*  top: 30px;*/
/*  right: -28px;*/
/*  background: rgba(255,255,255,0.96);*/
/*  border-radius: 6px;*/
/*  box-shadow: 0px 1px 5px 0px rgba(34,106,165,0.10); */
/*  padding:10px 0;*/
/*  display:block;*/
/*  overflow-y: auto;*/
/*}*/
/*.more-list__item {*/
/*  font-size: 16px;*/
/*  font-weight: Normal;*/
/*  text-align: center;*/
/*  color: #666666;*/
/*  height:45px;*/
/*  line-height:45px;*/
/*}*/

.nav-more__box-list {
  position: absolute;
  z-index: 99;
  width: 236px;
  /*height: 144px;*/
  top: 30px;
  right: -28px;
  background: rgba(255,255,255,0.96);
  border-radius: 6px;
  box-shadow: 0px 1px 5px 0px rgba(34,106,165,0.10); 
  padding:10px;
  display:none;
  overflow-y: auto;
}
.more-list__item {
  font-size: 16px;
  font-weight: Normal;
  text-align: center;
  color: #666666;
  height:45px;
  line-height:45px;
  width: 107px;
}
.nav-more__box:hover .nav-more__box-list {
  display:block;
  /* overflow-y: auto; */
}
.line3 {
    margin-left: 20px;
}
.meneame{
    display: flex;
    justify-content: center;
    height:40px!important;
    clear:both;
    width:100%;
    overflow:hidden;
    padding:0!important;
    margin-bottom:30px;
}
.meneame span, .meneame strong, .meneame a{
    /*width: 40px;*/
    min-width: 20px;
    height: 40px;
    line-height:40px!important;
    border-radius: 4px;
    background: #f9f9f9;
    float:left;
    font-size: 14px!important;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333!important;
    margin-right:9px!important;
    border:none!important;
    padding: 0 10px!important;
    text-decoration:none;
    box-sizing: content-box;
}
.meneame .total-num{border:none;font-size:12px;} 
.meneame .current{
    /*background:rgb(84, 137, 168);*/
    /*border-color:rgb(84, 137, 168);*/
    /*color:#FFF;*/
    background: #226aa5 !important;
    color:#ffffff!important;
    margin-left: 0;
}
.meneame a:hover{
    background: #226aa5 !important;
    color:#ffffff!important;
}
.hover-div {
    border-right: 1px dashed #d5d5d5;
}
.hover-div:last-child {
    border-right: none;
}
.hover-list p a {
    font-size: 14px;
    color: #666666;
    padding: 0px !important;
}