.down-other {
    padding:0 0 20px 0;
    overflow: hidden;
}
.down-other p {
    border: solid 1px #cfcfcf;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    width: 100%;
    font-style: normal;
    max-width: 100px;
    line-height: 30px;
}
.down-other p a {
    font-size: 12px;
    color: #464646;
}
.down-other p a:hover {
    color: #d22633;
}




.download-content .txt span {
    display:inline-block;
}
.download-list {}
.download-item {}
.download-item ul {}
.download-item ul li {
	float: left;
    width: 23%;
    margin:1%;
    background: #f5f5f5;
}
.download-item ul li .pic {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.download-item ul li .pic img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-item ul li .item {
	padding: 5%;
}
.download-item ul li .item h3 {
	font-size: 16px;
    color: #55504f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.download-artilce {}
.download-content {}
.download-content .pic {
    float: left;
    width: 40%;
    max-height: 500px;
}
.download-content .pic img {
    width: 100%;
    max-width: 500px;
}
.download-content .txt {
    float: right;
    width: 50%;
    height: 500px;
}
.download-content .txt h1 {
    font-size: 30px;
    color: #000;
    margin: 10px 0 40px 0;
}
.download-content .txt h3 {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.download-content .txt .time {
    padding-top:20px;
}
.download-content .txt .time span {
    padding-right:15px;
}
.download-content .txt .pass {
    padding-top:20px;
    color:#000;
    }
.download-content .txt .pass .password {
    font-size:18px;
    color:red;
}
.download-content .txt .down {
    height: 50px;
    margin: 50px 0;
}
.download-content .txt .down a {
    display:block;
    width: 150px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    padding:0 0 0 20px;
    background: #d22633 url(../image/down.svg) no-repeat 20px center/20px;
}

/*以下代码是自适应样式*/

@media screen and (max-width:1320px){

.download-item ul li {
    width: 31%;
    margin:1%;
}
.download-item ul li .pic {
    max-height: 363px;
    overflow: hidden;
}

}

@media screen and (max-width:1178px){

.download-item ul li {
    width: 31%;
    margin:1%;
}
.download-item ul li .pic {
	max-height: 363px;
    overflow: hidden;
}



}
	


@media screen and (max-width:800px){

.download-item ul li {
    width: 48%;
    margin:1%;
}
.download-item ul li .pic {
	max-height: 363px;
    overflow: hidden;
}
.download-item ul li .pic img {}

.download-item ul li .item {
	padding: 5%;
}
.download-item ul li .item h3 {
	font-size: 12px;
}

.download-content .pic {
    width: 100%;
    margin:5% 0;
    max-height: auto;
}
.download-content .pic img {
    width: 100%;
    max-width: 100%;
}
.download-content .txt {
    width:100%;
    height: auto;
    border: solid 1px #cdcdcd;
    padding: 5%;
    box-sizing: border-box;
}

}