

.articel {
    background-color: #e2e2e2;
    width: 100%;
    overflow: hidden;
    padding:0 0 90px;

}
.articel .containe{
    overflow:hidden;
}

.articel .art-rt{
    float: left;
    /*float: right;*/

    /*margin:116px 0 0 16px;*/
    margin:116px 0 0 0;
    width:920px;
    min-height: 800px;

}

.articel .art-rt ul{
    /*width:920px;*/
    margin-top: 40px;
    overflow: hidden;

}
.articel .art-rt ul li{
    float: left;
    width:282px;
    height:335px;
    /*overflow: hidden;*/
    margin:0 0 30px 24px;
    position: relative;
    /*background: #fff;*/
}
.articel .art-rt ul li a{
    /*display: inline-block;*/
    display: block;
    width:100%;
    height:100%;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
}
.articel .art-rt ul li .img1{
    width:100%;
    height:210px;
    transition: all .5s;
}
.articel .art-rt ul li .cpsl {
    width:282px;
    height:210px;
    overflow: hidden;
    
}
.articel .art-rt ul li .img1:hover{
    transform: scale(1.1);
	transition: all .5s;
}
.articel .art-rt ul li .mask {
    width: 100%;
    height: 100px;
    line-height:100px;
    /*position: absolute;*/
    /*top: 100%;*/
    /*text-align: center;*/
    /*line-height: 100px;*/
   margin-top: 25px;
    text-align: center;
}
.articel .art-rt ul li .img2{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    max-width: 282px;
    vertical-align: middle;
    max-height: 210px;

}
.articel .art-rt .a-jiazai{
    display: block;
    color: #F7B400;
    /*margin:0 0 0 22px;*/
    text-align: center;
}
.articel .art-rt .a-jiazai img{
    vertical-align: middle;
    margin:0 10px 0 0;
}
.art-rt .jiaju{
	/*width: 920px;*/
	height: 90px;
}
.art-rt .jiaju .jiaju_j{
	/*width: 920px;*/
	text-align: center;
	font-size: 26px;
	color: #008bd5;
	line-height: 36px;
}
.art-rt .jiaju .jiaju_t{
	/*width: 920px;*/
	height: 46px;
	text-align: center;
}
.art-rt .jiaju .jiaju_t img{
	width: 16px;
	height: 46px;
	text-align: center;
}

@media screen and (max-width: 640px), screen and (max-device-width: 640px) {
    .articel {
        padding: 50px 0 260px;
    }
}










