@charset 'utf-8';
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

a{
	color: #333333;
	font-family: Arial,'Microsoft YaHei','宋体',regular;
	text-decoration: none;
}
a:hover{
    -webkit-tap-highlight-color: transparent;
}
ul,li{
	list-style: none;
}
html,body{
	width: 100%;
	font-size: 16px;
	font-family:Arial,'Microsoft YaHei','宋体',regular;

}
body{
	background-color:#F7F8F8;
}
.menu{
	position: absolute;
	width: 12.875vw;
	margin-top: -4vw;
	margin-left: 10vw;
	background: #ffffff;
	box-shadow: 0.25vw 0.25vw 0.5vw #dddddd;
  	border: 0.0625vw solid #eeeeee;
  	display: -webkit-flex; /* Safari */
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	flex-wrap: nowrap;
  	flex-direction: column;
  	z-index: 999;
}
.menu-hr{
	width: 12.375vw;
	height: 0.0625vw;
	background: #eeeeee;
}
.menu-title{
	width: 12.875vw;
	font-size: 1.4vw;
	line-height: 4vw;
	color: #ffffff;
	text-align: center;
	background: #3BB1B1;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	justify-content: center;
  	flex-wrap: nowrap;
}
.menu-line{
	width: 11.875vw;
	font-size: 1vw;
	line-height: 2.8vw;
	color: #333333;
	text-align: center;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	justify-content: center;
  	flex-wrap: nowrap;
  	background: #ffffff;
  	border-left: 0.5vw solid #ffffff;
}
.menu-line-active{
	width: 11.875vw;
	font-size: 1vw;
	line-height: 2.8vw;
	color: #333333;
	text-align: center;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	justify-content: center;
  	flex-wrap: nowrap;
  	border-left: 0.5vw solid #15837B;
}
.menu-line:hover{
	border-left: 0.5vw solid #15837B;
}
.list{
	width:65vw;
	min-height: 35vw;
	margin-top: 2vw;
	margin-left: 25vw;
}
.list-top{
	width:100%;
}
.list-top-lable{
	font-size: 1vw;
	line-height: 3vw;
	color: #ffffff;
	text-align: left;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	justify-content: flex-start;
  	align-items: center;
  	flex-wrap: nowrap;
}
.list-top-lable img{
	display: block;
	width: 1.5625vw;
	border: 0;
	margin-right:0.25vw;
}
.list-top-local{
	width: 100%;
	line-height: 3vw;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	justify-content: flex-start;
  	align-items: center;
  	flex-wrap: nowrap;
  	color: #ffffff;
  	background-image: url(../images/ddbj.png);background-size: cover;
}
.list-top-local a{
	width: auto;
	font-size: 1vw;
	color: #ffffff;
	text-align: right;
	float: right;
	margin-left: 0.5vw;
	margin-right: 0.5vw;
}
.list-top-hr{
	width: 98%;
	height: 0.0625vw;
	background: #eeeeee;
	margin: 0 auto;
}
.list-content{
	width:65vw;
}
.list-content-single{
	width:65vw;
	height: 15vw;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-wrap: nowrap;
  	overflow: hidden;
  	transition:.5s;
}
.list-content-single-date{
	position: absolute;
	width: 3.375vw;
	margin-top: -1.7vw;
	background: #01449B;
	border-radius: .3vw;
	margin-left: 1.25vw;
}
.list-content-single-date-day{
	width: 100%;
	font-size: 1.75vw;
	text-align: center;
	line-height:1.7vw;
	color: #ffffff;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	justify-content: center;
  	margin-top: 0.5vw;
}
.list-content-single-date-ym{
	width: 100%;
	font-size: 0.75vw;
	text-align: center;
	line-height:1.7vw;
	color: #ffffff;
}

