

/*经销商专区列表*/
.download-list {}
.download-item {}
.download-item ul {}
.download-item ul li {
	float: left;
    width: 23%;
    margin:1%;
    background: #fff;
}
.download-item ul li .pic {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}
.download-item ul li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.download-item ul li .item {
	padding:8% 5%;
	background: #f9f9f9;
}
.download-item ul li .item h3 {
	font-size: 18px;
    color: #074425;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.download-item ul li .pic:hover img{
    transform: scale(1.1);
}
.download-item ul li:hover .item{
    background: #0aaf58;
}
.download-item ul li:hover .item h3{
    color:#fff;
}


/*自适应样式*/
@media screen and (max-width:1024px){
.download-item ul li {
	float: left;
    width: 48%;
    margin:1%;
    background: #f5f5f5;
}
}



.download-artilce {
	padding:30px 0;
}
.download-content {}
.download-content .pic {
    position: relative;
    float: left;
    width: 50%;
    padding-top: 30%;
    overflow: hidden;
}
.download-content .pic img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.download-content .txt {
    float: right;
    width: 45%;
}
.download-content .txt .time {
    padding-top:20px;
}
.download-content .txt .time span {
    padding-right:15px;
}
.download-content .txt .pass {
    padding-top:20px;
    color:#074425;
    }
.download-content .txt .pass .password {
    font-size:18px;
    color:#0c3771;
}
.download-content .txt .downlink {
    height: 50px;
    margin: 50px 0;
}
.download-content .txt h1 {
    font-size: 30px;
    color: #0aaf58;
	font-family: 'ChaoPai';
    margin:10px 0 40px 0;
}
.download-content .txt h3 {
    font-size: 16px;
    color: #074425;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.download-content .down {
    margin: 5% 0 0 0;
}
.download-content .down .btn {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
    font-style: normal;
    max-width: 150px;
    line-height: 30px;
    border-radius: 0px;
    background: #074425;
    border: 2px solid #074425;
    font-size: 14px;
    color: #fff;
}
.download-content .down .btn:hover{
    color: #fff;
    border: 2px solid #0aaf58;
    background: #0aaf58;
}
/*自适应样式*/
@media screen and (max-width:1024px){
.download-content .pic {
    float: left;
    width: 100%;
    padding-top: 50%;
}
.download-content .txt {
    float: right;
    width: 100%;
    height: auto;
}
.download-content .txt h1 {
    font-size: 20px;
    margin:40px 0 20px 0;
}
.download-content .txt p {
}
.download-content .down {
    margin: 5% 0 10% 0;
}
.download-content .down .btn {;
    max-width: 100%;
    margin:0;

}
}