li{
  list-style: none;
}
select{
  background-color: white;
  outline: none;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.main {
  /* width:100%;
  background-color: #fff; */
  /* margin: 0; */
  width:1200px;
  background-color: #fff; 
  padding: 0;
}
.containter{
  padding: 0;
}
.main-containter{
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.content-top-tab {
  padding: 18px;
  display: flex;
  border-bottom: 1px solid #eee;
}
#service-content{
 margin-top: 24px;
 padding:0 25px 0 24px;
}
.content-top-tab span{
  float: left;
  font-weight: bold;
  font-size: 18px;
  color: #31353B;
  line-height: 44px;
  padding: 0 24px;
}
.content-top-tab ul{
  float: left;
  flex:1;
  line-height: 44px;
}
.content-top-tab li {
  float: left;
  padding:0 25px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  text-align: center;
  cursor: pointer;
  margin-bottom: 6px;
}
.content-top-tab li:first-child{
 margin-left: 0;
}
.content-top-tab li:last-child{
  margin-right: 0;
 }
.content-top-tab li.active {
  background: #163483;
  border-radius: 22px !important;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
.service-content-title {
  font-weight: bold;
  font-size: 22px;
  color: #31353B;
  line-height: 22px;
  text-align: center;
  margin-bottom: 24px;
}
.service-content-title img{
 width:27px;
 height: 25px;
 margin-top: -10px;
}
.service-content-title img:first-child{
 margin-right:16px ;
}
.service-content-title img:last-child{
  width:28px;
  height: 24px;
  margin-left:16px ;
 }
.service-content-title ul li {
  float: left;
  width: 572px;
}
.service-content-title ul li:first-child {
  margin-right: 8px;
}
.service-content-title ul li img {
  display: block;
  margin-bottom: 11px;
}
.service-content{
  display: none;
}
.service-content.active{
  display: block;
}
.service-content ul{
  margin-bottom: 62px;
}
.service-content.interface-service ul{
  margin-bottom: 34px;
  padding: 0;
}
.service-content ul{
  margin-bottom: 30px;
}
.service-content ul li {
  float: left;
  width: 269px;
  height: 237px;
  margin-right: 25px;
  border-radius: 4px !important;
  cursor: pointer;
  margin-bottom: 30px;
}
.service-content ul li:nth-child(4n) {
  margin-right: 0;
}
.service-content ul li:hover .service-content-img .play{
  display: block;
}
.service-content ul li .service-content-img{
 position: relative;
 width: 269px;
 height:164px;
}
.service-content ul li .service-content-img .movie{
  position: absolute;
  width: 269px;
  height:164px;
  left:0;
  top:0;
}
.service-content ul li:hover .service-content-img .movie{
  background: #000;
  border-radius: 4px !important;
  opacity: 0.6;
  top:-10px;
}
.service-content ul li:hover .service-content-img .play{
  margin-top:-32px;
}
.service-content ul li:hover .service-content-btn{
  color: #fff;
  background: linear-gradient( 90deg, #F13434 0%, #D50000 100%);
  border-radius: 20px !important;
}
.service-content ul li .service-content-img .play{
 position: absolute;
 width:44px;
 height: 44px;
 left:50%;
 margin-left:-22px;
 top:50%;
 margin-top:-22px;
 display: none;
}
.service-content ul li .service-content-tip{
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin-top:8px;
  margin-bottom: 12px;
  width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-content ul li .service-content-btn{
  float: right;
  width: 84px;
  height: 32px;
  border-radius: 20px !important;
  border: 1px solid #DDDDDD;
  font-size: 12px;
  color: #999999;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.service-content ul li .service-content-btn-live{
  border: 1px solid #DB2416;
  color: #DB2416;
}
.service-content ul li .service-content-time{
 float: left;
 line-height: 34px;
}
.service-content ul li .service-content-time img{
 margin-top:-4px;
}
.service-content ul li .service-content-time span{
  font-size: 14px;
  color: #999999;
  line-height: 19px;
 }
.service-content ul li:last-child{
  margin-right: 0;
}
.page-bottom{
  margin-top:60px;
 }
 /* 时间筛选器样式 */
.publish-time {
  padding: 16px 18px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.screening-label {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-right: 12px;
  line-height: 36px;
}

.time-cascade-select {
  display: inline-block;
  margin-right: 16px;
}

.screening-time-select {
  display: inline-block;
  width: 80px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  margin: 0 5px;
}

.screening-time-select:focus {
  border-color: #163483;
  outline: none;
}

.time-separator {
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin: 0 2px;
}

/* 确定按钮样式调整 */
.screening__confirm-button {
  display: inline-block;
  height: 36px;
  padding: 0 16px;
  background-color: #163483;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
}

.screening__confirm-button:hover {
  background-color: #15378b;
}

.screening__confirm-button:active {
  background-color: #163483;
}

.screening__confirm-button img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}

.screening__reset-button {
  display: inline-block;
  height: 36px;
  padding: 0 16px;
  background-color: #f5f5f5;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
  vertical-align: middle;
}

.screening__reset-button:hover {
  background-color: #e8e8e8;
  border-color: #ccc;
}