.index-title-panel {
    padding: 20px 0;
    width: 100%;
}

.index-title-panel .title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

.index-title-panel .desc {
    font-size: 20px;
    font-weight: 400;
    color: #888;
    margin-left: 73px;
}

.index-content-panel {
    width: 100%;
}

.content-img {
    width: 355px;
    float: left;
}

.content-details {
    width: 945px;
    float: left;
}

.content-details .row {
    padding: 0;
    margin: 0;
}

.content-details .col-6 {
    padding: 0;
    margin-bottom: 5px;
}

#index-group-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    height: 78px;
    line-height: 78px;
}

.index-group-content {
    background-color: #ffffff;
}

.group-content {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    height: 60px;
    line-height: 60px;
}

.news-panel {
    /*box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 18px 2px;*/
    width: 635px;
    margin-right: 30px;
    background: #FFFFFF;
}

.news-list {
    width: 100%;
    padding: 20px;
}

.news-list ul {
    padding: 0;
    width: 100%;
    float: left;
    height: 170px;
}

.news-list .title {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    float: left;
    margin-bottom: 10px;
    width: 80%;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list .date {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    float: right;
    width: 20%;
}

.top-news-panel {
    width: 100%;
    padding: 20px 20px;
}

.top-news-img-div {
    width: 30%;
    float: left;
    padding-bottom: 20px;
}

.top-news-righttitle {
    width: 70%;
    float: right;
    padding-bottom: 20px;
}

.top-news-imgage {
    height: 80px;
    width: 80px;
}

.top-news-title {
    color: #333333;
    font-size: 16px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.top-news-title:hover {
    color: #da251e;
}

.top-news-description {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.knowmore-title {
    height: auto !important;
    margin-bottom: 20px;
    color: #999999;
}


/*.hot-sell {
    background: #F7F9FB;
}*/

.sellproduct-img {
    width: 470px;
    height: 209px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.content-details img {
    width: 470px;
    height: 213px;
}

.specail-panel {
    margin-top: 30px;
    background: #ffffff;
}

.index-header {
    margin: 30px auto;
}

.special-item {
    padding: 0;
    width: 100%;
    text-align: center;
    border: 1px solid #dfdfdf;
    margin: 0px auto;
}

.special-item img {
    width: 100%;
}

.special-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-top: 20px;
}

.special-item-desc {
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #999999;
    padding: 8px 0px 20px 0px;
}

.special-item .button {
    width: 80%;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #da251e;
    font-size: 16px;
    font-weight: 400;
    color: #da251e;
    margin-bottom: 16px;
}

.special-item-img {
    max-width: 298px;
    max-height: 298px;
}

.index-special-items {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}

.index-special-items .col-3 {
    padding: 0 10px;
}

.hot-item-index {
    width: 310px;
    /*border: 1px dashed #000000;
    margin-right: 10px;*/
    display: inline-block;
    vertical-align: top;
}

.hot-item-index img {
    width: 308px;
    height: 414px;
}

.hot-item-list {
    width: 75%;
    display: inline-block;
    height: 416px;
}

.hot-item-list-item {
    display: inline-block;
    width: 48%;
    /*border: 1px dashed #000000;*/
    margin-bottom: 10px;
    margin-left: 10px;
}

.hot-item-list-item img {
    display: inline-block;
    width: 100%;
}

.channel {
    width: 100%;
    padding: 20px;
}

.channel-panel {
    width: 100%;
}

.channel-panel .index-header-title {
    width: 60%;
    display: inline-block;
}

.channel-panel .index-header-more {
    line-height: 29px;
    width: 30%;
    float: right;
}

.channel-panel.index-header {
    margin-bottom: 20px;
}

.channel-item-panel {
    margin: 5px auto;
    border: 1px solid #DFDFDF;
    height: 262px;
    width: 307px;
}

.channel-item-panel .item-title {
    margin: 20px;
    font-size: 18px;
    font-weight: bold;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #333333;
}

.channel-item-panel .item-description {
    width: 269px;
    height: 34px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #666666;
    margin: 20px;
}

.channel-item-panel .btn-panel {
    width: 80px;
    height: 30px;
    border: 1px solid #da251e;
    border-radius: 15px;
    margin: 20px;
    padding: 6px;
    font-size: 12px;
    color: #da251e;
    display: block;
    text-align: center;
    margin-top: 95px;
}

.channel-item-panel a.btn-panel:hover {
    color: #da251e;
}

.channel-second-img {
    float: left;
}

.channel-item-panel img {
    max-height: 125px;
    max-width: 120px;
}

.channel-second-list {
    width: 70%;
    float: left;
}

.channel-second {
    margin-top: 20px;
    height: 428px;
}

.channel-second-img {
    width: 328px;
}

.channel-second-item {
    text-align: center;
    padding: 60px 20px;
}

.channel-second-item .item-title {
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.channel-second-item .item-description {
    height: 20px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
}

.channel-second-item .item-img {
    margin: 40px auto;
}

.channel-second-item .item-img img {
    max-height: 162px;
}

.channel-second-item .btn-detail {
    width: 180px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #da251e;
    display: inline-block;
    line-height: 34px;
    color: #da251e;
}

.blue-font {
    color: #da251e;
}

.more-font {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

.more-image {
    margin-bottom: 4px;
}