@charset "utf-8";

/*通用样式 start*/
a {
	color: #000;
}

a:hover {
	color: #f54343;
}

.am-container {
	max-width: 1200px;
}

/*通用样式 end*/

/*迷你导航 start*/
.mininav {
	height: 40px;
	line-height: 40px;
	background-color: #f1f1f1;
}

.mininav ul {
	padding: 0;
	margin: 0;
}

.mininav ul li {
	color: #ccc;
	padding: 0 5px;
	display: inline-block;
}

#searchform {
	margin-top: 4px;
}

#searchform input[type="text"] {
	background: #fff;
	border: #ccc solid 1px;
	border-radius: 0;
}

#searchform button[type="submit"] {
	outline: none;
	background: none;
	border: none;
}

#searchform [class*=am-icon-]:before {
	color: #abadae;
}

/*迷你导航 end*/

/*logo start*/
.logo {
	height: 300px;
	background: url(../../images/bwcx/bwcx_banner1920.jpg) no-repeat center top;
}

/*logo end*/

/*导航栏 start*/
.navbox {
	margin-bottom: 20px;
	background: url(../../images/aiguo/pc_dyw531_bg.jpg) repeat-x;
}

.navbox a.nav-title {
	position: absolute;
	top: 10px;
	left: 60px;
	font-size: 3rem;
	color: #ffecc8;
}

.am-collapse {
	position: relative;
}

.am-topbar-nav {
	margin-top: 0;
	float: none;
	text-align: right;
}

.am-nav-pills>li:last-child {
	padding-right: 50px;
}

.am-nav-pills>li {
	float: none;
	display: inline-block;
}

.am-nav-pills>li+li {
	margin-left: 0;
}

.am-topbar-nav>li>a {
	color: #ffecc8;
	padding: 26.5px 15px;
	line-height: normal;
	text-align: center;
}

.am-nav>li>a:focus,
.am-nav>li>a:hover {
	background-color: transparent;
}

.am-topbar-nav>li>a:after {
	display: none;
}

.am-topbar-btn {
	margin-bottom: 8px;
}

/*导航栏 end*/

/*列表 start*/
.list-box .list-title {
	background: url(../../images/aiguo/title-bg.png) right no-repeat;
}

.list-box .list-title span {
	color: #c42d18;
	font-size: 2.4rem;
	display: inline-block;
	padding: 0 15px;
	background: url(../../images/aiguo/bgimg01_dyw359.jpg) left 50% no-repeat;
}

.list-box .bg-title span {
	color: #fff;
	background: url(../../images/aiguo/titlebg_dyw359_160415.jpg) left 50% no-repeat;
}

.list-box .list-title a.more {
	position: absolute;
	right: 10px;
	top: 18px;
	color: #db0000;
}

.list-box .am-list {
	margin: 10px 0;
}

.list-box .am-list>li {
	border: none;
}

.list-box .am-list>li>a {
	font-size: 1.8rem;
	padding: .6rem 0 .6rem 15px;
}

.list-box .am-list>li>i {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #ccc;
	border-radius: 2px;
	top: 19px;
}

/*列表 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: #1855a8;
	border-color: #1855a8;
}

.am-pagination>li>a:focus,
.am-pagination>li>a:hover,
.am-pagination>li>span:focus,
.am-pagination>li>span:hover {
	background-color: #1855a8;
	border-color: #1855a8;
	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;
}

.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*/
.footer {
	background-color: #f1f1f1;
	padding: 36px 0;
	text-align: center;
	border-top: 5px solid #d23c27;
}

.footer ul {
	padding: 0;
	margin: 0;
}

.footer ul li {
	list-style: none;
	display: inline-block;
	padding: 0px 25px;
	background: url(../../images/aiguo/TV_dwy359.png) left 3px no-repeat;
}

.footer ul li:nth-child(1) {
	background: url(../../images/aiguo/bgimg10_dyw359.png) left 3px no-repeat;
}

.footer ul li:nth-child(2) {
	background: url(../../images/aiguo/shoujibao_dyw359.png) left 3px no-repeat;
}

/*页尾 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*导航栏 start*/
	.navbox {
		height: auto;
		background: none;
		background-color: #950407;
	}

	.am-nav-pills>li:last-child {
		padding-right: 0;
	}

	.am-nav-pills>li {
		display: block;
		background: none;
	}

	.am-topbar-nav>li>a {
		padding: .4em 1em;
	}

	.am-nav-pills>li:before {
		display: none;
	}

	/*导航栏 end*/

	/*列表 start*/
	.list-box .list-title {
		background: none;
	}

	/*列表 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*/
