@charset "utf-8";
.cyqy{
    background: url(../images/cyqy_bg.png);
}
.cyqy .container > h2{
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    padding-top: 40px;
}
.cyqy ul{
    padding: 40px 0 80px;
}
.cyqy ul li{
    width: 33.333%;
    float: left;
    margin-bottom: 40px;
}
.cyqy ul li a{
    width: 380px;
    height: 190px;
    background: rgba(220, 181, 122, 1);
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}
.cyqy ul li a::before{
    content: "";
    position: absolute;
    right: 40px;
    bottom: 15px;
    background: url(../images/cyqy_ricon.png) no-repeat;
    width: 25px;
    height: 8px;
}
.cyqy ul li a::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 195px;
}
.cyqy ul li:nth-child(1) a::after{
    height: 130px;
    background: url(../images/cyqy_ioc_bg1.png) no-repeat;
}
.cyqy ul li:nth-child(2) a::after{
    height: 144px;
    background: url(../images/cyqy_ioc_bg2.png) no-repeat;
}
.cyqy ul li:nth-child(3) a::after{
    height: 144px;
    background: url(../images/cyqy_ioc_bg3.png) no-repeat;
}
.cyqy ul li:nth-child(4) a::after{
    height: 118px;
    background: url(../images/cyqy_ioc_bg4.png) no-repeat;
}
.cyqy ul li:nth-child(5) a::after{
    height: 93px;
    background: url(../images/cyqy_ioc_bg5.png) no-repeat;
}
.cyqy ul li a h2{
    font-size: 24px;
    color: #fff;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 8px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cyqy ul li a p{
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


@media (max-width: 1280px) {
    .cyqy ul li{width: 50%;}
}
@media (max-width: 862px) {
    .cyqy ul li{width: 100%;}
    .cyqy ul li a{width: auto;}
}