/* 内容页*/
/*左侧栏目录的图片展示*/
.leftCatalogImg{background: url("img_catalogImg_1.jpg") no-repeat center center;background-size: cover;}


.povertyAlleviation{margin-top: 20px;}
.povertyAlleviation>.r1{}
.povertyAlleviation>.r1>.d1{}
.povertyAlleviation>.r1>.d1>p{font-size: 14px;color: #1F1F1F;line-height: 1.8;margin-bottom: 20px;}
.povertyAlleviation>.r1>.d1>h6{margin-top: 10px;font-size: 14px;color: #004C9F;line-height: 1.8;font-weight: bold;}

.povertyAlleviation>.r2{}
.povertyAlleviation>.r2>.c1{padding: 0;}
.povertyAlleviation>.r2>.c1>h4{text-align: center;border-top: 1px solid #004C9F;font-size: 16px; color: #004DA1;font-weight: bold;line-height: 42px;height: 42px;background: url("../images/bg_title_pro_2.jpg") repeat-x;}
.povertyAlleviation>.r2>.c2{padding: 0 11px;margin-bottom: 20px;}
.povertyAlleviation>.r2>.c2>a{display: block;position: relative}
.povertyAlleviation>.r2>.c2>a>img{width: 100%;height: 100%;}
.povertyAlleviation>.r2>.c2>a>h4{font-weight: bold;color: #fff;font-size: 14px;padding: 5px 9px 4px;line-height: 1.5;height: 30px ;background-color: rgba(0,76,160,0.66);margin: 0;position: absolute;bottom: 0;left: 0;width: 100%;}

@media (min-width: 768px) {
    .povertyAlleviation>.r1>.d1{padding: 0 35px;}
    .povertyAlleviation>.r2>.c2>a:hover>h4{height: auto;}

}
/*移动端*/
@media (max-width: 767px) {
    .povertyAlleviation>.r2>.c1{padding: 0 15px;}
    .povertyAlleviation>.r2>.c2>a>h4{height: auto}
    .povertyAlleviation>.r2>.c2{padding: 0 15px;}

}

