.container{
    width: 1190px;
    margin:0 auto;
    /* margin-top: 40px; */
}
.List_item{
    /* width: calc((100% - 12px * 3)/4); */
    width: calc((100% + 12px)/ 4 - 12px);
    margin-right: 12px;
    margin-bottom: 40px;
 
}
.videobox .huiyi2:nth-child(3n){
    margin-right: 0;
}
.flexbw{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yanshenTit .btn{
    margin-right: -2rem;
}
.itemWrapper{
   display: flex;
   flex-wrap:wrap;
   align-items: start;
   justify-content: space-between;

}
.itemWrapper::after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.List_item:nth-child(4n){
    margin-right: 0;
}
.coverWrapper{
    position: relative;
    display: block;
}
.coverWrapper .coveTag,.coveTag{
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
    border-radius: 4px;
    color: #fff;
    background: rgba(0,0,0,.6);
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    padding: 0 8px;
    font-weight: 500;
}
.writebox{
    width: 1200px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    margin-top: 30px!important;
}
.cont-img {
    margin-top: 40px;
    margin-bottom: 40px;
}
 
.cont-tit {
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
    line-height: 1.6em;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.875em;
    display: flex;
    align-items: center;
}
.cont-tit a{
    display: flex;
    align-items: center;
}
.cont-tit .button-arrow{ 
    position: static;
    margin-left: 5px;
    margin-top: 4px;
}
.homenewslist .huiyi2  .tip{
    color: rgba(0, 0, 0, 0.6)!important;
}
.yanshenTit{
    text-align: left;
    color: rgba(0, 0, 0, 1);
    line-height: 1em;
    font-size: 2em;
    padding-top: 0;
    width: 1200px;
    margin:0 auto;
    margin-bottom: 1em;
}
.ltitle {
    margin-top: 2em!important;
    margin-bottom: 1.5em !important;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
}
.title{
    line-height:1;
    font-weight: 500;
    font-size: 16px;
    color: #1d1d1d;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.bottomInfo{
    margin-top: 4px;
    color: #666;
    line-height: 20px;
    font-size: 14px;
}

/* Detail */
.videoContainer{
    width: 1200px;
    margin:0 auto;
    padding-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.left-container{
    width: 67%;
    position: relative;
}
.right-container{
    width: 30%;
    margin-left: 2%;
    min-height: 1100px;
}
.hot-video {
    height: 675px;
    margin: 28px 0 12px;
}
.hot-video>div {
    width:100%;
}
.hot-video .pane-header {
    margin-bottom: 7px;
}
.pane-header {
    
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pane-header .header {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #e70012;
    position: relative;
}

/* .play {
    width: 25px;
    height: 25px;
    background: url(../images/play.png) no-repeat;
    background-size: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
} */
#videoDetail h1{
    font-size: 24px;
}
#videoDetail .article-content p{
    font-size: 18px;
    line-height: 1.8em;
}
#video1{
    /* background-color: #000; */
}

#videoDetail .article-content .tt-article-content{
    margin-bottom: 0;
}
#videoDetail .article-content .article-meta{
margin: 5px 0 16px;}
.cover img{
    width: 100%;

}
.cover{
    display: flex;
    align-items: center;
    justify-content: center;
}

.title span{
    margin:0 10px;
}

