.det-content .information{
  background: rgba(242, 242, 242, 0.23);
  min-height: 1000px;
}
.det-content .list {
  border: 1px solid #0489F1;
  background: rgba(242, 242, 242, 0.23);
  height: 470px;
  overflow: hidden;
  margin-bottom: 10px;
}
.det-content .information {
  width: 100%;
}
.det-content .information .inf-title {
  color: #101010;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: 50px 20px;
}
.det-content .information .inf-statistics {
  height: 35px;
  line-height: 35px;
  margin: 0 50px;
  color:#000;
  font-size: 12px;
  border-bottom:1px solid #b5b5b5;
  padding-left: 20px;
}
.det-content .information .inf-statistics .inf-stat {
  float: left;
}
.font-btn{
  float: right;
  margin-right: 20px;
}
.font-btn input[type='button']{
  width: 24px;
  height:24px;
  background-repeat: no-repeat;
}
.det-content .information .inf-statistics .inf-stat span {
  padding: 0 5px;
}
.det-content .information .inf-statistics .inf-btn {
  float: right;
  display: inline-block;
  cursor: pointer;
  padding-right: 16px;
}
.det-content .information .inf-statistics .inf-btn a {
  color: #0489F1;
}
.det-content .information .inf-statistics .inf-btn a:hover {
  color: red;
}
.det-content .information .inf-introduction {
  border: 1px solid #cccccc;
  min-height: 50px;
  width: 95%;
  margin: 20px auto 0;
  background: rgba(242, 242, 242, 0.5);
}
.det-content .information .inf-introduction p {
  text-indent: 20px;
  padding: 0 10px;
  line-height: 25px;
}
.det-content .information .inf-img {
  margin: 10px 0 ;
  text-align: center;
}
.det-content .information .inf-img img {
  width: 60%;
}
.det-content .information .inf-img p {
  padding: 10px 0;
}
.det-content .information .inf-master {
  text-indent: 10px;
  width: 95%;
  margin: 0 auto;
  line-height: 25px;
}
.det-content .list {
  float: right;
  width: 25%;
}
.det-content .list .list-title {
  width: 80%;
  margin: 30px auto 10px;
  color: #0489F1;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.det-content .list .list-title p {
  float: left;
}
.det-content .list .list-title p:nth-child(2) {
  line-height: 2px;
  padding: 0 10px;
}
.det-content .list .list-dotted {
  float: left;
  width: 30%;
  border-top: 1px dotted #0489F1;
}
.det-content .list .list-catalog .con-ul li {
  height: 40px;
}
.det-content .list .list-catalog .con-ul li .con-data {
  float: left;
  height: 40px;
  width: 240px;
  margin-right: 10px;
}
.det-content .list .list-catalog .con-ul li .con-data a {
  height: 40px;
  line-height: 40px;
}
.det-content .list .list-catalog .con-ul li .info-icon {
  height: 100%;
  float: left;
  padding: 0 20px;
}
.det-content:after {
  content: "";
  display: block;
  clear: both;
}
.sub-btn{
  background:none;
  color:#0489F1;
}
.content_video{
  width:94%;
  margin:20px auto 10px auto;
  height:500px;
 
  
}
.content_video >video{
  width:100%;
  height:100%;
}
.share_box{
  float:left;
  margin-left: 15px;
}
.bdsharebuttonbox >span{
  float: left;
}

@media screen and (min-width:401px) and (max-width:550px){
  .det-content .list{
    display: none;
  }
  .det-content .information{
    width:100%;
    border:none;
    height:auto;
    min-height: 400px;
  }
  .det-content .information .inf-statistics .inf-stat{
    width:100%;
    font-size:1em;
  }
  .det-content .information .inf-statistics{
    height:80px;
    padding:0px;
    width:96%;
    margin:auto;
    line-height: 30px;
  }
  .det-content .information .inf-master{
   text-indent:0px;
  }
  .content_video{
    margin: 18% auto 10px auto;
    height:auto;
    }
  .content_video > video{
    height:auto;
  }
  .det-content .information .inf-title{
    font-size: 1.2em;
  }
  .det-content .information .inf-introduction{
    display: none;
  }
}
@media screen and (max-width:400px){ 
  .det-content .list{
    display: none;
  }
  .det-content .information{
    width:100%;
    border:none;
    height:auto;
    min-height: 400px;
  }
  .det-content .information .inf-statistics .inf-stat{
    width:100%;
    font-size:1em;
  }
  .det-content .information .inf-statistics{
    height:80px;
    padding:0px;
    width:96%;
    margin:auto;
    line-height: 30px;
  }
   .det-content .information .inf-introduction{
  margin:20px auto;
  }
  .det-content .information .inf-master{
   text-indent:0px;
  }
  .content_video{
    margin: 18% auto 10px auto;
    height:auto;
    }
  .content_video > video{
    height:auto;
  }
  .det-content .information .inf-title{
    font-size: 1.2em;
  }
}
@media screen and (max-width:360px){ 
	.det-content .information .inf-statistics .inf-stat span{
	  padding:0px;
	}
  
	
}