/*
 * @Description: 
 * @Author: DeadRomance.Zs
 * @Date: 2019-01-11 02:24:38
 * @LastEditTime: 2019-02-15 17:55:41
 * @LastEditors: Please set LastEditors
 */
 .fl{
   float:left;
 }
 .fr{
   float:right;
 }
 .clearfix::after{
   content:'';
   display:block;
   clear:both;
   visibility: hidden;
 }
 li {
    list-style-type: none;
    color: #fff;
  }
  .TenYears_list_content{
    padding-bottom: 70px;
    padding-top:40px;
  }
  #TenYears_content .contentTopShow{
    width:1420px;
    margin:20px auto 0;
    border-radius:6px;
    height: 90px;
    overflow: hidden;
  }
  #TenYears_content .contentTopShow img{
    width:100%;
  }
  .article_recomment{
     margin-bottom:26px;
  }
  .article_recomment .picArticle{
    display:block;
    border-radius:5px;
    overflow: hidden;
  }
  .article_recomment .picArticle img{
    display:block;
    width:100%;
    height: 100%;
  }
  .article_recomment .picArticle.topPicArticle{
    width:184px;
    height: 56px;
    margin-bottom:20px;
    background:url('/abc/MoBanImgs/TenYears2019/PC/Zixin/common/images/lBgLazy.png') no-repeat 100% 100%;
  }
  .article_recomment .picArticle.bottomPicArticle{
    width:184px;
    height: 136px;
    margin-bottom:16px;
    background:url('/abc/MoBanImgs/TenYears2019/PC/Zixin/common/images/bgLazy.png') no-repeat 100% 100%;
  }
  .articleList li{
    font-size:0;
    margin-bottom:12px;
  }
  .articleList li span{
    float:left;
    line-height: 22px;
    font-size:14px;
    color:#222;
  }
  .TenYears_list_left .wechatCode .title_wechatCode{
    margin-bottom: 14px;
    margin-top: 44px;
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 10px;
  }
  .TenYears_list_left .wechatCode .title_wechatCode p{
    padding-left: 18px;
    border-left: 3px solid #da1520;
    font-size: 20px;
    color: #222;
    line-height: 20px;
  }
  .TenYears_list_left .wechatCode a img{
    width:184px;
  }
  .articleList li span.decoration{
    display: none;
    width:4px;
    height: 4px;
    background:#da1520;
    margin-right:6px;
    margin-top:9px;
  }
  .articleList li span.txt{
    width:174px;
    max-height: 44px;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .TenYears_detail{
    width: 799px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 50px;
    float: left;
  }
  .TenYears_detail .h1_title {
    font-size: 32px;
    color: #000;
    line-height: 1.25;
    font-weight: bold;
    width: 799px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-align: justify;
    word-break:break-all;
  }
  .TenYears_detail .detail_top {
    height: 38px;
    margin-top: 20px;
  }
  .TenYears_detail .detail_top .date_left {
    float: left;
  }
  .TenYears_detail .detail_top .date_left .label {
    padding: 0 10px;
    height: 30px;
    border-radius: 4px;
    color: #576b95;
    font-size: 14px;
    border: 1px solid #576b95;
    text-align: center;
    line-height: 30px;
    float: left;
    cursor: pointer;
    margin-top: 4px;
  }
  .TenYears_detail .detail_top .date_left .label a {
    color:#576b95;
  }
  .TenYears_detail .detail_top .date_left .date {
    float: left;
    margin-left: 25px;
    color: #666;
    font-size: 14px;
    margin-top: 8px;
  }
  .TenYears_detail .detail_top .showBox{
    float:left;
    margin: 0 80px;
    width:200px;
    height: 30px;
    border-radius:10px;
    overflow: hidden;
    font-size:0;
  }
  .TenYears_detail .detail_top .showBox img{
    width:200px;
    height: 30px;
  }
  .TenYears_detail .detail_top .Browse_right {
    float: right;
  }
  .TenYears_detail .detail_top .Browse_right span {
    color: #727272;
    font-size: 14px;
    margin-top: 8px;
    float: right;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
  }
  .TenYears_detail .detail_top .Browse_right ul {
    float: right;
  }
  .TenYears_detail .detail_top .Browse_right ul li {
    display: inline-block;
    float: left;
    margin-right: 12px;
  }
  .TenYears_detail .detail_top .Browse_right ul li a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    background-color: #CACACA;
    position: relative;
    text-align: center;
  }
  .TenYears_detail .detail_top .Browse_right ul li a img {
    margin-top: 6px;
  }
  .TenYears_detail .detail_top .Browse_right ul li a img.wechatcodeimg{
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-82px;
    margin-top:-82px;
    width:164px;
    height:164px;
  }
  .TenYears_detail .detail_top .Browse_right ul li a .code_browse {
    width: 200px;
    height: 200px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: absolute;
    top: 53px;
    left: 0;
    display: none;
  }
  .TenYears_detail .detail_top .Browse_right ul li a .code_browse canvas {
    margin: 18px;
    width: 164px;
    height: 164px;
  }
  .TenYears_detail .info {
    margin-top: 20px;
    text-align: justify;
    font-size: 18px;
    color: #191919;
  }
  .TenYears_detail .info .table_box{
    width:100%;
    overflow-x:auto;
  }
  .info #info_show{
    margin-top: -16px;
    margin-bottom:16px;
    width: 800px;
    height: 110px;
    float: none;
  }
  #show_content_336_280{
    height: 282px;
    text-align:center;
    margin-top:40px;
  }
  #show_content_336_280 img{
    border-radius: 6px;
  }
 
  .TenYears_detail .info #show_content_336_280{
    float: left;
  }
  .TenYears_detail .info_bottom{
    float: none !important;
  }
  .TenYears_detail .info #show_content_336_280 img {
    margin-right: 20px;
    /* float: left; */
    margin-bottom: 30px;
    max-width: 797px;
  }
  /* .TenYears_detail .info #show_content_336_280 .ykcc_ad{
    float: left;
  } */
  .TenYears_detail .info img {
    margin-right: 20px;
    /*float: left;*/
    /*margin-bottom: 30px;*/
    max-width: 797px;
  }
  .TenYears_detail .info h5 {
    margin-top: 45px;
    font-weight: bold;
    padding-bottom: 25px;
  }
  .TenYears_detail .info p {
    line-height: 40px;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
    word-break: break-all;
  }
  .TenYears_detail .info table {
    margin-bottom: 20px;
    width:100%;
  }
  .TenYears_detail .btnBox{
    margin-bottom:45px;
    text-align:center;
    font-size:0;
  }
  .TenYears_detail .detail_top .btnBox{
    text-align:right;
  }
  .TenYears_detail .btnBox span{
    display:inline-block;
    vertical-align: middle;
    margin-left:15px;
    font-size:14px;
    color:#999999;
    cursor: pointer;
  }
  .TenYears_detail .detail_top  .btnBox span{
    color:#576b95;
  }
  .TenYears_detail .btnBox span:hover,
  .TenYears_detail .btnBox span.isHaveDone,
  .TenYears_detail .btnBox span:hover em.iconfont,
  .TenYears_detail .btnBox span.isHaveDone em.iconfont{
    color:#da1520;
    border-color:#da1520;
  }
  .TenYears_detail .btnBox span em{
    padding-right:10px;
  }
  .TenYears_detail .btnBox.operBox em{
    display:block;
    padding-right:0;
    margin-top:8px;
  }
  .TenYears_detail .btnBox.operBox em.iconfont{
    width:34px;
    height: 34px;
    text-align:center;
    line-height: 34px;
    border:1px solid #ccc;
    border-radius:50%;
    margin-top:0;
  }
  .TenYears_detail .brandShow p{
    line-height: 40px;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
    word-break: break-all;
  }
  .TenYears_detail .brandShow img{
    max-width: 100%;
  }
  .TenYears_detail .the_end {
    margin-top: 30px;
    text-align: center;
    position: relative;
  }
  .TenYears_detail .the_end i {
    width: 13px;
    height: 1px;
    background-color: #adadad;
    position: absolute;
    top: 18px;
    left: 332px;
  }
  .TenYears_detail .the_end span {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 799px;
  }
  .TenYears_detail .the_end u {
    width: 13px;
    height: 1px;
    background-color: #adadad;
    position: absolute;
    top: 18px;
    right: 332px;
  }
  .TenYears_detail .noticeBox{
    font-size:14px;
    color:#666;
    padding:14px 28px;
    background:#f7f7f7;
    border-radius:5px;
    margin-bottom:20px;
  }
  .TenYears_detail .noticeBtn{
    font-size:0;
    text-align:right;
  }
  .TenYears_detail .noticeBtn a{
    display:inline-block;
    vertical-align: middle;
    font-size:14px;
    padding:0 12px;
    height: 32px;
    border-radius:5px;
    line-height: 34px;
    border:1px solid #d7d7d7;
    color:#333;
    margin-left:20px;
  }
  .TenYears_detail .noticeBtn a:hover{
    color:#da1520;
    border-color:#da1520;
  }
  .TenYears_detail .noticeBtn a.toFeedBack .iconfont{
    padding-right: 10px;
  }
  .TenYears_detail .source {
    width: 779px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-align: right;
    margin-top: 79px;
    color: #666;
    font-size: 14px;
  }
  .TenYears_detail .page {
    padding-bottom: 33px;
    /* border-bottom: 1px solid #eee; */
  }
  .TenYears_detail .page .btn_page {
    position: relative;
  }
  .TenYears_detail .page .btn_page span {
    color: #666;
    font-size: 15px;
  }
  .TenYears_detail .page .btn_page a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #999;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 550px;
    line-height: 20px;
    height: 25px;
    position: absolute;
    top: 5px;
  }
  .TenYears_detail .page .btn_page a:hover {
    color: #da1520;
  }
  .TenYears_detail .page .top {
    margin-top: 13px;
  }
  .TenYears_detail .page .bottom {
    margin-top: 12px;
  }
  .TenYears_detail .statement {
    color: #adadad;
    font-size: 14px;
    margin-top: 41px;
    border-bottom: 1px solid #eee;
    padding-bottom: 38px;
  }
  .TenYears_detail .statement p {
    margin-top: 16px;
    line-height: 26px;
  }
  .TenYears_detail .Specialtopic {
    width: 800px;
  }
  .TenYears_detail .Specialtopic li {
    width: 380px;
    float: left;
    margin-top: 32px;
    position: relative;
  }
  .TenYears_detail .Specialtopic li .Specialtopic_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 110px;
    border-radius: 6px;
    background-color: #eee;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
    cursor: pointer;
  }
  .TenYears_detail .Specialtopic li img {
    width: 380px;
    height: 110px;
    border-radius: 6px;
    cursor: pointer;
  }
  .TenYears_detail .Specialtopic li span {
    margin-top: 2px;
    color: #666;
    font-size: 16px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis;
  }
  .TenYears_detail .Specialtopic li span:hover {
    color: #da1520;
  }
  .TenYears_detail .Specialtopic li p {
    margin-top: 2px;
    color: #888;
    font-size: 14px;
  }
  .TenYears_detail .Specialtopic .even {
    margin-left: 40px;
  }
  .clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .content_page_box {
    text-align: center;
    margin-top: 60px;
  }
  .content_page_box .content_page {
    text-align: center;
    height: 30px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  .content_page_box .content_page a {
    color: #bbb;
    font-size: 16px;
    width: 40px;
    height: 32px;
    border: 1px solid #ccc;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 32px;
    border-radius: 4px;
    position: relative;
    float: left;
    margin: 0 3px;
  }
  .content_page_box .content_page .page_first {
    width: 50px;
    border-radius: 4px;
    font-size: 15px;
  }
  
  .content_page_box .content_page .page_last {
    width: 50px;
    border-radius: 4px;
    font-size: 15px;
  }
  
  .content_page_box .content_page .page_active {
    color: #da1520;
    border: 1px solid #da1520;
  }
  .content_page_box .content_page .page_pre {
    width: 64px;
    font-size: 15px;
  }
  
  .content_page_box .content_page .page_next {
    width: 64px;
    font-size: 15px;
  }
  
  .content_page_box .content_page .btn_last_page,
  .content_page_box .content_page .btn_fist_page {
    width: 40px;
    color: #bbb;
    font-size: 16px;
  }
  .content_page_box .content_page .btn_fist_page {
    display: none;
  }

  td {
      padding: 5px 10px;
      border:1px solid #ccc;
  }
  .TenYears_right {
    margin-bottom:0 !important;
  }
  .TenYears_list_content .TenYears_right{
    margin-top:0;
  }
  .TenYears_right img{
    border-radius: 6px;
  }
  .TenYears_right .openCourse .courseBox img{
    width:100%;
  }
  .TenYears_right .authorBox{
    
  }
  .TenYears_right .authorAvator{
    width:65px;
    height: 65px;
    border-radius:50%;
    margin-right:20px;
    background:#ccc;
    margin-bottom:14px;
    overflow: hidden;
  }
  .TenYears_right .authorAvator img{
    width:100%;
    height: 100%;
  }
  .TenYears_right .authorInfor{
    width:160px;
    margin-right:20px;
  }
  .TenYears_right .authorInfor .nickname{
    line-height: 38px;
    font-size: 20px;
    color:#333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .TenYears_right .authorInfor .infor{
    font-size:14px;
    color:#999;
    margin-top:3px;
    line-height: 1;
  }
  .authorBox .btn_subscribe{
    width:68px;
    height: 34px;
    border-radius:5px;
    background:#da1520;
    color:#fff;
    line-height: 34px;
    font-size:15px;
    text-align:center;
    margin-top:16px;
  }
  .authorBox .author{
    padding-bottom: 14px;
    border-bottom: 1px solid #eee
  }
  .authorBox .btn_subscribe.isHaveDone{
    background:#cacaca;
  }
  .TenYears_right .miniintro{
    font-size:15px;
    color:#999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .TenYears_right .miniintro a{
    color:#999;
  }
  .TenYears_right .miniintro a:hover{
    color:#da1520;
  }
  .TenYears_right .article .article_title{
    padding-left:18px;
    font-size:20px;
    color:#222;
    border-left:3px solid #da1520;
    line-height: 20px;
    margin-bottom:14px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
  }
  .TenYears_right .microMedia .title_microMedia{
    line-height: 20px;
    margin-bottom:14px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
  }
  .TenYears_right .microMedia .title_microMedia p{
    padding-left:18px;
    font-size:20px;
    color:#222;
    border-left:3px solid #da1520;
    line-height: 20px;
  }
  .TenYears_right .article .title_article{
    line-height: 20px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    margin-top:25px;
  }
  .TenYears_right .article .title_article p{
    padding-left: 18px;
    font-size: 20px;
    color: #222;
    border-left: 3px solid #da1520;
    line-height: 20px;
  }
  .TenYears_right .article .article_list{
    border-bottom:1px solid #eee;
    padding-bottom:8px;
  }
  .TenYears_right .article .article_list .list{
    float:left;
    width:155px;
    height: 164px;
    margin-bottom:26px;
    margin-right:26px;
  }
  .TenYears_right .article .article_list .list:nth-child(2n+2){
    margin-right:0;
  }
  .TenYears_right .article .article_list .list img{
    display:block;
    width:155px;
    height: 108px;
    border-radius:5px;
    margin-bottom:10px;
  }
  .TenYears_right .article .article_list .list p{
    color:#222;
    font-size:14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .TenYears_right .article .toMoreArticle{
    text-align:center;
    margin-top:20px;
    margin-bottom:44px;
  }
  .TenYears_right .article .toMoreArticle a{
    color:#999;
  }
  .TenYears_right .article .toMoreArticle a:hover{
    color:#da1520;
  }
.TenYears_content_right_top li {
    padding-top: 16px;
  }
 .TenYears_content_right_top li a {
    cursor: default;
  }
 .TenYears_content_right_top li .TenYears_content_right_top_left {
    margin-right: 22px;
    float: left;
    position: relative;
    cursor: pointer;
  }
 .TenYears_content_right_top li .TenYears_content_right_top_left .TenYears_content_right_top_left_head {
    width: 65px;
    height: 65px;
    border-radius: 65px;
  }
 .TenYears_content_right_top li .TenYears_content_right_top_left .TenYears_content_right_top_left_label {
    position: absolute;
    bottom: 6px;
    right: 0;
    width:18px;
    height: 18px;
  }
 .TenYears_content_right_top li .TenYears_content_right_top_right {
    float: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    width: 249px;
  }
 .TenYears_content_right_top li .TenYears_content_right_top_right .TenYears_content_right_top_right_title {
    color: #000;
    font-size: 16px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 23px;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
 .TenYears_content_right_top li .TenYears_content_right_top_right .TenYears_content_right_top_right_title:hover {
    color: #DA1520;
  }
 .TenYears_content_right_top li .TenYears_content_right_top_right .TenYears_content_right_top_right_bottom {
    margin-top: 4px;
    color: #999;
    font-size: 14px;
  }
 .TenYears_content_right_top li .TenYears_content_right_top_right .TenYears_content_right_top_right_bottom .TenYears_content_right_top_right_name {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
 .TenYears_content_right_top li .TenYears_content_right_top_right .TenYears_content_right_top_right_bottom .TenYears_content_right_top_right_date {
    margin-left: 15px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
 .TenYears_content_right_top li:first-of-type {
    padding-top: 0;
  }
 .TenYears_content_right_top li:last-of-type .TenYears_content_right_top_right {
    border-bottom: 0;
  }
 .TenYears_content_right_hot_ranking {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size:0;
  }
  .TenYears_right  .openCourse{
    margin-bottom:20px;
  }
  .TenYears_right  .openCourse .course_title{
    line-height: 20px;
    margin-bottom:16px;
    padding-bottom:10px;
    /* border-bottom:1px solid #eee; */
    margin-top:36px;
  }
  .TenYears_right  .openCourse .course_title p{
    padding-left:18px;
    font-size:20px;
    color:#222;
    border-left:3px solid #da1520;
    line-height: 20px;
  }
  .TenYears_right  .openCourse .courseBox{
    position: relative;
    width:335px;
    height:219px;
    border-radius:5px;
    overflow:hidden;
    margin-bottom:15px;
  }
  .TenYears_right  .openCourse .courseBox .btn_play{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width:57px;
    height:57px;
  }
  .TenYears_right  .openCourse .courseBox .tips{
    padding:0 15px;
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height: 44px;
    background:rgba(0,0,0,.5);
    line-height: 44px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#fff;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_title {
    border-bottom: 1px solid #eee;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 100%;
    position: relative;
    height: 49px;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_title h3 {
    color: #000;
    font-size: 20px;
    padding-left: 18px;
    position: relative;
    float: left;
    line-height: 50px;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_title .redBorder {
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;
    height: 20px;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_title img {
    width: 161px;
    height: 50px;
    float: right;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_ul li {
    border-bottom: 1px solid #eee;
    padding: 13px 0;
    /* padding-right: 10px; */
    width:335px;
    height: 24px;
    font-size:0;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_ul li img {
    width: 11px;
    height: 15px;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_ul li span {
    margin-left: 17px;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_ul li span a {
    color: #000;
    font-size: 16px;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_ul li span a:hover {
    color: #DA1520;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_ul li:first-of-type i {
    color: #DA1520;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_ul li:nth-of-type(2) i {
    color: #FF681C;
  }
 .TenYears_content_right_hot_ranking .TenYears_content_right_hot_ranking_ul li:nth-of-type(3) i {
    color: #FF9C50;
  }
  .TenYears_content_right_hot_ranking_ul li div {
    float: left;
    width: 11px;
    height: 15px;
    vertical-align: middle;
    padding: 6px 0;
  }
  .TenYears_content_right_hot_ranking_ul li p {
    float:left;
    width:296px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  
  .TenYears_content_right_hot_ranking_ul b {
    float: right;
    width: 11px;
    height: 15px;
    padding: 6px 0;
  }
  .TenYears_content_right_hot_ranking_ul b img{
    width: 8px !important;
    height: 12px !important;
  }
  .TenYears_right .newVersion{
    margin-top:30px;
  }
 .TenYears_content_right_school {
    margin-top: 10px;
    background-color: #FFF8F6;
    border: 1px solid #DDD;
    width: 335px;
    height: 280px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
  }
  .schoolBox .title_school{
    margin-bottom: 14px;
    margin-top:20px;
    /* border-bottom:1px solid #eee; */
  }
  .schoolBox .title_school p{
    padding-left: 18px;
    border-left: 3px solid #da1520;
    font-size: 20px;
    color: #222;
    line-height: 20px;
  }
  .schoolBox .title_school::after{
    content:'';
    display:block;
    height: 10px;
    width:100%;
  }
 .TenYears_content_right_school .title {
    margin-top: 5px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
 .TenYears_content_right_school .title h3 {
    float: left;
    cursor: pointer;
  }
 .TenYears_content_right_school .title h3 a {
    color: #000;
    font-size: 20px;
  }
 .TenYears_content_right_school .title span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    float: right;
    font-size: 14px;
    margin-top: 7px;
    color: #999;
    margin-left: 90px;
    padding-top: 5px;
  }
 .TenYears_content_right_school .title span p {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #FF5151;
  }
 .TenYears_content_right_school .search {
    margin-top: 17px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
 .TenYears_content_right_school .search span {
    color: #666;
    font-size: 14px;
    margin-right: 8px;
    float: left;
    margin-top: 11px;
  }
 .TenYears_content_right_school .search input {
    height: 46px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding-left: 13px;
    width: 192px;
    line-height: 46px;
    box-sizing: border-box;
    font-size: 14px;
    color: #555;
    outline: none;
    float: left;
  }
 .TenYears_content_right_school .search input::placeholder {
    font-size: 12px;
  }
 .TenYears_content_right_school .search a {
    height: 46px;
    line-height: 46px;
    width: 64px;
    background-color: #FF5151;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    float: right;
    margin-left: 7px;
  }
 .TenYears_content_right_school .select {
    margin-top: 12px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
 .TenYears_content_right_school .select .province {
    position: relative;
    width: 78px;
    height: 46px;
    float: left;
  }
 .TenYears_content_right_school .select .province .select_province {
    cursor: default;
    width: 76px;
    height: 46px;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    border-radius: 4px;
    float: left;
    position: relative;
  }
 .TenYears_content_right_school .select .province .select_province span {
    color: #444;
    font-size: 14px;
    padding-right: 11px;
  }
 .TenYears_content_right_school .select .province .select_province img {
    position: absolute;
    top: 14px;
    right: 4px;
  }
 .TenYears_content_right_school .select .province #select_province_box {
    position: absolute;
    top: 46px;
    left: 1px;
    width: 76px;
    height: 260px;
    padding: 10px 6px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;
    overflow: hidden;
    display: none;
  }
 .TenYears_content_right_school .select .province #select_province_box ul {
    margin-top: 10px;
  }
 .TenYears_content_right_school .select .province #select_province_box ul li {
    width: 64px;
    height: 40px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
  }
 .TenYears_content_right_school .select .province #select_province_box ul li:hover {
    background-color: #FA7449;
    color: #fff;
  }
 .TenYears_content_right_school .select .province #select_province_box ul li:last-of-type {
    margin-bottom: 20px;
  }
 .TenYears_content_right_school .select .province #select_province_box ul .actve_province {
  /*  background-color: #FA7449;
    color: #fff;*/
  }
 .TenYears_content_right_school .select .province .zUIpanelScrollBox,
 .TenYears_content_right_school .select .province .zUIpanelScrollBar {
    width: 10px;
    top: 4px;
    right: 2px;
    border-radius: 5px;
  }
 .TenYears_content_right_school .select .province .zUIpanelScrollBox {
    filter: alpha(opacity=10);
  }
 .TenYears_content_right_school .select .province .zUIpanelScrollBar {
    background: #eee;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 6px;
  }
 .TenYears_content_right_school .select .school {
    position: relative;
    width: 156px;
    height: 46px;
    float: left;
  }
 .TenYears_content_right_school .select .school .select_school {
    cursor: default;
    width: 156px;
    height: 48px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 46px;
    color: #333;
    font-size: 14px;
    padding-left: 8px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 8px;
    position: relative;
  }
 .TenYears_content_right_school .select .school .select_school span {
    float: left;
    /* margin-top: 11px; */
    width:118px;
    height:48px;
    line-height: 48px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    /* margin-left: 13px; */
  }
 .TenYears_content_right_school .select .school .select_school img {
    position: absolute;
    top: 14px;
    right: 10px;
  }
 .TenYears_content_right_school .select .school .select_school_box {
    position: absolute;
    top: 46px;
    left: 9px;
    width: 154px;
    height: 260px;
    padding: 10px 6px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;
    overflow: hidden;
    display: none;
  }
 .TenYears_content_right_school .select .school .select_school_box ul {
    margin-top: 10px;
  }
 .TenYears_content_right_school .select .school .select_school_box ul li {
    width: 142px;
    height: 40px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    cursor: pointer;
    overflow:hidden;
  }
 .TenYears_content_right_school .select .school .select_school_box ul li:hover {
    background-color: #FA7449;
    color: #fff;
  }
 .TenYears_content_right_school .select .school .select_school_box ul li:last-of-type {
    margin-bottom: 20px;
  }
 .TenYears_content_right_school .select .school .select_school_box ul .actve_province {
    background-color: #FA7449;
    color: #fff;
  }
 .TenYears_content_right_school .select .school .zUIpanelScrollBox,
 .TenYears_content_right_school .select .school .zUIpanelScrollBar {
    width: 10px;
    top: 4px;
    right: 2px;
    border-radius: 5px;
  }
 .TenYears_content_right_school .select .school .zUIpanelScrollBox {
    filter: alpha(opacity=10);
  }
 .TenYears_content_right_school .select .school .zUIpanelScrollBar {
    background: #eee;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 6px;
  }
 .TenYears_content_right_school .select span.btngo {
    width: 64px;
    height: 46px;
    background-color: #FF5151;
    float: right;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    margin-left: 15px;
    cursor: pointer;
  }
 .TenYears_content_right_school .button-left,
 .TenYears_content_right_school .button-right {
    width: 148px;
    height: 46px;
    background-color: #FA7449;
    float: left;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 10px;
  }
 .TenYears_content_right_school .button-right {
    margin-left: 16px;
  }
  .pop-longtime{
    position:fixed;
    width:100%;
    height: 100%;
    display:none;
}
.pop-longtime .popWrapper{
    width: 1100px;
    height: 340px;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left:-520px;
    top: 50%;
    margin-top:-170px;
}
.pop-longtime .popWrapper .pop-top{
    padding: 10px 20px 10px 20px;
    line-height: 40px;
    height: 40px;
    color: #666;
    font-size: 18px;
    position: relative;
}
.pop-longtime .popWrapper .pop-top .intro{
    font-size: 16px;
    color: #333;
    float:left;
}
.pop-longtime .popWrapper .pop-top .btn_close{
    height: 18px;
    width: 18px;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 25px;
    float:right;
    background: url("/abc/MoBanImgs/TenYears2019/PC/Zixin/images/content/close1.png") no-repeat center center;
    cursor: pointer;
}
.pop-longtime .popWrapper .pop-content{
    height: 250px;
    padding: 5px 20px 0;
}
.pop-longtime .popWrapper .pop-content .pic{
    position: relative;
    font-size: 14px;
    overflow: hidden;
    width: 360px;
    height: 250px;
    background:#ccc;
    float:left;
}
.pop-longtime .popWrapper .pop-content .pic a{
  display:block;
  width:100%;
  height: 100%;
  overflow:hidden;
}
.pop-longtime .popWrapper .pop-content .pic img{
  transition:all .5s ease-in;
  width:100%;
}
.pop-longtime .popWrapper .pop-content .pic img:hover{
  transform:scale(1.03);
}
.pop-longtime .popWrapper .pop-content .list{
    width: 675px;
    height: 250px;
    float:right;
}
.pop-longtime .popWrapper .pop-content .list h3{
    display: block;
    height: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #444;
    font-size: 16px;
}
.pop-longtime .popWrapper .pop-content .list .centerleft{
    float: left;
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #CF2020;
}
.pop-longtime .popWrapper .pop-content .list .centerright{
    float: right;
    line-height: 35px;
    padding-right: 22px;
}
.pop-longtime .popWrapper .pop-content .list .centerright a{
    text-decoration: none;
    color:#444;
}
.pop-longtime .popWrapper .pop-content .list .centerright a:hover{
  color:#CF2020;
}
.pop-longtime .popWrapper .pop-content .list ul{
    width: 675px;
    height: 214px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.pop-longtime .popWrapper .pop-content .list ul li{
    height: 42px;
    width: 660px;
    overflow: hidden;
    line-height: 40px!important;
    padding:0 7px;
}
.pop-longtime .popWrapper .pop-content .list ul li a{
    width: 540px;
    height:100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left:18px;
    background: url("/abc/MoBanImgs/TenYears2019/PC/Zixin/images/content/circle.png") no-repeat left center;
    color:#444;
}
.pop-longtime .popWrapper .pop-content .list ul li a:hover{
  color:#CF2020;
}
.pop-longtime .popWrapper .pop-content .list ul li span{
    width:100px;
    float:right;
    height: 40px;
    line-height: 40px;
    color:#444;
}
.pop-longtime .pop-bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background:#000000;
    opacity: 0.4;
    filter:alpha(opacity = 40);
}

.TenYears_detail .icon-love { float: right; line-height: 42px; font-size: 40px; color: #555; margin-right: 20px; cursor: pointer; }

.TenYears_detail .icon-love:hover { color: #ef5353; }

.TenYears_detail .icon-love.isLove { color: #ef5353; }

.comment-wrap { padding-top: 40px; }

.comment-wrap div, .comment-wrap span, .comment-wrap h1, .comment-wrap h2, .comment-wrap h3, .comment-wrap h4, .comment-wrap h5, .comment-wrap h6, .comment-wrap p, .comment-wrap a, .comment-wrap em, .comment-wrap img, .comment-wrap q, .comment-wrap s, .comment-wrap i, .comment-wrap dl, .comment-wrap dt, .comment-wrap dd, .comment-wrap ol, .comment-wrap ul, .comment-wrap li, .comment-wrap form, .comment-wrap label, .comment-wrap table, .comment-wrap caption, .comment-wrap canvas, .comment-wrap section, .comment-wrap audio, .comment-wrap video { line-height: inherit; }

.comment-wrap textarea { border: 0; outline: 0; padding: 0; resize: none; font-family: inherit; }

.comment-wrap .avatar-wrap { position: absolute; left: 0; top: 0; z-index: 1; width: 50px; height: 50px; font-size: 0; border-radius: 50%; background: url(/abc/MoBanImgs/TenYears2019/PC/Zixin/common/images/avatar_default.jpg) 0 0 no-repeat; overflow: hidden; }

.comment-wrap .avatar-wrap img { width: 100%; height: 100%; }

.comment-wrap .comment-h { height: 28px; padding-bottom: 22px; overflow: hidden; }

.comment-wrap .comment-h .h-title { font-size: 26px; color: #2a2a2a; float: left; height: 100%; margin-right: 10px; line-height: 1; }

.comment-wrap .comment-h .h-protocol { float: left; height: 100%; color: #ccc; font-size: 14px; line-height: 34px; }

.comment-wrap .comment-h .h-num { float: right; height: 100%; color: #adadad; line-height: 34px; font-size: 14px; }

.comment-wrap .comment-h .h-num .com-total { font-size: 18px; color: #ef5353; margin-right: 2px; }

.comment-wrap .comment-send { position: relative; padding-left: 68px; }

.comment-wrap .comment-send .send-wrap { width: 720px; margin-left: auto; position: relative; border: 1px solid #eee; border-radius: 5px; }

.comment-wrap .comment-send .send-wrap .title-input { width: 680px; height: 106px; padding: 16px 20px; display: block; font-size: 14px; line-height: 1.5; background-color: #f9fafb; transition: all 0.5s; animation-duration: 0.8s; animation-fill-mode: both; border-radius: 5px 5px 0 0; border-bottom: 1px solid #eee; }

.comment-wrap .comment-send .send-wrap .btn-wrap { height: 51px; padding: 10px 24px; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-left { float: left; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-left > span { font-size: 14px; color: #444; line-height: 51px; margin-right: 18px; cursor: pointer; display: inline-block; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-left > span .icon { font-size: 18px; margin-right: 2px; color: #ff9d00; font-weight: bold; vertical-align: middle; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-left > span:hover { color: #ef5353; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-left > span.username { font-weight: 600; color: #3d3d3d; cursor: default; padding-right: 18px; position: relative; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-left > span.username:after { content: ""; position: absolute; right: 0; top: 17px; width: 1px; height: 18px; background-color: #adadad; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-left > span.btn-img .icon { color: #8cc416; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-left > span.btn-topic .icon { color: #5185e4; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-right { float: right; height: 100%; text-align: center; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-right .send-news { width: 86px; height: 32px; display: inline-block; border-radius: 5px; background-color: #f48c8c; font-size: 14px; color: #fff; line-height: 32px; margin-top: 10px; cursor: pointer; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-right .send-news:hover { background-color: #ef5353; }

.comment-wrap .comment-send .send-wrap .btn-wrap .btn-right .send-news.loading { background-color: #f48c8c; cursor: auto; }

.comment-wrap .comment-send .send-wrap .layer-pop-wrap { position: relative; width: 100%; height: 0; }

.comment-wrap .comment-send .send-wrap .layer-pop { position: absolute; z-index: 1; background-color: #fff; border: 1px solid #e8e8e8; display: none; top: -15px; box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.176); border-radius: 3px; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer_arrow { position: absolute; left: 78px; top: -14px; overflow: hidden; display: block; max-height: 16px; line-height: 1; white-space: nowrap; font-size: 0; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer_arrow span { display: inline-block; width: 0; height: 0; border-width: 7px; border-style: solid; overflow: hidden; font-size: 0; line-height: 0; vertical-align: top; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer_arrow .a_line { border-color: transparent transparent #ddd transparent; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer_arrow .a_bg { border-color: transparent transparent #fff transparent; margin: 1px 0 0 -14px; color: #fff; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-close { position: absolute; right: 10px; top: 8px; cursor: pointer; color: #777; font-weight: bold; line-height: 1; padding: 4px; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-close:hover { color: #ED4040; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct { width: 270px; padding: 15px 10px 20px 20px; text-align: left; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-top p { font-size: 14px; color: #333; line-height: 1.4; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-top .top-txt { font-size: 13px; color: #888; margin-top: 8px; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs { margin-top: 5px; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .img-item { float: left; width: 80px; height: 80px; border-radius: 4px; overflow: hidden; background-color: #e8e8e8; margin: 10px 10px 0 0; position: relative; cursor: move; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .img-item:hover .bg-wrap { display: block; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .img-item .img-wrap { width: 240px; height: 80px; margin-left: -80px; text-align: center; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .img-item .bg-wrap { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.2); display: none; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .img-item .bg-wrap .icon-del { position: absolute; top: 0px; right: 0px; line-height: 1; padding: 4px; cursor: pointer; color: #fff; font-size: 14px; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .img-item .bg-wrap .icon-del:hover { background-color: #888; background-color: rgba(0, 0, 0, 0.3); }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .img-item img { height: 100%; max-width: 100%; vertical-align: middle; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .add-img { width: 76px; height: 76px; border: 2px dashed #ddd; background-color: #fff; cursor: pointer; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .add-img:hover { border-color: #f27979; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .add-img:hover .a-line { background-color: #f27979; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .add-img .label-img { position: absolute; top: 0; right: 0; opacity: 0; filter: alpha(opacity=0); z-index: 2; cursor: pointer; font-size: 0; width: 100%; height: 100%; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .add-img #upload-img { position: absolute; z-index: -1; clip: rect(0 0 0 0); opacity: 0; filter: alpha(opacity=0); }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .add-img .a-line { width: 24px; height: 3px; border-radius: 3px; background-color: #ddd; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -12px; }

.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .layer-ct-imgs .add-img .line-v { width: 3px; height: 24px; margin: -12px 0 0 -1px; }
.comment-wrap .comment-send .send-wrap .layer-pop .layer-ct .btn_sure{
  padding: 8px 0;
  margin: 20px auto 0;
  background: #e12a11;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  width: 130px;
  text-align: center;
  display: none;
}

.comment-wrap .comment-none { text-align: center; color: #999; margin-top: 66px; font-size: 15px; }

.comment-wrap .comment-short .comment-title { padding-bottom: 14px; border-bottom: 1px solid #f0f0f0; margin-top: 48px; overflow: hidden; font-size: 20px; color: #2a2a2a; }

.comment-wrap .comment-short .comment-box .comment { position: relative; margin-top: 32px; padding: 0 0 32px 68px; border-bottom: 1px solid #f0f0f0; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-user { height: 32px; line-height: 32px; font-size: 14px; color: #999; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-user .comment-username { font-weight: 600; color: #ef5353; margin-right: 12px; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-content { font-size: 14px; color: #333; line-height: 24px; margin-top: 2px; word-wrap: break-word; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-images { margin: 5px 0; overflow: hidden; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-images.m3 { width: 362px; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-images.m1 li { width: auto; height: auto; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-images.m1 li img { width: auto; height: auto; max-width: 500px; max-height: 260px; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-images.disable li { cursor: auto; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-images li { width: 116px; height: 116px; margin: 0 4px 4px 0; float: left; cursor: pointer; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-images li img { width: 100%; height: 100%; object-fit: cover; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap { background-color: #f7f7f7; padding: 8px 16px 24px; margin-top: 10px; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-item { position: relative; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-item .reply-content { font-size: 14px; color: #4b4b4b; line-height: 24px; margin-top: 10px; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-item .reply-content .reply-username { font-weight: 600; color: #4b4b4b; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-item .reply-content .reply-reply { color: #a3a3a3; margin: 0 4px; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-item .reply-operate { height: 14px; line-height: 14px; font-size: 12px; margin-top: 6px; color: #adadad; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-item .reply-operate .icon-fire { color: #ef5353; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-item .reply-operate .re-item { cursor: pointer; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-item .reply-operate .re-item:hover { color: #ef5353; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-item .reply-operate .re-item.btn-vote.active { color: #ef5353; cursor: auto; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-item .reply-operate .reply-dot { margin: 0 2px; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-latest-wrap .reply-title { position: relative; height: 14px; margin-top: 20px; padding-left: 5em; line-height: 1; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-latest-wrap .reply-title .reply-title-text { position: absolute; left: 0; top: 1px; color: #3d3d3d; font-size: 12px; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-latest-wrap .reply-title .reply-title-mark { display: block; position: absolute; left: -16px; top: 1px; height: 12px; width: 3px; z-index: 1; background-color: #ef5353; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-latest-wrap .reply-title .reply-title-line { height: 100%; overflow: hidden; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-latest-wrap .reply-title .reply-title-line span { display: block; height: 0; border-top: 1px solid #eee; margin-top: 6px; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-latest-wrap .reply-moreBtn { text-align: center; display: block; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-allBtn, .comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-moreBtn { font-size: 14px; color: #adadad; display: inline-block; height: 16px; line-height: 16px; margin-top: 14px; cursor: pointer; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-allBtn:hover, .comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-moreBtn:hover { color: #ef5353; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-allBtn.loading, .comment-wrap .comment-short .comment-box .comment .comment-main .reply-wrap .reply-moreBtn.loading { color: #ef5353; cursor: auto; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-operate { margin-top: 18px; font-size: 13px; height: 14px; line-height: 14px; color: #adadad; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-operate .op-item { float: left; padding-right: 10px; margin-right: 20px; cursor: pointer; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-operate .op-item .iconfont { margin-right: 4px; }

.comment-wrap .comment-short .comment-box .comment .comment-main .comment-operate .op-item:hover { color: #ef5353; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-send-wrap { border: 2px solid #f0f0f0; position: relative; margin-top: 8px; height: 58px; padding: 8px 93px 8px 16px; background-color: #fff; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-send-wrap .reply-send { width: 100%; height: 100%; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-send-wrap .reply-send .reply-input { color: #4b4b4b; line-height: 24px; font-size: 14px; width: 100%; height: 100%; overflow: auto; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-send-wrap .reply-send-btn { position: absolute; right: -2px; top: -2px; z-index: 1; width: 78px; height: 78px; background-color: #f48c8c; font-size: 16px; line-height: 80px; text-align: center; color: #fff; cursor: pointer; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-send-wrap .reply-send-btn:hover { background-color: #ef5353; }

.comment-wrap .comment-short .comment-box .comment .comment-main .reply-send-wrap .reply-send-btn.loading { background-color: #f48c8c; cursor: auto; }

.comment-wrap .comment-short .comment-box .comment .comment-main .btn-reply.active { color: #ef5353; }

.comment-wrap .comment-short .comment-box .comment .comment-main .btn-vote.active { color: #ef5353; cursor: auto; }

.comment-wrap .comment-short .comment-moreBtn, .comment-wrap .comment-short .comment-noMore { display: block; width: 100%; height: 40px; line-height: 40px; text-align: center; background-color: #f0f0f0; color: #adadad; font-size: 14px; }

.comment-wrap .comment-short .comment-moreBtn { cursor: pointer; }

.comment-wrap .comment-short .comment-moreBtn:hover { background-color: #f48c8c; color: #fff; }

.comment-wrap .comment-short .comment-moreBtn.loading { background-color: #f48c8c; color: #fff; }

.comment-viewer { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 9999; display: none; }
.comment-viewer .btn_close{
  position: absolute;
  right: 2%;
  color: #fff;
  font-size: 32px;
  top: 2%;
  cursor: pointer;
  z-index:9999;
}

.comment-viewer .mask-bg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; background-color: #000; opacity: .7; filter: alpha(opacity=6770); }

.comment-viewer .viewer-wrap { width: 100%; display: table; padding-bottom: 130px; height: 100%; }

.comment-viewer .viewer-wrap .viewer-box { display: table-cell; font-size: 0; vertical-align: middle; }

.comment-viewer .viewer-wrap .viewer-box .viewer-img { margin: 0 auto; position: relative; font-size: 0; width: 1867px; height: 1050px; }

.comment-viewer .viewer-wrap .viewer-box .viewer-img.viewer-only i { cursor: auto; }

.comment-viewer .viewer-wrap .viewer-box .viewer-img img { width: 100%; height: 100%; }

.comment-viewer .viewer-wrap .viewer-box .viewer-img i { display: block; position: absolute; top: 0; width: 50%; height: 100%; background-color: #fff\9; filter: alpha(opacity=0) \9; opacity: 0\9; }

.comment-viewer .viewer-wrap .viewer-box .viewer-img .viewer-left { left: 0; cursor: url(/abc/MoBanImgs/TenYears2019/PC/Zixin/common/images/viewer-left.cur), auto; }

.comment-viewer .viewer-wrap .viewer-box .viewer-img .viewer-right { right: 0; cursor: url(/abc/MoBanImgs/TenYears2019/PC/Zixin/common/images/viewer-right.cur), auto; }

.comment-viewer .viewer-wrap .viewer-box .viewer-img .viewer-link { display: none; position: absolute; top: 0; right: 0; font-size: 12px; color: #eee; width: 60px; height: 24px; line-height: 24px; text-align: center; background-color: #000; background-color: rgba(0, 0, 0, 0.5); }

.comment-viewer .viewer-wrap .viewer-box .viewer-img .viewer-link:hover { color: #ff6428; }

.comment-viewer .viewer-wrap .viewer-box .viewer-img:hover .viewer-link { display: block; }

.comment-viewer .viewer-list { position: absolute; bottom: 30px; left: 50%; overflow: hidden; }

.comment-viewer .viewer-list li { width: 100px; height: 100px; font-size: 0; float: left; margin-right: 10px; position: relative; cursor: pointer; background-position: 50%; background-repeat: no-repeat; background-size: cover; overflow: hidden; }

.comment-viewer .viewer-list li.active { width: 94px; height: 94px; border: 3px solid #ff6428; cursor: auto; }

.popup-msg { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 10000; display: none; }

.popup-msg .msg { padding: 8px 10px; background: rgba(0, 0, 0, 0.7); font-size: 16px; color: #fff; line-height: 1.4; border-radius: 4px; max-width: 220px; }
.show_commentBottom{
  margin-top:40px
}
.show_contentBottom img,
.show_commentBottom img{
  max-width:100%;
}
.show_contentBottom{
  text-align: center;
  /* margin-top:20px; */
}
.from a{
  color:#576b95;
}
.from a:hover{
  color:#da1520;
}
.aw_rtshow{
  margin-top:20px;
  top:0;
}
.loadBox{
  width:66px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.loadBox .load{
  display:inline-block;
  width:12px;
  height:12px;
  border-radius: 50%;
  background:#999;
  margin: 0 5px;
}
.loadBox .load.load_1{
  animation: loading .75s  linear infinite;
}
.loadBox .load.load_2{
  animation: loading .75s  linear 0.15s infinite;
}
.loadBox .load.load_3{
  animation: loading .75s  linear .45s infinite;
}
@keyframes loading{
  0% {
      transform: translateY(0);
  }
  25%{
      transform: translateY(-35%);
  }
  50%{
      transform: translateY(0);
  }
  75%{
      transform: translateY(35%);
  }
  100%{
      transform: translateY(0);
  }
}
