/*内页样式*/
.container {
  width: 1200px;
  margin:auto;
}
.header{
  width: 1200px;
  margin: auto;
}
.info-list li .list-img{
  display: inline-block;
  width: 229px;
  height: 160px;
  overflow: hidden;
}
.show-list{
}
.info-list li .list-content{
  display: inline-block;
  width: 75%;
  margin-left: 2.5%;
  vertical-align: top;
}
.info-list li{
  padding: 20px 0;
  height: 166px;
}
.info-list li:not(:last-child){
  border-bottom: 1px dashed #bab9b9;
}
.info-list li a{
  width: 100%;
  display: block;
  height: 100%;
}
.info-list li .list-content .list-content-title{
  color: #f0982c;
  font-size: 18px;
  font-weight: bold;
}
.info-list li .list-content .list-content-des{
  font-size: 14px;
  color: #323232;
  margin-top: 10px;
  max-height: 115px;
  overflow: hidden;
  text-align: justify;
}
.show-item-title{
  font-size: 23px;
  color: #323232;
  font-weight: bold;
}
.show-item{
  margin-top: 30px;
}
.show-item>div{
  width: 580px;
  height: 540px;
}
.show-item-img{
  height: 380px;
  overflow: hidden;
}
.show-item-des{
  margin-top: 20px;
  height: 65px;
  overflow: hidden;
}
.show-item-des span{
  font-size: 15px;
  color: #323232;
  display: block;
  line-height: 22px;
  text-align: justify;
}
.show-item-nav ul li{
  float: left;
  font-size: 23px;
  font-weight: bold;
  margin-right: 40px;
  color: #323232;
  cursor: pointer;
}
.show-item-nav{
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
.show-item-nav ul li.active{
  color: #0fa1f6;
}
.show-item-list{
  margin-top: 30px;
  display: none;
}
.show-item-list ul li{
  width: 580px;
  height: 150px;
  overflow: hidden;
  float: left;
  margin-bottom: 40px;
  cursor: pointer;
}
.show-item-list ul li:nth-child(even){
  margin-left: 40px;
}
.show-item-list ul li a{
  display: block;
}
.show-item-list-title{
  font-weight: bold;
  color: #323232;
  font-size: 18px;
  height: 48px;
  overflow: hidden;
}
.show-item-list-des{
  margin-top: 15px;
  line-height: 28px;
  color: #323232;
  text-align: justify;
}
.video-list{
  margin-bottom: 80px;
}
.video-list ul li:not(:last-child){
  margin-bottom: 40px;
}
.video-img{
  width: 334px;
  height: 196px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.btn-play{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.video-title{
  color: #323232;
  font-weight: bold;
  font-size: 16px;
}
.video-des{
  color: #323232;
  font-size: 15px;
  margin-top: 15px;
  line-height: 22px;
  height: 70px;
  overflow: hidden;
}
.video-detail{
  width: 850px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  text-align: justify;
}
.video-play{
  margin-top: 15px;
  display: block;
  width: 170px;
  background: #3f90e2;
  border-radius: 3px;
  text-align: center;
}
.video-play a{
  color: #fff;
  display: block;
  padding: 10px 0;
  font-size: 15px;
}
.video-detail .time{
  color: #a1a1a1;
  font-size: 15px;
  margin-top: 15px;
}
/*优酷视频播放器*/
.videoplayer {display: none;border: none; position:fixed !important;  padding:1px;top: 50%;left: 50%;z-index:6; margin: auto;margin-top: -280px;margin-left: -400px;height: 582px;overflow: hidden;}
/*.videoplayer {display: none;height: auto;border: none; position:fixed !important;  padding:1px;z-index:6; left: 50%;top: 50%;margin-left: -44%;margin-top: -32.5%;}*/

.videoplayer h1 {
  background-color: #f5f5f5;
  margin: 0;
  width: 100%;
  text-align: left;
  height: 55px;
  line-height: 50px;
  font-size: 18px;
  padding-left: 20px;
  background: #f5f5f5;
}
.fullbg{
  background-color:gray;
  left:0;
  opacity:0.5;
  position:absolute;
  top:0;
  z-index:3;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity:0.5;
}
.closeBtn {
  background: url(../images/X.png) no-repeat;
  color: #000;
  border-radius: 12px;
  line-height: 25px;
  text-align: center;
  height: 25px;
  width: 25px;
  font-size: 18px;
  padding: 1px;
  position: absolute;
  top: 15px;
  right: 10px;
  background-size: 100% 100%;
}
.closeBtn:hover {
  cursor: pointer;
  color: #fff;
}
