@CHARSET "UTF-8";


.my-zl {
    padding-top: 80px;
}
.my-zl-cont {
    margin-top: 40px;
	margin-right: 20px;
	margin-left: 50px;
}
.my-zl-list {
    margin-top: 30px;
}
.my-zl-list:first-child {
    margin-top: 0;
}
.my-zl-img {
    float: left;
    width: 380px;
    height: 258px;
    overflow: hidden;
}
.my-zl-img img {
    width: 100%;
}

.my-zl-img:hover {box-shadow: 0 0 10px gray;}
.my-zl-img:hover img {transform: scale(1.1);transition: all 1s ease 0s;-webkit-transform: scale(1.1);-webkit-transform: all 1s ease 0s;}

.my-zl-info {
    float: left;
    width: 850px;
    height: 258px;
    border-radius:0px 0px 80px 0px;
    padding: 0 30px 0 80px;
    line-height: 258px;
    background: #F8F8F8 /*url("../images/cap-line.png") no-repeat left center*/;
}
.right-info {
    border-radius:0px 0px 0px 80px;
    padding: 0 80px 0 60px;
    background: #F8F8F8 /*url("../images/cap-line.png") no-repeat right center*/;
}
.my-zl-art {
    display: inline-block;
    vertical-align: middle;
}
.my-zl-tit {
    font-size: 24px;
    line-height: 32px;
    color: #3461C6;
    font-weight: bold;
}
.my-zl-line {
    margin-top: 30px;
    width:60px;
    height:3px;
    background:rgba(52,97,198,1);
}
.my-zl-text {
    width: 760px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    color: #696A6A;
}