/** 自定义样式 **/
.inner-banner .ub-container {
    max-width: 1539px;
}
.inner-banner .tw-text-2xl {
    font-size: 25px;
}
.inner-banner .tw-mt-4 {
    font-size: 15px;
}

.inner-products.ub-container {
    max-width: 1500px;
    padding-top: 98px;
    padding-top: 5.10416666666667vw;
}
.inner-products div.nav-left {
    padding-right: 50px;
}
.inner-products div.nav-left h2.title {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
}
.inner-products .ub-list-items .item-p .title {
    text-align: left;
    padding-left: 0;
    font-size: 16px;
}
.inner-products .ub-list-items .item-p .more {
    font-size: 15px;
    font-weight: bold;
    color: #00448d;
}
.inner-products .ub-list-items .item-p .more::after {
    content: '\f105';
    font-family: FontAwesome;
	color: #00448d;
	font-style: normal;
	background: none;	
	border-left: none;
    font-size: 26px;
    position: relative;
    top: 4px;
    left: 5px;
    font-weight: 100;
}
.inner-products .ub-list-items .item-p {
    box-shadow: none;
}
.inner-products .inner-search {
    position: relative;
}
.inner-search i {
    position: absolute;
    top: 5px;
    left: 12px;
    font-size: 20px;
}
.inner-products input[type='text'] {
    width: 100%;
    height: 38px;
    padding-left: 40px;
    border: 2px solid #d9dee4;
    border-radius: 5px;
}
.inner-products input[type='text']:focus {
    border: 2px solid #d9dee4;
}
.inner-products .ub-list-items .item-p .image,
.inner-products .ub-list-items .item-p .image .cover {
    border-radius: 0;
}

 @media screen and (max-width: 40rem) {
    .index-news .ub-list-items .item-p .title {
        line-height: 13px;
    }
    .inner-products div.nav-left {
        padding-right: 0;
    }
 }