/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}



#header>ul{
	list-style:none;
	display:flex;
	margin-left:57.37%;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
}
#header{
	display:flex;
}


#img{
	position: relative;
}
#img img{
	width: 100%;
}
#img>p{
	position: absolute;
	font-size: 40px;
    font-weight: bold;
    text-shadow: 5px 2px 6px #fff;
    letter-spacing: 5px;
    left: 6%;
    top: 15%;
    line-height: 65px;
    margin: 0;
}
#img .po{
	position: absolute;
	top: 75%;
	left: 15%;
	font-size: 20px;
	line-height: 30px
}
.dd{
    width: 600px;
    position: absolute;
    left: 10%;
    bottom: 35%;
    background: rgba(1,24,65,0.75);
    padding: 10px;   
}
.dd p{
	font-size: 15px;
    color: white;
    line-height: 28px;
}


.tt{
	width: 1100px;
	margin: auto;
}
.tt>p{
	font-weight:bold;
	text-align:center;
	width:1100px;
	margin:15px auto;
	background: white
}
.tt>p a{
	color:black;
	font-size:33px;
}
.tt>p:hover{
	background: #3A7EBB;
}
.tt>p:hover a{
	color: white;
}


.pp{
	width: 1100px;
	margin: auto;
	padding-top: 25px;
}
.pp>p{
	text-indent: 2em;
	font-size:18px;
	line-height: 35px;
	margin: 0; 
	color:white;
}



h1{
	text-align:center;
	color:#3A7EBB;
	padding-bottom: 10px;
	width:1100px;
	margin:25px auto;
}

.tup{
	width: 1100px;
}

.u{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1100px;
	margin: auto;
}
.u li{
	padding:20px;
	width: 1100px;
	box-sizing: border-box;
	border-bottom: 1px solid #96D4EC;
}
.u li div{
	float: left;
}
.u li div img{
	width: 302px;
	height: 232px;
}
.u li .d{
	float: none;
	height: 232px;
	overflow-y: scroll;
	margin-left: 320px;
}
.u li p{
	line-height: 30px;
}
.u li p .b{
	font-size: 20px;
}


#p{
	text-align:center;
	font-size:12px;
	color:white;
}
#p a{
	margin-right:5px;
	font-size:12px;
	color:white;
}
@media(max-width:1000px){
	#img>p{
		font-size: 31px;
		left: 3%;
		top: 9%;
		line-height: 65px;
	}
	#img .po{
		top: 32%;
	}
	.dd{
		width: 100%;
		position: static;
		background: white;
		border: 1px solid black;
		box-sizing: border-box;
	}
	.dd p{
		font-size: 25px;
		color: black;
		line-height: 45px;
		text-indent: 2em;
		margin: 0
	}	
	.u li p .b{
		font-size: 14px;
	}
}