.banner-box {
	display: flex;
	align-items: inherit;
	justify-content: space-between;
	width: 1366px;
	margin: 0 auto;
}
.index-menu-list {
  position: relative;
  width: 1366px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin: 20px auto;
  z-index: 999;
}
.index-menu-list .index-menu-item {
  flex: 1;
}
.index-menu-list .index-menu-item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-menu-list .index-menu-item .icon {
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
}
.index-menu-list .index-menu-item .text {
  font-size: 22px;
  color: #333333;
}
.main-content {
  width: 1366px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.main-content .resources {
  width: 673px;
  background: #ffffff;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 30px;
}
.main-content .resources:nth-child(2n) {
  margin-right: 0;
}
.main-content .resources .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-content .resources .title-box .left {
  font-size: 30px;
  font-weight: 500;
  color: #00448c;
}
.main-content .resources .title-box .right {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
}
.main-content .resources .title-box .right img {
  width: 7px;
  height: 12px;
  margin-left: 5px;
}
.main-content .noticeBox {
  width: 946px;
}
.main-content .noticeBox .title-box {
  padding-bottom: 30px;
  border-bottom: solid 1px #e6e6e6;
}
.main-content .resources-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-content .resources-list li {
  flex: 1;
  min-width: 50%;
  font-size: 22px;
  margin-top: 24px;
}
.main-content .resources-list li a {
  color: #666666;
}
.main-content .notice-list {
  padding-bottom: 5px;
}
.main-content .notice-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 35px;
  font-size: 22px;
}
.main-content .notice-list li a .left {
  width: 700px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-content .notice-list li a .times {
  color: #999999;
}
.main-content .notice-list li:hover .left {
  color: #00448c;
}
.main-content .downloadBox {
  width: 400px;
}
.main-content .downloadBox .title-box {
  padding-bottom: 30px;
  border-bottom: solid 1px #e6e6e6;
}
.main-content .download-center-pic {
  width: 340px;
  height: 126px;
}
.main-content .download-list {
  padding-top: 6px;
}
.main-content .download-list li a {
  display: inline-block;
  font-size: 22px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 24px;
}
.banner-box .main-content {
	flex: 1;
	margin: 0;
}
.banner-box .main-content .resources{
	width: 100%;
	margin: 0;
	padding: 20px;
	margin-bottom: 20px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}
.banner-box .main-content .resources:last-child {
	margin-bottom: 0;
}
.banner-box .main-content .resources .title-box .left{
	font-size: 22px;
}
.banner-box .main-content .resources-list li {
	margin-top: 10px;
}
.banner-box .main-content .resources-list li a{
	font-size: 16px;
}
li a {
  color:#555;
}
