.clear::after {
    display: block;
    content: "";
    clear: both;
}

.main .main-inner {
    width: 1160px;
    margin: 0 auto;
}

.main-tit {
    padding: 29px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(2, 53, 72, 1);
}

.line {
    /*width: 790px;*/
    height: 1px;
    background-color: rgba(241, 241, 241, 1);
    margin: 9px 0 16px 0;
}

.video-wrap {
    width: 920px;
    height: 572px;
    /*margin-right: 30px;*/
    margin:0 auto;
}
#video{
    width:100%;
    height:100%;
    object-fit: cover;
}
.main-right>img {
    width: 210px;
    height: 130px;
    display: block;
    margin-top: 18px;
}

.main-right>.first {
    margin-top: 0;
}

.video-wrap, .main-right {
    /*float: left;*/
}

.video-tit {
    /* width: 917px; */
    height: 31px;
    font-size: 30px;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    line-height: 30px;
    margin: 38px 0;
    text-align: center;
}

.tagWrap {
    width: 383px;
    height: 19px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    line-height: 30px;
}

.shareWrap {
    margin-top: 37px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
}

.share-img>img {
    width: 32px;
    height: 32px;
    margin: 0 5px;
}

.share-img, .share-txt {
    display: inline-block;
    vertical-align: middle;
}

.share-txt, .share-right {
    font-size: 16px;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    line-height: 30px;
}

.share-left, .hot-left {
    float: left;
}

.share-right, .hot-right {
    float: right;
}

.more, .arrowRight {
    display: inline-block;
    vertical-align: middle;
    color: #777777;
}
.hotWrap{
    margin-bottom: 64px;
}
.hot-title {
    height: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #E2E1E4;
    margin-bottom: 21px;
}
.list-wrap{
    float: left;
    margin-right: 30px;
}
.last{
    margin-right: 0;
}
.hot-left {
    height: 40px;
    border-bottom: 2px solid #AB181E;
    font-size: 24px;
    font-weight: 600;
}

.list-wrap {
    width: 208px;
}
.list-wrap>a{
    display:block;
}
.img-wrap {
    width:100%;
    height:102px;
}
.img-wrap>img {
    width: 100%;
    height: 102px;
}

.hot-name {
    /*height: 38px;*/
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #111111;
    line-height: 23px;
    margin-top: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-list>li:last-child {
    margin-right:0;
}