/* 首页 */
.header-container-wrap {
	height: 715px;
	background: linear-gradient(  180deg,  rgba(255, 255, 255, 1) 0%,  rgba(189, 216, 242, 1) 100%  );
}
.header-container {
	width: 100%;
	height: 717px;
	background: url('style_res/main_bg.png') no-repeat;
	background-size: cover;
	border: 1px solid rgba(255, 255, 255, 1);/*mix-blend-mode: darken;*/
}
.header-body {
	width: 1280px;
	height: 715px;
}
.logo-box {
	width: 1280px;
	height: 118px;
}
.left-logo {
	height: 70px;
}
.right-search {
	width: 196px;
	height: 100%;
}
.school-index-bth {
	width: 68px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: rgba(100, 146, 221, 1);
	border-radius: 4px;
	mix-blend-mode: normal;
	margin-left: 129px;
	margin-top: 15px;
}
.school-index-bth a {
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
}
.search-box {
	position: relative;
	margin-top: 15px;
	width: 196px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(225, 225, 227, 1);
	box-shadow: 0px 2px 6px rgba(143, 164, 219, 0.42);
	border-radius: 4px;
}
.search-box a {
	position: absolute;
	top: 8px;
	right: 10px;
}
.input-box {
	padding-left: 15px;
	height: 36px;
	border: none;
	width: 149px;
	color: rgba(153, 153, 153, 1);
	font-size: 13px;
}
/* 导航 */
.cm-nav-bg {
	background-image: linear-gradient(90deg, #2c5ac7, #2d57b3);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), 0px 0px 10px rgba(0, 19, 66, 0.15);
}
.cm-nav {
	width: 1280px;
	height: 48px;
	position: relative;
	top: 0px;
	margin: 0 auto;
	z-index: 999;/*background: #2c5ac7;*/
}
.cm-nav .itemG {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
.cm-nav .itemG .item {
	float: left;
	position: relative;
}
.cm-nav .itemG .item .t1 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.cm-nav .itemG .item .t1 a {
	display: block;
	height: 50px;
	color: #fff;
	margin: auto 36px;
}
.cm-nav .itemG .item .t1 a.active {
	border-top: 5px solid #ffffff;
	line-height: 40px;
	font-weight: bold;
	font-size: 17px;
}
.cm-nav .itemG .item .t1 a:hover {
	border-top: 5px solid #ffffff;
	line-height: 40px;
	font-weight: bold;
}
.cm-nav .itemG .item .t2 {
	position: absolute;
	top: 50px;
	width: 100%;
	background: #3058b8;
	display: none;
	border: 0.5px solid #5973b3;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.cm-nav .itemG .item .t2 a {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #c5d0eb;
	border-bottom: 0.5px solid #5973b3;
}
.cm-nav .itemG .item .t2 a:hover {
	color: #ffffff;
	font-weight: bold;
	background-color: #2a89e8;
}
.cm-nav .itemG .item:hover .t2 {
	display: block;
}
/* 轮播图开始 */
.swipper-box {
	width: 1280px;
	height: 540px;
}
.swiper-wrapper {
	height: 550px !important;
}
/* 限制轮播图片的宽高 */

.swiper-slide img {
	width: 1280px;
	height: 550px;
}
/* swiper分页器样式*/
.swiper-pagination {
	width: 380px;
	height: 48px;
	line-height: 48px;
	position: absolute;
	z-index: 20;
	bottom: 0px !important;
	text-align: right !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
	background: rgba(242, 34, 83, 1) !important;
}
.swiper-pagination-bullet {
	background: rgba(189, 189, 189, 1) !important;
	opacity: 1 !important;
}
.title-swiper {
	position: absolute;
	z-index: 20;
	bottom: 0px !important;
	width: 1280px;
	height: 48px;
	left: 25px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: 0.5px;
	background: rgba(0, 0, 0, 0.45);
}
.middle-content {
	margin-top: 60px;
	height: 686px;
	min-height: 686px;/* background: hotpink; */
}
.content-box-item {
	width: 406px;
	height: 313px;
	/* background: rgb(243, 238, 238); */
	margin-left: 50px;
	margin-bottom: 60px;
}
.content-box-item2 {
	width: 310px;
	height: 315px;
	margin-left: 50px;/* background: red; */
}
.item-title-box {
	height: 45px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(240, 240, 240, 1);
}
.title-text {
	mix-blend-mode: normal;
	color: rgba(51, 51, 51, 1);
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
}
.title-text2 {
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
}
.title-more a {
	padding-right: 6px;
}
.item-title-box::before {
	position: absolute;
	left: 0;
	bottom: 0px;
	content: '';
	width: 83px;
	height: 2px;
	background: rgba(70, 112, 219, 1);
	mix-blend-mode: normal;
}
.item-content {
	width: 406px;
	height: 148px;
	border-bottom: 1px dashed rgba(232, 232, 232, 1);
}
.content-img {
	margin: 15px 24px 17px 0px;
}
.content-detail {
	margin-top: 15px;
	width: 226px;
	height: 44px;
}
.content-detail a:hover {
	color: #305ddb;
}
.item-content-2-title a:hover {
	color: #305ddb;
}
.item-right-title a:hover {
	color: #305ddb;
}
.item-content-3-right a:hover {
	color: #305ddb;
}
.content-date {
	padding-top: 12px;
	line-height: 12px;
}
.item-content-2 {
	width: 406px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed rgba(232, 232, 232, 1);
}
.item-content-2-title {
	width: 344px;
	mix-blend-mode: normal;
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	line-height: 14px;
}
.item-content-2-title a {
	padding-left: 9px;
}
.item-contetn-2-date {
	margin-left: 15px;
}
.content-box-item2-content {
	width: 310px;
	height: 66px;
	border-bottom: 1px dashed rgba(232, 232, 232, 1);
}
.content-box-item2-content:last-child {
	border-bottom: none;
}
.item-right-title {
	margin-left: 24px;
	width: 238;
	height: 44px;
}
.item-left-date p {
	padding-top: 3px;
	mix-blend-mode: normal;
	color: rgba(70, 112, 219, 1);
	font-size: 20px;
	line-height: 20px;
}
.item-content-3 {
	width: 407px;
	height: 57px;
	background: rgba(242, 245, 250, 1);
	mix-blend-mode: normal;
	margin-bottom: 8px;
}
.item-content-3-first-child {
	margin-top: 10px !important;
}
.item-content-3-left {
	margin-left: 18px;
	margin-right: 18px;
}
.item-content-3-right {
	width: 324px;
	height: 22px;
}
.item-content-3-right {
	mix-blend-mode: normal;
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	line-height: 22px;
}
.item-content-4 {
	width: 310px;
	height: 80px;
	margin-bottom: 14px;
}
/* 清除专题部分的before */
.clear-border::before {
	background: none !important;
	width: 0 !important;
	height: 0 !important;
}
.footer-box {
	margin-top: 60px;
	width: 100%;
	height: 167px;
	background: url('style_res/foot_bg.png') no-repeat;
	background-size: cover;
}
.cm-footer-bg {
	margin-top: 60px;
	width: 100%;
	height: 177px;
	background: url('style_res/foot_bg.png') no-repeat;
	background-size: cover;
}
.cm-footer .row {
	height: 79px;
	padding: 24px 50px;
	margin-bottom: 10px;
}
.cm-footer .row .col-1 {
	height: 64px;
	float: left;
	margin-left: 50px;
}
.cm-footer .row .col-1 .t1 {
	float: left;
	margin-right: 50px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
}
.cm-footer .row .col-1 .t2 {
	width: 460px;
	float: left;
	font-size: 12px;
}
.cm-footer .row .col-1 .t2 a {
	min-width: 204px;
	width: auto;
	display: block;
	float: left;
	margin-right: 20px;
	color: #b6c3de;
}
.cm-footer .row .col-2 {
	float: left;
	margin-left: 106px;
}
.cm-footer .row .col-2 .t1 {
	float: left;
	margin-right: 50px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
}
.cm-footer .row .col-2 .t2 {
	float: left;
	font-size: 12px;
	color: #b6c3de;
}
.cm-footer .row .col-2 .t2 span {
	display: block;
	text-indent: 58px;
}
.cm-footer2 {
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.25);
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align: center;
}
/* 列表页公共头部 */
.page-heaer {
	width: 100%;
	height: 118px;
	background: url('style_res/sub_header_BG.png') no-repeat;
	background-size: cover;
}
.page-nav {
	width: 100%;
	background: rgba(48, 88, 184, 1);
}
.page-main-content {
	margin-top: 80px;
	width: 1280px;
	min-height: 800px;
}
/* 当前位置 */
.current-title > a {
	height: 12px;
	margin-left: 8px;
}
.icon-img {
	margin-left: 8px;
}
.first-icon-img {
	margin-right: 10px;
}
.left-datalist {
	width: 965px;
	padding-top: 33px;
	padding-left: 40px;
	padding-right: 40px;
}
.list-item-box {
	width: 965px;
	height: 149px;
	background: rgba(255, 255, 255, 1);
	margin-bottom: 1px;
	transform: translate3d(0, 0, 0);
	position: relative;
}
.list-item-box::before {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 0px;
	content: '';
	width: 885px;
	height: 1px;
	background: #cfcfcf;
}
/* 鼠标悬停时 */
.list-item-box:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
	transform: translate3d(0, 0, 0);
	z-index: 101;
	border-radius: 6px;
}
.right-list-title {
	margin-left: 53px;
	width: 262px;
	min-height: 408px;
}
.left-data-date {
	width: 80px;
	height: 92px;
	background: rgba(255, 255, 255, 1);
	border: 1.5px solid rgba(45, 88, 186, 1);
	border-radius: 6px;
	margin-left: 40px;
}
.date-day {
	color: rgba(70, 112, 219, 1);
	font-size: 36px;
	line-height: 36px;
}
.line-date {
	width: 48px;
	height: 1px;
	background: rgba(45, 88, 186, 1);
	margin-top: 12px;
	margin-bottom: 8px;
}
.right-data-text {
	margin-left: 35px;
	width: 770px;
}
.text-p1 {
	color: rgba(56, 56, 56, 1);
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
}
.text-p1:hover {
	color: #305ddb;
}
.text-p2 {
	color: rgba(128, 128, 128, 1);
	font-size: 14px;
	line-height: 24px;
}
.text-p2-box {
	margin-top: 13px;
}
.top-title {
	height: 48px;
	width: 100%;
}
.top-title p {
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	font-weight: bold;
	/* padding-left: 42px; */
	margin-left: 42px;
	padding-top: 8px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cccccc;
}
.bottom-category-box {
	width: 262px;
	
	border-left: 2px solid rgba(225, 225, 225, 1);
}
.current-box {
	width: 8px;
	height: auto;
	background: #ffffff;
}
.current-box-active {
	background: rgba(48, 93, 219, 1);
}
.box-active {
	background: rgba(48, 93, 219, 1);
}
/* 右侧分类标题选中时a 标签状态 */
.category-box-a-active {
	font-weight: bold;
}
.category-box-title {
	width: 240px;
	/*height: 60px;*/
  /*line-height: 60px;*/
	margin-left: 34px;
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-top: 1px dashed #cccccc;*/
	border-bottom: 1px dashed #cccccc;
}
.category-box-title:hover a {
	color: rgba(45, 87, 182, 1);
	font-weight: bold;
}
.category-box-title:active a {
	font-weight: bold;
}
.category-box-title a {
	/*margin-left: 24px;*/
	color: rgba(1, 1, 1, 1);
	letter-spacing: 0.5px;
	font-size: 18px;
}
/* 分页样式 */
.list-pagination {
	margin-top: 45px;
	margin-bottom: 80px;
	width: 100%;
	height: 32px;
	/* background: yellow; */
	text-align: center;
}
/* 底部设计稿分页样式 */
.pagination-box {
	display: inline-block;
}
.pagination-box ul li {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	margin-right: 5px;
}
.pagination-box ul li a {
	color: #000000;
}
.pagination-box-active {
	background: rgba(30, 113, 186, 1) !important;
}
.pagination-box-active > a {
	color: rgba(255, 255, 255, 1) !important;
}
.list-pagin-ul {
	margin: 0 !important;
}
/* 搜索结果 */
.search-redult {
	margin-top: 30px;
	margin-left: 33px;
	width: 96px;
	height: 32px;
	mix-blend-mode: normal;
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
}
/* 文章详情 */

.detail-warp {
}
.left-datalist-detail {
	width: 965px;
	padding-left: 40px;
	padding-right: 40px;
}
.data-detalist-box {
	/*width: 965px;*/
  /*height: 48px;*/
	line-height: 48px;
	text-align: center;
}
.data-detalist-box p {
	color: rgba(0, 0, 0, 1);
	letter-spacing: 1px;
	font-size: 24px;
	margin-top: 30px;
	font-weight: bold;
}
.detalist-date {
	margin-top: 24px;
	margin-bottom: 24px;
	background: rgba(242, 242, 242, 1);
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: rgba(56, 56, 56, 1);
	font-size: 13px;
}
.detalist-date p {
}
.data-detail-content p {
	text-indent: 2rem;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	line-height: 32px;
}

