﻿/* 新闻中心（资讯中心）页面样式 */

body{
    background-color: #f2f2f2;
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    scroll-behavior:smooth;
}
p{
    margin: 0;padding: 0;
}
#bigBox {
    position: relative;
    width:1200px;
    margin:40px auto;
}
#bigBox::after{
    display: block;
    content: "";
    clear: both;
}
a{text-decoration: none;}
a:visited {color: #737373;} 

#bigBox .left{
    width: 835px;
    margin-right: 40px;
    background: #ffffff;
}
#bigBox .right{
    width: 325px;
    background: #f2f2f2;
}
#bigBox .left .nav{
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    border-bottom: 1px solid #f5f4f4;
}
#bigBox .left .nav a{color: #33302e;font-size: 16px;font-weight: 600}
#bigBox .left .block{
    width: 100%;
    height: 210px;
    padding: 40px 10px 0 10px;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}
#bigBox .left .block>div{
    float: left;
}
#bigBox .left .block::after{
    display: block;
    content: "";
    clear: both;
}
#bigBox .left .block .left_img{
    width: 260px;
    height: 150px;
    margin-right: 25px;
}
#bigBox .left .block .left_img img{object-fit: cover;width: 100%;height: 100%;}
#bigBox .left .right_content{
    width: 525px;
    height: 150px;
}
#bigBox .right_content .articlechannel{
    width:auto;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    background: #8cb3ff;
    font-size: 10px;
	color: #ffffff;
    text-align: center;
}
#bigBox .right_content .title{
    font-size: 16px;
    color:#33302e;
    margin: 12px 0 18px 0;
    font-weight: 700;
}

#bigBox .right_content .title .gmtCre{
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

.summary {
    color: #737373;
    font-size: 14px;
    margin-bottom: 20px;
    height: 35px;
    overflow: hidden;
}
.more {
    font-size: 14px;
    color: #737373;
}
.more img {
    vertical-align: middle;
}
/* 右侧 */
.right .classification{
    height: 185px;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
}
.right .classification h1,.right .hot h1,.fouceOn h1,.hotShop h1{
    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;
}
.right .hot{background: #ffffff;}
.right_content:hover .title,.right_content:hover .more{color: #3277ff!important;} 
.more_icon{
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url("../image/more_icon.png");
    background-position-x: 21px;
}
.right_content:hover .more_icon{
    background-position-x: 0px;
}
.classification h1 span.icon,.hot h1 span.icon,.fouceOn h1 span.icon,.hotShop h1 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 h1 span.icon{background-position: 25px 0px;}
.fouceOn h1 span.icon{background-position: 0px 25px}
.hotShop h1 span.icon{background-position: 25px 25px}
.hot_zx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.hot_zx>a>div:first-child .hot_zx_icon{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("../image/class-sprite.png");
    background-position: 60px -10px;
}
.hot_zx>a>div:nth-child(2) .hot_zx_icon{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("../image/class-sprite.png");
    background-position: 60px 60px;
}
.hot_zx>a>div:nth-child(3) .hot_zx_icon{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("../image/class-sprite.png");
    background-position: 60px 120px;
}
.hot_zx>a>div:first-child .hot_zx_icon_active{background-position: -8px -10px;}
.hot_zx>a>div:nth-child(2) .hot_zx_icon_active{background-position: -8px 60px;}
.hot_zx>a>div:nth-child(3) .hot_zx_icon_active{background-position: -8px 120px;}
.hot_zx>a>div{cursor:pointer;}

.hot p{
    position: relative;
    font-size: 16px;
    color: #33302e;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 40px;
}
.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: 215px;
    margin-bottom: 25px;
}

.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;
}
.right .fouceOn>div a:last-child{
    margin-bottom: 20px;
}
.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;
}


.page{
    width: -moz-fit-content!important; 
    width:-webkit-fit-content!important; 
    width: fit-content!important; 
    margin: 40px auto!important;
}
.page>div a,.page>div a button,.page>div a li{
    width: 30px;
    height: 30px;
    border-radius: 2px;
    text-align: center;
    background: #f4f4f5;
    color: #606266;
    border: none;
}
.page>div ul.el-pager a:not(:first-child) li.number{margin-left: 15px;}
.page>div a button i.el-icon-arrow-right{
    margin-left: 0px!important;
}
.page>div ul.el-pager{margin: 0 10px;}
.el-pager li.active {
    background: #409eff;
    color: #ffffff;
    cursor: default;
}
.tags{
    color: #999;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    margin-top: -15px;
}
.right .classification .hot_zx a p{color:#737373;}
.tags a,.tags a:visited,.tags a:link{color:#737373;}
.tags a:active{color: #3277ff;}