.list-content-single-left{
	width: 14.375vw;
	height:13.75vw;
}
.list-content-single-left img{
	width: 12.875vw;
	height: 12.875vw;
	margin: 1vw;
	box-shadow: 0.25vw 0.25vw 0.5vw #dddddd;
	border: 0;
	border-radius: 0.5vw;
}
.list-content-single-date{
	position: absolute;
	width:  3.375vw;
	margin-top: 4.5vw;
	margin-left: 12vw;
	background: #01449B;
	border-radius: .3vw;
	z-index: 999;
}
.list-content-single-date-day{
	width: 100%;
	font-size: 1.125vw;
	text-align: center;
	line-height:1.125vw;
	color: #ffffff;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	justify-content: center;
  	margin-top: 0.5vw;
}
.list-content-single-date-ym{
	width: 100%;
	font-size: 0.75vw;
	text-align: center;
	line-height:1.7vw;
	color: #ffffff;
}
.list-content-single-right{
	width: 49vw;
	margin-left: 3.5vw;
}
.list-content-single-right-title{
	width:95%;
	color: #666666;
	font-size: 1vw;
	line-height: 1.875vw;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 2vw;
}
.list-content-single-right-brief{
	width:95%;
	height: 8vw;
	color: #999999;
	font-size: .875vw;
	line-height: 1.75vw;
	text-align: left;
	overflow: hidden;
}

