﻿@charset "utf-8";



/* middle */
.middle {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	overflow: hidden;
}

.mid-head{
	position: relative;
	background: url("/yl_oa_api/siteManageFront/templateManage/file/777b1094c17b450ab83f298c6885fbc4/images/bnbg.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 100px; 
}

.mid-head .w_1300{
	position: relative;
}

.mid-path {
	width: 100%;
	color: #77899E;
	font-size: 14px;
	padding-top: 24px;
    padding-bottom: 28px;
}

.mid-path a {
  color: #77899E;
  text-decoration: none;
}
.mid-path a:hover {
  color: #37AAD9; 
}

.mid-main-title {
	position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #39A7D9;
    line-height: 50px;
    margin-bottom: 15px;
	z-index: 3;
}

.mid-sub-title {
    font-size: 16px;
    color: #1E3A5F;
    line-height: 22px;
	padding-bottom: 40px;
}

.mid-logo {
    position: absolute;
    right: 0;       
    top: 50%;            
    transform: translateY(-50%);
    height: 100%;        
    width: auto;
	z-index: 2;
}


.mid-tab-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px; 
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1);
  z-index: 10;
}

.mid-tab-list {
  display: flex;
  align-items: center;
  padding: 0 20px;
  z-index: 100;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.mid-tab-list li {
  list-style: none;
  margin-right: 40px;
  height: 56px;
	line-height: 56px;
	text-align: center;
  display: flex;
  align-items: center;
	  flex: 0 0 auto;
  white-space: nowrap;
}

.tab-item {
  font-size: 18px;
  color: #1E3A5F;
  text-decoration: none;
  height: 100%;
  position: relative;
	display: block;
}

.current .tab-item,.tab-item:hover  {
  color: #39A7D9;
  font-weight: bold;
}

.current .tab-item::after,.tab-item:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #39A7D9;
}





.mid-main{
	padding: 80px 0 40px;
}

.mid-title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  
  display: flex;
  align-items: center;
  justify-content: center;
}


.mid-title img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
	margin-right: 12px;
}

.news-item {
    background: #fff;
    border-radius: 15px;
    padding: 32px 30px;
    transition: all 0.3s;
	border-bottom: 1px solid #EDF1F5;
	
}
.news-list {
        display: block;
    	width: 100%;
    }

.item-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.item-img-wrap + .item-info {
  margin-left: 16px;
}
.item-img-wrap {
  max-width: 200px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.news-item:hover .item-img {
  transform: scale(1.1);
}


.item-info {
  flex: 1;
  min-width: 0;
}

.item-title {
  font-size: 18px;
  font-weight: bold;
  color: #1E3A5F;
  margin-bottom: 18px;

  transition: color 0.3s;
}
.news-item:hover .item-title {
  color: #3AA7D9;
}

.news-item:hover{
    box-shadow: 0px 0px 20px 1px rgba(107,114,129,0.15);
}

.item-desc {
  font-size: 14px;
  color: #6884A3;
  margin-bottom: 18px;
	display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-meta {
  display: flex;
  align-items: center; 
  margin-bottom: 0px;
}
.item-date {
  display: flex;
  align-items: baseline;
  font-size: 12px;
  color: #6884A3;
  line-height: 1;
}
.item-date::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  background: url("/yl_oa_api/siteManageFront/templateManage/file/777b1094c17b450ab83f298c6885fbc4/images/rl.png") no-repeat center;
  background-size: contain;
}



.mid-mj-page {
	width: 100%;
	color: #5f5f5f;
	font-size: 16px;
	text-align: center;
	margin: 40px 0px;
}

.mid-mj-page a {
	min-width: 20px;
	display: inline-block;
	border: 1px solid #B8B8B8;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	margin: 0px 5px;
        cursor: pointer;
}


.prev,
.next {
	padding: 10px 20px !important;
}

.mid-mj-page a:hover {
	background: #39A7D9;
	color: #FFFFFF;
}

.currentPage{
        background:#39A7D9;
	color: #FFFFFF;
}



.page-input {
	width: 20px;
	padding: 10px;
	display: inline-block;
	border: 1px solid #B8B8B8;
	border-radius: 5px;
	text-align: center;
	margin: 0px 5px;
	color: #5f5f5f;
	font-size: 16px;
}


@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1340px) {


	
}

@media screen and (max-width: 1240px) {

}

@media screen and (max-width: 1000px) {
	
	
	.mid-path,.mid-sub-title{
		display: none;
	}
	
	.mid-main{
	padding: 50px 0 20px;
	}
	
	.mid-head{
		height: 140px;
	}
	
	.mid-head .w_1300{
		height: 100%;
	}
  .mid-main-title {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 32px; 
	  line-height: 40px;
	  margin-bottom: 0;
  }
	
	.mid-tab-wrap{
		margin: 0 20px;
		bottom: -24px;
/* 		overflow: hidden; */
  overflow-x: auto;    
  overflow-y: hidden;
	}
	
	.mid-tab-list {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;    
  overflow-y: hidden;
  padding: 0 15px;
  min-width: max-content;
  scrollbar-width: none;
	-ms-overflow-style: none;
}
	
.mid-tab-list::-webkit-scrollbar {
  display: none;
}
	
	.mid-tab-list li{
		line-height: 48px;
		height: 48px;
		margin-right: 14px;
	}
	
	.tab-item{
		font-size: 15px;
	}
	
	.mid-title{
		font-size: 22px;
		line-height: 31px;
		margin-bottom: 24px;
	}

		.mid-title img{
		width: 25px;
		height: 25px;
	}
	
	.news-item{
		padding: 0;
		border-radius: 12px;
		margin-bottom: 25px;
	}
	.item-link{display: block;}
	.item-img-wrap{
		width: 100%;
		height: auto;
	}
	.mid-title{
		margin-bottom: 24px;
	}
	.item-img-wrap + .item-info {
    margin-left: 0;
}
	.item-title{
		margin-bottom: 16px;
	}
	.item-desc{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.item-info{
		padding: 20px 6px;
	}
	
	
	.mid-mj-page a,
	.page-tip {
		display: none;
	}

	.prev,
	.next {
		display: inline-block !important;
	}
}


@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 500px) {
	.mid-logo{right: -10%;}
}

	
@media screen and (max-width: 375px) {
}