/*
 * @Author: DeadRomance.Zs
 * @Date: 2019-01-10 09:30:34
 * @LastEditors: Please set LastEditors
 * @LastEditTime: 2019-02-13 18:36:05
 * @Description: �б���ʽ
 */
#TenYears_contanier {
  cursor: default;
}

.TenYears_list_content {
  width: 1420px;
  margin: 0 auto;
}

.TenYears_list_content .TenYears_list_left {
  width: 184px;
  float: left;
}

.TenYears_list_content .TenYears_list_left .list li {
  border-bottom: 1px solid #eee;
  padding-top: 24px;
  padding-bottom: 19px;
}

.TenYears_list_content .TenYears_list_left .list li span {
  font-size: 30px;
  color: #eaeaea;
  display: inline-block;
  float: left;
  font-family: 'Impact';
  margin-top: -8px;
  cursor: pointer;
}

.TenYears_list_content .TenYears_list_left .list li h1 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 119px;
  color: #666;
  font-size: 16px;
  margin-left: 27px;
  line-height: 30px;
  cursor: pointer;
}

.TenYears_list_content .TenYears_list_left .list li:hover h1,
.TenYears_list_content .TenYears_list_left .list li:hover span {
  color: #CF2020;
}

.TenYears_list_content .TenYears_list_left .list li:last-of-type {
  border-bottom: 0;
}

