.attendance_box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.ab_top {
	width: 100%;
	height: 550px;
	background: url('../../images/attendancewy045/bg.png') no-repeat;
	position: relative;
}

.center {
	width: 1240px;
	margin: 0 auto;
}

.ab_top_main {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.ab_top_left {
	display: flex;
	flex-direction: column;
}

.ab_top_left .ab_top_left_1 {
	width: 288px;
	height: 35px;
	margin: 120px 0 30px 0;
}

.ab_top_left .ab_top_left_1>img {
	width: 100%;
	height: 100%;
}

.ab_top_left .ab_top_left_2 {
	height: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 21px;
	margin-bottom: 5px;
}

.ab_top_left .ab_top_left_3 {
	height: 48px;
	font-size: 36px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
	letter-spacing: 1px;
	margin-bottom: 38px;
	position: relative;
}

.ab_top_left_3_mask {
	position: absolute;
	left: 180px;
	top: -45px;
	width: 216px;
	height: 114px;
}

.ab_top_left_3_mask>img {
	width: 100%;
	height: 100%;
}



.ab_top_left .ab_top_left_4 {
	display: flex;
	flex-direction: row;
}

.ab_top_left .ab_top_left_4 .ab_top_item {
	display: flex;
	flex-direction: row;
	margin-right: 28px;
}

.ab_top_left .ab_top_left_4 .ab_top_item .ab_top_item_1 {
	width: 47px;
	height: 30px;
	margin-right: 7px;
}

.ab_top_left .ab_top_left_4 .ab_top_item .ab_top_item_1>img {
	width: 100%;
	height: 100%;
}

.ab_top_left .ab_top_left_4 .ab_top_item .ab_top_item_2 {
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 19px;
}


.ab_top_right {
	display: flex;
	flex-direction: column;
}

.ab_top_right .ab_top_right_1 {
	width: 475px;
	height: 408px;
	margin-top: 90px;
}

.ab_top_right .ab_top_right_1>img {
	width: 100%;
	height: 100%;
}

.ab_top_right .ab_top_right_2 {
	margin-top: 15px;
	height: 32px;
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	text-align: right;
	padding: 0 20px;
}

.ab_top_bottom {
	position: absolute;
	left: 0;
	bottom: -75px;
	width: 1094px;
	height: 153px;
	background: #0DCB86;
	border-radius: 0px 5px 5px 0px;
}


@media screen and (max-width: 1536px) {
	.ab_top_bottom {
		width: 900px;
		position: absolute;
		left: 0;
		bottom: -75px;
		height: 153px;
		background: #0DCB86;
		border-radius: 0px 5px 5px 0px;
	}
}

.ab_top_bottom_items {
	display: flex;
	flex-direction: row;
	margin-left: 341px;
	padding: 35px 0;
}

@media screen and (max-width: 1536px) {
	.ab_top_bottom_items {
		display: flex;
		flex-direction: row;
		margin-left: 100px;
		padding: 35px 0;
	}
}

.ab_top_bottom_items .ab_top_bottom_item {
	display: flex;
	flex-direction: row;
	margin-right: 100px;
	position: relative;
	width: 300px;
	cursor: pointer;
}

.ab_top_bottom_items .ab_top_bottom_item:hover .ab_top_bottom_item_title {
	width: 158px;
	background: #0DB076 !important;
	border-radius: 10px 10px 10px 10px;
}

.ab_top_bottom_items .ab_top_bottom_item:hover .ab_top_bottom_item_title_1 {
	font-weight: bold;
}



.ab_top_bottom_items .ab_top_bottom_item:nth-last-child(1) {
	margin-right: 0;
}



.ab_top_bottom_items .ab_top_bottom_item .ab_top_bottom_item_img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 200px;
}

.ab_top_bottom_items .ab_top_bottom_item .ab_top_bottom_item_img>img {
	width: 100%;
	height: 100%;
}

.ab_top_bottom_items .ab_top_bottom_item .ab_top_bottom_item_title {
	display: flex;
	flex-direction: column;
	margin-left: 110px;
	padding: 13px 45px 8px 17px;
}

.ab_top_bottom_items .ab_top_bottom_item .ab_top_bottom_item_title .ab_top_bottom_item_title_1 {
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	color: #FFFFFF;
	line-height: 28px;
}

.ab_top_bottom_items .ab_top_bottom_item .ab_top_bottom_item_title .ab_top_bottom_item_title_2 {
	font-size: 16px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	color: #FFFFFF;
	line-height: 28px;
}

.activeTitle {
	width: 158px;
	background: #0DB076 !important;
	border-radius: 10px 10px 10px 10px;
}

