@charset "gb2312";

/*主体*/

#main {
	margin-top: 0px;
}


/*头条*/

.topnews {
	background: #fff;
	padding: 0 0 10px 0px;
	margin-bottom: 0rem;
}

.topnews h1 {
    margin-bottom: 8px;
    margin-top: 20px;
}

.topnews h1 a {
	color: #1b518f;
	font-size: 38px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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;
	color: #1b518f;
	padding: 0px 1rem;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 33%;
}

.topnews ul li a:hover {
	text-decoration: underline;
	color: #163f6f;
}

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

.topnews ul li:last-child a {}

#topics {
	border-bottom: #bababa solid 1px;
	margin-bottom: 0px;
}

#topics h3 {
	background: transparent;
	color: #015193;
}

.news-img-contant {
margin-bottom:6px
}

#focuse img {
	height: 444px;
}

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

#focuse .am-control-nav .more i {
	display: block;
	color: #fff;
}
  #focuse_zt img {
    height: 97px;
  }
  #focuse_zt ol {
    display: none;
  }
  #focuse_zt{
    margin: 0 0 10px;
  }
.ul-listRightNew {
	margin-top: -0.65rem;
}

.ul-listRightNew .am-fr {
	float: right !important;
}

.ul-list {
	margin: 10px 0px;
}

.ul-list li {
	display: inline-block;
	width: 49%;
	line-height: 30px;
	padding-left: .4rem;
}

.ul-list li a {
	padding-left: 10px;
	font-size: 15px
}


/*公开*/

#gk {
	padding:0 15px 5px 15px;
	font-size: 15px;
}

#gk .gk-title {
	border-bottom: #015193 solid 1px;
}

#gk>a.am-btn {
	margin: 5px 0;
}

#gk .gk-title h3 {
	color: #000000;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 0px;
	padding: 6px 0px 0px 0px;
}

#gk .gk-title span {
	font-size: 15px;
	position: relative;
	top: 9px;
}

#gk-base {
	margin: 5px -5px 0 -5px;
}

#gk-base li {
	padding: 3px 5px;
	display: inline-block;
}

#gk-base li a {
	background-size: 100% 100%;
	height: 42px;
	line-height: 38px;
	width: 100%;
	display: block;
	text-indent: 48px;
}

#gk-base li.zn a {
	background-image: url(../../images/zn.png);
}

#gk-base li.ml a {
	background-image: url(../../images/ml.png);
}

#gk-base li.gd a {
	background-image: url(../../images/gd.png);
}

#gk-base li.nb a {
	background-image: url(../../images/nb.png);
}

#gk-base li.jg a {
	background-image: url(../../images/jg.png);
}

#gk-base li.sq a {
	background-image: url(../../images/sq.png);
}

#gk-list {
	background: #ededef;
	padding: 5px 10px 5px 10px;
	margin-bottom: 0px;
}

#gk-list li a {
	white-space: nowrap;
	padding: 1px 0px;
	display: inline-block;
}

#gk-list-icon li:before {
	content: '';
	color: #68ade6;
}

#gk-list-icon {
	margin-bottom: 0px;
}

#gk-list-icon li a {
	white-space: nowrap;
	padding: 1px 5px;
	display: inline-block;
	padding-left: 3px;
}

#gk-server .am-tabs-bd li a {
	white-space: nowrap;
	padding: 1px 5px;
	display: block;
}

#gk-server {
	margin-bottom: 0;
}

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


/*适配手机*/

@media only screen and (max-width: 641px) {
	#focuse img {
		height: 24rem;
	}
	.ul-list li {
		width: 100%;
	}
	#gk-base li a{
		text-indent: 64px;
	}
}

/* 热点文章推荐 */
.hot_articles{
   padding-left: 0;
   margin-top: .5rem;
}
.hot_articles li{
   list-style: none;
   float:left;
font-size: 12px;
   width: 35px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   border: #ddd solid 1px;
   margin-right: .5rem;
   border-radius: 5px;
   cursor: pointer;
}
.hot_articles li.hover{
   background: #c2dbf4;
}