.m-aside-right {}


/*轮播图*/

.bannerLeft {
	width: 453px;
	height: 313px;
	border-radius: 10px;
	overflow: hidden;
}

.swiper-container,
.swiper-container1 {
	width: 100%;
	height: 100%;
	z-index: 1;
}

.swiper-slide>div {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide>div img {
	width: 100%;
	height: 100%;
}

.btmtxt {
	width: 100%;
	height: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.68);
	display: flex;
	align-items: center;
}

.btmtxt_p {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
	margin-left: 28px;
	width: 288px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	/* display: flex;
            align-items: center;
            justify-content: end; */
	width: auto;
	right: 22px;
	left: unset;
}

.swiper-pagination-bullet {
	background: #5d5d5d;
	width: 10px;
	height: 10px;
	opacity: unset;
}

.swiper-pagination-bullet-active {
	background: #c3e2f8;
}

.content_wrap {
	margin-top: 39px;
	margin-left: 39px;
	padding-right:39px;
}


/*第一部分*/

.cont_firs {
	display: flex;
}

.word_right {
	width: 365px;
	margin-left: 48px;
	margin-top: 19px;
}

.word_right h3 a{
	font-size: 18px;
	/*font-weight: bold;*/
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #2e86c1;
	font-family: "微软雅黑";
}

.wordh3{
	line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.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;
}
.moreIcon a{
	color: #ffffff;
}
.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: 90px;
	width: 0px;
	height: 45px;
	background-color: #d8e1e4;
	border: solid 1px #d2d2d2;
}
.time .rightWord{
	margin-left: 65px;
}
.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;
	/* text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;*/
} 

.itemList li p span{
	display: block;
	width: 4px;
	height: 4px;
	background: #D0D0D0;
	transform:rotate(60deg);
	    margin-top: 22px;
    margin-right: 10px;
}

.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 ;
}
/*尾页选择*/
.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;
}
