img{
    /*width: auto !important;*/
    margin: 0 auto;
}
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.title{
    width: 100%;
    height: 42px;
    background: #f8f8f8;
    margin-top: 100px;
    font-size: 14px;
    color: #333333;
    line-height: 42px;
}
.detail{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.detail .w-1400{
    display: flex;
    justify-content: space-between;
}

.detail .w-1200{
    display: flex;
    justify-content: space-between;
}

.content{
    width: 860px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.content .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
}
.content .con-head{
    width: 100%;
    height: 40px;
    background: #eeeeee;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    margin-top: 15px;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con-box .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.content .con-last{
    width: 100%;
    height: 65px;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 14px;
    color: #333333;
    display: flex;
    justify-content: space-between;
}
.con-last .con-btn{
    cursor:pointer;
}
.con-last .con-btn:hover{
    color: #b47437;
}


.detail .new{
    width: 305px;
    height: auto;
    overflow: hidden;
}
.new .new-head{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    margin-top: 8px;
}
.new-head span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.new .new-top{
    width: 100%;
    height: 345px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
}
.new-top .new-img{
    width: 100%;
    height: 280px;
    margin-top: 20px;
}
.new-top .new-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new .new-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new-box .new-item{
    width: 100%;
    height: 20px;
    margin-top: 15px;
}
.new-item a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.new-item .new-num{
    width: 20px;
    height: 20px;
    background: #7d7d7d;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}
.new-item.active .new-num{
    background: #b47437;
}
.new-item .new-span{
    width: 275px;
    height: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-item:hover .new-span{
    color: #b47437;
}
