/*banner*/
.main{
	position: relative;
}
.banner-img {
	width: 100%;
}

.banner-img img {
	width: 100%;
}

.drief-title {
	width: 100%;
	height: auto;
	z-index: 999;
}

.drief-title-one {
	width: 100%;
	background: rgba(81, 27, 0, 0.7);
	position: absolute;
	top: -132px;
	left: 0;
	right: 0;
}

.drief-title-two {	
	width: 100%;	
	height: 60px;	
	background: #222222;
	position: absolute;
	top: -70px;	
}

.drief-title-two .drief-title-two-c {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.drief-title-two .drief-title-two-c .CUEI {
	font-size: 24px;
	color: #fff;
	line-height: 60px;
	float: left;
}

.drief-title-two .drief-title-two-c .Navigation {
	font-size: 16px;
	color: #fff;
	float: right;
}

.drief-title-two .drief-title-two-c .Navigation li {
	display: inline-block;
	padding: 0 20px;
	height: 20px;
	border-right: 1px solid #606060;
	text-align: center;
	line-height: 20px;
	margin: 20px 0;
	cursor: pointer;
}
.drief-title-two .drief-title-two-c .Navigation li:last-child {
	border-right: none;
}
.drief-title-two .drief-title-two-c .Navigation li a {
	color: #fff;
}

.drief-title-two .drief-title-two-c .Navigation li:hover a {
	color: #ff8400;
}

.news {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 61px;
}

.news-model {
	height: auto;
	margin: 0 auto;
}

.news-model .news-title {
	font-size: 26px;
	text-align: center;
	line-height: 224px;
}

.news-model .news-list {
	width: 100%;
	height: 160px;
	margin-bottom: 30px;
	transition: margin ease 0.6s;
}

.news-model .news-list:hover {
	margin-left: -70px;
}

.news-model .news-list .news-day {
	width: 157px;
	float: left;
	font-size: 16px;
	color: #7b7b7b;
	text-align: center;
	line-height: 48px;
}

.news-model .news-list .news-img {
	width: 260px;
	height: 100%;
	margin-right: 33px;
	float: left;
	overflow: hidden;
}

.news-model .news-list .news-img a {
	width: 100%;
	height: 100%;
}

.news-model .news-list .news-img a img {
	width: 100%;
	height: 100%;
}

.news-model .news-list .news-content {
	width: 745px;
	height: auto;
	display: inline-block;
	float: left;
}

.news-model .news-list .news-content dt {
	font-size: 2rem;
	line-height: 40px;
	color: #000;
}

.news-model .news-list .news-content dd {
	font-size: 1.5rem;
	line-height: 30px;
	color: #6b6b6b;
}

.news_list {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}

.news-pages {
	width: 1200px;
	height: 190px;
	margin: 0 auto;
}

.news-pages .news-pages-c {
	width: 300px;
	height: 100%;
	margin: 0 auto;
	line-height: 150px;
}

.news-pages .news-pages-c .news-pages-list {
	width: auto;
	height: auto;
}

.news-pages .news-pages-c .news-pages-list li {
	display: inline-block;
	float: left;
	font-size: 18px;
	color: #6b6b6b;
	margin: 0 2px;
	cursor: pointer;
}

.news-pages .news-pages-c .news-pages-list li a {
	font-size: 18px;
	color: #6b6b6b;
	cursor: pointer;
}

.news-pages .news-pages-c .news-pages-l-n {
	float: left;
	margin: 0 10px;
}

.news-pages-last,
.news-pages-next {
	display: inline-block;
	float: left;
	margin: 0 3px;
	font-size: 18px;
	color: #6b6b6b;
}

.lasticon,
.nexticon {
	margin: 0 5px;
}

.news-pages-last {
	display: none;
}
.pagination{
	margin-left: 40%;
}
.pagination a, .pagination span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination span.current {
    background-color: #eee;
}