.city-chengdu{
	width: 95%;
	margin: 0 auto;
	
}
.city-chengdu ul{
	overflow: hidden;
}

.city-chengdu .con {
    position: relative;
}
.city-chengdu .name {
    background: #fff;
    border-left: 30px #de4312 solid;
    font-size: 24px;
    color: #de4312;
    text-align: right;
    line-height: 34px;
    padding: 16px 25px 15px;
    position: absolute;
    left: -30px;
    top: 30px;
    z-index: 10;
}
.city-chengdu .pic {
    height: 126px;
    position: relative;
    z-index: -1;
    overflow: hidden;
    background: #333;
}
.city-chengdu .pic img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: .5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.city-chengdu .more-info {
    padding: 20px 15px;
    position: relative;
    margin: 15px 10px;
    background: #f5f5f5;
    width: 45%;
    float: left;
    border: 1px solid #fff;
}
.city-chengdu .more-info:hover{
	background: #fff;
	border: 1px solid #f5f5f5;
}
.city-chengdu .more-info h5 {
    font-size: 22px;
    color: #666;
    line-height: 60px;
    font-weight: normal;
}
.city-chengdu .more-info h5 em {
    display: block;
    /* font-size: 28px; */
    color: #de4412;
    line-height: 1;
    margin-bottom: 14px;
}
.city-chengdu .more-info .more {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 190px;
    left: 35%;
    top: 70%;
    margin-top: -28px;
    background: url(../images/icon041.png) no-repeat center center;
}
@media screen and (max-width:767px){
	.city-chengdu .more-info .more {
	    left: 75%;
	    top: 75%;
	}
}
