@charset "utf-8";

/*通用样式 start*/
a {
	color: #000;
}

a:hover {
	color: #f54343;
}

.am-container {
	max-width: 1000px;
}

/*通用样式 end*/

/*logo&search start*/
.logobox {
	padding: 15px 0 5px 0;
}

#searchform {
	margin-top: 20px;
}

#searchform input[type="text"] {
	border-radius: 0;
	border: #ccc solid 1px;
}

#searchform button[type="submit"] {
	outline: none;
	background: none;
	border: none;
}

#searchform [class*=am-icon-]:before {
	color: #abadae;
}

/*logo&search end*/

/*导航栏 start*/

.navbox {
	margin-bottom: 10px;
	border-top: 2px solid #f36e73;
	background-color: #d30f1b;
}

.am-nav-pills>li>a,
.am-nav-pills>li.am-active>a,
.am-nav-pills>li.am-active>a:focus,
.am-nav-pills>li.am-active>a:hover {
	color: #fff;
	cursor: pointer;
	background-color: transparent;
	white-space: nowrap;
}

.am-topbar-nav>li>a:hover:after,
.am-topbar-nav>li.am-active>a:after {
	opacity: 0;
}

.am-nav-pills>li>a:focus,
.am-nav-pills>li>a:hover {
	background-color: transparent;
	color: #fff;
}

.am-nav-pills>li+li {
	margin-left: 0;
}

.am-nav-pills {
	border-right: #fff dashed 1px;
}

.am-nav-pills:last-child {
	border-right: none;
}

.am-topbar-nav>li>a {
	padding: 8.5px 39px;
	line-height: normal;
	text-align: center;
}

.am-dropdown-content {
	margin: 0;
	border: none;
	background-color: #910101;
	min-width: 137px;
}

ul.am-dropdown-content>li>a {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}

ul.am-dropdown-content>li>a:focus,
ul.am-dropdown-content>li>a:hover {
	background-color: transparent;
	color: #FFFF00;
}

.am-dropdown-content:after,
.am-dropdown-content:before {
	display: none;
}

.am-btn-primary,
.am-btn-primary:focus,
.am-btn-primary:hover {
	background-color: #ff6600;
	border-color: #ff6600;
}

.am-topbar-btn {
	margin-bottom: 8px;
}

/*导航栏 end*/

/*栏目标题 start*/
.column-box {
	border: 1px solid #c9c9c9;
	border-bottom: 2px solid #007db9;
}

.column-box h1 {
	background-color: #fff;
	margin: 0;
	font-size: 1.8rem;
	font-weight: normal;
	color: #007db9;
	height: 46px;
	line-height: 46px;
	padding-left: 15px;
}

/*栏目标题 end*/

/*栏目列表 start*/
.column-list ul {
	padding: 0;
	margin: 0;
}

.column-list ul li {
	list-style: none;
	padding: 15px 0 17px 0;
	border-bottom: 1px solid #ededed;
}

.column-list ul li h1 {
	font-size: 2.2rem;
	font-weight: normal;
}

.column-list ul li img {
	width: 100%;
	height: 90px;
}

.column-list ul li p {
	font-size: 1.4rem;
	color: #666;
	font-family: "宋体";
	margin: 0;
	height: 66px;
	overflow: hidden;
}

.column-list ul li .time {
	font-size: 1.2rem;
	color: #999;
	display: block;
	text-align: right;
}

/*栏目列表 end*/

/*列表分页 start*/
.am-pagination>.am-active>a,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span,
.am-pagination>.am-active>span:focus,
.am-pagination>.am-active>span:hover {
	background-color: #c84742;
	border-color: #c84742;
}

.am-pagination>li>a:focus,
.am-pagination>li>a:hover,
.am-pagination>li>span:focus,
.am-pagination>li>span:hover {
	background-color: #c84742;
	border-color: #c84742;
	color: #fff;
}

.am-pagination>li {
	font-size: 1.2rem;
}

.am-pagination>li>a,
.am-pagination>li>span {
	padding: .4em .7em;
	border-radius: 3px;
	color: #999;
	margin-right: 0;
}

/*列表分页 end*/

/*右侧主体 start*/
.combox {
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-top: 2px solid #2e92c2;
	padding: 10px 18px;
	margin-bottom: 20px;
}

.combox h1 {
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.combox h1 a {
	color: #007db9;
}

.combox h2 {
	font-size: 1.6rem;
	margin: 0 0 10px 0;
}

.combox h2 a {
	color: #004276;
}

.combox img.combox-img {
	width: 100%;
	height: 90px;
}

.combox p {
	font-size: 1.2rem;
	font-family: "宋体";
	color: #666;
	margin: 0;
	line-height: 22px;
	height: 90px;
	overflow: hidden;
}

.combox .am-list {
	margin: 5px 0;
}

.combox .am-list>li {
	border: none;
	font-size: 1.4rem;
	font-family: "宋体";
	background-color: transparent;
}

.combox .am-list>li>a {
	padding: .25rem 0 .25rem 10px;
	background: url(../../images/news/dian.png) no-repeat left;
}

/*右侧主体 end*/

/*图文焦点 start*/
.numlist {
	border: 1px solid #eaeaea;
	margin-bottom: 10px;
}

.numlist ul {
	padding: 0;
	margin: 0;
}

.numlist li {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #eaeaea;
	padding-left: 11px;
	padding: 0 15px;
	font-size: 14px;
	overflow: hidden
}

.numlist li a {
	color: #585858;
}

.numlist li span {
	background: url(../../images/news/xie.png) no-repeat left;
	font-size: 20px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	padding-left: 15px;
}

.numlist .cur {
	height: 75px;
	line-height: 75px;
	border: none;
	font-weight: bold;
	padding: 0px;
}

.numlist .cur a {
	display: block;
	height: 56px;
	overflow: hidden;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 9px;
}

.numlist .cur span {
	height: 75px;
	background-color: #3296c6;
	color: #FFFFFF;
	font-size: 42px;
	line-height: 75px;
	text-align: center;
	background-image: none;
	display: block;
	padding: 0;
}

.numlist-img {
	height: 160px;
}

.numlist-img img.twjd-img {
	width: 100%;
	height: 100%;
}

/*图文焦点 end*/

/*页尾 start*/
.footer {
	padding: 30px 0;
	text-align: center;
	background-color: #f9f7f4;
}

.footer p {
	font-size: 1.2rem;
	margin: .5rem 0;
	font-family: "宋体";
}

/*页尾 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*logo start*/
	.logobox {
		padding: 0 0 5px 0;
	}

	/*logo end*/

	/*导航栏 start*/
	.am-topbar-nav>li>a {
		padding: .4em 1em;
	}

	/*导航栏 end*/
}

/*电脑*/

@media only screen and (min-width: 1025px) {
	.no-padding-left {
		padding-left: 0px !important;
	}

	.no-padding-right {
		padding-right: 0px !important;
	}
}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
