@charset "utf-8";

/*banner start*/
.banner-box {
	height: 450px;
	background: url(../../images/banner.jpg) no-repeat center;
	background-size: cover;
}

/*banner end*/

/*图片切换 start*/
#pic-slider img.pic-img {
	width: 100%;
	height: 428px;
}

#pic-slider ul {
	padding: 0;
	margin: 0;
}

#pic-slider li {
	list-style: none;
	position: relative;
	padding: 15px 41px 7px 36px;
	cursor: pointer;
}

#pic-slider li h1 {
	padding-right: 50px;
	font-size: 1.8rem;
	font-weight: normal;
	margin-bottom: 7px;
}

#pic-slider li h1:hover {
	font-weight: bold;
}

#pic-slider li .arrow {
	position: absolute;
	left: -26px;
	top: 0;
}

#pic-slider li p {
	font-size: 1.4rem;
	color: #666;
	height: 50px;
	overflow: hidden;
	line-height: 1.8;
	margin: 0;
}

#pic-slider li span.time {
	position: absolute;
	font-size: 1.4rem;
	color: #999;
	right: 18px;
	top: 19px;
}

#pic-slider li.hover {
	background-color: #a9322c;
	color: #fff;
}

#pic-slider li.hover a,
#pic-slider li.hover p,
#pic-slider li.hover span.time {
	color: #fff;
}

/*图片切换 end*/

/*首页列表 start*/
.am-list-news-hd-in {
	height: 40px;
	border-bottom: 2px solid #e5e5e5;
}

.am-list-news-hd {
	padding-top: 0;
}

.am-list-news-hd h2 {
	font-size: 2rem;
	font-weight: normal;
	padding-left: 22px;
	height: 40px;
	line-height: 35px;
	border-bottom: 2px solid #a9322c;
	background: url(../../images/title-11.png) no-repeat left;
}

.am-list-news-hd .am-list-news-more {
	color: #999;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem;
	margin-right: 8px;
}

.am-list-news-hd .am-list-news-more:hover {
	color: #a9322c;
}

.am-list .am-list-item-dated a {
	background: url(../../images/dian.png) no-repeat left;
	padding-right: 0;
}

.am-list>li {
	border: none;
	background-color: transparent;
	font-size: 1.6rem;
}

.am-list>li>a {
	padding: .54rem 0 .54rem 16px;
}

.am-list-date {
	font-size: 1.4rem;
	right: 0;
	top: 0.8rem;
}

/*首页列表 end*/

/*学者介绍 start*/
#xzjs ul {
	padding: 0;
	margin: 0;
}

#xzjs li {
	list-style: none;
	padding-top: 16px;
}

#xzjs img {
	width: 70px;
	height: 70px;
}

#xzjs li a {
	display: block;
	height: 70px;
	border-radius: 70px;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: 92% center;
	background-image: url(../../images/aa.png);
}

#xzjs .xzjs-content {
	padding: 10px 70px 0 0;
}

#xzjs .xzjs-content h1 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0;
}

#xzjs .xzjs-content p {
	font-size: 1.4rem;
	color: #666;
	margin: 0;
}

#xzjs #marquee {
	height: 248px;
	overflow: hidden;
}

/*学者介绍 end*/

/*通知公告 start*/

#tzgg .am-list>li>span.time {
	float: left;
	width: 57px;
	text-align: center;
}

#tzgg .am-list>li>span.time span {
	display: block;
	line-height: 24px;
	color: #fff;
	background-color: #a9322c;
	font-size: 1.5rem;
	font-weight: bold;
}

#tzgg .am-list>li>span.time b {
	display: block;
	line-height: 26px;
	font-weight: normal;
	color: #a9322c;
	background-color: #eee;
	font-size: 1.2rem;
}

#tzgg .am-list>li>a {
	padding: 0;
	line-height: 1.6;
	height: 50px;
	display: block;
	overflow: hidden;
	padding-left: 15px;
}

#tzgg .am-list>li {
	padding: 8px 0;
}

/*通知公告 end*/

/*著作推介 start*/
.zztj-box {
	background-color: #f5f5f5;
}

.zztj-box h1 {
	background-color: #a9322c;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	width: 70px;
	height: 244px;
	text-align: center;
	padding: 84px 21px 0;
	margin: 0;
	line-height: normal;
	background-image: url(../../images/main3.png);
	background-repeat: no-repeat;
	background-position: center 59px
}

.zztj-box ul {
	padding: 0;
	margin: 0;
}

.zztj-box li {
	float: left;
	list-style: none;
	width: 140px;
	padding: 0 10px;
}

.zztj-box li img {
	width: 100%;
	height: 168px;
}

.zztj-box li h2 {
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 10px;
}

.zztj-box #marquee2 {
	padding: 22px 0 0 0;
	overflow: hidden;
}

/*著作推介 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*banner start*/
	.banner-box {
		height: 75px;
	}

	/*banner end*/

	/*图片切换 start*/
	#pic-slider img.pic-img {
		height: auto;
		margin-bottom: 10px;
	}

	#pic-slider li {
		padding-left: 10px;
	}

	#pic-slider li .arrow {
		display: none !important;
	}

	/*图片切换 end*/

	/*著作推介 start*/
	.zztj-box h1 {
		width: 50px;
		padding: 84px 10px 0;
	}

	/*著作推介 end*/
}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
