#government-window .common-banner {
    background: url('../../imgs/common/banner.jpg');
}

.common-banner .common-banner-left {
    position: absolute;
    right: 0;
    top: 0px;
}

.major-projects-title {
    color: #4661b2;
    font-weight: 600;
    font-size: 34px;
    margin: 40px 0 10px;
}
.major-projects-subtitle {
    color: #888888;
	font-size: 16px;
}
.major-projects-periods-item {
    margin-top: 6px;
    /* width: 320px; */
	width: 31.5%;
	margin-right: 14px;
    margin-left: 6px;
	margin-bottom: 14px;
    height: 226px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    text-align: center;
    cursor: pointer;
}
.major-projects-periods-item:nth-child(3n) {
	margin-right: 0px;
}
.major-projects-periods-item:hover {
    background: #4661b2;
    color: #fff;
}
.major-projects-periods {
    margin-top: 20px;
    display: flex;
    color: #4661b2;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.major-projects-periods-item .item-date {
    margin-top: 28px;
    font-size: 20px;
}
.major-projects-periods-item .item-period {
    margin-top: 38px;
    font-weight: 600;
    font-size: 36px;
}
.major-projects-periods-item .item-title {
    font-weight: 600;
    margin-top: 40px;
    font-size: 28px;
}
.list-wrap {
	font-size: 16px;
}
.list table th {
	font-weight: normal;
}
.list table td {
	line-height: 24px;
}

.major-projects-2 .major-projects-box {
	padding: 30px;
	box-sizing: border-box;
	background: #f7fbfe;
}
.major-projects-2 .major-projects-periods {
	min-height: 758px;
}
.major-projects-2 .major-projects-subtitle {
	padding: 16px 0px;
	font-size: 20px;
	color: #404040;
}
.major-projects-2 .layui-tab.layui-tab-card {
	border: 0 none;
	box-shadow: none;
	border-radius: 0 none;
}
.major-projects-2 .layui-tab-card>.layui-tab-title .layui-this:after {
	border: 0 none;
}
.major-projects-2 .major-projects-title {
	margin-top: 0px;
}
.major-projects-2 .major-projects-periods {
	padding: 10px;
}
.major-projects-2 .layui-tab-title {
	border-bottom: 0 none;
}
.major-projects-2 .layui-tab-card>.layui-tab-title {
	background: transparent;
}
.major-projects-2 .layui-tab-card>.layui-tab-title .layui-this {
	background: transparent;
	position: relative;
	color: #4661b2;
}
.major-projects-2 .layui-tab-card>.layui-tab-title .layui-this:before {
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	content: '';
	width: 200px;
	height: 4px;
	background: #4661b2;
}
.major-projects-2 .layui-tab-title li {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	font-size: 22px;
	letter-spacing: 1px;
	color: #404040;
	font-weight: 600;
	font-size: 34px;
}
.major-projects-2 .layui-tab-content {
	padding: 10px 0px 0px;
	height: auto;
}
.major-projects-2 .layui-tab-card>.layui-tab-title .layui-tab-bar {
	display: none;
}
.major-projects-2 .major-projects-periods-item {
	padding: 0px 10px;
	box-sizing: border-box;
	background: #fff;
}
.major-projects-2 .major-projects-periods-item .item-title {
	font-size: 26px;
}
.major-projects-2 .major-projects-periods-item .item-title.item-key-title {
	margin-top: 10px;
}
.major-projects-2 .major-projects-periods-item .item-period.item-key-period {
	margin-top: 60px;
}
.major-projects-periods-item:hover {
    background: #fff;
    color: #4661b2;
}