a{
	cursor: pointer;
}
.content .top .left {
	width: 540px;
	background-color: #359ceb;
	color: #fff;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	float: left;
}

.content .top .right {
	width: 540px;
	background-color: #36363b;
	color: #fff;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	float: left;
}

.content .top .one {
	width: 1080px;
	background-color: #359ceb;
	color: #fff;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	float: left;
}

.content .middle {
	background-color: #f2f2f2;
}

.content .middle .title {
	width: 1000px;
	color: #359ceb;
	text-align: center;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 20px;
	padding-left: 30px;
	font-size: 36px;
}

.title .date {
	padding:15px 0;
	color: #c9c9c9;
	font-size: 20px;
}

.content .middle ul {
	float: left;
	margin: 15px 43px 74px 43px;
	height: 1002px;
	min-width: 960px;
	padding-top: 20px;
	overflow: hidden;
}
.content .middle li {
	width: 305px;
	height: 314px;
	margin: 10px 13px;
	float: left;
	position: relative;
	list-style: none;
}

.content .middle li .textcon {
	float: left;
	width: 305px;
	color: #fff;
	background: #bea14a;
	position: absolute;
	text-align: center;
	padding: 24px 0px;
	line-height: 16px;
	bottom: 16px;
	font-size: 16px;
	font-weight: 600;
}

.content .middle li .textcon01 {
	float: left;
	width: 305px;
	height: 60px;
	color: #fff;
	background: #fe7c06;
	position: absolute;
	text-align: center;
	padding: 10px 0px;
	line-height: 20px;
	bottom: 16px;
	font-size: 16px;
	font-weight: 600;
}

.textcon01 .date {
	position: absolute;
	top: 60px;
	left: 38%;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	vertical-align: bottom;
}
.textcon01 p{
	line-height: 1em;
	max-height: 3em;
	overflow: hidden;
}

.content .middle li .textcon02 {
	float: left;
	width: 305px;
	height: 60px;
	color: #fff;
	background: #039DA7;
	position: absolute;
	text-align: center;
	padding: 10px 0px;
	line-height: 20px;
	bottom: 16px;
	font-size: 16px;
	font-weight: 600;
}
.textcon02 p{
	line-height: 1em;
	max-height: 3em;
	overflow: hidden;
}
.textcon02 .date {
	position: absolute;
	top: 60px;
	left: 38%;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	vertical-align: bottom;
}
.content .middle li img {
	width: 305px;
	height: 234px;
	overflow: hidden;
}

.content .bottom {
	width: 1080px;
	height: 247px;
	background-color: #a4bfde;
}

.xqpic {
	width: 950px;
	margin: 30px 0px;
	max-height: 560px;
	overflow: hidden;
	float: left;
}

.news-text-detail {
	height: 964px;
	width: 950px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0 80px;
	float: left;
	letter-spacing: 2px;
	text-indent: 2em;
	line-height: 35px;
	color: #000000;
}
.news-text-detail01 {
	height: 964px;
	width: 950px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0 80px;
	float: left;
	letter-spacing: 3px;
	text-indent: 2em;
	font-size: 24px;
	line-height: 35px;
	color: #333333;
}


/*-------滚动条--------------*/

.news-text-detail::-webkit-scrollbar,.news-text-detail01::-webkit-scrollbar{
	width: 5px;
	height: 10px;
}

.news-text-detail::-webkit-scrollbar-button ,.news-text-detail01::-webkit-scrollbar-button{
	background-color: #fff;
}

.news-text-detail::-webkit-scrollbar-track .news-text-detail01::-webkit-scrollbar-track{
	background-color: #fff;
}

.news-text-detail::-webkit-scrollbar-track-piece,.news-text-detail01::-webkit-scrollbar-track-piece {
	background-color: #fff;
}

.news-text-detail::-webkit-scrollbar-thumb,.news-text-detail01::-webkit-scrollbar-thumb {
	background: #CFDCFF;
	border-radius: 4px;
}

.news-text-detail::-webkit-scrollbar-corner,.news-text-detail01::-webkit-scrollbar-corner {
	background-color: #fff;
}

.news-text-detail::-webkit-scrollbar-resizer,.news-text-detail01::-webkit-scrollbar-resizer {
	background-color: #fff;
}


/*--end-*/