.liitem {
       display: flex;
       flex-direction: row;
       margin-bottom: 20px;
   }

.contact {
    width: 320px;
}

.searchimg {
    height: 130px;
    width: 200px;
}

.liitemrt span {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.liitemrt {
    display: flex;
    /* flex: 1; */
    justify-content: space-between;
}

.itemrtbt {
    display: flex;
    flex: 1;
    padding: 0 15px;
    flex-direction: column;
}

.itemrtbt p {
    display: flex;
    flex: 1;
    margin-top: 10px;
}

#contactustop {
    padding: 20px;
    background-color: #f5f5f5;
}

#contactustop p {
    line-height: 30px;
}

#contactustop p span {
    color: #212529 !important;
    font-size: 17px;
}

#contactustop p span a {
    color: #212529 !important;
}


/*右边新修改添加的内容*/
.news_content_right {
    width: 320px;
    /*margin-top: 30px;*/
}

.news_content_right .news_title {
    height: 95px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 22px;
    color: #fff;
    background-color: #00a2ea;
}

.news_content_right .news_title h2 {
    font-size: 31.66px;
    height: 46px;
    line-height: 55px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.news_content_right .news_title p{
    margin: 0;
}

.news_content_right .news_rec_dt li {
    padding: 0 20px;
}

.news_content_right .news_rec_dt li a {
    display: block;
    padding: 27px 0;
    color: #383d73;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px dashed #ddd;
    text-decoration: none;
}

.news_content_right .news_title p::before {
    content: "";
    width: 27px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
}

.news_content_right .news_rec_dt {
    padding: 5px 0 24px 0;
    background-color: #f5f5f5;
}

.news_rec_dt li a:hover {
    color: #00a2ea;
}

.news_content_right .news_rec_list {
    margin-bottom: 27px;
}
.news_title_list{
    position: relative;
}
.news_title_list a{
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: #f3f3f3;
    border:1px solid transparent;
    box-sizing: border-box;
    height: 84px;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    padding: 0 26px;
    text-indent: 7px;
    line-height: 84px;
    font-size: 20px;
    color: #323232;
    position: relative;
    cursor: pointer;
}

.news_content_right .news_rec_list li a:hover {
    border: 1px solid #00a2ea;
    color: #00a2ea;
}

.isshow_product_list{
    display: inline-block;
}
.news_content_right .news_rec_list li a .arrow {
    width: 10px;
    height: 19px;
    /*background: url(../images/hei.png) no-repeat;*/
}
.list_container .product_title{
    white-space: nowrap;
    background-color: #e3e3e3;
}
.list_container>a,.product_label li a{
    transition: all .2s;
    background-color: #f8f8f8;
    height: 67px;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    justify-content: start;
}
.product_isopen{
    transition:all .2s;
    height:0px !important;
    overflow:hidden;
    box-sizing: border-box;
    border:none !important;
}
.icon_deg{
    transform: rotate(180deg);
}


@media (max-width :500px) {
    .searchimg{
        width: 100px;
        height: 60px;

    }
    .liitemrt span{
        font-size: 12px !important;
        max-width:120px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .itemrtbt p{
        font-size: 12px;
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        display: -moz-box;
        -moz-line-clamp: 3;
        -moz-box-orient: vertical;
    }
    .pagination li{
        height: 50px;
    }
    .banner-area2{
        height: 100px !important;
    }
}