@charset "utf-8";

/*学术预告列表 start*/
.ysyg-box {
	border: 1px solid #e5e5e5;
	background-color: #fcfcfc;
}

.ysyg-list ul {
	padding: 0;
	margin: 0;
}

.ysyg-list ul li {
	list-style: none;
	padding: 0 20px;
}

.ysyg-list ul li a {
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

.ysyg-list ul li .time-box {
	padding-right: 1.5rem;
	background: url(../../images/index/jzyg-x-a.jpg) no-repeat right;
}

.ysyg-list ul li .time-top {
	text-align: center;
	border-bottom: 1px solid #b4b3b8;
}

.ysyg-list ul li .time-top strong {
	font-size: 2.4rem;
	font-weight: normal;
	margin-left: 5px;
}

.ysyg-list ul li .time-bottom {
	text-align: center;
	font-size: 1.2rem;
	color: #999;
	padding-top: 6px;
}

.ysyg-list ul li h1 {
	font-size: 1.6rem;
	margin-bottom: 5px;
	font-weight: normal;
}

.ysyg-list ul li p {
	color: #999;
	margin: 0;
}

.ysyg-list ul li:hover {
	background-color: #224b70;
}

.ysyg-list ul li:hover a {
	color: #fff;
	border-bottom: 1px solid #224b70;
}

.ysyg-list ul li:hover p {
	color: #fff;
}

/*学术预告列表 end*/

/*右侧栏目树 start*/
.right-nav ul {
	padding: 0;
	margin: 0;
}

.right-nav ul li {
	list-style: none;
	position: relative;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	padding: 8px 55px 8px 15px;
}

.right-nav ul li h1 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0;
}

.right-nav ul li h1 span {
	display: block;
	font-size: 1.4rem;
	color: #999;
}

.right-nav ul li button.am-btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.right-nav ul li button.am-btn:before {
	color: #fff;
}

.right-nav ul li:hover {
	background-color: #224b70;
}

.right-nav ul li:hover h1,
.right-nav ul li:hover span {
	color: #fff;
}

.right-nav ul li:hover .am-btn {
	background-color: #cc2807;
	border-color: #cc2807;
}

.right-nav ul li em {
	display: none;
}

.right-nav ul li:hover em {
	display: block;
	width: 0;
	height: 0;
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-right: 8px solid #224b70;
	border-bottom: 8px solid transparent;
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -6px;
}

/*右侧栏目树 end*/

/*统计数据 start*/
#statistics .title {
	position: relative;
	padding: 20px;
	border-top: 2px solid #224b70;
	background-color: #fbfbfb;
}

#statistics .title .btn {
	position: absolute;
	right: 15px;
	bottom: 22px;
	width: 50px;
	height: 22px;
	background: url(../../images/index/sjtj-sq.jpg) no-repeat;
}

#statistics .title.am-collapsed .btn {
	background: url(../../images/index/sjtj-zk.jpg) no-repeat;
}

#statistics .title h1 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0;
}

#statistics .title span {
	font-size: 1.4rem;
	color: #999;
	padding-left: 10px;
}

#statistics .am-table thead tr td {
	font-size: 1.4rem;
	font-weight: bold;
	color: #23b4b1;
}

#statistics .am-table td {
	border: none;
}

#statistics .am-table tbody tr:nth-child(even) {
	background-color: #fbfbfb;
}

/*统计数据 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*学术预告列表 start*/
	.ysyg-box {
		margin-bottom: 20px;
	}

	.ysyg-list ul li .time-box {
		padding-right: 0;
		background: none;
		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*/
