﻿* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

.head{
	width: 1200px;
	height: 50px;
	background: #1d1e72;
	margin: 0 auto;
	color: white;
	line-height: 50px;
}
.head ul a{
	color: white;
}
.head span{
	float: left;
	width: 180px;
	margin-left: 50px;
}
.head ul li{
	width: 80px;
	height: 36px;
	border-radius: 5px;
	float: left;
	/* background: pink; */
	text-align: center;
	line-height: 36px;
	margin: 7px;
}
.head ul li:hover{
	background: white;
	color: #227ad3;
}

.main {
	width: 1200px;
	/* height: 845px; */
	background: #d0d0ea;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 7px;
}

.main .top {
	width: 1150px;
	height: 90px;
	background: white;
	border-radius: 10px;
	/* float: left; */
	margin: 25px;
	overflow: hidden;
}

.main .top .top-left {
	width: 90%;
	height: 160px;
	/* background: skyblue; */
	float: left;
}

.main .top .top-left .tit {
	width: 100%;
	height: 80px;
	/* background: pink; */
	line-height: 70px;
	font-size: 24px;
	margin-top: 10px;
	margin-left:10px;
}


.main .top .top-left .tit img {
	float: left;
	margin: 10px;
}

.main .top .top-left .text {
	font-size: 14px;
	margin: 0px 0px 0px 50px;
}

.main .top .top-left .text .guanli {
	margin-left: 10px;
}

.main .top .top-left .text p {
	float: left;
	margin-top: 4px\0;
}

.main .top .top-left .text img {
	float: left;
	width: 20px;
	margin-right: 5px;
}

*+html .main .top .text p{
	margin-top: 4px;
}

.main .top .top-right {
	width: 10%;
	height: 160px;
	/* background: darkgoldenrod; */
	float: left;
}

.main .top .top-right ul li {
	width: 80px;
	height: 80px;
	background: #f3f3f3;
	border-radius: 7px;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: 600;
	font-size: 15px;
	text-align: center;

}

.main .top .top-right ul li img {
	width: 45%;
	margin-bottom: 5px;
}

.main .tab-box {
	width: 1150px;
	/* height: 580px; */
	border-radius: 10px;
	background: white;
	/* float: left; */
	margin: 25px;
	/* overflow: hidden; */
}

.slideTxtBox {
	border: 1px solid #ddd;
	text-align: left;
}

.slideTxtBox .hd {
	height: 55px;
	line-height: 55px;
	background: #0066cc;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 55px;
}

.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	width: 130px;
	text-align: center;
	color: white;
	height: 45px;
	margin-top: 10px;
	line-height: 45px;
	font-size:18px;
}

.slideTxtBox .hd ul li.on {
	height: 45px;
	background: #fff;
	border: 1px solid #fff;
	color: #0050a0;
	margin-top: 10px;
	line-height: 45px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-weight:900
}

.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
	/* height: 495px; */
	padding-bottom: 100px;
}

.slideTxtBox .bd li {
	height: 24px;
	line-height: 24px;
}

.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}

.explain{
	font-weight: 600;
	margin-left: 20px;
	margin-top: 20px;
}
.approval{
	margin: 20px;
	line-height: 35px;
	padding-bottom: 50px;
	/* background: darkcyan; */
}

.approval span{
	font-size: 14px;
	color: #345d75;
	font-size: 600;
}
.cost{
	margin: 20px;
	padding-bottom: 20px;
}
.cost span{
	color: red;
}
.ems{
	margin: 20px;
	color: #254e4e;
}
.bd .text{
	line-height: 30px;
}

img{
	border: none;
}
*+html .top .top-right ul li a img{
	margin-top: 10px;
}
.top .top-right ul li a img{
	margin-top: 10px\0;
}