@charset "utf-8";

/* css 重置 */
html,
body {
    width: 100%;
    background: #ffffff;
    overflow-x: hidden;
}

body,
div,
ul,
li,
dl,
dt,
dd,
h2,
p {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

img {
    border: none;
    object-fit: cover;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
/* a:hover{
    text-decoration: underline;
} */
.headerdiv {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.welcome{
    float:left;
    font-size: 16px;
    font-weight: 400;
    color: #3d3d3d;
    height:100px;
    line-height:100px;
    margin: 0 0 0 35px;
}
.main_center {
    margin: 0 auto;
    width: 1280px;
}

.menucenter {
    height: 94px;
}

.headermenudiv {
    width: 100%;
    height: 60px;
    background:#e41d1d;
}
.headermenudiv .headdiv{
    display:flex;
}
.menua {
    height: 60px;
    font-size: 20px;
    font-family: source han sans cn-regular, source han sans cn;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    di'speak: dis';
    flex: auto;
    text-align: center;
}

.menua:hover {
    color: #f6c623;
}

.logoimg {
    width: 285px;
    height: 73px;
    margin: 10px 0px 11px 0;
    float: left;
}

.logoimg img {
    width: 100%;
    height: 100%;
}

.week {
    float: left;
    font-size: 24px;
    font-family: source han serif cn-bold, source han serif cn;
    font-weight: 700;
    color: #3d3d3d;
    margin: 22px 0 0 900px;
}

.date {
    float: left;
    font-size: 18px;
    font-family: source han serif cn-bold, source han serif cn;
    font-weight: 700;
    color: #3d3d3d;
    margin: 5px 0 0 900px;
}

.serinput {
    width: 338px;
    height: 40px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    opacity: 1;
    border-radius: 60px;
    float: right;
    margin: 20px 0 0 0;
}

.ser {
    width: 300px;
    color:#999999;
    outline: none;
    border: 0;
    height: 40px;
    z-index: 111;
    border-radius: 18px;
    float: left;
    background: transparent;
    text-indent: 20px;
    font-size:16px;
    line-height: 40px;
}

.serbtn {
    width: 36px;
    height: 36px;
    float: right;
    background:  center center/19px 19px no-repeat;
}

::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.footerdiv {
    width: 100%;
    height: 317px;
    margin: 58px 0 0 0;
    background:#f6f6f6;
    border-top: 1px solid #e5e5e5;
}

.footertop {
    height: 18px;
}

.linkdiv {
    padding: 55px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.linkname {
    height: 20px;
    line-height: 17px;
    color: #fff;
    opacity: 1;
    float: left;
    font-size: 20px;
    font-family: source han sans cn-regular;
    font-weight: 400;
    width: 100%;
    padding: 2px 10px
}

.footerlink {
    height: 18px;
    font-size: 14px;
    font-family: source han sans cn-regular;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    padding: 2px 10px
}

.footerleft {
    float: left;
    width: 100%;
}

.footerp {
    float: left;
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    line-height: 17px;
    color: #333333;
    margin: 15px 0 0px 0;
    text-align: center;
}
.footerpimg{
    float: left;
    width: 100%;
    margin: 20px 0 0px 0;
    text-align: center;
}
.footerpimg img{
   margin: 0 8px;
}
.footerspan {
    margin: 0 16px 0 0;
}

.footerp img {
    margin: 16px 60px 0 0;
}

.footerright {
    float: right;
    padding: 64px 0 0 0;
    width: 360px;
}

.footerright img {
    width: 360px;
    height: 90px;
    margin: 0 0 20px 0;
    float: left;
}

.line1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.menua1 {
    padding-right: 55px;
    line-height: 70px;
    float: left;
    font-size: 24px;
    font-family: pingfang sc;
    font-weight: 600;
    color: #ffffff;
    opacity: 1;
}

img {
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

img:hover {
   transform: scale(1.03);
   transition-timing-function: ease-out;
   transition-duration: 500ms;
    -moz-transform: scale(1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    overflow: hidden;
}

.loadmore {
    width: 210px;
    height: 36px;
    background: #f4f4f4;
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
    line-height: 36px;
    text-align: center;
    margin: 20px 400px;
    display: none;
}
.mg20{
    margin: 20px auto;
}
.headermenudiv1 {
    width: 100%;
    height: 45px;
    background: #e41d1d;
}

.menua1 {
    float: left;
    height: 45px;
    font-size: 14px;
    
    font-weight: 400;
    color: #fff;
    line-height: 45px;
    padding: 0 12px;
}

.catalogmenu {
    margin: 0px auto 0px auto;
    height: 71px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    line-height: 71px;
    color: #808080;
    opacity: 1;
}
.flex {
    display: flex;
}

.pc_main {
    display: none;
}

.container {
    width: 1200px;
    margin: auto;
}

/* 当前位置 */
.crumbs {
    margin: 30px 0 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
}

.crumbs img {
    width: 5px;
    height: 6px;
    margin: -3px 10px;
    vertical-align: super;
}

.crumbs span {
    margin-left: -4px;
}

.leftcon {
    width: 854px;
    height: 656px;
    background-color: rgba(250, 250, 250, 1);
}

/* 标题、简介 */
.leftcon .topcon .videocon {
    height: 476px;
}

.leftcon .topcon .titlebox {
    padding: 18px 20px 0;
}

.leftcon .topcon .top {
    margin-left: -5px;
}

.leftcon .topcon .top .status {
    width: 80px;
}

.leftcon .topcon .status img {
    width: 100%;
}

.leftcon .topcon .top .title {
    flex: 1;
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    line-height: 26px;
    padding: 3px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftcon .topcon .desc {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    padding: 2px 4px;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 分享、功能 */
.toolbox {
    padding: 15px 20px 27px;
    justify-content: space-between;
}

.toolbox .share .name {
    font-size: 14px;
    color: #707070;
    margin-top: 12px;
    margin-right: 12px;
}

.toolbox .share .social-share > a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 40px;
    transition: all .5s;
    position: relative;
    text-align: center;
    margin: 0 8px;
}

.toolbox .share .social-share > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    transform: scale(0);
}

.toolbox .share .social-share > a:hover:after {
    transform: scale(1);
    transition: all .3s;
}

.toolbox .share .weixinicon:hover::after {
    background: #3dbe5b;
}

.toolbox .share .weiboicon:hover::after {
    background: #ff5757;
}

.toolbox .share .qqicon:hover::after {
    background: #21b3f7;
}

.toolbox .share .icons img:hover {
    animation: rock .4s;
}

@keyframes rock {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.toolbox .share .social-share > a:last-child {
    margin-bottom: 0;
}

.toolbox .function {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #656f80;
}

.toolbox .function .launch {
    cursor: pointer;
}

.toolbox .function .launch img {
    width: 24px;
    height: 20px;
    margin-top: 10px;
}

.toolbox .function .launch:last-child img {
    width: 21px;
    height: 21px;
}

.toolbox .function .num1 {
    margin-left: 8px;
}

.toolbox .function .num2 {
    margin-left: 8px;
}

/* 相关推荐 */
.recommended {
    margin: 50px 0 40px 0;
}

.recommended .head {
    position: relative;
    margin-bottom: 20px;
}

.recommended .head img {
    width: 23px;
}

.recommended .head>span {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    margin-left: 5px;
}

.recommended .head .change {
    width: 74px;
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    cursor: pointer;
}

.recommended .head .change:hover {
    color: var(--themecolor);
}

.recommended .head .change img {
    vertical-align: middle;
    width: 15px;
}

.recommended .head .change.disable img {
    animation: rotate 0.75s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.recommended .contents .item {
    width: 224px;
    margin-left: 20px;
    cursor: pointer;
    overflow: hidden;
}

.recommended .contents .item:first-child {
    margin-left: 0;
}

.recommended .contents .item>img {
    width: 224px;
    height: 126px;
    object-fit: cover;
    border-radius: 4px;
    transition: transform .3s ease-out;
}

.recommended .contents .item>img:hover {
    transform: scale(1.05);
}

.recommended .contents .item>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommended .contents .item>p:hover {
    color: var(--themecolor);
}

/* 图文直播、评论 */
.rightcon {
    width: 336px;
    height: 656px;
    background-color: rgba(250, 250, 250, 1);
}

.rightcon .navcon {
    display: flex;
    font-size: 16px;
    line-height: 58px;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #f0f0f0;
}

.rightcon .navcon .looknum {
    height: 25px;
    background: rgba(237, 249, 255, 0.39);
    border-radius: 70px;
    font-size: 12px;
    color: #268bff;
    opacity: 0.85;
    text-align: center;
    margin-top: 18px;
    margin-right: 15px;
    line-height: 27px;
    padding: 0 5px;
}

.rightcon .nav {
    flex: 1;
    padding: 0 17px;
    font-weight: normal;
    color: #999;
}

.rightcon .nav .navitem {
    margin-right: 26px;
    cursor: pointer;
    color: rgba(102, 102, 102, 0.85);
    font-size: 16px;
}

.rightcon .nav .navitem.active {
    color: var(--themecolor);
    font-weight: bold;
    position: relative;
}

.rightcon .nav .navitem.active::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    width: 60px;
    height: 3px;
    background: var(--themecolor);
}

/* 内容 */
.pcmainwrapper{
    overflow: hidden;
    height: 598px;
}
.pcmainwrapper .maincon{
    width: 100%;
    height: 100%;
}
.pcmainwrapper .maincon .mainitem{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 17px 17px 0;
    box-sizing: border-box;
    flex-shrink: 0;
    display: none;
}

.pcmainwrapper .mainitem::-webkit-scrollbar{height:8px;width:4px;background:rgba(222, 222, 222, 0.5);border-radius:5px;}
.pcmainwrapper .mainitem::-webkit-scrollbar-button{display:none;}
.pcmainwrapper .mainitem::-webkit-scrollbar-track{background-color:#ffffff;}
.pcmainwrapper .mainitem::-webkit-scrollbar-track-piece{background:#ffffff;}
.pcmainwrapper .mainitem::-webkit-scrollbar-thumb{width:8px;min-height:15px;background:rgba(0, 0, 0, 0.2);border-radius:5px;}
.pcmainwrapper .mainitem::-webkit-scrollbar-thumb:hover{background:rgba(0, 0, 0, 0.5);}
.pcmainwrapper .mainitem::-webkit-scrollbar-thumb:active{background:rgba(0, 0, 0, 0.8);}

.pcmainwrapper .maincon .mainitem.active{
    display: block;
}

/* 图文直播 */
.pcmainwrapper .livecon .item{
    font-size: 13px;
    line-height: 22px;
    /* border-bottom: .1rem solid #e6e6e6; */
    margin-bottom: 17px;
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
}
.pcmainwrapper .livecon .item .publisherimg{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 11px;
}
.pcmainwrapper .livecon .item .publisherimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pcmainwrapper .livecon .item .content{
    width: 100%;
    padding-top: 2px;
}
.pcmainwrapper .livecon .item .liveinfo{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #333;
}
.pcmainwrapper .livecon .item .liveinfo .publishdate{
    color: #999;
}
.pcmainwrapper .livecon .item .text{
    margin-top: 8px;
    font-size: 15px;
    color: #1a1a1a;
}
.pcmainwrapper .livecon .item .imgs{
    margin-top: 11px;
}
.pcmainwrapper .livecon .item .content img{
    max-width: 100%;
    border-radius: 3px;
    margin-top: 8px;
    display: block;
}
.pcmainwrapper .livecon .item .zdyvideo{
    width: 100%;
    max-width: 100%;
    height: var(--h);
    max-height: var(--maxh);
    margin-top: 1.1rem;
}
.pcmainwrapper .livecon .item .zdyvideo video{
    width: 100% !important;
    height: var(--h) !important;
    max-height: var(--maxh) !important;
}
/* 直播评论 */
.pcmainwrapper .maincon .livecomment{
    padding: 0;
}
.pcmainwrapper .livecomment .commentcount{
    color: #666;
    font-size: 14px;
    padding: 16px 17px 6px;
}
.pcmainwrapper .comment{
    background: #fafafa;
    padding-top: 11px;
    padding: 11px 17px;
}
.pcmainwrapper .comment .item{
    font-size: 15px;
    line-height: 22px;
    color: #ccc;
    display: flex;
    justify-content: space-between;
}
.pcmainwrapper .comment .item ~ .item{
    margin-top: 17px;
}
.pcmainwrapper .comment .item .userimg{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
    flex-shrink: 0;
}
.pcmainwrapper .comment .item .userimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pcmainwrapper .comment .item .content{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 3px 11px 6px;
}
.pcmainwrapper .comment .item .content .userinfo{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}
.pcmainwrapper .comment .item .content .userinfo .addtime{
    font-size: 13px;
}
.pcmainwrapper .comment .item .content .text{
    color: #1a1a1a;
}

#backtotop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: 60px;
    cursor: pointer;
    display: none;
}

#backtotop img {
    width: 100%;
    height: 100%;
}