@charset "utf-8";

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

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

#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*/

/*轮播图 start*/
#news-slider {
	box-shadow: none;
}

#news-slider ul li img {
	height: 390px;
}

#news-slider .am-slider-desc {
	font-size: 1.4rem;
	padding: 8px 80px 8px 8px;
}

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

#news-slider .am-control-nav li a {
	width: 12px;
	height: 12px;
	border-radius: 10px;
}

#news-slider .am-control-nav li a.am-active {
	background-color: #ffe100;
}

#news-slider .am-control-nav li a {
	background-color: #fff;
}

/*轮播图 end*/
/*中部外链图*/
#centerImg .am-g{
 display: flex;
    flex-wrap: wrap;
}
#centerImg a{
display: block;
    width: 49.5%;
    border-radius: 10px;
    overflow: hidden;
}
#centerImg .am-img-responsive {
    height: 112px;
}
#centerImg a:nth-child(1),#centerImg a:nth-child(3){
 margin-right: 10px;
}
#centerImg a:nth-child(1),#centerImg a:nth-child(2){
 margin-bottom: 10px;
}
/*列表 start*/

.am-list-news-hd h2 {
	font-size: 2.4rem;
	color: #a40000;
	height: 30px;
	line-height: 26px;
	font-weight: normal;
	padding-left: 16px;
	background: url(../../images/column_01.png) no-repeat left center;
}

.am-list-news-hd .am-list-news-more {
	font-size: 1.4rem;
	height: 30px;
	line-height: 30px;
}

.am-list .am-list-item-dated a {
	padding-right: 0;
	padding-left: 50px;
}

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

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

.am-list-date {
	left: 0;
	right: auto;
	top: 0.4rem;
	font-size: 1.6rem;
}

.am-list-news-default .am-list-date {
	color: #a40000;
}


/*列表 end*/

/*教务系统登录 start*/
.am-form-horizontal {
	padding-top: 40px;
}

.am-form-horizontal .am-form-label {
	font-weight: normal;
	padding-top: 1em;
	font-size: 1.4rem;
}

.am-form-horizontal .am-btn {
	background-color: #A40000;
	color: #fff;
	border-radius: 5px;
	margin: 0 15px;
	padding: .35em 1.5em;
	line-height: normal;
}

.am-form-horizontal input {
	height: 42px;
	border-radius: 3px !important;
}

/*教务系统登录 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*/
#centerImg a{
    width: 100%;
}
#centerImg .am-img-responsive {
    height: auto;
}
#centerImg a:nth-child(1),#centerImg a:nth-child(3){
 margin-right: 0px;
}
#centerImg a{
 margin-bottom: 10px;
}
#centerImg a:nth-child(4){
 margin-bottom: 0px;
}
}

/*电脑*/

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

/*平板和电脑*/

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

/*手机和平板*/

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

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