/*公共调用*/

@import url("/public/css/iconfont/iconfont.css");
@import url("/public/css/public/public.css");

/* 页面样式 */
* {
	margin: 0;
	padding: 0;
}

html {
	background: #F5F5F5;
	height: 100%;
}

.head2{
	height: 80px;
	width: 100%;
}
.logo2 {
	width: 104px;
	height: 26px;
}
.title2{margin-left: 40px;}
.title2 a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(135, 141, 175, 1);
	line-height: 36px;
	padding: 20px;
}
.cur_new{
	color: #FFFFFF !important;
}

/* 登录注册按钮 */
/* .login a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
} */

	
/* 列表 */
/* .login a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #108EE9;
	line-height: 36px;
	display: inline-block;
	padding: 10px 5px;
} */

/* 分页 */
.fen{
	padding: 23px 0 44px;
}
.fen a {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #A6A6A6;
	line-height: 48px;
	border: 1px solid #E9E9E9;
	margin-left: 6px;
}
.body{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.tab2 {
	margin-bottom: 114px;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

/* .block {
	display: block !important;
} */

.tab2 li {
	display: inline-block;
	margin-top: 20px;
transition: all ease-in-out .3s;
	margin-right: 20px;
}

/* .pl30:hover{
	background-color:rgba(9, 9, 9, 0.08);
} */
.tab2 li a {
	display: block;
	width: 270px;
	height: 370px;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px 0px rgba(9, 9, 9, 0.08);
	border-radius: 12px;
	border: 1px solid #fff;
	/* padding: 1px 28px; */
	box-sizing: border-box;
	
}

.tab2 li:hover {
	margin-top: 0;
}

.tab2 li a:hover {
	/* border: 1px solid #108EE9; */
	box-shadow: 0px 7px 20px 4px rgba(16, 142, 233, 0.11);
}

.tab2>li>a>.myicon {
	/* width: 45px;
	height: 45px;
	margin: 60px auto 20px; */
	width: 269px;
	height: 200px;

}

.tab2>li>a>.myicon img {
	border-radius: 12px 12px 0 0;
	width: 100%;
	height: 100%;
	/* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all ease-in-out .3s; */
}

.tab2 li a .myicon img:hover {
	filter: none;
}
.fs22 {
	display: flex;
	align-items: center;
}

.fs22:hover {
	color: rgba(75, 218, 254, 1) !important;

}

.fs22:hover:before {
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background-color: rgba(75, 218, 254, 1) !important;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.sss:hover{
	color: rgba(75, 218, 254, 1) ;
}

.fs22::before {
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background-color: rgba(255, 207, 0, 0.5);
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* * 顶部 */ 
.logout-news-breadcrumb {
	/* background-color: #fff; */
	border-bottom: 1px solid #e4e8ee;
	padding-top: 16px;
	padding-bottom: 15px;
	margin-top: 70px;
	width: 100%;
}

.logout-news-breadcrumb-goback {
	color: #999;
	font-size: 14px;
}

.ant-breadcrumb>span:last-child {
	font-weight: 500;
	color: rgba(0, 0, 0, .65);
}

.logout-news-breadcrumb-home {
	font-family: PingFangSC-Medium, sans-serif;
	font-size: 18px;
	color: #333 !important;
	line-height: 25px;
}
.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/*****************
 ******媒体查询(media query)的分界点阈值****** 
 *****************/


/*超小屏幕（手机，大于3205px小于575px）*/

@media (min-width: 320px) and (max-width: 575px) {}


/*超小屏幕（手机，小于768px）*/

@media (min-width: 576px) and (max-width: 767px) {}


/*小屏幕（平板，大于等于768px）*/

@media (min-width: 768px) and (max-width: 991px) {}


/*中等屏幕（桌面显示器，大与等于992px）*/

@media (min-width: 992px) and (max-width: 1199px) {}


/*大屏幕（大桌面显示器，大与等于1200px）*/

@media (min-width: 1200px) {}
