@charset "utf-8";

/*首页底部背景 start*/
.index-bottom {
	padding-top: 30px;
	background: url(../../images/2part.png) no-repeat center 0;
}

/*首页底部背景 end*/

/*列表 start*/
.am-list-news-hd-in {
	height: 38px;
	border-bottom: 1px solid #1a4085;
}

.am-list-news-hd {
	padding-top: 0;
}

.am-list-news-hd h2 {
	position: relative;
	font-size: 2.2rem;
	color: #505050;
	height: 38px;
	line-height: 26px;
	font-weight: normal;
}

.am-list-news-hd h2:after {
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: 0;
	content: "";
	display: inline-block;
	width: 13px;
	height: 7px;
	vertical-align: middle;
	border-bottom: 6px solid #1b4185;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 0 dotted;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.am-list-news-hd .am-list-news-more {
	font-size: 1.4rem;
	color: #666;
	height: 38px;
	line-height: 38px;
}

.am-list-news-hd .am-list-news-more:hover {
	color: #ff6600;
}

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

.am-list .am-list-item-dated a:hover {
	color: #1974A1;
}

.am-list>li {
	border: none;
	background-color: transparent;
	font-size: 1.4rem;
	border-bottom: #ccc solid 1px;
}

.am-list>li>i {
	position: absolute;
	left: 0;
	top: 0.3rem;
}

.am-list>li>a {
	padding: 1rem 0 1rem 1.5rem;
	background: url(../../images/lan_dian.png) no-repeat left;
}

.am-list-date {
	right: 0;
	top: 1.2rem;
}

.gray-bg {
	margin-top: 10px;
	padding: 10px;
	background-color: #f6f6f6;
	border: #e3e3e3 solid 1px;
}

.list-top-pic {
	width: 100%;
	height: 71px;
}

/*列表 end*/

/*科研动态 start*/
#kydt .am-list {
	margin-bottom: 0;
}



#kydt .am-list>li>a>img {
	padding-left: 8px;
}

#kydt .list-pic li {
	padding-right: 10px;
}

#kydt .list-pic li:last-child {
	padding-right: 0;
}

#kydt .list-pic img {
	width: 100%;
	height: 143px;
}

/*科研动态 end*/

/*重要通知 start*/
#zytz .am-list {
	margin-bottom: 0;
}

#zytz .am-list .am-g:after{
	display:none;
}

#zytz .am-list-news-hd {
	padding-bottom: 10px;
}

#zytz .am-list>li {
	margin-bottom: 7px;
	height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#zytz .am-list>li:last-child {
	margin-bottom: 0;
}

#zytz .am-list>li>a>img {
	padding-left: 8px;
}

#zytz .am-list>li>a {
	padding-right: 0;
	display: flex;
    white-space: normal;
    width: 100%;
    justify-content: space-between;
}

#zytz .am-list-date {
	position: static;
	color: #C00;
	padding-left: 12px;
}

/*重要通知 start*/

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

/*手机*/

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

	/*科研动态 start*/
	#kydt .list-pic li {
		padding-right: 0;
		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*/

