@charset "utf-8";

/*banner切换 start*/
#banner-slider {
	box-shadow: none;
    max-width: 1200px;
    margin: 0px auto 20px;
}

#banner-slider ul li img {
	/*width: auto;*/
	max-width: 100%;
	margin: 0 auto;
	height: 800px;
}

#banner-slider .am-control-nav li {
	margin: 0 3px;
}

#banner-slider .am-control-nav li a {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: #fff solid 1px;
}

#banner-slider .am-control-nav li a.am-active,
#banner-slider .am-control-nav li a:hover {
	background-color: #ff9900;
}

#banner-slider .am-control-nav {
	bottom: 30px;
	z-index: 9;
}

/*banner切换 end*/

/*列表 start*/
.am-list-news-hd {
	border-bottom: 2px solid #AF3027;
}

.am-list-news-hd h2 {
	height: auto;
	line-height: normal;
	margin-bottom: -22px;
	padding-right: 10px;
	background-color: #fff;
}

.am-list-news-hd .am-list-news-more {
	font-size: 1.4rem;
	color: #999;
	line-height: 3rem;
}

.am-list .am-list-item-dated a {
	font-size: 1.4rem;
	padding-right: 45px;
}

.am-list-news-bd {
	padding: 20px 0 0;
}

.am-list>li {
	border: none;
}

.am-list>li>a {
	padding: .542rem 0;
}

.am-list-news-default .am-list-date {
	top: 0.3rem;
	font-size: 1.4rem;
	color: #FF6600;
}

.arow-list .am-list>li {
	background: url(../../images/ico_03.png) no-repeat left;
}

.arow-list .am-list .am-list-item-dated a {
	padding-left: 18px;
}

/*列表 end*/

/*校友捐赠 start*/
#xyjz .am-table {
	font-size: 1.4rem;
}

#xyjz .am-table>thead>tr>th {
	border: none;
	font-weight: normal;
	word-break: keep-all;
	white-space: nowrap;
	padding: 1rem;
}

#xyjz .am-table thead tr {
	background-color: #eee;
}

#xyjz .am-table>tbody>tr>td,
#xyjz .am-table>tbody>tr>th {
	padding: 1rem;
	word-break: keep-all;
	white-space: nowrap;
	border-top: none;
	border-bottom: 1px solid #E9E9E9;
}
.txtMarquee-jzmx{
height: 195px;
    overflow: hidden;
}
/*校友捐赠 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*banner切换 start*/
	#banner-slider ul li img {
		height: auto;
	}

	#banner-slider .am-control-nav {
		bottom: 5px;
	}

	/*banner切换 end*/

	/*校友捐赠 start*/
	#xyjz .am-table>thead>tr>th {
		padding: .5rem;
	}

	#xyjz .am-table>tbody>tr>td,
	#xyjz .am-table>tbody>tr>th {
		word-break: normal;
		white-space: normal;
		padding: .5rem;
	}

	#xyjz [class*=am-u-] {
		padding: 0;
	}

	#xyjz img {
		margin-bottom: 10px;
	}

	/*校友捐赠 end*/

}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/