.title span.on{
    color:#e9451d;
}
.mt-20{
    margin-top: 0px!important;
}
/* videoDetai è‡ªåŠ¨æ’­æ”¾ */
.play-control {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    width: 100%;
}
.play-control div:first-child {
    font-size: 17px;
    font-weight: 500;
}
.play-control div:nth-child(2) {
    margin-left: auto;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #999;
}
.ant-switch {
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 32px;
    height: 18px;
    line-height: 16px;
    vertical-align: middle;
    background-color: #666;
    border: 1px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all .36s;
    transition: all .36s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* å¤´åƒ */
 .author__userinfo {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    /* margin-bottom: 30px; */
}
.author__userinfo .author__headImg {
    margin-right: 8px;
    width: 58px;
    height: 58px;
}
.component-avatar {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #f9f9f9;
}
  .component-avatar__inner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: default;
}
  .component-avatar__inner img {
    border-radius: 50%;
    vertical-align: top;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease 0s;
    object-fit: cover;
}
  .author__userinfo .author__userName {
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.user__name {
    display: inline-block;
    vertical-align: middle;
}
[class^=sprite-], [class*=" sprite-"] {
    display: inline-block;
    vertical-align: middle;
}
.sprite-svip {
    background-image: url(https://sf6-scmcdn-tos.pstatp.com/obj/goofy/xigua_fe/xigua_video_web_pc/static/media/sprite.e54bda53.png);
    background-position: -208px -68px;
    width: 16px;
    height: 16px;
}
.user__vip-logo {
    margin-left: 7px;
}
.Page_Projection .author__userinfo .author_statics {
    font-size: 15px;color: #666;
}
  
.ml20{
    margin-left: 20px;
}
.ml40{
    margin-left: 40px;
}
.Page_Projection__comment {
    margin: 40px 0px 0px;
}

.videoContainer .title{
    font-size: 16px;
}
.tn-user a{
    line-height: 29px;
    display: flex;
}
.tn-user a img{
    margin-right: 5px;
}
.el-select .el-input.is-focus .el-input__inner {
    border-color: #E9451D!important;
}
.el-select .el-input__inner:focus {
    border-color: #E9451D!important;
}
.el-select-dropdown__item.selected {
    color: #E9451D!important;
    font-weight: 700;
}
a.down{
    color: #E9451D;
}
 
.Forgot span{
    color: #E9451D;
}
.eye1 {
    position: absolute;
    bottom: 15px;
    right: 0;
    cursor: pointer;
 
    width: 20px;
    height: 20px;
    background: url(../images/eye1.jpg);
    background-size: 20px;
  }
  .eye2 {
    position: absolute;
    bottom: 15px;
    right: 0;
    cursor: pointer;
 
    width: 20px;
    height: 20px;
    background: url(../images/eye2.jpg);
    background-size: 20px;
  }
  .pore{
      position: relative;
  }
  .user{
      position: absolute;
      right: 0;
      top: 20px;
      width: 30px;
      height: 30px;
  }
  .user img{
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
 
  /* è¯„è®ºé®ç½© */
   .login-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    cursor: pointer;
}
 .login-mask p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
    color: #222;
}
 .login-mask span {
    font-weight: 500;
    color: #f04142;
}


.hot-video {
	height: 675px;
	margin: 0 0 12px
}

 
.hot-video .pane-header {
	margin-bottom: 14px
}

.hot-video .video-item {
    overflow: hidden;
    /* padding: 10px 0; */
    display: flex;
    padding-bottom: 14px;
}

.hot-video .video-item .left-img {
	display: block;
    width: 210px;
    flex: 1;
    margin-right: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.6)));
	background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.6));
	background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.6));
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	position: relative
}

