@charset "utf-8";

/*主体*/

.news-tab .am-tabs-nav{
	border-bottom: none;
}

.news-tab .am-tabs-nav li {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 1rem;
}

.news-tab .am-tabs-nav li.am-active a {
	background: #015193;
	color: #fff;
	font-weight: 600;
}


.news-tab .am-tab-panel {
	padding: 15px 0px;
	min-height: 268px;
	
}

.news-tab .am-tab-panel h3{
	color: #015193;
	line-height: 2em;
	border-bottom: #ddd solid 1px;
}

.news-tab .am-tab-panel p {
	text-indent: 2em;
	line-height: 2em;
}


a.am-btn-default:hover, a.am-btn-default:focus{
	color: #fff;
	background: #015193;
}

#country img{
	margin-bottom: 1.5rem;
	width: 100%;
	display: block;
}
/*适配手机*/

@media only screen and (max-width: 640px) {

}