.main-news .title {
    width: 510px;
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-news .text {
    position: relative;
    width: 510px;
    height: 48px;
    font-size: 16px;
    color: #646464;
    line-height: 24px;
    overflow: hidden;
}

.main-news .text::after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 45px;
    padding-left: 4px;
    background: linear-gradient(to right, transparent, #fff 0%);
}

.main-news .text span {
    position: absolute;
    bottom: 0;
    color: #1BC0A9;
    right: 4px;
    z-index: 9;
    cursor: pointer;
}

.divider {
    margin: 16px 0;
}

.topic-list li {
    margin-bottom: 20px;
    height: 22px;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    position: relative;
    padding-left: 16px;
}

.topic-list i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E92727;
}

.topic-list li span {
    float: right;
    font-size: 14px;
    color: #A7A7A7;
}

.topic-list a {
    display: inline-block;
    width: 384px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topic-list li:hover a {
    font-size: 20px;
    font-weight: bold;
    color: #E92727;
}

.topic-list li:hover span {
    display: none;
}

.video-list {
    display: none;
}

.video-list.active {
    display: block;
}

.video-list li {
    display: inline-block;
    width: 224px;
    height: 396px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.video-list li:not(:first-child) {
    margin-left: 14px;
}

.video-list li>a>img {
    width: 224px;
    height: 396px;
    border-radius: 4px;
}

.video-list li>a>img:hover {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.video-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 223px;
    height: 146px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.video-info p {
    margin: 20px;
}

.video-text {
    height: 72px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.author-info {
    height: 18px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
}

.author-img {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
}

.gzh {
    height: 172px;
    display: none;
}

.gzh.active {
    display: block;
}

.gzh a {
    font-size: 14px;
    margin-left: 16px;
}

.gzh a.gzh-channel {
    float: left;
    margin-left: 0;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    width: 116px;
}

.gzh a.gzh-channel:not(:first-child) {
    margin-left: 36px;
}

.gzh a.gzh-channel img {
    float: left;
    width: 116px;
    height: 116px;
    border-radius: 50%;
}

.gzh-channel span {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    width: 88px;
    height: 36px;
    background: #E92727;
    border-radius: 100px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.gzh-channel span:hover {
    opacity: 0.9;
}

.gzh-channel span.follow {
    background: rgba(167, 167, 167, 0.12);
    color: #A7A7A7;
}

.adv-banner-two img {
    width: 594px;
    height: 80px;
}

.adv-banner-two img:first-child {
    margin-right: 4px;
}

.bread-list {
    width: 640px;
    height: 464px;
    position: relative;
    display: inline-block;
}

.nav-list {
    width: 80px;
    height: 464px;
    background: rgba(167, 167, 167, 0.12);
    text-align: center;
    font-size: 18px;
    color: #222222;
}

.nav-list li {
    height: 76px;
    line-height: 76px;
}

.nav-list li.active {
    background: #E92727;
    color: #fff;
    font-weight: bold;
}

.nav-list li:hover:not(.active) {
    cursor: pointer;
    /* color: #E92727;
    background: #FF5E5E; */
}

.nav-list-news {
    position: absolute;
    left: 80px;
    top: 0;
    width: 530px;
    height: 464px;
    border: 1px solid rgba(167, 167, 167, 0.36);
    padding: 0 30px 0 20px;
    display: none;
}

.nav-list-news.active {
    display: block;
}

.nav-list-news li:not(:first-child) {
    border-top: 1px solid rgba(167, 167, 167, 0.32);
}
.nav-list-news li:hover .title{
  color: #E92727;
}
.nav-list-news .title {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-list-news .text {
    font-size: 14px;
    color: #A7A7A7;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.banner-list {
    width: 254px;
    height: 464px;
}

.banner-list:not(:first-child) {
    margin-left: 12px;
}

.banner-list li:not(:first-child) {
    margin-top: 9px;
}

.banner-list img:hover {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.live-img {
    width: 753px;
    height: 424px;
    border-radius: 4px;
}

.live-img img {
    display: inline-block;
    width: 753px;
    height: 424px;
}

.live-list {
    width: 435px;
    height: 424px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    margin-left: 765px;
}

.live-list-nav {
    width: 435px;
    height: 42px;
    background: rgba(167, 167, 167, 0.12);
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}

.live-list-nav li {
    display: inline-block;
    width: 108.5px;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    font-size: 16px;
}

.live-list-nav li.active {
    background: linear-gradient(360deg, #FF8F40 0%, #FC2141 47%, #F10D0D 100%);
    border-radius: 4px 4px 0px 0px;
    color: #fff;
}

.live-list-nav li:hover:not(.active) {
    /* color: #1BC0A9;
    background: rgba(27, 192, 169, 0.1); */
    cursor: pointer;
}

.live-detail-list {
    display: none;
}

.live-detail-list.active {
    display: block;
}

.live-detail-list li {
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    padding: 0 20px;
}

.live-detail-list li a {
    color: #646464;
}

.live-detail-list li.active {
    background:rgba(233, 39, 39, .08);
}

.live-detail-list li.active a {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
}

.live-detail-list li:hover {
    /* background: rgba(27, 192, 169, 0.08); */
    cursor: pointer;
}

.icon-live {
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../images/live.png);
    background-size: 100%;
    margin-top: 9px;
    margin-right: 6px;
}
.tside{
    position: relative;
}
.tside .content {
    display: inline-block;
}

.tside .content {
    height: 520px;
    width: 100%;
    position: relative;
}

.tside .content.left {
    /* width: 780px; */
}

.tside .content.right {
    width: 390px;
}

.pics-list {
    display: inline-block;
}

.pics-list>div {
    width: 390px;
    height: 165px;
    border-radius: 4px;
    position: relative;
}

.pics-list:not(:last-child) {
    margin-right: 12px;
}

.pics-list>div:not(:first-child) {
    margin-top: 12px;
}

.pics-list>div img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.pics-list .long {
    height: 261px;
    width: 389px;
}

.pics-list .short {
    height: 220px;
    width: 389px;
}

.mask-left,
.mask-right {
    position: absolute;
    width: 88px;
    height: 117px;
    background: rgba(34, 34, 34, 0.6);
    border-radius: 4px 0px 0px 4px;
    top: 0;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 24px 20px;
}

.mask-left {
    left: 0;
}

.mask-right {
    right: 0;
}

.mask-top {
    top: 0;
    background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.mask-bottom {
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.mask-title {
    position: absolute;
    width: 100%;
    height: 76px;
    line-height: 76px;
}

.mask-title p {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    margin-left: 35px;
}

.mask-title i {
    position: absolute;
    width: 3px;
    height: 22px;
    background: #1BC0A9;
    border-radius: 3px;
    left: 20px;
    top: 50%;
    margin-top: -11px;
}

.pics-list>div:hover {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}