.news_item,
.news_item .news_pic img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news_item:hover .news_pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.c_banner_bg::before {
    background: rgba(0, 0, 0, 0.6);
}

.c_banner_txt {
    padding: 13.5% 0;
}

.aside {
    width: 26%;
    margin-right: 38px;
}

.c_right_box {
    width: calc(74% - 38px);
}

.us-widget{
       margin: 15px 5px 5px !important;
}

@media only screen and (max-width:950px) {
    .c_category_box {
        padding-top: 30px;
    }

    .c_right_box {
        width: 100%;
    }
}

.listNews_ul {
    width: 100%;
}

.listNews_ul li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}

.listNews_ul li:nth-child(3n) {
    margin-right: 0;
}

.news_item {
    margin-bottom: 34px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(var(--comColorRgb), 0.15);
}

.news_item .news_info {
    padding: 14px;
    font-family: 'Open Sans-Regular';
}

.news_item .news_pic {
    padding-bottom: 75%;
    border-radius: 10px 10px 0 0;
}

.news_info .tag {
    color: var(--commonColor);
}

.news_info .title {
    font-family: 'Work Sans-SemiBold';
    line-height: 28px;
    margin: 8px 0;
    font-size: 18px;
}

.news_item .date {
    line-height: 28px;
    padding-left: 30px;
    background: url(../img/icon_date1.png) no-repeat left center/24px auto;
    color: #666;
}

.news_item:hover {
    box-shadow: 0px 4px 4px 0px rgba(var(--comColorRgb), 0.4);
}

.news_item:hover .title a {
    color: var(--commonColor);
}

@media only screen and (max-width:1450px) {}

@media only screen and (max-width:1350px) {}

@media only screen and (max-width:1200px) {
    .news_item .news_info {
        padding: 12px 10px;
    }
}

@media only screen and (max-width:950px) {
    .listNews_ul li {
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .listNews_ul li:last-child {
        margin-bottom: 0;
    }

    .news_item .title {
        font-size: 18px;
        line-height: 1.5;
        margin: 8px 0;
        display: block;
        height: auto;
    }
}

.side-cate>li>a * {
    font-size: inherit !important;
    color: inherit !important;
}

.news_th {
    font-size: 36px;
    text-transform: capitalize;
    line-height: 1.25;
    font-family: 'Work Sans-Bold';
}

.news_sub_th {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 2%;
    color: #333;
    font-family: Arial;
}

.news_con_pic {
    padding-bottom: 2%;
}

.news_con_pic .news_pic_item {
    width: 48%;
}

.news_con_pic .news_pic_item .news_pic {
    padding-bottom: 75%;
}

.news_con_pic .news_pic_item .news_pic img {
    margin: 0;
}

.table_wrap {
    width: 100%;
    overflow-x: auto;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

table tr td,
table tr th {
    padding: 8px 10px;
    color: #333;
    border: 1px solid #999;
}

.newsContent h3,
.newsContent h3 * {
    font-size: 28px;
    color: #333;
}




.form_input {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4%;
}
.us_from{
        padding: 8px 10% 40px;
}
.form_input .input_item {
    width: 100%;
    margin-bottom: 5%;
}

.form_input .input_item:last-child {
    width: 100%;
}

.input_item input,.input_item textarea {
    border-radius: 40px;
    background: #fff;
    width: 100%;
    font-size: 16px;
    /* line-height: 36px; */
    padding: 10px 20px 10px 28px;
    border: 2px solid #D9D9D9;
}

.input_item input {
    background: url(../img/icon_star.png) no-repeat 18px center/8px auto;
}

.input_item textarea {
    line-height: 28px;
    height: 196px;
    max-width: 100%;
    max-height: 196px;
    padding-left: 20px;
    display: block;
}

.innerPro_btn .submit_btn {
    background: var(--commonColor);
    color: #fff;
    height: auto;
    padding: 2.2% 0;
    line-height: 36px;
    width: 100%;
    border: none;
    margin: 5px 0 0;
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 4px;
    font-weight: bold;
    border-radius: 50px;
}

.innerPro_btn .submit_btn:hover {
    background: #333;
}


.slivar{
        max-height: 225px;
    overflow-y: scroll;
    padding-right: 5px;margin-right:8px;
}

.side-widget {
    
    padding: 15px 0;}
















@media only screen and (max-width:1450px) {
    .news_th {
        font-size: 42px;
    }
}

@media only screen and (max-width:1350px) {
    .news_th {
        font-size: 36px;
    }

    .newsContent h3,
    .newsContent h3 * {
        font-size: 24px;
        color: #333;
    }
}

@media only screen and (max-width:1200px) {
    .news_th {
        font-size: 30px;
    }
}

@media only screen and (max-width:950px) {
    .news_th {
        font-size: 24px;
    }

    .newsContent h3,
    .newsContent h3 * {
        font-size: 20px;
        color: #333;
    }

    .innerNews_box .layout {
        flex-wrap: wrap;
    }

    .innerNews_left,
    .innerNews_right {
        width: 100%;
    }

    .innerNews_right {
        margin-top: 30px;
    }

    .recommend_pro:nth-child(n+2) {
        margin-top: 20px;
    }

    .rec_pro_list li {
        padding-bottom: 20px;
    }

    .rec_pro_list li .title {
        margin-top: 0;
    }

    .side-news li,
    .rec_pro_list li {
        box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.05);
    }
}