
.content {
    max-width: 1200px;
    margin-top: 100px;
    color: #585b5a;
}
.news-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.news-title h3 {
    font-size: 30px;
    font-weight: 400;
}
.news-title p {
    text-align: right;
    margin-top: 80px;
    padding-bottom: 30px;
    color: #aeaeae;
}
.naewTexts {
    padding: 100px 0;
    font-size: 18px;
    line-height: 35px;
}
.fanye {
    margin-bottom: 100px;
}
.fanye>div {
    width: 49%;
    background-color: #f5f5f5;
    text-align: center;
    padding: 60px 0;
    transition: all .3s;
}
.fanye>div span {
    font-family: fangsong;
    font-weight: bold;
}
.fanye>div a {
    color: #585b5a;
    transition: all .3s;
}
.fanye>div:hover {
    background-color: #19c186;
}
.fanye>div:hover a {
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .news-title p {
        margin-top: 40px;
    }
    .naewTexts {
        padding: 50px 0;
    }
}
@media screen and (max-width: 1024px) {
    .content {
        margin-top: 50px;
    }
    .news-title p {
        margin-top: 10px;
    }
    .news-title h3 {
        font-size: 26px;
    }
    .naewTexts {
        padding: 30px 0;
        line-height: 30px;
    }
}
@media screen and (max-width: 768px) {
    .fanye>div {
        padding: 30px 0;
    }
    .fanye>div a p {
        white-space: nowrap;
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 425px) {
    .news-title h3 {
        font-size: 20px;
    }
    .naewTexts {
        font-size: 16px;
    }
	
	    .naewTexts img{
		max-width:100%;
		height:auto!important;
    }
	
    .fanye>div {
        padding: 20px 0;
    }
    .fanye>div a p {
        font-size: 14px;
    }
    .fanye {
        margin-bottom: 50px;
    }
}