/*公共调用*/

@import url("/public/css/iconfont/iconfont.css");
@import url("/public/css/public/public.css");

/* 页面样式 */
* {
	margin: 0;
	padding: 0;
}

html {
	background: #ffffff;
	height: 100%;
}

.head2 {
	height: 80px !important;
	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;
}


/* 列表 */
.an_ul {
	width: 800px;
}

.an_ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
	padding: 10px 0;
	display: block;
}
.an_cur a{
	color: rgba(153, 153, 153, 1) !important;
}


.line2 {
	padding: 0 !important;
	width: 1px;
	height: 12px;
	background: #EFEFEF;
	display: block;
}

.an_nav {
	padding: 30px 0 20px;
	border-bottom: 1px solid rgba(239, 239, 239, 1);
}

.an_nav a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #108EE9;
	line-height: 36px;
}

.an_nav span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(34, 34, 34, 1);
	line-height: 36px;
}

/* 公告列表 */
.an_list li {
	border-bottom: 1px solid rgba(239, 239, 239, 1);
}

.an_list li a {
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.an_list li a p {
	width: 900px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
}

.an_list li a span {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
}

/* 分页 */
.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;
}

.cur2 {
	color: rgba(16, 142, 233, 1) !important;
	border: none !important;
}



/* 公告详情页 */
.content_text{
	width: 100%;
	overflow:hidden;
	padding: 120px 38px;
}
.content_text h3{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
	text-align: center;
	margin-bottom: 70px;
}

.content_text p,.content_text div{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
	text-align: justify;
	text-align-last: left;
}

.right2{
	text-align: right !important;
	text-align-last: right !important;
}

/*****************
 ******媒体查询(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) {}
