@charset "UTF-8";
.topMainDiv {
    width: 100%;
    display: flex;
    height: 700px;
    background: #EEF4F9;
}
.player{
    width: 1104px ;
    height: 600px ;
    background: hsl(240, 8%, 9%);
    float: left;
    margin: 20px  0 0 0;
}
.playList{
    width: 296px;
    height: 600px;
    background: #16161A;
    float: left;
    margin: 20px 0 0 0px;
    overflow-y:auto;
    padding:0px 0;
}
.list{
    width: 270px;
    height: 60px;
    background: #232429;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid rgba(255,255,255,0.1);
    float: left;
    margin: 14px 20px 8px 13px;
}

.name{
    width: 136px;
    height: 60px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    float: left;
    margin: 0px 0 0 16px;
    line-height: 60px;
}
.status{
    width: 87px;
    height: 30px;
    background: #16161A;
    border-radius: 162px 162px 162px 162px;
    opacity: 1;
    font-size: 15px;
    font-weight: 400;
    color: #3578E3;
    line-height: 30px;
    float: left;
    text-align: center;
    margin: 28px 0 0 0;
}
.hover{
    border: 1px solid #3578E3;
}
.hover .name{
    color:#fff;
}
.menuList{
    float:left;
    color: #666;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    font-size:14px;
}
.menuTime{
    float:left;
    padding-left: 10px;
    width:71px;
}
.menuContet{
    float:left;
    
}

.playListBox{
    width:100%;
    padding:20px 0;
    float: left;
    text-align: center;
}
.logo {
    width: 34px;
    height: 34px;
    opacity: 1;
    border: 1px solid #D7E4F9;
    float: left;
    margin: 13px 0 0 26px;
    border-radius: 34px;
}
.content {
  width: 100%;
  background: #EEF4F9;
}

.bigImage {
  width: 100%;
}

.bigImage img {
  width: 100%;
}

a.newsTitle:hover,
a.newsTitleOne:hover {
  color: #BF0000 !important;
}

.centerWidth {
  width: 1400px;
  margin: 0 auto;
}
/* tpBlock */
.tpBlock {
  margin-bottom: 16px;
}

.tpBlock .titleBlock1 {
  border: none;
  margin-bottom: 0;
}

.tpBlock .news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tpBlock .news .item {
  margin-bottom: 20px;
  overflow: hidden;
}

.tpBlock .news .item,
.tpBlock .news img {
  width: 336px;
 height: 206px
}

.tpBlock .news_title {
  height: 48px;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-left: 24px;
  position: relative;
  transition: all .5s;
}

.tpBlock .item:hover .news_title {
  margin-top: -48px;
}
/* titleBlock1 */
.indexPage .titleBlock1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 54px;
  border-bottom: 2px solid #D8D8D8;
  /* margin-bottom: 13px; */
}

.indexPage .titleBlock1 .tContent {
  display: flex;
  align-items: center;
}

.indexPage .titleBlock1 .tname {
  font-size: 24px;
  color: #000;
  line-height: 20px;
  position: relative;
  display: flex;
}

.indexPage .titleBlock1 .tname_icon {
  position: absolute;
  right: -22px;
  top: -8px;
  width: 33px;
  height: 21px;
  background: url(../images/tname_icon.png) 0 0 no-repeat;
  background-size: contain;
}

.indexPage .titleBlock1 .tmore {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 20px;
  cursor: pointer;
}

.indexPage .titleBlock1 .tmore_icon {
  margin-left: 5px;
  width: 10px;
  height: 18px;
}



/* titleBlock2 */
.indexPage .titleBlock2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  /* border-bottom: 2px solid #D8D8D8; */
}

.indexPage .titleBlock2 .tContent {
  display: flex;
  align-items: center;
}

.indexPage .titleBlock2 .tname {
  font-size: 24px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
}

.indexPage .titleBlock2 .tname_icon {
  width: 24px;
  height: 30px;
  background: url(../images/tname_icon1.png) 0 0 no-repeat;
  background-size: contain;
  margin-right: 7px;
}

.indexPage .titleBlock2 .tname_icon1 {
  margin-left: 7px;
  background: url(../images/tname_icon2.png) 0 0 no-repeat;
}

.indexPage .titleBlock2 .tmore {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 20px;
  cursor: pointer;
}

.indexPage .titleBlock2 .tmore_icon {
  margin-left: 5px;
  width: 10px;
  height: 18px;
}

.indexPage .titleBlock2 .titleTabBlock .tabItem {
  height: 50px;
  line-height: 50px;
}

.indexPage .titleBlock2 .titleTabBlock .tabItem::after {
  right: -25px;
  top: 18px;
}
.liveTitle{
    width: 252px;
    height: 58px;
    background: url(../images/common/live.png) 0 0 no-repeat;
    font-size: 24px;
    font-weight: normal;
    color: #6D6D6D;
    display: inline-block;
    line-height:58px;
    margin: 0 0 0 060px;
    text-align: left;
    text-indent: 70px;
}
.liveHover{
      background: url(../images/common/lHover.png) 0 0 no-repeat;
    color:#fff;
}