@charset "utf-8";
/*主体*/
#main {
	margin-top: 0px;
}
.news-tab .am-tabs-nav li {
	background: #a32018;
	position: relative;
	top: -1px;
}
.news-tab .am-tabs-nav li.am-active a {
	color: #fff;
	padding: 0rem 1rem;
}
.am-g .am-u-lg-6:nth-child(odd) {
	padding-right: 0px !important;
}
/*头条*/
.topnews {
	overflow: hidden;
	padding: 10px 10px;
	margin: 5px auto;
	z-index: 2;
	border-radius: 2px;
}
.topnews h1 {
	margin-bottom: 10px;
}
.topnews h1 a {
	color: #df1010;
	font-size: 38px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: '黑体';
}
.topnews ul {
	margin: 0.5rem auto;
	text-align: center;
	padding: 0px;
}
.topnews ul li a {
	display: inline-block;
	border-left: #999 solid 1px;
	line-height: 1.1em;
	padding: 0px 1rem;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 33%;
}
.topnews ul li:first-child a {
	border-left: none;
}
.topnews ul li:last-child a {
}
#focuse {
	margin-bottom: 25px;
}
#focuse img {
	height: 202px;
}
#focuse .am-control-nav .more {
	cursor: pointer;
	position: relative;
	top: 10px;
}
#focuse .am-control-nav .more i {
	display: block;
	color: #fff;
}
/*公开*/
#gk {
}
#gk .am-thumbnails > li {
	padding: 0 0.5rem 0.5rem 0.5rem;
}
.gk-content {
	background: #f2f3f3;
	margin: 15px auto;
	padding-top: 15px !important;
}
#gk-part1 ul {
	padding: 0px 0.5rem 0.5rem 0.5rem;
}
#gk-part1 ul li a {
	white-space: nowrap;
}
#gk-part1 ul:nth-child(2) {
	font-size: 14px;
}
#gk-part2 {
	padding-top: 0px !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#gk-part2 .am-btn {
	margin: 0rem -0.5rem 1rem;
	width: calc(100% + 1rem);
}
#gk-part2 ul {
	padding: 0px 0.5rem 0.5rem 0.5rem;
	font-size: 14px;
}
#gk-part3 ul a {
	font-size: 14px;
	white-space: nowrap;
}
#gk-part3 ul li:last-child {
	margin-left: -10%;
}
#gk-part1,
#gk-part2,
#gk-part3 {
	margin-bottom: 3px;
}
#server {
	padding: 10px 15px;
	font-size: 15px;
	margin-top: -10px;
}
#my-video {
	width: 100%;
	height: 156px;
}
/*适配手机*/
@media only screen and (max-width: 640px) {
	#focuse img {
		height: auto;
	}
}
