@charset "utf-8";
.am-list-box {
	padding: 35px 45px;
	margin-bottom: 28px;
}

.am-news .am-title-box {
	padding: 30px 0;
}

.am-news .am-news-title {
	margin: 0;
	font-size: 3.2rem;
	color: #333;
	text-align: center;
        font-family: "宋体";
}

.am-news h3.am-news-title,
.am-news h2.am-news-title{
        font-size: 2.8rem;
}

.am-news-sourcebox {
	border-bottom: #ccc solid 1px;
}

.am-news-source,
.am-news-releasetime,
.am-news-reading {
	font-size: 1.4rem;
	color: #333;
}

.am-news-sourcebox {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.am-news-content p{
    line-height: 200% !important;
}

/*不同分辨率适配*/


/*手机*/

@media only screen and (max-width: 640px) {
	.am-list-box {
		padding: 10px;
	}
}


/*电脑*/

@media only screen and (min-width: 1025px) {
	.am-news-source {
                white-space: nowrap;
		text-align: right;
	}
	.am-news-releasetime {
		text-align: center;
	}
        .am-news-reading{
                text-align: left;
        }
}


/*手机和平板*/

@media only screen and (max-width: 1024px) {
	.am-news-share {
		display: none;
	}
        .am-news-content img {
                max-width: 100% !important;
                height: auto !important;
                display: block !important;
         }
}