/*公共调用*/

@import url("/public/css/iconfont/iconfont.css");
@import url("/public/css/public/public.css");

/* 页面样式 */
* {
	margin: 0;
	padding: 0;
}
/* page{
	background-color: #ffffff !important;
} */
/* 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;
}

/* banner图 */
.banner{
	height: 330px;
	width: 100%;
}
.new_list{
	background: #fff;
	width: 140px;
	padding: 10px 0 70px;
	height: 250px;
}
.new_list li a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 40px;
	padding: 20px 25px;
}
.new_list li a:hover,.new_cur a{
	color: rgba(16, 142, 233, 1) !important;
}


/* 详情页 */
/* 公告详情页 */
.content_text{
	width: 100%;
	overflow:hidden;
	padding: 70px 38px;
}
.content_text h3{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
}

.content_text p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
	text-align: justify;
	text-align-last: left;
}
.wid1200{
	width: 1200px;
}
.line_new{
	font-size: 16px;
	color: #999;
	text-align: center;
	font-weight: 400;
	margin-bottom: 50px;
}

.body{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.body img{
	width: 1200px;
}
/* * 顶部 */ 
.logout-news-breadcrumb {
	background-color: #fff;
	border-bottom: 1px solid #e4e8ee;
	padding-top: 16px;
	padding-bottom: 15px;
	margin-top: 100px;
	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;
}

/* 新闻动态 */
.w1200{
	border-radius: 8px;
}

.left_box {
	width: 48%;
}

.item {
	width: 100%;
	align-items: flex-start !important;
}

.n_img {
	background: rgba(11, 78, 125, 1);
	width: 258px;
	height: 170px;
	border-radius: 8px;
	overflow: hidden;
}

.n_img img {
	height: 100%;
	width: 100%;
}

.n_txt {
	width: calc(100% - 258px - 20px);
}

.n_txt h3 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
}

.n_txt p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #878787;
	line-height: 28px;
}

.right_box {
	width: 48%;
}

.n_ul {
	display: flex;
	align-items: center;
}

.n_ul li {
	width: 146px;
	height: 54px;
	background: #EBEBEB;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	font-size: 18px;
}

.ncur {
	background: rgba(16, 142, 233, 1) !important;
	color: #fff !important;
}

.list {}

.list li a {
	font-size: 16px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 21px 0;
	border-bottom: 1px solid rgba(239, 239, 239, 1);
}

.list li p {
	width: 80%;
	color: rgba(34, 34, 34, 1);
}

.list li span {
	color: rgba(153, 153, 153, 1);
}

.tab2 {
	margin-bottom: 114px;
	display: none;
}

.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;
}


/*****************
 ******媒体查询(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) {}
