*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  font-size: 100px;
  font-family: '微软雅黑','Regular';
  font-weight: normal;
}
body{
  font-size: 16px;
  width: 100%; 
   height: 100%;
  min-width: 1200px;
}
.bar_head{
  width: 100%;
  height: 60px;
  background: #fff;
  /* opacity: .3; */
  box-shadow: 0px 1px 3px rgba(26,26,26,0.08);
}
ul li{
  list-style: none;
}
a{
  text-decoration: none;
}
img{
  display: block;
}


/* top */
.top{
  padding-top: 60px;
  /* background: linear-gradient(45deg, #E47B49 0%, #ea4c89 100%); */
  width: 100%;
  height: 3.5rem;
  padding-left: 1.9rem;
  position: relative;
}
.top .filter_img{
  transition: filter .5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url(../img/top.jpg) no-repeat left top ; */
  /* background-size: 100% 100%; */
  z-index: -1;
  -webkit-filter:blur(5px);
  filter:blur(5px);
  /* -webkit-backface-visibility:hidden; */
  /* -webkit-transform-style: preserve-3d; */
  /* -webkit-transform:translate3d(0,0,0);  */
  /* animation-fill-mode: forwards; */
  
}
.top .filter_img img{
  width: 100%;
  height: 100%;
}
.top .top_g{
  width:80px;
  height:80px;
  border-radius: 40px;
}
.top .top_title{
  margin-top: .2rem;
  font-size: 24px;
  color: #fff;
  line-height:.2rem; 
  font-family: 'Bold';
}
.top .top_content{
  margin-top:.15rem;
  margin-bottom:.15rem;
  width: 40%;
  font-size: 12px;
  color: #e6e6e6;
  font-family: 'Regular';
}
.top .btn_see{
  text-align: center;
  width: 112px;
  height: 38px;
  line-height: 38px;
  background: #ffb604;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}
.top .btn_see:hover{
  background: #ffa200;
  cursor: pointer;
}
.top .btn_see img{
  padding:3px 3px 0 0;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.top .btn_see p{
  display: inline-block;
  height: 14px;
  line-height: 14px;
}
.info{
  width: 100%;
  height: 64px;
  background: #fff;
  border-bottom: 1px solid #edeef0;
}
.info .info_list{
  margin-left: 1.8rem;
}
.info .info_list li{
  height: 64px;
  line-height: 64px;
  float: left;
}
.info .info_list li em{
  font-style: normal;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  color:#ababab;
  padding:0 15px 0 10px;
  font-size: 12px;
  border-right: 1px solid #edeef0;
}
.info .info_list li:last-child em{
  border:none;
}
.info .info_list li span{
  display: inline-block;
  height: 10px;
  line-height: 10px;
  color:#ababab;
  font-size: 12px;
}
.info .info_to{
  float: right;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin-right: 1.8rem;
}
.info .info_to .to_share{
  float: right;
  margin-top: 18px;
  border: 1px solid #ddd;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  border-radius: 3px;
  padding-top: 2px;
  padding-right: 8px;
}
.info .info_to .to_share .sha{
  cursor: auto;
  color: #404040;
  background: none;
}
.info .info_to .to_gw{
  background: url(../img/arrow.png) no-repeat 10px center;
  float: right;
  color:#ffb604;
  margin-top: 18px;
  padding-left: 15px;
  width: 72px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  border: solid #ffb604 1px;
  border-radius: 3px;
}
.info .info_to .to_gw:hover{
  color:#ffa200;
  cursor: pointer;
  border: 1px solid #ffb604;
}
/* content */
.content{
  background: #f2f3f5;
  width: 100%;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  color: #000;
}
.content .content_top{
  height: 62px;
  line-height: 100px;
  font-size: 14px;
  margin-left: -15px;
}
.content .content_top span{
  margin: 0 3px;
}
.content .content_top .is_new:hover{
  color: #ffa200;
  cursor: pointer;
}
.content .content_top .is_hot:hover{
  color: #ffa200;
  cursor: pointer;
}
.content .content_top .current{
  color: #ffa200;
}
/* video */
.content .video_box{
  /* width: 100%; */
  margin: 0 -25px;
  /* margin: 0 auto; */
  /* box-sizing: content-box ; */
}
.content .video_list{
  /* width: 1200px; */
  width: 100%;
  /* margin: 0 auto; */
}
.content .new_list{
  /* width: 1200px; */
  width: 100%;
  display: none;
  /* margin: 0 auto; */
}

.content .video_list li{
  width: 25%;
  /* width: 250px; */

  /* float: left; */
  margin: 0 -2px;
  display: inline-block;
  vertical-align: middle;
  /* background: #fff; */
  /* margin: 15px; */
  /* padding: 10px; */
  /* box-shadow:0px 1px 3px rgba(26,26,26,0.08); */
  /* border-radius: 2px; */
}
.content .video_list .video_img{
  /* box-shadow:0px 0px 10px 5px #aaa inset; */
  /* width: 100%; */
  position: relative;
  padding: 15px;
  margin: 10px;
  /* position: relative; */
  box-shadow:0px 1px 3px rgba(26,26,26,0.08);
  border-radius: 2px;
  background: #fff;
}
.content .video_list .video_img .mask_box{
  width: 100%;
  position: relative;
}
.content .video_list .video_img .mask{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* height: 129px; */
  height: 100%;
  background: #252525;
  opacity: 0.6;
  padding: 10px;
  display: none;
}
.content .video_list .video_img .hover_mask{
  font-size: 12px;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* height: 129px; */
  height: 100%;
  /* background: #252525; */
  opacity: 0;
  padding: 10px;
}
.content .video_list .video_img .hover_mask:hover{
  opacity: 1;
}
.content .video_list .video_img .hover_mask .hover_info{
 /* padding: 10px; */
}
.content .video_list .video_img .hover_mask .hover_time{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}
.content .video_list .video_img .hover_mask .hover_style{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
}
.content .video_list .video_content{
  /* line-height: 20px; */
  font-size:15px;
  height: 40px;
  color: #404040;
  margin-top: .1rem;
  margin-bottom: .2rem;
}
.content .video_list .video_info{
  height: 26px;
  line-height: 26px;
}
.content .video_list .video_info span{
  font-family: 'Arial Regular';
  color: #b8b8b8;
  font-size: 12px;
  margin-right:.2rem;
  /* margin:0 .2rem; */
  padding-left: 20px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
}
.content .video_list .video_info .sp1{
  background: url(../img/v.png) no-repeat left center;
  /* background-size: auto 100%; */
}
.content .video_list .video_info .sp2{
  background: url(../img/time.png) no-repeat left center;
  /* background-size: auto 100%; */
}
.content .video_list .video_img  img{
  width: 100%;
  /* height: 129px; */
}
.before{
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.before_left{
  content: '';
  height: 0;
  visibility: hidden;
  clear: left;
  display: block;
}

.review_template .video_person{
  /* margin-left: 10px; */
  width: 24.4%;
  float: right;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  margin-right: -15px;
  margin-bottom: 20px;
}
.review_template .video_person .right_title{
  height: 40px;
  line-height:45px;
  font-size: 18px;
}
.review_template .video_person .person_list li{
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}
.review_template .video_person .person_list li .perHead{
  margin-right: 10px;
  float: left;
  width: 36px;
  height: 60px;
  line-height: 60px;
}
.review_template .video_person .person_list li .perHead img{
  width: 100%;
  margin-top: 10px;
  height: 36px;
  border-radius: 50%;
}
.review_template .video_person .person_list li .perName{
  height: 20px;
  float: left;
  line-height: 20px;
  margin-top: 10px;
  width: 50%;
  color: #404040;
  font-size: 13px;
}
.review_template .video_person .person_list li .perName:hover{
 color:#ffa200;
 cursor: pointer;
}
.review_template .video_person .person_list li .perLocation{
  float: left;
  height: 20px;
  line-height: 20px;
  width: 50%;
  color: #a6a6a6;
  font-size: 12px;
}
.review_template .video_person .person_list li .btnSee{
  float: right;
  height: 60px;
  line-height: 60px;
  color:#f5c572;
  /* margin-left: 50%; */
}
.review_template .video_person .person_list li .btnSee:hover{
  color:#ffa200;
  cursor: pointer;
}

.footer{
  width: 100%;
  background: #000;
  padding: 0 1rem;
  color: #b8b8b8;
  font-size: 14px;
  position: relative;
  padding-top: 10px;
}
.list_box{
  /* border-bottom: 1px solid #3a3a3a; */
  /* width: 1200px; */
  margin: 0 auto;
  margin-bottom: 40px;
}
.footer_list{
  float: left;
  /* width: 1180px; */
  width: 96%;
  height: 25px;
  overflow: hidden;
  margin: 35px 0 20px 0;
  /* width: auto; */
}
.footer_list li{
  height: 25px;
  line-height: 25px;
  margin-right: 20px;  
  float: left;
}
.footer_list li a{
  color: #b8b8b8;
  font-size: 14px;
}
.footer .more_link{
  float: right;
  height: 25px;
  width: 4%;
}
.footer .more_link img{
  padding-top: 40px;
  width: 20px;
}
.footer p{
  width: 100%;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
 padding-bottom: 5px;
}
.to_head{
  width: 60px;
  position: absolute;
  right: .3rem;
  bottom: .2rem;
  font-size: 12px;
  color: #b8b8b8;
}
.to_head li{
  line-height: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
}
.to_head li a{
  color: #b8b8b8;
  font-size: 12px;
}


@media screen and (max-width:1400px){
  .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .info .info_list {
    margin-left: .9rem;
  }
  .info .info_to {
    margin-right: .9rem;
  }
}

.bdshare-button-style0-16 a{
  background-image: none;
  background-position: 0 0 !important;
  height: 18px !important;
}
.bdshare-button-style0-16 .bds_sqq{
  background: url(../img/qq.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_qzone{
  background:url(../img/qq_zone.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_tsina{
  background: url(../img/sina.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_weixin{
  background: url(../img/weixin.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_sqq:hover{
  background: url(../img/zt_icon_share_qq_h.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_qzone:hover{
  background:url(../img/zt_icon_share_kj_h.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_tsina:hover{
  background: url(../img/zt_icon_share_wb_h.png) no-repeat 0 0;
}
.bdshare-button-style0-16 .bds_weixin:hover{
  background: url(../img/zt_icon_share_wx_h.png) no-repeat 0 0;
}

/* textarea{
  outline:none;
}
textarea:focus{
  outline:none;
}
#sinaEmotion .face{
  height: 26px !important;
}
.person_comment img.sina-emotion {
  height: 26px !important;
  display: inline-block;
}
.face img{
  width: 100% !important;
} */


.bd_weixin_popup{
  height: auto !important;
}
