@charset "utf-8";

/*banner切换 start*/
#banner-slider {
	box-shadow: none;
}

#banner-slider ul li img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	height: 510px;
}

#banner-slider .am-control-nav li {
	margin: 0 3px;
}

#banner-slider .am-control-nav li a {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: #fff solid 1px;
}

#banner-slider .am-control-nav li a.am-active,
#banner-slider .am-control-nav li a:hover {
	background-color: #ff9900;
}

#banner-slider .am-control-nav {
	bottom: 30px;
	z-index: 9;
}

/*banner切换 end*/
.xyxw{
    height: max-content;
    overflow: hidden;
}
.xyxwImg{
display: flex;
}
#news-slider{
margin-top:20px;
margin-left:20px;
}
#news-slider img{
max-height:235px;
}
.xyxw .am-control-nav {  
    bottom: 6px;
    text-align: right;
    z-index: 999;
}
.xyxw .am-control-nav li a.am-active {
    background-color: #fff;
}
.xyxw .am-control-nav li a {
    width: 10px;
    height: 10px;
}
/*列表 start*/
.am-list-news-hd {
	padding-top: .834rem;
	padding-bottom: .834rem;
	background-color: #0E6EB8;
}

.am-list-news-hd h2 {
	font-size: 1.5rem;
	color: #fff;
	font-weight: normal;
	padding-left: 23px;
}

.am-list-news-hd .am-list-news-more {
	font-size: 1.5rem;
	padding-right: 17px;
	color: #fff;
}

.am-list-news-bd {
	padding: 10px 20px 0;
}

.am-list>li {
	border: none;
}

.am-list>li>a {
	padding: .4rem 0;
}

.am-list .am-list-item-dated a {
	font-size: 1.3rem;
}

.am-list .am-list-item-dated a strong {
	vertical-align: text-bottom;
	padding-right: 5px;
}

.am-list-news-default {
	border: 1px solid #D3CFCC;
}

.am-list-news-default .am-list-date {
	top: 0.5rem;
	color: #303030;
	font-family: "Arial, Helvetica, sans-serif";
}

.no-time .am-list-item-dated a {
	padding-right: 0;
}

#dzjs .am-list-news-hd {
	/*background-color: #C8453B;*/
}

#jxpy .am-list-news-hd {
	/*background-color: #D9604F;*/
}

/*列表 end*/

/*友情链接 start*/
.friendly-link {
	border: 1px solid #D3CFCC;
	padding: 15px 0 15px 20px;
}

.friendly-link ul {
	padding: 0;
	margin: 0;
}

.friendly-link ul li {
	display: inline-block;
	list-style: none;
	background: url(../../images/ico_02.png) no-repeat 0 center;
	padding-right: 25px;
	padding-left: 15px;
	font-size: 1.4rem;
}

/*友情链接 end*/

/*不同分辨率适配 start*/

/*手机*/

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

	/*banner切换 start*/
	#banner-slider ul li img {
		height: auto;
	}

	#banner-slider .am-control-nav {
		bottom: 5px;
	}

	/*banner切换 end*/

	/*轮播图 start*/
	#news-slider ul li img {
		height: 18rem;
	}

	/*轮播图 end*/
.xyxwImg{
    flex-direction: column;
}
#news-slider{
margin-left:0px;
}
.xyxwImg .am-list li a{
width:96%;
}
.am-list li a{
width:70%;
}
}

/*电脑*/

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

/*平板和电脑*/

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

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
