
.content_wrap {
	margin-top: 39px;
	margin-left: 39px;
}


/*第一部分*/

.cont_firs {
	display: flex;
}

.word_right {
	width: 365px;
	margin-left: 48px;
	margin-top: 19px;
}

.word_right h3 {
	font-size: 18px;
	/*font-weight: bold;*/
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #2e86c1;
	font-family: "微软雅黑";
}

.word_right .little_word {
	margin-top: 22px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	font-family: "微软雅黑";
}

.word_right .moreIcon {
	float: right;
	width: 63px;
	height: 20px;
	background-color: #dd0f0f;
	border-radius: 10px;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-left: 5px;
	margin-top: 26px;
}

.time {
	clear: both;
	display: flex;
	margin-top: 72px;
}

.leftTime .year {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}
.leftTime .day{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}
.time .line{
	margin-left: 107px;
	width: 0px;
	height: 45px;
	background-color: #d8e1e4;
	border: solid 1px #d2d2d2;
}
.time .rightWord{
	margin-left: 99px;
}
.time .rightWord .huiword{
		font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}
.time .rightWord .boldWord{
	font-size: 14px;
	font-weight: bold; 
	letter-spacing: 0px;
	color: #333333;
}
.deLine{
	margin-top: 42px;
	border-bottom: 1px dotted #d2d2d2;
}
.contList{
	margin-top: 24px;
	margin-right: 43px;
	margin-bottom: 14px ;
}
.itemList li{
	display: flex;
}
.itemList li p.contItem{
	flex: 1;
	line-height: 48px;
	display: flex;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.itemList li p.contItem span.squeryDian{
	display: block;
	width: 4px;
	height: 4px;
	background: #D0D0D0;
	transform:rotate(60deg);
	    margin-top: 22px;
    margin-right: 10px;
}
.itemList li p.contItem span.words{
	flex: 1;
}

.itemList li p.dateDay{
	line-height: 48px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #b4b3b3;
}
.itemList li:hover p a{
	color: #399bda;
	cursor: pointer;
}
.itemList li:hover p span.squeryDian{
	background:#399bda ;
}
.itemList li:hover p span{
	color:#399bda ;
}
/*尾页选择*/
.choosePage{	
	height: 76px;
	border-top:  solid 1px #97bbd3;
	background: #eaeff4;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pages{
	margin-right: 170px;
	margin-left: 170px;
	display: flex;
		justify-content: center;
}
.choosePage .pageNum{
	flex: 1;
	margin: 27px 12px 0;
}
.choosePage .pageNum ul{
	display: flex;
}
.shouYe{
	margin-top: 32px;
	display: flex;
}
.shouYe p{
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #272727;
}
.shouYe p.lineBlack{
	width: 2px;
    height: 14px;
    background: #333;
    margin: 0 5px;
    margin-top: 3px;
}
.pageNum ul li{
	/*flex: 1;*/
		width: 31px;
	height: 26px;
	background-color: #ffffff;
	border: solid 1px #949494;
	text-align: center;
	line-height: 28px;
	margin-right: 8px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	cursor: pointer;
}
.pageNum ul li:last-child{
	margin-right: 0;
}
.pageNum ul li.dian{
	border: none;
	background: none;
}
.hoverNone li:hover p span.words{
	color:#399bda;
}
.hoverNone li:hover p span.squeryDian{
	background: #D0D0D0;
}
