    .news-items {
    border: 1px solid #E4E4E4;
    margin-bottom: 40px;
}

.news-items {
    background: #fff;
}

.news-item-left {
    padding: 26px;
}

.news-font {
    font-size: 23px !important;
    color: #333;
    margin-right: 7px;
}

.news-h5 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.share_box,
.news-titl-span {
    display: flex;
    justify-content: start;
    align-items: center;
}

.news-next,
.news-item-ul,
.news-form,
.news-hot-ul,
.news-item-selected,
.nexs-interest,
.news-explain,
.news-img {
    width: 100%;
}

.news-item-selected {
    margin-top: 35px;
}


.news-hot-ul li {
    width: 100%;
    margin-bottom: 16px;
}

.border-css {
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    margin: 20px 0
}

.news-next a:nth-child(1) .news-next-span {
    padding-bottom: 10px;
}

.news-next-span:hover span {
    color: #D90C19 !important;
}

.news-img {
    height: 202px;
    margin: 20px 0 28px;
}

.news-img img {
    width: 100%;
    height: 202px;
    object-fit: cover;
}

.nexs-interest {
    margin: 10px 0 20px;
}

.news-explain {
    background: #FFF5F5;
    border: 1px solid #FFCDCD;
    border-radius: 6px;
    font-size: 14px;
    padding: 12px 19px 20px;
    color: #666;
    letter-spacing: 0;
    line-height: 25px;
}
.news-explain p{
    text-indent: 15px;
}
.news-next-span {
    font-size: 14px;
    text-align: justify;
}

.news-next-span span:nth-child(1) {
    color: #333;

}

.news-next-span span:nth-child(2) {
    color: #666;
    letter-spacing: 0;
    line-height: 20px;
}

.news-titl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.news-titl a {
    font-size: 14px;
    color: #999;
}

.news-titl a:hover {
    color: #D90C19;
}

.news-item-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-item-ul li{
    margin-bottom: 15px;
}


.news-site-ul {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    letter-spacing: 0;
    text-align: justify;
}

.news-site-ul li {
    width: 20.5%;
    margin: 0 6% 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-site-ul li:hover a {
    color: #D90F19;
}

.news-site-ul li a {

    color: #666;
}

.news-site-ul li:nth-child(4),
.news-site-ul li:nth-child(8),
.news-site-ul li:nth-child(12),
.news-site-ul li:nth-child(16) {
    margin-right: 0;
}

.shop-list {
    width: 160px;
}

.shop-list-img {
    width: 100%;
    height: 108px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.shop-list-img img {
    width: 100%;
    height: 108px;
    object-fit: cover;
}

.shop-list-text {
    height: 20px;
    padding: 0 6px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #D90C19;
}

.shop-list-box {
    width: 100%;
    margin-top: 5px;
}

.shop-list-box h5 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-list-box h5:nth-child(1) {
    font-weight: normal;
}

.shop-list-box h5:nth-child(1):hover {
    color: #D90C19;
}

.shop-list-box h5:nth-child(2) {
    color: #D90C19;
}

.shop-list-box span {
    font-size: 12px;
    color: #999;
}

.news-hot-img {
    width: 112px;
    height: 94px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 16px;
}

.news-hot-img img {
    width: 112px;
    height: 94px;
    object-fit: cover;
}

.news-form {
    margin: 30px 0;
    padding: 22px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
}

.news-hot-list {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

.news-hot-right {
    width: 209px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 26px;
    letter-spacing: -1px;
}

.news-hot-right:hover {
    color: #D90F19;
}

.news-form {
    margin: 10px 0 30px;
    padding: 22px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
}

.news-form-titl {
    width: 100%;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    color: #999999;
    margin-bottom: 8px;
}

.news-form-titl h5 {
    font-size: 18px;
    margin-bottom: 3.5px;
}

.news-form-titl h5 span:nth-child(1) {
    color: #D90C19;
}

.news-form-titl h5 span:nth-child(2) {
    color: #333333;
}


.news-form-radio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 22px;
}

.news-form-radio div {
    position: relative;
}

.news-form-radio input[type=radio] {
    width: 14px;
    height: 14px;
    opacity: 0
}

.solution_customized_form_radio label {
    position: absolute;
    left: 5px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #999
}

.solution_customized_form_radio input:checked+label {
    background-color: #e33435;
    border: 1px solid #e33435
}

.solution_customized_form_radio input:checked+label::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 5px;
    top: 2px;
    left: 3px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

.solution_customized_form_radio div span {
    display: inline-block
}

.news-form-input input {
    width: 295px;
    height: 48px;
    background: #F6F6F6;
    border: 1px solid #E4E4E4;
    padding-left: 12px;
    margin-bottom: 14px;
    color: #333;
    font-size: 14px;
}

.news-form-input input::placeholder {
    font-size: 14px;
    color: #999999;
}

.news-form-select {
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.news-form-select select {
    width: 92px;
    height: 48px;
    background: #F6F6F6;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    padding-left: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;

}

.news-form-select option {
    font-size: 14px;
    color: #333;
}

.select-box {
    width: 92px;
    height: 48px;
    position: relative;
}

.select-icon {
    position: absolute;
    top: 10px;
    right: 0;
    color: #666;
    font-size: 25px !important;
    cursor: pointer;
}

.news-form-sublimt {
    background: #D90C19;
    border-radius: 6px;
    border-color: #D90C19;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    height: 48px;
    cursor: pointer;
    width: 295;
    text-align: center;
    margin: 4px 0 6px;
}

.news-form-span {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;

}

.control-box-font {
    color: #999;
    font-weight: 600;
}

.text-danger {
    color: #e30200;
    font-size: 10px;
    padding-bottom: 14px;
    line-height: 1px;
}