

.c2 {
  width: 1140px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px;
}
.c2 .c2-con {
  display: flex;
  justify-content: space-between;
}
.c2 .c2-con-left {
  width: 308px;
}
.c2 .c2-con-left-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 348px;
  height: 345px;
}
.c2 .c2-con-left-item {
  position: relative;
  width: 308px;
  height: 344px;
  border-radius: 10px;
  overflow: hidden;
}
.c2 .c2-con-left-item img {
  transition: 0.5s all;
  width: 308px;
  height: 344px;
}
.c2 .c2-con-left-item img:hover {
  transform: scale(1.2);
}
.c2 .c2-con-left-item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8) 50%);
  border-radius: 0px 0px 10px 10px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 15px;
  width: 278px;
}

.c2 .c2-tit {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}

.c2 .c2-con-midd-lists {
  width: 498px;
  height: 344px;
}
.c2 .c2-con-midd-top {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d3d3cf;
  margin-bottom: 20px;
}
.c2 .c2-con-midd-top .c2-con-midd-top-pic {
  width: 180px;
  height: 116px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
}
.c2 .c2-con-midd-top .c2-con-midd-top-pic img {
  width: 180px;
  height: 116px;
  transition: 0.5s;
}
.c2 .c2-con-midd-top .c2-con-midd-top-pic img:hover {
  transform: scale(1.2);
}
.c2 .c2-con-midd-top .c2-con-midd-top-info {
  width: 275px;
}
.c2 .c2-con-midd-top .c2-con-midd-top-info h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  margin-top: -3px;
  margin-bottom: 7px;
}
.c2 .c2-con-midd-top:hover .c2-con-midd-top-info h3 {
  color: #1a55ae;
}
.c2 .c2-con-midd-top .c2-con-midd-top-info p {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.c2 .c2-con-midd-top .c2-con-midd-top-info p span {
  color: #1a55ae;
}
.c2 .c2-con-midd-bot {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  height: 170px;
  align-content: space-between;
}
.c2 .c2-con-midd-bot a {
  display: flex;
  width: 242px;
  height: 37px;
  align-items: center;
  font-size: 14px;
  padding-left: 10px;
}
.c2 .c2-con-midd-bot a.active,
.c2 .c2-con-midd-bot a:hover {
  background-color: #1a55ae;
  box-shadow: 0px 0px 10px 0px rgba(50, 108, 246, 0.4);
  border-radius: 10px;
  color: #ffffff;
}
.c2 .c2-con-midd-bot a i {
  width: 21px;
  height: 21px;
  line-height: 21px;
  background: #ebf3ff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #1a55ae;
  margin-right: 7px;
}
.c2 .c2-con-midd-bot a p {
  color: #666666;
  font-size: 14px;
}
.c2 .c2-con-midd-bot a.active p,
.c2 .c2-con-midd-bot a:hover p {
  color: #ffffff;
}
.c2 .c2-con-rig-lists {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 289px;
  height: 345px;
}
.c2 .c2-con-rig-item div {
  position: relative;
  width: 137px;
  height: 117px;
  border-radius: 10px;
  overflow: hidden;
}
.c2 .c2-con-rig-item div img {
  width: 137px;
  height: 117px;
  transition: 0.5s;
}
.c2 .c2-con-rig-item div img:hover {
  transform: scale(1.2);
}
.c2 .c2-con-rig-item div span {
  position: absolute;
  right: 10px;
  top: 0;
  width: 29px;
  height: 27px;
  line-height: 27px;
  background: linear-gradient(90deg, #ff2400 0%, #ff4e00 100%);
  border-radius: 0px 0px 8px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #f4f7ff;
  text-align: center;
}
.c2 .c2-con-rig-item:nth-child(3) div span,
.c2 .c2-con-rig-item:nth-child(4) div span {
  background: linear-gradient(45deg, #ff8a00 0%, #ffcc00 100%);
}
.c2 .c2-con-rig-item h3 {
  width: 137px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-top: 10px;
}
.c2 .c2-con-rig-item:hover h3 {
  color: #1a55ae;
}

.topicactive {
	 
	font-weight: bold;
}

.topicactive::before {
	content: "";
	width: 76px;
	height: 2px;
	background-color: #1a55ae;
	border-radius: 1px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
}

.content .content-con .con-left {
	height: 2432px;
}

.list_pagebox {
	display: flex;
	justify-content: center;
}

.list_pagebox p a {
	display: inline-block;
	font-size: 14px;
	width: 48px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #f1f1f1;
	margin: 0 5px;
	text-align: center;
	color: #333333;
	font-family: SourceHanSansCN-Regular;
	text-decoration: none;
}

.list_pagebox p a:hover,
.list_pagebox p a.current {
	color: #fff;
	background: #1a55ae;
}

.list_pagebox p a.prev,
.list_pagebox p a.next {
	width: 68px !important;
}

.list_pagebox p font {
	display: inline-block;
	color: #666;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.list_pagebox p {
	display: flex;
	align-items: center;
	_display: inline;
	text-indent: 0;
	height: 36px;
}

.list_pagebox p font {
	display: inline-block;
	color: #666;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.uiChooseDiv {
	height: 45px;
	margin-top: 24px;
	z-index: 11;
	position: relative;
}

.uiChooseTable {
	width: auto;
	border-collapse: collapse;
}

.uiChooseTable td {
	height: 36px;
	width: 160px;
	border: 1px solid #dadada;
}

.mod_select {
	height: 36px;
	line-height: 36px;
	cursor: pointer;
}

.mod_select ul {
	margin: 0;
	padding: 0;
}

.mod_select ul li {
	float: left;
	height: 36px;
	line-height: 36px;
}

.select_box {
	float: left;
	width: 160px;
	height: 43px;
	color: #666;
	position: relative;
	cursor: pointer;
}

.selet_open {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
	width: 30px;
	height: 36px;
}

.select_box .selet_open svg {
	width: 14px;
	height: 9px;
	fill: #666666;
}

.select_txt {
	display: inline-block;
	position: relative;
	z-index: 10;
	width: 90px;
	height: 36px;
	overflow: hidden;
	color: #333;
	padding-left: 18px;
}

.uiChooseActiveS,
.uiSssActiveS {
	background: #fff;
}

.option {
	width: 160px;
	border: solid 1px #f1f1f1;
	border-top: none;
	position: absolute;
	top: 37px;
	left: -1px;
	z-index: 2;
	overflow: hidden;
	overflow-y: auto;
	display: none;
}

.option a {
	display: block;
	height: 45px;
	text-align: left;
	padding: 0 5px 0 15px;
	width: 140px;
	background: #fff;
	text-decoration: none;
	font: normal 14px/45px "Microsoft Yahei";
	color: #555;
}

.option a:hover {
	background: #1a55ae;
	color: #fff;
	text-decoration: none;
}

.pageSelect {
	border: 1px solid #f1f1f1;
	margin-left: 5px;
}

.pageSelect .select_box {
	width: 108px;
	height: 36px;
}

.pageSelect .option,
.pageSelect .option a {
	width: 108px;
}

.pageSelect .select_txt,
.pageSelect .selet_open,
.pageSelect ul li {
	height: 36px;
	line-height: 36px;
}

.list_pagebox p .a1 {
	width: 68px;
	display: inline-block;
	font-size: 14px;
	/* width: 48px; */
	height: 36px;
	line-height: 36px;
	border: 1px solid #f1f1f1;
	margin: 0 5px;
	text-align: center;
	color: #333333;
	font-family: SourceHanSansCN-Regular;
	text-decoration: none;
}

.option a.prev,
.option a.next {
	display: none;
}

.icon-shijian {
	position: absolute;
	top: 1px;
	left: -25px;
	width: 18px;
	height: 17px;
	fill: #333333;
}

.pageSelect .selet_open .index-xia_sanjiao {
	font-size: 8px;
	color: #333;
}

.content .content-con .con-left .con-btn {
	margin: 6px auto 0 auto;
}