.list-content-single:hover{
	background-image: linear-gradient(#2D6EEC, #529EEC);
}
.list-content-single:hover .list-content-single-right-title{
	color: #ffffff;
}
.list-content-single:hover .list-content-single-right-brief{
	color: #ffffff;
}

.list-content-page{
	margin-top: 3vw;
  	margin-bottom: 1vw;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	justify-content: center;
  	flex-wrap: nowrap;
  	align-items:flex-end;
}
.list-content-page a{
	width: auto;
}
.list-content-page-box{
	width: auto;
	padding: 0.5vw;
	color: #666666;
	font-size: 1vw;
	line-height: 1.2vw;
	text-align: center;
	margin-left: 0.5vw;
	border: 0.0625vw solid #eeeeee;
	box-shadow: 0.1vw 0.1vw 0.2vw #dddddd;
}
.list-content-page-box-active{
	width: auto;
	padding: 0.5vw;
	color:  #ffffff;
	font-size: 1vw;
	line-height: 1.2vw;
	text-align: center;
	margin-left: 0.5vw;
	border: 0.0625vw solid #eeeeee;
	box-shadow: 0.1vw 0.1vw 0.2vw #dddddd;
	background: #28AAC1;
}

.list-content-page-box:hover{
	background: #28AAC1;
	color: #ffffff;
}
.detail-content{
	width:64.8vw;
	margin-top: 1vw;
	border: 0.0625vw solid #eeeeee;
	box-shadow: 0.1vw 0.1vw 0.2vw #dddddd;
	background: #ffffff;
}
.detail-content-title{
	width:64.8vw;
	font-size: 1.4vw;
	line-height: 2.8vw;
	text-align: center;
	color: #666666;
}
.detail-content-remarks{
	width:64.8vw;
	font-size: 1vw;
	line-height: 1.4vw;
	text-align: center;
	color: #999999;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 2vw;
}
.detail-content-detail{
	width:62.8vw;
	min-height: 30vw;
	overflow: hidden;
	background: #ffffff;
	padding-left: 1vw;
	padding-right: 1vw;
	width: initial;
}
.tztg-list-single{
	width:64.8vw;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-wrap: nowrap;
  	justify-content: flex-start;
  	overflow: hidden;
  	transition:.5s;
}
.tztg-list-single-dot{
	width:0.75vw;
	height: 0.75vw;
	background: #01449B;
	border-radius: 50%;
  	margin-top: 1.125vw;
  	margin-right: 1vw;
}
.tztg-list-single-text{
	width: 65vw;
	font-size: 1vw;
	text-align: left;
	line-height: 3vw;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tztg-list-single-date{
	width: 8vw;
	font-size: 1vw;
	text-align: right;
	line-height: 3vw;
	color: #333333;
}
.tztg-list-hr{
	width: 100%;
	height: 0.0625vw;
	background: #eeeeee;
	margin: 0 auto;
}
.tztg-list-single:hover{
	background: linear-gradient(#2D6EEC, #529EEC);
}
.tztg-list-single:hover .tztg-list-single-dot{
	background: #ffffff;
}
.tztg-list-single:hover .tztg-list-single-text{
	color: #ffffff;
}
.tztg-list-single:hover .tztg-list-single-date{
	color: #ffffff;
}
.s1-line-one-left-box{
	width: 100%;
	margin-top: 1vw;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-wrap: nowrap;
}
.s2-line-one-left-img{
	width: 0.5vw;
	height:1.3vw;
	margin-left: 0.125vw;
}
.s2-line-one-left-img img{
	width: 0.5vw;
	height:0.7vw;
	margin-top: 0.2vw;
	display: block;
	border: 0;
}
.s1-line-one-left-news{
	width: 100%;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-wrap: wrap;
}
.s1-new-line{
	width: 100%;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-wrap: nowrap;
}
.s2-line-one-left-text{
	width: 57vw;
	font-size: 1vw;
	text-align: left;
	line-height:1.3vw;
	color: #333333;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	margin-left: 0.3vw;
}
.s2-line-one-left-text a{
	font-size: 1vw;
	text-align: left;
	line-height:1.3vw;
	color: #333333;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.s1-line-one-left-date{
	width: 6vw;
	font-size: 1vw;
	text-align: left;
	line-height:1.3vw;
	color: #999999;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	justify-content:center;
  	margin-left: 1.3vw;
}
.jpkc-box{
	width:54vw;
	display: -webkit-grid; /* Safari */
  	display: grid;
  	grid-template-columns:22vw 22vw 22vw;
  	justify-content: center;
  	margin-top: 3vw;
  	margin-left: 1vw;
}
.jpkc-box a{
	width:20vw;
}
.jpkc-single{
	width:20vw;
  	box-shadow: 0.25vw 0.25vw 0.5vw #dddddd;
  	border: 0.0625vw solid #eeeeee;
  	overflow: hidden;
  	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-wrap: nowrap;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
  	margin-left: 5.5vw;
  	margin-top: 1vw;
  	transition:.5s;
}
.jpkc-single img{
	width:21vw;
	display: block;
	border: 0;
	transition:.5s;
}
.jpkc-single-title{
	width:15vw;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 1vw;
	line-height:1.6vw;
	text-align: left;
	font-weight: bold;
	transition:.5s;
	overflow: hidden;
}
.jpkc-single-brief{
	width:17vw;
	height:1.4vw;
	margin-left: 1vw;
	margin-top: 0.5vw;
	text-overflow:ellipsis;
	overflow: hidden;
	color: #999999;
	font-size: 0.8vw;
	line-height: 1.6vw;
	text-align: left;
	transition:.5s;
}
.jpkc-single-date{
	width:19vw;
	color: #999999;
	font-size: .875vw;
	line-height: 1.75vw;
	text-align: left;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-wrap: nowrap;
  	justify-content: flex-start;
  	margin-left: 2vw;
  	margin-bottom: 1vw;
}
.jpkc-single-date img{
	width:1vw;
	height: 1vw;
	display: block;
	border: 0;
	margin:0.325vw;
	margin-right: 1vw;
}
.jpkc-single:hover{
	background: #15837B;
}
.jpkc-single:hover .jpkc-single-title{
	color: #ffffff;
}
.jpkc-single:hover .jpkc-single-brief{
	color: #ffffff;
}
.jpkc-single:hover .jpkc-single-date{
	color: #ffffff;
}
.major{
	width:62.8vw;
	overflow: hidden;
	background: #ffffff;
	padding-left: 1vw;
	padding-right: 1vw;
  	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-wrap: wrap;
}
.major-title{
	width: 100%;
	font-size: 1.25vw;
    line-height: 2vw;
    font-weight: bold;
    color: #15837B;
    margin-top: 2vw;
}
.major-menu{
	width:fit-content;
}
.major-menu a{
	font-size: 1vw;
    line-height: 2vw;
    color: #333333;
    margin-left: 2vw;
}
.major-menu a:hover{
    color: #15837B;
}
.modal-backdrop {
  position: fixed; /* 固定定位 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 黑色半透明背景 */
  z-index: 9998; /* 确保遮罩层位于其他内容之上 */
}
.modal-area{
	position: fixed;
	width: 20vw;
	height: 10vw;
	background: #15837B;
	z-index: 9999;
	margin-left: 35%;
	margin-top: 15%;
	border-radius: 1vw;
}
.modal-text{
	width: 100%;
	margin-top: 2.5vw;
	margin-left: 3.7vw;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-wrap: wrap;
  	text-align: center;
  	font-size: 1vw;
    line-height: 2vw;
    color: #ffffff;
	
}
.modal-btn{
	width: 10vw;
	margin-top: 1vw;
	display: -webkit-flex; /* Safari */
  	display: flex;
  	flex-wrap: nowrap;
  	text-align: center;
  	margin-left: 3vw;
	
}
.modal-btn a{
	width: 3vw;
	font-size: 1vw;
    line-height: 2vw;
    color: #ffffff;
    margin-top: 1vw;
    margin-left: 3vw;
 }
.modal-btn a:hover{
    color: #28AAC1;
}