.banner {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main {
	background-color: #f1f1f1;
}

.main .nav {
	padding-top: 5px;
}

.main .type_nav {
	margin-top: 25px;
}

.main .type_nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.main .type_nav ul li {
	width: 195px;
	transform: skewX(-30deg);
	background-color: #e6e6e6;
}

.main .type_nav ul li:hover {
	background-color: #1273d9;
}

.main .type_nav ul li:hover a {
	color: #FFFFFF;
}

.main .type_nav ul li.active {
	background-color: #1273d9;
}

.main .type_nav ul li.active a {
	color: #FFFFFF;
}

.main .type_nav ul li a {
	font-size: 18px;
	color: #333333;
	display: block;
	line-height: 50px;
	text-align: center;
	transform: skewX(30deg);
}

.main .item1 {
	margin-top: 40px;
	margin-bottom: 110px;
}

.main .item1 .recommend {
	margin-bottom: 40px;
}

.main .item1 .recommend .l {
	width: 760px;
	height: 215px;
	position: relative;
}

.main .item1 .recommend .l h4 {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 20px;
}

.main .item1 .recommend .l .addtime {
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}

.main .item1 .recommend .l p.summary {
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

.main .item1 .recommend .l a.details {
	width: 90px;
	height: 24px;
	display: block;
	font-size: 14px;
	color: #383838;
	text-align: center;
	line-height: 24px;
	border: 1px solid #767676;
	position: absolute;
	bottom: 0px;
}

.main .item1 .recommend .r {
	width: 275px;
	height: 215px;
	box-shadow: 0px 2px 3px #888888;
}

.main .item1 .recommend .r .pic {
	width: 100%;
	height: 100%;
}

.main .item1 .recommend .r .pic img {
	width: 100%;
	height: 100%;
}

.main .item1 .news_list ul {
	width: 100%;
	margin-bottom: 80px;
}

.main .item1 .news_list ul li {
	margin-bottom: 35px;
	box-sizing: border-box;
}

.main .item1 .news_list ul li a {
	display: block;
}

.main .item1 .news_list ul li a:after {
	content: "";
	display: table;
	clear: both;
}

.main .item1 .news_list ul li i {
	float: left;
	width: 11px;
    height: 11px;
    background-image: url(../images/list_style.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 6px;
    margin-right: 10px;
}

.main .item1 .news_list ul li .txt {
	float: left;
	width: 800px;
}

.main .item1 .news_list ul li .txt h4 {
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 14px;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
}

.main .item1 .news_list ul li .txt p {
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

.main .item1 .news_list ul li .addtime {
	float: right;
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}




.main .item1 #pagination {
	text-align: center;
}

.main .item1 #pagination #page_center_botton {
	display: none;
}

.main .item1 #pagination .btn-group {
	display: inline-block;
}

.main .item1 #pagination .btn-group span {
	padding: 10px 25px;
	display: inline-block;
	font-size: 16px;
	color: #333333;
	background-color: #f1f1f1;
	border: 1px solid #8e8e8e;
	margin: 0 15px;
}

.main .item1 #pagination .btn-group a {
	padding: 10px 25px;
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #1273d9;
	margin: 0 15px;
}

.main .item5 {
	height: 460px;
}
