.clear {
    clear: both;}


.ul-list li {
    position: relative;
    float: left;
    width: 46%;
    margin: 2%;
    border: 1px solid #7a181c;
    padding: 15px;}

.ul-list li:hover .ul-img img {
    transition: all 0.5s;
    transform: scale(1.1);}

.ul-img {
    width: 45%;
    display: block;
    margin: 0 auto;
    height: 225px;
    overflow: hidden;
    float: left;}

.ul-img img {
    width: 100%;
    height: 225px;
    display: block;
    margin: 0 auto;}

.ul-text {
    float: right;
    width: 45%;}

.bt{
width: 50%;
background-color: #7a181c;
line-height: 35px;
border-radius: 20px;
color: #fff;
padding: 0 10px;
text-align: center;}
.zw{
margin: 20px 0 0 0;
line-height: 25px;
color: #7a181c;} 