.hot-video .video-item .left-img:hover .pic {
	-webkit-transform: matrix(1.04,0,0,1.04,0,0);
	-moz-transform: matrix(1.04,0,0,1.04,0,0);
	transform: matrix(1.04,0,0,1.04,0,0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.hot-video .video-item .left-img .pic {
	display: block;
	width: 100%;
	background-size: cover;
	-webkit-transition: all .5s ease-out .1s;
	-moz-transition: all .5s ease-out .1s;
	transition: all .5s ease-out .1s;
    height: 0;
    padding-bottom: calc(100% / 16 * 9);
}

.hot-video .video-item .left-img .number {
	width: 26px;
	padding: 2px 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border-bottom-right-radius: 4px;
	position: absolute;
	left: 0;
	top: 0
}

.hot-video .video-item .left-img .number.num1 {
	background: #e9451d
}

.hot-video .video-item .left-img .number.num2 {
	background: #ff7528
}

.hot-video .video-item .left-img .number.num3 {
	background: #ffbc11
}

.hot-video .video-item .left-img .number.num-other {
	background: rgba(0,0,0,.6)
}

.hot-video .video-item .left-img .duration {
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	background: rgba(0,0,0,.5);
	border-radius: 4px;
	padding: 4px 6px;
	position: absolute;
	right: 6px;
	bottom: 6px
}

.hot-video .video-item .right-content {
	height: 96px;
    /* width: 130px; */
    display: flex;
    float: left;
    flex: 1;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.hot-video .video-item .title {
	max-height: 44px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #222;
	cursor: pointer;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis
}

.hot-video .video-item .title:visited {
	color: #222
}

.hot-video .video-item .title:hover {
	color: #e9451d
}

.hot-video .video-item .like {
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-size: 12px;
	line-height: 16px;
	color: #e9451d;
	background: #fff2f2;
	border-radius: 4px;
	padding: 4px 6px
}

.hot-video .video-item .desc {
	font-size: 12px;
	line-height: 20px;
	color: #999;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.hot-video .video-item .desc span {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.hot-video .video-item .desc a {
	color: #999;
	margin-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hot-video .video-item .desc a:hover {
	opacity: .8
}
 
.playBox{
    width: 1190px;
    margin:0 auto;
    height: 568px;
    display: flex;
    margin-top: 20px;
    background-color: #000;
}
.playbox-left{
    width: 70%;
}
.playbox-right{
    width: 28%;
    margin-left: 2%;
    overflow-y: auto;
    overflow-x: hidden;
}
.playbox-right .hot-video .header{
    color: #fff;
    padding-left: 0;
}
.playbox-right .title{
    color:rgba(255,255,255,.75)!important;
}
.look-more {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    background: #f8f8f8;
    border-radius: 4px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

/* floatVideo */
.floatVideo{
    position: fixed;
    right: 400px;
    bottom: 0;
    max-width: 100%;
    width: 420px;
    height: 236.25px;
    outline: none;
    right: 506px;
    right: 50%;
    margin-right: -210px;
    bottom: 40px;
    display: none;
}
#video2{
    width: 420px;
    height: 236.25px;
}
.floatVideo video{ 
    width: 100%;
    height: 100%;
}


/* 视频列表 */
.videobox .huiyi2{
    
    border-bottom: none;
    height: 330px;
 
    width: 376px;
    margin-right: 30px;
}
.videobox .huiyi2 .tip{
    margin-top: 12px;
    margin-bottom: 5px;
    line-height: 20px;
}
.videobox  .huiyi2 dl dt{
    padding: 0;
    font-size: 18px;
    margin: 0;
}
.videobox .huiyi2:hover{
    border-bottom: none;
}
.left-container .main{
    width: 100%;
}
.videoContainer .content{
   padding-top: 0;
}
.videoContainer {
    min-height: 760px;
    margin-bottom: 60px;
}
/* 四列视频 */
.videobox2::after{
    content: '';
    display: block;
    clear: both;
}




.videobox2{
    margin-bottom: 30px!important;
}
.videobox2 .huiyi2{
    
    border-bottom: none;
    height: 285px;
    width: 285px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.videobox2 .huiyi2:nth-child(3n){
    margin-right: 20px;
}
.videobox2 .huiyi2:nth-child(4n){
    margin-right: 0;
}
.videobox2 .huiyi2:hover{
    border-bottom: none;
}
.videobox2 .huiyi2 dl{
    width: 100%;
}
.videobox2  .huiyi2 .huiyileft{
    height: 166px;
}
.videobox2 .huiyi2 dl dt{
    font-size: 16px;
}
.videobox2 .huiyi2 .tip{
    margin-top: 10px;
}
.videobox2 .huiyi2 dl dt {
    font-size: 16px;
    color: #000;
    margin: 6px 0;
}
.videobox2 .huiyi2 .time{
    font-size: 12px;
}
.videobox2 .huiyi2 .time .attr{
    margin-left: 0;
}
.videoContainerBox{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.videoContainerBox #video1{
    margin-bottom: 30px;
    width: 100%;
    height: 450px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}
.swiper-button-next {
    background-image: url(../images/you1.png);
    right: 439px;
    top: 360px;
    left: auto;
    z-index: 100;
}
.swiper-jt-weizhi{
    top: 306px !important;
}

.swiper-button-prev{
    background-image: url(../images/zuo1.png);
    right: 723px;
    top: 360px;
    left: auto;
}
.huibox{
    width: 100%;
    background-color: #f6f6f6;
}
.huibox .layoutleft img{
        border:none;
        height: 400px;
}
.huibox .layoutleft{
        border:none;
        height: 400px;
}
.huibox .layoutleft img:hover{
    border: none;
}
.bottom1px{
    bottom: 1px!important;
}

.dl1 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.dl1 dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.dl2 {
    margin-bottom: 20px;
}

.dl2 dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #e70012;
}

.dl3 {
    text-align: center;
}

.dl3 dt {
    font-weight: bold;
}

.sidebar-tout__more {
    margin-bottom: 30px;
}

.ltitlered {
    margin-top: 30px;
    margin-bottom: 20px !important;

    color: #e70012;
    font-weight: bold;
}

.liTitle {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px !important;
}

.midtitle {
    text-align: center;
    margin-top: 30px;
}

.midtitle p {
    text-align: center;
}

.midtitle p:first-child {
    color: #888;
    margin-bottom: 0;
    font-size: 15px;

}

.b {
    font-weight: bold;
}

.midtitle p:last-child {
    color: #000;
    font-size: 20px;
    margin-top: 5px;
    font-weight: bold;
}

.dl3 dt,
.dl3 dd {
    margin-top: 6px;
}

.dl3 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.dl3 dt {
    font-size: 17px;
}

.dl3 dd:first-child {
    font-size: 15px;
}

.pp {
    margin-bottom: 20px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
}

.red {
    color: #e70012
}
.cont-right dl{
    width: 100%;
    border-left: 1px solid #eee;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.cont-right dl>dt{
   padding-left: 20px;
    /* border-bottom: 1px solid #eee; */
    font-size: 16px;
    margin-bottom: 10px;
}
.cont-right dl>dt b{
    cursor: pointer;
}
.cont-right dl li{
    font-size: 16px;
}
.cont-right dl li{
   padding-left: 40px;
   background-color: #f7f7f7;
}
.cont-right dl li a{
    color: rgba(0, 0, 0, 0.6);
}
.cont-right dl li a:hover{
    color: #000;
}