body {
    background-color: #fff;
}

.nav {
    padding: 20px 0 20px 0;
    font-size: 14px;
    color: #666;
}
.nav a:hover{
    color: #E63B3D;
}
.info-list {
    width: 100%;
}

.info-list .list-box {
    width: 805px;
    height: 600px;
    background-color: #000;
}
/*标签*/
.info-list .tags-box {
    width: 820px;
}
.info-list .tags-box .tags{
    margin-top: 30px;
}
.info-list .tags-box .tags a{
    height: 48px;
    line-height: 48px;
    border: 1px solid #DDDDDD;
    border-radius: 24px;
    padding: 0 20px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
}
.info-list .tags-box .tags a img{
    width: 34px;
    height: 34px;
    margin-right: 6px;
}
.info-list .tags-box .tags .city{
    background-color: #E53B3C;
    margin-right: 15px;
}
.info-list .tags-box .tags .type{
    background-color: #FF6420;
    margin-right: 15px;
}
/* 侧边栏 */
.info-list .sidebar {
    width: 395px;
    height: 600px;
    padding: 20px 20px;
    background-color: #282828;
}
.info-list .sidebar .video-list-box {
    height: 435px;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
/*滚动条整体样式；*/ 
.info-list .sidebar .video-list-box::-webkit-scrollbar{
    height: 370px !important;width: 5px !important;
    background-color: #f2f2f2;border-radius: 10px;
}
/*滚动条滑块的样式*/
.info-list .sidebar .video-list-box::-webkit-scrollbar-thumb {
    width: 6px;height: auto;
    border-radius:10px;
    background: #E63B3D;
} 
.info-list .sidebar .title {
    font-size: 18px;
    color: #777;
    margin-bottom: 25px;
}
.info-list .sidebar .recommend-list {
    width: 100%;
    height: 80px;
    margin-bottom: 25px;
    display: block;
}
.info-list .sidebar .recommend-list:hover .video-name .name {
    color: #CCC;
}
.info-list .sidebar .recommend-list .img {
    width: 140px;
    height: 80px;
    margin-right: 10px;
}
.info-list .sidebar .recommend-list .playevent::after{
     width: 30px; height:30px; 
}
.info-list .sidebar .recommend-list .img img {
    width: 100%;
    height: 100%;
    display: block;
}
.info-list .sidebar .video-name {
    width: 188px;
    height: 80px;
    color: #777;
}
.info-list .sidebar .video-name .name {
    font-size: 16px;
    height: 42px;
    line-height: 21px;
    margin-bottom: 20px;
}
.info-list .sidebar .video-name .date {
    font-size: 12px;
}
.info-list .sidebar .more-btn {
    font-size: 16px;
    display: block;
    color: #FFF;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    width: 350px;
    margin: 0 auto;
    background: #E63B3D;
    margin-top: 40px;
}

.infotext .info-title{padding-right: 100px;position: relative;margin-top: 30px;}
.infotext .info-title .play-video-name {
    font-size: 32px;color: #002222;font-weight: 800;line-height:52px;
    
}
.infotext .info-title .collectbox{
	display:block;margin-top: 50px;width:50px;margin:0 auto;text-align: center;
	position:absolute;right: 0px;top:0px;
}
.infotext .info-title .collectbox .collect_icon{
	display:block;width:50px;height:50px;line-height:50px;
	background: #fff;border:1px solid #999;border-radius:50%;color:#999;
}
.infotext .info-title .collectbox.active .collect_icon{
	background: #E63B3D;color:#fff;border:1px solid #E63B3D;
}
.infotext .info-title .collectbox .iconmsg{
	font-size: 14px;color:#999;padding-top: 10px;display:block;
}
.infotext .info-title .collectbox.active .iconmsg{
	font-size: 14px;color:#E63B3D;
}

.infotext .share {
    margin-top: 20px;
}
.infotext .share .text {
    color: #666666;font-weight:bold;
    font-size: 16px;float: left;
    display: block;	
    height: 45px;	line-height: 45px;
}

.infotext .share a {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    background-size: 100%;
	position: relative;float: left;margin-left: 15px;
}
.infotext .share a .qrcode{
	display:none;width: 120px;height:120px;background:#fff;padding:10px;border:1px solid #ddd;
	position:absolute;left:-22.5px;top:-130px;z-index:999;border-radius:5px;
}
.infotext .share a:hover .qrcode{
	display:block;
}
.infotext .share .wechat {
    background-image: url('./imgs/icon_wx.png');
}
.infotext .share .wechat:hover {
    background-image: url('./imgs/icon_wx_on.png');
}

.infotext .share .friends {
    background-image: url('./imgs/icon_pyq.png');
}
.infotext .share .friends:hover {
    background-image: url('./imgs/icon_pyq_on.png');
}

.infotext .share .weibo {
    background-image: url('./imgs/icon_wb.png');
}
.infotext .share .weibo:hover {
    background-image: url('./imgs/icon_wb_on.png');
}

.infotext .share .qq {
    background-image: url('./imgs/icon_qq.png');
}
.infotext .share .qq:hover {
    cursor: pointer;
    background-image: url('./imgs/icon_qq_on.png');
}
/* 相关阅读 */
.aboutRead{
    width: 810px;
    margin: 30px 0 47px;
    position: relative;
}
.aboutRead .aboutRead-title{
    margin-bottom: 10px;
    padding-left: 17px;
    font-size:18px;
    font-weight:bold;
    color: #222;
    line-height:23px;
    border-left: 3px solid #E63B3D;
}
.aboutRead .swiper-container{
    width: 780px !important;
    margin-left: 30px  !important;
}
.swiper-wrapper{
    padding-top: 15px;
}
.aboutRead .swiper-slide{
    width: 240px;
    display: block;
    border-radius: 5px;
    background: #F5F5F5;
    text-align: center;
    font-size: 18px;
    transition: .5s;padding-bottom: 15px;
}
.aboutRead .swiper-slide img{
    width: 100%;
    display: block;
    border-radius:5px 5px 0px 0px;
}
.aboutRead .swiper-slide p{
    font-size:14px;
    height: 56px;
    font-weight:400;
    color: #333;
    line-height: 20px;
    padding: 14px;
    text-align: left;
}
.aboutRead .swiper-slide.active{
    transform: translateY(-15px);
}
.aboutRead .swiper-slide.active p{
    color: #E63B3D !important;
}

.aboutRead .swiper-button-next{
    right: -30px !important;
    top: auto !important;
    bottom: 90px;
    background: url(./imgs/news_righton.png) no-repeat;
}
.aboutRead .swiper-button-prev{
    left: 0px !important;
    top: auto !important;
    bottom: 90px;
    background: url(./imgs/news_lefton.png) no-repeat;
}
.aboutRead .swiper-button-next:after,.aboutRead .swiper-button-prev:after{
    content: "" !important;
}
.aboutRead .swiper-button-next,.aboutRead .swiper-button-prev{
    outline: none !important;
    width: 14px !important;
    height: 26px !important;
}
/* 评论 */
.essay .news_comment_box{
    width: 810px;
}
/* 边际产品 */
.sidebar{
    width: 320px;
    float: right;
}
.sidebar .product-list {
    background-color: #FFF;
}
.sidebar .product-list .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-left: 15px;
    border-left: 3px solid #E63B3D;
    margin-bottom: 15px;
}
.sidebar .product-list .product{
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #F2F2F2;
}
.sidebar .product-list .product:hover .pro-title{
    color: #E63B3D;
}
.sidebar .product-list .product .pic-img{
    width: 90px;
    height:90px;
    margin-right: 13px;
    overflow: hidden;
}
.sidebar .product-list .product .pic-img img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.sidebar .product-list .product .pic-img img:hover{
    transform: scale(1.1);
}
.sidebar .product-list .product .pro-info{
    overflow: hidden;
}
.sidebar .product-list .product .pro-title{
    color: #333;
    font-size:16px;
    font-weight:400;
    height: 30px;
    line-height: 30px;overflow: hidden;
}
.sidebar .product-list .product .pro-subtitle{
    font-size:14px;
    font-weight:300;
    color: #999;
}
.sidebar .product-list .product .pro-price{
    font-size:16px;
    font-weight:500;
    color: #E63B3D;margin-top: 5px;
}
