.detail {
  background-color: #fbfbfb00;
  padding: 15px 40px 15px 40px;
}
.detail .detail-wrap {
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
}
.detail .detail-wrap .second_crumbs {
  display: flex;
  align-items: center;
  padding: 26px 0 26px 0;
  font-size: 16px;
  color: #000;
  opacity: 0.8;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
}
.detail .detail-wrap .second_crumbs img {
  display: block;
  margin-right: 10px;
}
.detail .detail-wrap .second_crumbs .crumbs_item {
  position: relative;
  padding: 0 20px 0 10px;
  cursor: pointer;
}
.detail .detail-wrap .second_crumbs .crumbs_item a {
  font-size: 16px;
  color: #000;
  opacity: 0.8;
}
.detail .detail-wrap .second_crumbs .crumbs_item a:hover {
  color: #005BCD;
}
.detail .detail-wrap .second_crumbs .crumbs_item::after {
  display: inline-block;
  content: ">";
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}
.detail .detail-wrap .second_crumbs .crumbs_item:last-child > a {
  color: #333;
}
.detail .detail-wrap .second_crumbs .crumbs_item:last-child::after {
  display: none;
}
.detail .detail-wrap .detail-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.detail .detail-wrap .detail-top .detail-title {
  margin: 0 auto;
  width: 90%;
  padding: 15px 0 10px 0;
  text-align: center;
  font-size: 30px;
  color: #000;
  font: normal 30px/120% 黑体;
}
.detail .detail-wrap .detail-top .detail-titlea {
  margin: 0 auto;
  width: 90%;
  padding-top: 0px;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-family: 仿宋;
    font: bold 24px/1.5 楷体;
}
.detail .detail-wrap .detail-top .detail-titleb {
  margin: 0 auto;
  width: 90%;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  color: #000; 
  font: bold 20px/1.5 宋体;
}

.detail .detail-wrap .detail-top .detail-set {
  display: flex;
  justify-content: space-around;
  position: relative;
  font-size: 16px;
  color: #666;
  margin-top: 30px;
  /* margin-left: 100px; */
}
.detail .detail-wrap .detail-top .detail-set .from {
  display: flex;
  color: #f00;
}
.detail .detail-wrap .detail-top .detail-set .size {
  display: flex;
  position: absolute;
  top: 0;
  right: 100px;
}
.detail .detail-wrap .detail-top .detail-set .size ul {
  display: flex;
}
.detail .detail-wrap .detail-top .detail-set .size ul li {
  margin-right: 10px;
  cursor: pointer;
}
.detail .detail-wrap .detail-top .detail-set .size ul li:last-child {
  margin-right: none;
}
.detail .detail-wrap .detail-top .detail-set .size ul li:hover {
  color: #c30002;
}
.detail .detail-wrap .detail-top .detail-set .size ul li.active {
  color: #c30002;
}
.detail .detail-wrap .detail-content {
    padding: 30px 10px 0;
    font-size: 20px;
    color: #373737;
    text-indent: 36px;
    line-height: 40px;

}

.detail .detail-wrap .detail-content-video-con{
 	text-align: center;
   padding: 30px;
  font-size: 20px;
  color: #666;
  line-height: 28px;
}

.detail .detail-wrap .detail-content video {
  width: 70%;
}
 /** //width: 800px;
  //position: relative;
  //left: 50%;
 // margin-left: -400px;  */
.detail .detail-wrap .detail-content p>span>a[href*="id"] {
  color:red;
}
.detail .detail-wrap .handle-wrap {
  padding: 40px 0;
  border-bottom: 1px solid #CCC;
}
.detail .detail-wrap .handle-wrap .detail-handle {
  width: 230px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.detail .detail-wrap .handle-wrap .detail-handle li {
  cursor: pointer;
  width: 100px;
  box-sizing: border-box;
  padding: 7px 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.detail .detail-wrap .handle-wrap .detail-handle li:hover {
  border: 1px solid #cecece;
  background-color: #f3f3f3;
  box-shadow: none;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}
.detail .detail-wrap .handle-wrap .detail-handle li span {
  display: inline-block;
  margin-left: 10px;
}
.detail .detail-wrap .page-item {
  padding-top: 30px;
  padding-bottom: 10px;
  width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  
}
.detail .detail-wrap .page-item li {
  cursor: pointer;
  font-size: 18px;
  color: #666;
  line-height: 30px;
}
.detail .detail-wrap .page-item li:hover {
  color: #c30002;
}
