﻿/* 新闻中心（资讯中心）页面样式 */
*{
    margin: 0;
}
body{
    background-color: #f2f2f2;
    margin:0;
    padding: 0;
}
html,body{
    scroll-behavior:smooth;
}
#bigBox {
    position: relative;
    width:1200px;
    margin:0 auto;
    margin-bottom: 100px;
}
#bigBox .bNav{
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: #f2f2f2;
    font-size: 14px;
    color: #33302e;
}
.bNav a{
    color:rgba(51,48,46,0.5);
}
#bigBox .content{
    display: flex;
    width: 1200px;
    background: #f2f2f2;
}
#bigBox .content .left{
    width:915px;
    background: #ffffff;
}
#bigBox .content .right{
    width: 267px;
    margin-left: 20px;
    box-sizing: border-box;
}
#bigBox .rightFirst img{
    width:9px;
    height: 102px;
}
#bigBox .rightFirst ul li{
    list-style: none;
    line-height: 45px;
    font-size: 16px;
    font-weight: 700;
    color:#33302e;
}
#bigBox .rightFirst div:nth-child(2){
    display: flex;
}
#bigBox .rightFirst ul{
    margin-top: -18px;
    margin-left: 15px;
}
#bigBox .rightFirst h3{
    margin-bottom:40px;
}
.vHtml{
    padding: 0 20px;
    box-sizing: border-box;
	overflow: hidden;
}
.fixed{
    position: fixed;
    right: 100px;
    bottom:200px;
}
.prevNext{
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}
.next{
    width:115px;
    height: 35px;
    background: #3277ff;
    color:#ffffff;
    margin-left:40px;
    border: 0px;
    outline: none;
    cursor:pointer;
}
.prev{
    width: 115px;
    height: 35px;
    background: #ffffff;
    color:#c4c7cf;
    border: 0px;
    outline: none;
    cursor:pointer;
}
.prevs{
    width: 115px;
    height: 35px;
    background: #ffffff;
    color:#c4c7cf;
    border: 0px;
    outline: none;
    cursor:pointer;
    margin-left:40px;
}
.left img{
	/* width:100%!important;
	height:100%!important; */
	object-fit: cover;
    max-width: 100%!important;
}


.right .hot  a{
    color:#33302e;
    display: flex;
    padding-top: 18px;
    padding-right: 30px;
    position: relative;
} 
.right .fouceOn{
    width: 325px;
    /* height: 225px; */
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.right .fouceOn>div{
    padding: 0 10px;
}
.right .fouceOn>div a{
    padding: 8px 12px;
    display: inline-block;
    border-radius: 55px;
    font-size: 14px;
    margin-top: 7px;
    color: #737373;
    margin-right: 8px;
    border: 1px solid #f6f6f6;
}
.hotShop{
    width: 325px;
    height: 410px;
    background: #ffffff;
}
.hotShop h1 span.hot_more{
    float: right;
    position: relative;
    font-size: 14px;
    color: #33302e;
    margin-right: 35px;
    font-weight: 400;
    letter-spacing: 0;
}
.hotShop h1 span.hot_more::after{
    display: inline-block;
    content: "";
    position: absolute;
    right: -20px;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url("../image/hotMore.png");
}
.hotShop div.shuffling{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.hotShop div.shuffling ul a li img{width: 200px;}
.hotShop div.shuffling ul li{float: left;list-style: none;}
.hotShop div.shuffling ul::after{
    content: "";
    display: block;
    clear: both;
}
.hotShop div.shuffling ul{
    width: 800px;
    position: relative;
    transition: all 0.7s linear;
    left: 0;
}
.hotShop  .next{
    position: absolute;
    width: 23px;
    height: 32px;
    top: 75px;
    background: url("../image/prevnext.png");
    background-position: 23px 0px;
    right: 30px;
    cursor:pointer;
}
.hotShop  .prev{
    position: absolute;
    width: 23px;
    height: 32px;
    top: 75px;
    background: url("../image/prevnext.png");
    background-position: 0px 0px;
    left: 30px;
    cursor:pointer;
}
.hotShop>div:nth-child(2){
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hotShop .shufflingTitle{
    width: 245px;
    margin: 0 auto;
    text-align: center;
    color: #33302e;
    font-size: 16px;
    margin-bottom: 28px;
}
.hotShop .disc ul li{
    color: #d6d6d5;
    width: 7px;
    margin-left: 3px;
    height: 7px;
    list-style: none;
    display: inline-block;
    content: "";
    background-color: #d6d6d5;
    border-radius: 50%;
}
.hotShop .disc ul::after{
    content: "";
    display: block;
    clear: both;
}
.hotShop .disc{
    width: 50px;
    margin: 0 auto;
}
.hotShop .disc ul li.active{
    width: 15px;
    background:#3277ff;
    border-radius: 5px;
}
.rightFirst {
    background: #ffffff;
    padding: 34px 0 0 20px;
    width: 325px;
    box-sizing: border-box;
}
.right .classification h1,.right .hot h3,.fouceOn h3,.hotShop h3{
    margin: 0;
    padding: 20px 0 0 16px;
    font-size: 16px;
    color: #33320e;
    font-weight: 600;
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    cursor: pointer;
    letter-spacing: 2px;
}
.classification h1 span.icon,.hot h3 span.icon,.fouceOn h3 span.icon,.hotShop h3 span.icon{
    background: url("../image/title_sprite.png");
    background-position: 0 -1px;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 8px;
}
.hot h3 span.icon{background-position: 25px 0px;}
.fouceOn h3 span.icon{background-position: 0px 25px}
.hotShop h3 span.icon{background-position: 25px 25px}
.hot a div:first-child{
    background: url(../image/number-sprite.png);
    background-position: 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 23px;
    vertical-align: middle;
    margin-right: 34px;
    content: "";
}
.hot a:nth-child(2) div:first-child{
    background: url("../image/number-sprite.png");
    background-position: 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;    
    margin-left: 23px;
    vertical-align: middle;
    margin-right: 34px;
    content: "";
}
.hot a:nth-child(3) div:first-child{
    background: url("../image/number-sprite.png");
    background-position: 28px 0;
}
.hot a:nth-child(4) div:first-child{
    background: url("../image/number-sprite.png");
    background-position:1px 56px; 
}
.hot a:nth-child(5) div:first-child{
    background: url("../image/number-sprite.png");
    background-position: -28px 56px;
}
.hot a:nth-child(6) div:first-child{
    background: url("../image/number-sprite.png");
    background-position: 0 28px;
}
.hot a:not(:last-child)::after{
    display: block;
    position: absolute;
    bottom:0;
    left: 85px;
    width: 35px;
    height: 1px;
    background: #e7e7e7;
    content: "";
}
.hot a div:nth-child(2){
    width: 225px;
    margin-bottom: 25px;
}
.right .hot{
    background: #ffffff;
    margin-top: 20px;
    width: 325px;
}
#footer{
    margin-top: 100px;
}
.MsoNormal{
    line-height: 20px;
}
.vHtml p{
    line-height: 28px;
    letter-spacing: 0.5px;
}
