.u-title {
    width: 100%;
    height: 50px;
    background: url(/dist/special/wlaq/images/home/bgm.png) center no-repeat;
    text-align: center;
    line-height: 50px;
    font-size: 48px;
	font-weight: bold;
	color: #3279da;
    margin-bottom: 55px;
}
.security {
    margin: 60px auto 70px;
}
.u-text ul li {
    width: 586px;
	height: 88px;
	background-color: #ffffff;
	box-shadow: 0px 2px 12px 0px rgba(0, 58, 129, 0.13);
	border: solid 1px #d7e3f1;
    float: left;
    margin-bottom: 20px;
    padding: 0 25px;
    line-height: 88px;
    transition: all .3s;
}
.u-text ul li:nth-child(2n) {
    float: right;
}
.u-text ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
	color: #333333;
    padding-left: 25px;
    position: relative;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}
.u-text ul li a::before {
    content: " ";
    width: 14px;
	height: 14px;
	background-color: #3279da;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
.u-text ul li a:hover {
    color: #3279da;
}
.u-text ul li:hover {
    transform: scale(1.03)
}
.statute {
    margin-bottom: 75px;
}
.rendabox {
    margin-bottom: 65px;
}
.rendabox .t-dynamic ul {
    width: 1200px;
}
.t-dynamic .tempWrap {
    width: 1200px !important;
}
.rendabox .t-dynamic ul li a {
    display: block;
}
.rendabox .t-dynamic ul li div {
    width: 370px;
    height: 218px;
    overflow: hidden;
    border: solid 1px #d7e3f1;
    border-bottom: 0;
}
.rendabox .t-dynamic ul li{
    width: 370px;
    margin-right: 45px;
    float: left;
}

.rendabox .t-dynamic ul li img{
    height: 218px;
    margin-right: 45px;
    float: left;
    object-fit: cover;
    transition: all .5s;
}
.rendabox .t-dynamic ul li img:hover
{transform: scale(1.1);}

.rendabox .t-dynamic ul li a img,.tpxw .t-dynamic ul li {
    width: 370px;
}
.rendabox .t-dynamic .h-shine p {
    width: 370px;
    height: 73px;
	background-color: #3279da;
    font-size: 18px;
	color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 73px;
    overflow: hidden; /*超出长度的文字隐藏*/
    text-overflow:ellipsis;/*文字隐藏以后添加省略号*/
    white-space: nowrap; /*强制不换行*/
}
@media screen and (max-width: 767px) {
    .u-text ul li,.u-text ul li:nth-child(2n) {
        width: 100%;
        float: none;
    }
    .t-dynamic .tempWrap {
        width: 100% !important;
    }
}
@media screen and (min-width:768px) and (max-width: 1025px) {
    .u-text ul li{width: 49%;}
}