.activeTitle2 {
	font-weight: bold;
}

.ab_top_bottom_btn {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 153px;
	border-radius: 0px 5px 5px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0DB076;
}

.ab_top_bottom_btn>div {
	width: 15px;
	height: 15px;
	opacity: 1;
	border: 3px solid #FFFFFF;
	transform: rotate(45deg);
	border-left: 0px;
	border-bottom: 0px;
}

.ab_main {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.ab_main_part {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 22px 0;
}

.ab_main_part_items {
	display: flex;
	flex-direction: row;
	margin-right: 45px;
}

.ab_main_part_items>div {
	margin-right: 19px;
	width: 12px;
	height: 12px;
	opacity: 1;
	border: 1px solid #BFBFBF;
	transform: rotate(45deg);
	border-left: 0px;
	border-bottom: 0px;
}

.ab_main_part_title {
	height: 32px;
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #21273D;
	line-height: 32px;
}

.ab_main_middle {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.ab_main_middle .ab_main_middle_left {
	display: flex;
	flex-direction: column;
}

.ab_main_title {
	display: flex;
	flex-direction: column;
	margin-top: 75px;
}

.ab_main_title_1 {
	display: flex;
	flex-direction: row;
	z-index: 2;
}

.ab_main_title_1>span {
	height: 42px;
	font-size: 32px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 38px;
	position: relative;
	margin-right: 20px;
	z-index: 2;
}

.ab_mask1 {
	position: absolute;
	right: -10px;
	bottom: 5px;
	width: 18px;
	height: 16px;
	background: #0DCB86;
	z-index: -1;
	transform: skew(-15deg);
	border-radius: 3px;
}

.ab_main_title_2 {
	height: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #245DD4;
	line-height: 21px;
	margin-top: 16px;
	margin-bottom: 40px;
}

.ab_main_desc {
	width: 554px;
	height: 91px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	line-height: 22px;
	margin-bottom: 20px;
}

/* .ab_main_gn {
	width: 100%;
	height: 252px;
	background: url("../../images/attendancewy045/bg2.png") no-repeat;
	position: relative;
} */

.ab_main_middle .ab_main_middle_right {
	width: 667px;
	height: 160px;
	margin-top: 215px;
	background: url("../../images/attendancewy046/bg.png") no-repeat;
	position: relative;
}

.ab_main_gn .ab_main_gn_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
}

.ab_main_gn .ab_main_gn_item .ab_main_gn_logo {
	width: 74px;
	height: 74px;
}

.ab_main_gn .ab_main_gn_item .ab_main_gn_logo>img {
	width: 100%;
	height: 100%;
}

.ab_main_gn_item_title {
	margin-top: 10px;
	height: 22px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 22px;
	text-align: center;
}

.gn1 {
	left: 0px;
	top: -20px;
}

.gn2 {
	left: 89px;
	top: -68px;
}

.gn3 {
	left: 177px;
	top: -109px;
}

.gn4 {
	left: 268px;
	top: -67px;
}

.gn5 {
	left: 493px;
	top: -124px;
}

.gn6 {
	left: 587px;
	top: -162px;
}

.ab_main_gn_sample {
	position: absolute;
	left: 349px;
	bottom: -33px;
	width: 125px;
	height: 353px;
}

.ab_main_gn_sample>img {
	width: 100%;
	height: 100%;
}

.ab_main_gn_desc {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 260px;
	background: #F4F4F4;
	margin-bottom: 50px;
}

.ab_main_gn_desc .ab_main_gn_desc_left {
	width: 22px;
	height: 260px;
	background: #245DD4;
	margin-right: 25px;
}

.ab_main_gn_desc_items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 48px 0;
}

.ab_main_gn_desc .ab_main_gn_desc_items .ab_main_gn_desc_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	/* margin-right: 48px; */
	margin-bottom: 10px;
	width: 495px;
}

.ab_main_gn_desc .ab_main_gn_desc_items .ab_main_gn_desc_item .ab_main_gn_desc_item_num {
	width: 60px;
	height: 30px;
	margin-right: 10px;
}

.ab_main_gn_desc .ab_main_gn_desc_items .ab_main_gn_desc_item .ab_main_gn_desc_item_num>img {
	width: 100%;
	height: 100%;
}

.ab_main_gn_desc .ab_main_gn_desc_items .ab_main_gn_desc_item .ab_main_gn_desc_item_title {
	height: 28px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
}

.ab_main_gn_desc .ab_main_gn_desc_items .ab_main_gn_desc_item .ab_main_gn_desc_item_title>span{
	font-weight: bold;
}

