@charset "utf-8";

/*主体*/

body{
    background-image: none;
    background-color:#fff;
}

#main {
	margin-top: 0px;
}

.news-tab .am-tabs-nav  {
	border-bottom: #a32018 solid 1px;
}

.am-btn-lg {
    padding: .5rem .25rem;
}


/*头条*/

.topnews {
	border: #dedcdc solid 1px;
	overflow: hidden;
	padding: 10px 100px;
	margin: 15px auto;
	background-image: url(../../../images/Adaptive/topbg.png);
	background-repeat: no-repeat;
	background-position: -21px -21px;
	z-index: 2;
	border-radius: 2px;
}

.topnews h1 {
	margin-bottom: 10px;

}

.topnews h1 a {
	color: #df1010;
	font-size: 3rem;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: '黑体';
}

.topnews ul {
	margin: .5rem auto;
	text-align: center;
	padding: 0px;
}

.topnews ul li a {
	display: inline-block;
	border-left: #999 solid 1px;
	line-height: 1em;
	padding: 0px 1rem;
	font-size: 1.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 33%;
color:#666
}

.topnews ul li:first-child a {
	border-left: none;
}

.topnews ul li:last-child a {}

#focuse{
	margin-bottom: 25px;
}

#focuse img {
	height: 462px;
}

#focuse .am-control-nav .more {
	cursor: pointer;
	position: relative;
	top: 10px;
}

#focuse .am-control-nav .more i {
	display: block;
	color: #fff;
}

#part1 .news-tab .am-nav-tabs>li>a {
	padding: 0em 0.1rem;

}

/*公开*/

#gk {}

#gk .am-thumbnails{
padding-top:1rem
}

#gk .am-thumbnails>li {
	padding: 0 .5rem .5rem .5rem;
    font-size: 1.5rem;
}



.gk-content {
	background: #f2f2f2;
	margin: .5rem auto;
	padding-top: 15px !important;
}

.gk-content .am-btn-default{
       background: #e4e4e4;
}

#gk-part1 ul {
	padding: 0px .5rem .5rem .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;
	margin-bottom: .5rem;
}

#gk-part2 .am-btn {
	margin: 0rem -0.5rem 1rem;
	width: calc(100% + 1rem);
}

#gk-part2 ul {
	padding: 0px .5rem .5rem .5rem;
	font-size: 14px;
}

#gk-part3 ul a {
	font-size: 14px;
	white-space: nowrap;
}

#gk-part3 ul li:last-child {
	margin-left: -10%;
}



#server {
	padding: 10px 15px;
	font-size: 15px;
	margin-top: -10px;
}

#server .am-thumbnails>li{
	font-size: 1.4rem;
	padding-bottom: .25rem;
      white-space: nowrap;
}

#my-video{
	width: 100%;
	height: 156px;
}




/*适配手机*/

@media only screen and (max-width: 640px) {
	#focuse img {
		height: auto;
	}
}