﻿.wrapper {
	background-color: #ffffff;
}

/* 通知公告 */
.notice {
	position: relative;
	width: 100%;
	height: 38px;
	background-color: #f3f3f3;
	margin-top: 24px;
}

.notice .notice_msg {
	position: absolute;
	line-height: 36px;
	width: 110px;
	background-color: #2C6CA7;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	height: 38px;
}

.notice .scroll_new1 {
	position: absolute;
	height: 100%;
	width: 440px;
	left: 135px;
}

.notice .scroll_new2 {
	position: absolute;
	height: 100%;
	width: 440px;
	right: 0;
}

.notice .scroll_inner {
	position: relative;
	width: 100%;
	height: 38px;
	line-height: 36px;
}

.scroll_inner .scroll__link {
	position: absolute;
	top: 0;
	left: 25px;
	width: 412px;
	height: 38px;
	overflow: hidden;
}

.scroll_inner .scroll__link .link {
	width: 100%;
	height: 100%;
}

.scroll_inner .scroll__link .link>a {
	text-decoration: none;
	color: #d22525;
	font-size: 18px;
}

/* 通知轮播层 */
.inform {
	position: relative;
	width: 100%;
	height: 360px;
	margin: 25px 0;
}

/* 轮播 */
.inform_left {
	position: absolute;
	height: 100%;
}

/* 信息 */
.inform_right {
	position: absolute;
	right: 0;
	height: 100%;
}

.inform_nav {
	width: 100%;
	height: 38px;
	font-size: 0;
	border-bottom: 2px solid #2c6ca7;
}

.inform_nav a {
	display: inline-block;
	text-decoration: none;
	width: 122.5px;
	height: 100%;
	text-align: center;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 38px;
}

.inform__bot {
	width: 100%;
	/* position: absolute; */
	top: 40px;
	height: 210px;
}

.inform_nav .change {
	background-color: #2c6ca7;
	color: #ffffff;
}

.list_1 {
	position: relative;
	padding: 20px 10px 17px;
	border-bottom: 1px solid #eeeeee;
}

.list_title {
	font-size: 24px;
	color: #2c6ca7;
	text-align: center;
	font-weight: bold;
}

.abstract {
	width: 475px;
	/*height: 38px;*/
	font-size: 15px;
	/*margin-top: 17px;*/
	text-indent: 2em;
}

.abstract>span {
	color: #8a8a8a;
	line-height: 20px;
}

.abstract .abstract__link {
	padding-left: 20px;
}

.abstract .abstract__link>a {
	text-decoration: none;
	color: #2c6ca7;
}

.list-group {
	width: 100%;
	height: 180px;
	position: relative;
	font-size: 15px;
	margin-top: 18px;
}

.list-group .list-wrapper {
	width: 100%;
	height: 30px;
	position: relative;
}

.list-wrapper .list {
	position: relative;
	padding-left: 30px;
}

.list-wrapper .item {
	list-style: square;
	font-size: 15px;
}

.list-wrapper .item a {
	text-decoration: none;
	color: #000000;
}

.item .item-date {
	position: absolute;
	right: 20px;
	color: #8a8a8a;
}

/* 公开公告 */
.row-list {
	position: relative;
	width: 100%;
	height: 370px;
}

.public {
	/* position: relative; */
	width: 100%;
	padding-top: 11px;
	padding-left: 17px;
}

.public .public_link {
	display: inline-block;
	width: 159px;
	height: 46px;
	line-height: 46px;
	background-color: #ebf5ff;
	text-align: center;
	border: 1px solid #6996bf;
	margin-bottom: 10px;
	margin-right: 27px;
	font-size: 14px;
	color: #2c6ca7;
}

.public__inner {
	display: inline-block;
	width: 78px;
	height: 78px;
	position: relative;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 10px;
}

.public__inner .icon_link {
	display: inline-block;
	position: absolute;
	left: 15px;
	width: 48px;
	height: 48px;
	line-height: 45px;
	text-decoration: none;
	border: 1px solid #6996bf;
	border-radius: 50%;
	color: #6996bf;
}

.public__inner .icon_link:hover {
	color: #d2767a;
	border: 1px solid #d2767a;
}

.public__inner .icon_link .iconfont {
	font-size: 29px;
}

.public__inner .text_link {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 24px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	padding: 0 0;
	text-decoration: none;
	color: #000000;
}

/* 专题专栏 */
.special {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 116px;
	margin-bottom: 24px;
	background: url(./gradual.png);
}

.special-title {
	position: relative;
	width: 100%;
	height: 35px;
}

.special-title .special__banner {
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: #2c6ca7;
}

.special-title .special__link {
	position: absolute;
	left: 13px;
}

.special-title .special__link>a {
	text-decoration: none;
	color: #2c6ca7;
	font-size: 21px;
	font-weight: bold;
	line-height: 35px;
}

.special-title .special__triangle {
	position: absolute;
	top: -17px;
	right: 0;
	border: 17px solid #2c6ca7;
	border-bottom: 17px solid transparent;
	border-left: 17px solid transparent;
	border-top: 17px solid transparent;
}

.special-swiper {
	position: absolute;
	width: 100%;
	height: 71px;
	bottom: 0;
}

.special__inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.special__inner>img {
	position: absolute;
	top: 12px;
}

.swiper-block {
	position: absolute;
	width: 999px;
	height: 71px;
	left: 24px;
	overflow: hidden;
}

.block {
	width: 10000px;
	position: absolute;
}

.swiper-block .swiper-item {
	display: inline-block;
	font-size: 0;
	width: 325px;
	height: 71px;
	background-color: #55A532;
	margin: 0 2px;
}

.swiper-block .swiper-item>img {
	width: 100%;
	height: 100%;
}

/* 轮播图 */
.control {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.wrap .wrap-item {
	position: absolute;
	width: 100%;
	height: 100%;
}

.wrap .index100{
	z-index: 100;
}

.relitive{
	position: relative;
	width: 100%;
	height: 100%;
}

.wrap-item .item-img {
	width: 100%;
	height: 100%;
}

.wrap-item .item-img>img {
	width: 100%;
	height: 100%;
}

.wrap-item .layer {
	position: absolute;
	width: 100%;
	z-index: 2;
	background-color: #000000;
	bottom: 0;
	left: 0;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.wrap-item .item-title {
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	text-decoration: none;
	color: #ffffff;
	line-height: 40px;
	padding-left: 10px;
	font-size: 14px;
	z-index: 10;
}

.button {
	position: absolute;
	height: 40px;
	line-height: 38px;
	bottom: 0;
	right: 0;
	z-index: 20;
	color: #ffffff;
	padding-right: 5px;
}

.button .button-icon{
	/* float: left; */
	position: relative;
	font-size: 20px;
	cursor: pointer;
}

.button .checked{
	color: #d81e06;
}

