/* 主要内容 */
.title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dfe1e6;
    box-sizing: border-box;
}
.place{
    display: inline-block;
    color: #666666;
    font-weight: 500;
}
.home{
    padding-right:5px;
}
.arrow{
    padding-right:5px;
}
/* 新闻内容 */
.mainbox{
    width: 1960px;
    height: 900px;
    margin: 0 auto;
}
.contain{
    margin: 10px 0;
    width: 1180px;
}
.navleft{
    width: 190px;
    padding: 10px 0;
    box-sizing: border-box;
}
.boxs{
    padding: 10px 40px;
    width: 960px;
    font-weight: 500;
    color: #000;
    box-sizing: border-box;
}
.boxs .info-title{
    text-align: center;
    font-size:30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.product-class{
    width: 190px;
    display: inline-block;
}
.classtitle{
    width: 170px;
    height: 47px;
    padding-left: 20px;
    background-color: #0054a6;
}
.classtitle h4{
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 12px;
}
.classname{
    width: 190px;
    border-left:1px solid #dfe1e6 ;
    border-right:1px solid #dfe1e6 ;
    background-color: #fafafa;
    box-sizing: border-box;
}
.classname a{
    color: #333333;
}
.classname li{
    width: 170px;
    height: 45px;
    line-height: 46px;
    padding-left: 20px;
    font-size: 15px;

    color: #333333;
    border-bottom: 1px solid #dfe1e6;
    cursor: pointer;
}
.classname li:hover{
    background-color: #e7e7e7;
}
.classname li p{
    float: right;
    margin-right: 20px;
}
.hotproduct{
    width: 190px;
    height: 70px;
    margin-top: 17px;
    position: relative;
}
.hotproduct a{
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 24px;
}
.hotproduct img{
    width: 190px;
    height: 70px;
}
.sale{
    width: 190px;
    height: 70px;
    margin-top: 1rem;
    position: relative;
}
.sale a{
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 24px;
}
.sale img{
    width: 190px;
    height: 70px;
}
.women{
    width: calc(100% - 2px);
    border-left: 1px solid #dfe1e6 ;
    border-right: 1px solid #dfe1e6 ;
}
.women img{
    width: 100%;
}
.linkus{
    margin-top: 1rem;
    width: 190px;
    display: inline-block;
}
.linkinfo{
    width: 100%;
    padding: 6px;
    border-left: 1px solid #dfe1e6 ;
    border-right: 1px solid #dfe1e6 ;
    border-bottom: 1px solid #dfe1e6 ;
    box-sizing: border-box;
}
.linkinfo p{
    font-weight: 500;
    line-height: 36px;
}
.infodetail{
    line-height: 26px;
    font-size: 14px;
    color: #333333;
}

.boxs ul{
    margin-top: 0;
}
.newstitle li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e7e7e7;
    color: #333333;
    position: relative;
}
.newslist{
    float: left;
    color: #333333;
}
.data{
    display: inline-block;
    position: absolute;
    right: 0;
}