.TenYears_list_content .TenYears_list_left .more {
  width: 184px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.TenYears_list_content .TenYears_list_left .more a {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
  cursor: pointer;
  display: block;
  width: 184px;
  height: 35px;
}

.TenYears_list_content .TenYears_list_left .more:hover {
  border: 1px solid #da1520;
}

.TenYears_list_content .TenYears_list_left .more:hover a {
  color: #da1520;
}

.TenYears_list_content .TenYears_list_left .left-show {
  width: 184px;
  height: 110px;
  margin-top: 20px;
  border-radius: 4px;
}

.TenYears_list_content .TenYears_list_left .label {
  margin-top: 4px;
}

.TenYears_list_content .TenYears_list_left .label li {
  border: 1px solid #e9e9e9;
  float: left;
  /* padding: 0px 12px; */
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
}

.TenYears_list_content .TenYears_list_left .label li a {
  color: #727272;
  font-size: 14px;
  display: block;
  height:100%;
  text-align: center;
  padding:0 11px;
}

.TenYears_list_content .TenYears_list_left .label .li_left_margin {
  margin-left: 5px;
}

.TenYears_list_content .TenYears_list_left .label .li_right_margin {
  margin-right: 5px;
}

.TenYears_list_content .TenYears_list_left .label li:hover {
  border: 1px solid #da1520;
}

.TenYears_list_content .TenYears_list_left .label li:hover a {
  color: #da1520;
}

.TenYears_list_content .TenYears_list {
  width: 800px;
  margin: 0 50px;
  float: left;
  padding-bottom: 150px;
}

.TenYears_list_content .TenYears_list .path {
  margin-top: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  color:#666;
}

.TenYears_list_content .TenYears_list .path a,
.TenYears_list_content .TenYears_list .path span {
  color: #666;
  font-size: 16px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content {
  display: none;
  /* ����ͼ */
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  display: inline-block;
  width: 800px;
  float: left;
  list-style-type: none;
  display: none;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item .box_img {
  float: left;
  cursor: pointer;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item .box_img img {
  height: 120px;
  border-radius: 6px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item .box_img img:hover {
  transition: all 0.6s;
  transform: scale(1.05);
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item .box_img a:first-of-type {
  margin-left: 0px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item .box_img a:last-of-type {
  margin-right: 0px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item .title {
  float: left;
  width: 800px;
  font-size: 20px;
  line-height: 25px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
  color: #000;
  border:none;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item .title:hover {
  color: #da1520;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item .label {
  float: left;
  margin-top: 10px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item .label span {
  color: #EB4C5E;
  font-size: 14px;
  padding: 0 8px;
  height: 20px;
  border: 1px solid #EB4C5E;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  line-height: 20px;
  float: left;
  margin-top: 2px;
  margin-right: 10px
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item .label .date {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  /*  margin-left: 10px;*/
  float: left;
  height: 22px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .TenYears_content_midden_list_item .label .p {
  display: inline-block;
  margin-left: 15px;
  color: #999;
  font-size: 14px;
  float: left;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .fourImg .box_img {
  margin-top: 10px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .fourImg .box_img img {
  float: left;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .fourImg .box_img .more_img {
  width: 72px;
  height: 121px;
  display: inline-block;
  margin-left: 10px;
  background-color: #eee;
  text-align: center;
  position: relative;
  border-radius: 6px;
  display: none;
  float: right;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .fourImg .box_img .more_img img {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -13px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .fourImg .box_img .list_img_more {
  cursor: pointer;
  width: 72px;
  height: 121px;
  float: left;
  border-radius: 6px;
  background-color: #eee;
  margin-left: 9px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .fourImg .box_img .list_img_more img {
  width: 26px;
  height: 26px;
  margin-top: 49.5px;
  margin-left: 21px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .fourImg img {
  width: 173px;
  margin: 0 4px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .fourImg img:first-of-type {
  margin-left: 0px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .fourImg img:last-of-type {
  margin-right: 0px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .OneImg .title {
  width: 600px;
  float: right;
  height: 48px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .OneImg .box_img img {
  width: 173px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .OneImg .label {
  margin-left: 28px;
  margin-top: 44px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .BigImg .box_img {
  width: 800px;
  height: 289px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 6px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_list_content .BigImg .box_img img {
  width: 800px;
  height: 289px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_more {
  width: 800px;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 6px;
  text-align: center;
  line-height: 60px;
  box-sizing: border-box;
  margin-top: 20px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_more span {
  color: #666;
  font-size: 20px;
  padding-left: 70px;
  position: absolute;
  top: 11px;
  left: 324px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_more .i {
  margin-right: 90px;
  position: relative;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-top: 20px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_more .i i:first-of-type {
  width: 21px;
  height: 3px;
  background-color: #666;
  position: absolute;
  border-radius: 2.5px;
  top: 9px;
  left: 0;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_more .i i:last-of-type {
  height: 21px;
  width: 3px;
  background-color: #666;
  position: absolute;
  border-radius: 2.5px;
  top: 0px;
  left: 9px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_more .i img {
  display: none;
  position: absolute;
  top: 0;
  left: 300px;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_more .i_roate {
  animation: .5s more_roate forwards;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_more .not_roate {
  animation: .5s end_more_roate forwards;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_more:hover {
  border: 1px solid #CF2020;
  cursor: pointer;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_more:hover span {
  color: #CF2020;
}

.TenYears_list_content .TenYears_list .TenYears_content_midden_more:hover .i i {
  background-color: #CF2020;
}

.TenYears_list_content .TenYears_right {
  width: 336px;
  float: right;
  position: relative;
  margin-top: 6px;
  margin-bottom: 76px;
}
.TenYears_list_content .TenYears_right .column{
  width: 300px;
  height: 245px;
  background: #f6f6f6;
  padding: 18px 18px 15px;
  border-top: 2px solid #da1520;
  margin-top: 20px;
}
.TenYears_list_content .TenYears_right .column .intro{
  padding-bottom:16px;
  border-bottom:1px solid #e8e8e8;
}
.TenYears_list_content .TenYears_right .column .intro .avator{
  float: left;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  margin-right: 8px;
  
}
.TenYears_list_content .TenYears_right .column .intro .avator img{
  display:block;
  width:100%;
  height: 100%;
  border-radius:50%;
}
.TenYears_list_content .TenYears_right .column .intro .infor{
  width:230px;
  float:left;
}
.TenYears_list_content .TenYears_right .column .intro .infor .name{
  line-height: 1;
  font-size:18px;
  color:#222;
  margin-bottom:3px;
}
.TenYears_list_content .TenYears_right .column .intro .infor .btn_subscribe{
  position: relative;
  text-align:center;
  width:74px;
  height: 24px;
  line-height: 24px;
  border-radius:5px;
  background:#da1520;
  font-size: 14px;
  color:#fff;
}
.TenYears_list_content .TenYears_right .column .intro .infor .btn_subscribe::before{
  content:'';
  width:0;
  border-right:4px solid #da1520;
  border-left:4px solid transparent;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
  position: absolute;
  left:-8px;
  top:50%;
  transform: translateY(-50%);
}
.TenYears_list_content .TenYears_right .column .list{
    font-size:0;
    line-height: 20px;
}
.TenYears_list_content .TenYears_right .column .list li{
  margin-bottom:12px;
}
.TenYears_list_content .TenYears_right .column .list li::before{
  float:left;
  content:'';
  width:4px;
  height: 4px;
  background:#999;
  margin-right:5px;
  margin-top:10px;
}
.TenYears_list_content .TenYears_right .column .list li a{
  float:left;
  width:290px;
  font-size: 14px;
  color:#222;
  max-width:291px;
  overflow:hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.TenYears_list_content .TenYears_right .show_one {
  margin-top: 20px;
  position: relative;
  height: 280px;
}

.TenYears_list_content .TenYears_right .show_one .label {
  position: absolute;
  bottom: 0px;
  right: 0;
  /*width: 54px;*/
  height: 20px;
  background-color: #000;
  opacity: .5;
  border-radius: 4px 0px 4px 0px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding-left: 6px;
  padding-right: 6px; 
}

.TenYears_list_content .TenYears_right .browse {
  margin-top: 10px;
}

.TenYears_list_content .TenYears_right .browse .TenYears_content_right_ExcellentPaper_title {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 38px;
}

.TenYears_list_content .TenYears_right .browse .TenYears_content_right_ExcellentPaper_title h3 {
  color: #000;
  font-size: 20px;
  padding-left: 18px;
  position: relative;
  float: left;
  font-weight: 400;
}

.TenYears_list_content .TenYears_right .browse .TenYears_content_right_ExcellentPaper_title .redBorder {
  float: left;
  margin-top: 9px;
  width: 3px;
  height: 20px;
}

.TenYears_list_content .TenYears_right .browse .TenYears_content_right_ExcellentPaper_title a {
  color: #adadad;
  font-size: 14px;
  float: right;
  margin-top: 4px;
}

.TenYears_list_content .TenYears_right .browse .browse_list {
  margin-top: 20px;
}

.TenYears_list_content .TenYears_right .browse .browse_list li {
  width: 100px;
  float: left;
  text-align: center;
  position: relative;
}

.TenYears_list_content .TenYears_right .browse .browse_list li .img_box_bg_mb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  background-color: #eee;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
  cursor: pointer;
}

.TenYears_list_content .TenYears_right .browse .browse_list li a {
  width: 100px;
  height: 143px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.TenYears_list_content .TenYears_right .browse .browse_list li img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}

.TenYears_list_content .TenYears_right .browse .browse_list li span {
  font-size: 14px;
  color: #000;
  margin: 8px 0;
  margin-top: 0;
  display: inline-block;
}

.TenYears_list_content .TenYears_right .browse .browse_list .li_center {
  margin: 0 18px;
}
.TenYears_list_content .TenYears_right .right_fiexd_wrap {
  width:336px;
  height:520px;
}
.TenYears_list_content .TenYears_right .show_two {
  width: 336px;
  height: 200px;
  border-radius: 6px;
  margin-top: 20px;
}

.TenYears_list_content .TenYears_right .show_two img {
  width: 336px;
}

@keyframes more_roate {
  0% {
    transform: rotate(0);
    transform-origin: center;
  }

  100% {
    transform: rotate(180deg);
    transform-origin: center;
  }
}

@keyframes end_more_roate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-180deg);
  }
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.lazy {
  /* display: inline-block !important;  */
  margin: 0 4px !important;
  margin-left:0 !important;
}
.box_img {
  display: none;
}