/*公共调用*/

@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%;
}
.logo {
	width: 50px;
	height: 50px;
	/* margin-bottom: 15px; */
}

.logo img {
	width: 50px;
	height: 50px;

}
.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;
}

/* 顶部 */
.logout-news-breadcrumb {
	background-color: #fff;
	border-bottom: 1px solid #e4e8ee;
	padding-top: 16px;
	padding-bottom: 15px;
}

.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;
}
/* 登录注册按钮 */
.login a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}
/* 主图 */
.so_box img{
	width: 100%;
}

/* 左侧 */
.left_so{
	width: 880px;
	overflow: hidden;
}
.so_title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	margin-bottom: 30px;
}
.left_so h4{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	margin-bottom: 15px;
}
.left_so p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
	line-height: 30px;
}
.left_so img{
	max-width: 100%;
}

/* 右侧 */
.right_so{
	width: 306px;
}
.right_so h3{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
	margin-bottom: 15px;
}
/* 轮播 */
.lunbo2{
	padding-bottom: 30px !important;
}
.lunbo2 .swiper-pagination-bullet {
	width: 14px;
	height: 3px;
	background: #108EE9;
	opacity: 0.6;
	border-radius: 2px;
}

.lunbo2 .swiper-pagination-bullet-active {
	width: 18px !important;
	height: 3px !important;
	background: #108EE9 !important;
	opacity: 1 !important;
	border-radius: 2px !important;
}
.over{
	overflow: hidden;
}
.new_img2{
	width: 100%;
	width: 306px;
	height: 201px;
	background: #108EE9;
	overflow: hidden;
}
.new_img2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new_box{
	padding:10px 20px;
	border: 1px solid #EFEFEF;
}
.new_box h4{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
}
.new_box p{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
	line-height: 18px;
}

/* 相关工具 */
.xiang {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xiang li{
	display: block;
	width: 80px;
	margin-bottom: 10px;
}
.xiang li a{
	display: block;
}
.xiang li a p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 44px;
	text-align: center;
}

.x_img{
	width: 80px;
	height: 80px;
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.x_img img{
	max-width: 40px;
	max-height: 40px;
	object-fit: cover;
}

//* 选项卡 */
.c_tab {
	display: inline-block;
	
}

.c_tab li {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(64, 64, 64, 1);
	line-height: 36px;
	display: inline-block;
	/* padding: 20px; */
	margin:0 30px 0 0 ;
	
}
.c_tab li:hover{
	color: rgba(16, 142, 233, 1) !important;
}
.c_cur {
	color: rgba(16, 142, 233, 1) !important;
	border-bottom: 3px solid rgba(16, 142, 233, 1);
}

/*****************
 ******媒体查询(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) {}