.ab_cs {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.ab_cs_title {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ab_cs_title .ab_cs_title_1 {
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
	margin-bottom: 13px;
}

.ab_cs_title .ab_cs_title_2 {
	height: 42px;
	font-size: 32px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #245DD4;
	line-height: 38px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}


.ab_cs_main {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}

.ab_cs_main .ab_cs_main_left {
	width: 640px;
	height: 562px;
	background: #F3F7FF;
	display: flex;
	align-items: center;
	margin-top: 23px;
}

.ab_cs_main .ab_cs_main_left .ab_cs_main_left_img {
	width: 260px;
	height: 370px;
	margin-left: 340px;
	position: relative;
}

.ab_cs_main .ab_cs_main_left .ab_cs_main_left_img>img {
	width: 100%;
	height: 100%;
}

.ab_cs_main_left_img_desc{
	position: absolute;
	left: 40px;
	bottom: 2px;
	width: 152px;
	height: 28px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
}



.ab_cs_main .ab_cs_main_middle {
	width: 26px;
	height: 585px;
	background: #CFD8E9;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ab_cs_main .ab_cs_main_middle .ab_cs_part_1 {
	width: 0;
	height: 0;
	border-color: transparent white;
	/*上下颜色 左右颜色*/
	border-width: 0 0 26px 26px;
	border-style: solid;

}

.ab_cs_main .ab_cs_main_middle .ab_cs_part_2 {
	width: 0;
	height: 0;
	border-color: white transparent;
	/*上下颜色 左右颜色*/
	border-width: 0 0 26px 26px;
	border-style: solid;
}

.ab_cs_main .ab_cs_main_right {
	padding: 32px 25px;
	display: flex;
	flex-direction: column;
	background: #EBF0FB;
	flex: 1;
	height: 562px;
}

.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item {
	display: flex;
	flex-direction: row;
}

.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item .ab_cs_main_right_item_title {
	width: 115px;
	height: 45px;
	border-right: 1px solid #B7B7B7;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
	margin-right: 32px;
}

.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item:nth-child(8) .ab_cs_main_right_item_title{
	height: 70px !important;
}

.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item:nth-child(8) .ab_cs_main_right_item_value{
	width: 719px !important;
	height: 70px !important;
}


.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item:nth-last-child(1) .ab_cs_main_right_item_title{
	height: 20px;
}


.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item .ab_cs_main_right_item_value {
	height: 45px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	line-height: 19px;
}

.ab_cs_main .ab_cs_main_right .ab_cs_main_right_item:nth-last-child(1) .ab_cs_main_right_item_value{
	height: 20px;
}

.ab_lc{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.ab_lc .ab_lc_title{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
} 

.ab_lc .ab_lc_title .ab_lc_title_1{
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
	margin-bottom: 13px;
	text-align: center;
}
.ab_lc .ab_lc_title .ab_lc_title_2{
	height: 42px;
	text-align: center;
	font-size: 32px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #245DD4;
	line-height: 38px;
	letter-spacing: 1px;
	margin-bottom: 60px;
}

.ab_lc .ab_lc_main{
	width: 100%;
	background: #245DD4;
	height: 750px;
}
.ab_lc_main_items{
	display: flex;
	flex-direction: row;
}
.ab_lc_main_item{
	display: flex;
	flex-direction: column;
	width: 246px;
	height: 750px;
	border-left: 1px solid #fff;
	border-color: rgba(255,255,255,0.1);
}

.ab_lc_main_item:nth-last-child(1){
	border-right: 1px solid #fff;
	border-color: rgba(255,255,255,0.1);
}

.ab_lc_main_item:hover{
	background: #2258c9;
}


.ab_lc_main_item .ab_lc_main_item_img1{
	margin-left: 43px;
	margin-top: 300px;
	width: 122px;
	height: 122px;
	position: relative;
}

.ab_lc_main_item .ab_lc_main_item_img1>img{
	width: 100%;
	height: 100%;
}

.ab_lc_main_item_logo1{
	width: 42px;
	height: 20px;
}
.ab_lc_main_item_logo1>img{
	width: 100%;
	height: 100%;
}
.p1{
	position: absolute;
	right: -62px;
	top: 15px;
}

.p2{
	position: absolute;
	right: -62px;
	bottom: 24px;
}

.ab_lc_main_item .ab_lc_main_item_user{
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
	letter-spacing: 1px;
	margin-top: 15px;
	padding-left: 84px;
}

.ab_lc_main_item .ab_lc_main_item_img2{
	margin-top: 160px;
	width: 164px;
	height: 104px;
	margin-bottom: 27px;
}

.ab_lc_main_item .ab_lc_main_item_img2>img{
	width: 100%;
	height: 100%;
}

.itemPart2{
	padding: 0 33px;
}

.ab_lc_main_item_logo2{
	width: 30px;
	height: 20px;
}
.ab_lc_main_item_logo2>img{
	width: 100%;
	height: 100%;
}

.p3{
	position: absolute;
	top: 0px;
	right: -40px;
}

.ab_lc_main_item_sfz{
	width: 164px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	line-height: 40px;
	color: #245DD4;
	text-align: center;
	margin-bottom: 54px;
	position: relative;
	font-size: 16px;
}

.ab_lc_main_item_code{
	width: 95px;
	height: 95px;
	margin-left: 35px;
	margin-bottom: 20px;
}
.ab_lc_main_item_code>img{
	width: 100%;
	height: 100%;
}

.itemPart3{
	padding: 0 15px;
}

.ab_lc_main_item_sbj{
	width: 72px;
	height: 198px;
	margin-top: 78px;
	margin-bottom: 10px;
	margin-left: 67px;
	position: relative;
}
.p4{
	position: absolute;
	right: -80px;
	bottom: 0;
}

.ab_lc_main_item_sbj_desc{
	
	width: 205px;
	font-size: 18px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 21px;
	word-wrap: break-word;
}

.ab_lc_main_item_sbj_middle{
	display: flex;
	flex-direction: row;
	margin:25px 0;
}

	
.ab_lc_main_item_logo3{
	width: 20px;
	height: 42px;
}
.ab_lc_main_item_logo3>img{
	width: 100%;
	height: 100%;
}
.up{
	margin-left: 66px;
}
.down{
	transform: rotate(180deg);
	margin-left: 30px;
}

.ab_lc_main_item_sbj_bottom{
	width: 150px;
	height: 150px;
	margin-left: 15px;
	position: relative;
}
.ab_lc_main_item_sbj_bottom>img{
	width: 100%;
	height: 100%;
}
.p5{
	position: absolute;
	top: 60px;
	right: -50px;
}

.ab_lc_main_item_jkmzxpt{
	margin-top: 25px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	text-align: center;
	background: #FFFFFF;
	color: #245DD4;
	border-radius: 5px 5px 5px 5px;
}

.itemPart4{
	padding: 0 20px;
}
.ab_lc_main_item_options{
	margin-top: 190px;
	display: flex;
	flex-direction: column;
}
.ab_lc_main_item_option{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.ab_lc_main_item_option .ab_lc_main_item_option_1{
	width: 64px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

.ab_lc_main_item_option .ab_lc_main_item_option_3{
	width: 92px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px 5px 5px 5px;
	text-align: center;
	color: #000000;
	font-weight: 400;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
.color1{
	background: #0DCB86;
}
.color2{
	background: #F9E93C;
}
.color3{
	background:#FF2B2B;
	color: #fff !important;
}
.color4{
	background:#FF2B2B;
	color: #fff !important;
}

.ab_lc_main_item_quick{
	width: 197px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	border: 2px solid #0DCB86;
	font-size: 15px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	margin-top: 190px;
	margin-left: 42px;
	text-align: center;
}

.p6{
	position: absolute;
	left: -40px;
	top: 0;
}

.ab_lc_main_item_suc{
	width: 130px;
	height: 175px;
	margin-top:242px;
	margin-left: 115px;
}


.ab_article{
	width: 100%;
	display: flex;
	flex-direction: column;
	/* background: #fff; */
}
.ab_article_title{
	width: 100%;
	height: 120px;
	line-height: 120px;
	text-align: center;
	background: #F8F8F8;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #0C1125;
}
.ab_article_main{
	width: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 4px 30px 0px rgba(86,133,254,0.2);
}
.ab_article_items{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 0 25px 0;
}
.ab_article_item{
	padding: 30px 0;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #888888;
	cursor: pointer;
}

.ab_article_item:nth-last-child(1){
	border-bottom: none;
}


.ab_article_img{
	width: 250px;
	height: 190px;
	/* background: #D9D9D9; */
	border-radius: 5px 5px 5px 5px;
	margin-right: 30px;
}


.ab_article_img>img{
	width: 100%;
	height: 100%;
}


.ab_article_right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ab_article_right_1{
	width: 752px;
	height: 74px;
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #0C1125;
	line-height: 37px;
	word-wrap: break-word;
	margin-bottom: 14px;
}
.ab_article_right_2{
	width: 754px;
	height: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
	word-wrap: break-word;
	margin-bottom: 3px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ab_article_right_3{
	height: 25px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
	/* margin-top: 25px; */
}

.ab_article_item:hover .ab_article_right_2,
.ab_article_item:hover .ab_article_right_3{
	color: #245dd4;
}
.pg{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

