body {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  min-width: 1200px;
}
.nationwide {
  min-width: 1200px !important;
  width: 1200px !important;
  margin: 0 auto;
}
.nationwide .con1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 64px;
  background-color: #fff;
}
.nationwide .con1 .left img {
  width: 43px;
  height: 43px;
}
.nationwide .con1 .right {
  width: 1120px;
  font-size: 0;
  word-spacing: 0;
  letter-spacing: 0;
}
.nationwide .con1 .right .item {
  display: inline-block;
  width: 70px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  color: #787878;
}
.nationwide .con1 .right .item:hover {
  color: #e63131;
  background: #f1f6ff;
}
.nationwide .con1 .right .active {
  color: #e63131;
  background: #f1f6ff;
}
.nationwide .con2 {
  margin: 40px 0;
  display: flex;
}
.nationwide .con2 .banner-box {
  width: 888px;
  height: 400px;
}
.nationwide .con2 .banner-box .swiper-container .swiper-wrapper .swiper-slide {
  width: 888px;
  height: 400px;
}
.nationwide .con2 .banner-box .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.nationwide .con2 .banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #ffffff;
  opacity: 0.4;
  border-radius: 0;
  margin: 0 3px;
}
.nationwide .con2 .banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.nnews-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 20px;
  background: rgba(0, 0, 0, 0.3)  no-repeat;
  background-size: 7px 14px;
  background-position: 50% 13px;
}
.nnews-container .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 20px;
  background: rgba(0, 0, 0, 0.3)  no-repeat;
  background-size: 7px 14px;
  background-position: 50% 13px;
}


.nnewscontainer .swiper-wrapper {
	height: 100%;
}

.nnewscontainer .swiper-slide {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.nnewscontainer .swiper-slide img {
	width: 100%;
	max-height: 100%;
	border-radius: 2px
}

.nnewscontainer .swiper-text {
	box-sizing: border-box;
	padding: 5px 20px 0;
	width: 100%;
	height: 64px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=rgba(0, 0, 0, 0) endcolorstr=rgba(0, 0, 0, 0.8));
	z-index: 999;
}



.nationwide .con2 .tool-box {
  position: relative;
  flex: 1;
}
.nationwide .con2 .tool-box .news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 16px 0 20px;
  background: #fef4f2  no-repeat;
  background-size: cover;
}
.nationwide .con2 .tool-box .news .right {
  width: 223px;
}
.nationwide .con2 .tool-box .news .right .title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #552d2b;
}
.nationwide .con2 .tool-box .news .right .title img {
  width: 28px;
  height: 18px;
  margin-right: 15px;
}
.nationwide .con2 .tool-box .news .right .desc {
  width: 100%;
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nationwide .con2 .tool-box .news .img {
  width: 38px;
  height: 48px;
  margin-left: 15px;
}
.nationwide .con2 .tool-box .tool {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #ecf3fc;
}
.nationwide .con2 .tool-box .tool .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 80px;
  margin: 0 5px;
  border-bottom: 1px solid #deeaf9;
}
.nationwide .con2 .tool-box .tool .item img {
  width: 24px;
  height: 24px;
  opacity: 0.7;
}
.nationwide .con2 .tool-box .tool .item .title {
  width: 112px;
  height: 20px;
  text-align: center;
  margin-top: 4px;
  color: #6584b2;
}
.nationwide .con2 .tool-box .tool .item:hover {
  cursor: pointer;
}
.nationwide .con2 .tool-box .tool .item:hover img {
  opacity: 1;
}
.nationwide .con2 .tool-box .tool .item:hover .title {
  color: #5291f1;
}
.nationwide .con2 .tool-box .tool .item:nth-of-type(2n)::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 70px;
  opacity: 1;
  background-color: #deeaf9;
  position: absolute;
  top: 5px;
  left: -5px;
}
.nationwide .con2 .tool-box .tool .item:nth-of-type(7) {
  border: none;
}
.nationwide .con2 .tool-box .tool .item:nth-of-type(8) {
  border: none;
}
 {
  width: 100%;
  margin-bottom: 40px;
}
 .head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
 .head img {
  width: 80px;
  height: 24px;
}
 .head .title {
  max-width: 748px;
  margin-left: 10px;
  font-size: 34px;
  font-weight: bold;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
 .head:hover .title {
  color: #e63131;
}
 .info {
  position: relative;
  width: 1200px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
 .info .desc {
  display: inline;
  height: 22px;
  font-size: 16px;
  color: #888888;
}
 .info .desc:hover {
  color: #e63131;
}
 .info .short-line {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 4px 20px 0;
  background-color: #999999;
}
 .news-box {
  display: flex;
  justify-content: space-between;
}
.news-box .head-title {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  background: #fafafa;
  font-size: 20px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 20px;
}
.news-box .head-title::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 20px;
  background: #e63131;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.news-box .left-box {
  width: 312px;
}
.news-box .left-box .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}
 .news-box .left-box .list .item .img {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}
 .news-box .left-box .list .item .img img {
  width: 100%;
  height: 100%;
}
 .news-box .left-box .list .item .infos {
  flex: 1;
}
 .news-box .left-box .list .item .infos .title {
  width: 100%;
  height: 46px;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-box .left-box .list .item .infos .time {
  line-height: 18px;
  height: 18px;
  font-size: 13px;
  color: #a6a9b8;
}
.news-box .left-box .list .item:last-of-type {
  margin-bottom: 0;
}
 .news-box .left-box .list .item:hover .title {
  color: #e63131;
}
 .news-box  {
  width: 590px;
}
.news-box  .swiper-box {
  margin-bottom: 30px;
}
 .news-box  .swiper-box .swiper-container .swiper-wrapper .swiper-slide {
  width: 590px;
  height: 290px;
}
 .news-box  .swiper-box .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
 .news-box  .swiper-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 0;
  margin: 0 4px;
}
 .news-box  .swiper-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
 .news-box  .swiper-box .swiper-container .swiper-button-prev {
  width: 41px;
  height: 57px;
  background: rgba(0, 0, 0, 0.4)  no-repeat;
  background-size: 12px 23px;
  background-position: 50%;
  left: 0;
}
 .news-box  .swiper-box .swiper-container .swiper-button-next {
  width: 41px;
  height: 57px;
  background: rgba(0, 0, 0, 0.4)  no-repeat;
  background-size: 12px 23px;
  background-position: 50%;
  right: 0;
}
 .news-type .product-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width:590px;
  margin-top:25px;
  padding:6px 0;
}
 .news-type .product-nav .nav-box {
  display: flex;
}
 .news-type .product-nav .nav-box .item {
  width: 72px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
  text-align: center;
  color: #e63131;
  opacity: 0.92;
  border: 1px solid #e63131;
  cursor: pointer;
}
 .news-type .product-nav .nav-box .active {
  color: #ffffff;
  background: #e63131;
}
 .news-type .product-nav .more {
  height: 20px;
  line-height: 20px;
  color: #a6a9b8;
}
 .news-type .product-nav .more img {
  width: 8px;
  height: 8px;
  margin-left: 6px;
}
 .news-type .index-main-box .tab-pane .item {
  position: relative;
  display: inline-block;
  width: 468px;
  height: 22px;
  line-height: 22px;
  padding-left: 12px;
  font-size: 16px;
  color: #444444;
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
 .news-type .index-main-box .tab-pane .item:hover {
  color: #e63131;
}
 .news-type .index-main-box .tab-pane .item:hover::before {
  background: #e63131;
}
 .news-type .index-main-box .tab-pane .item::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #dbdbdb;
  position: absolute;
  left: 0;
  top: 50%;
}
 /* .news-type .index-main-box .tab-pane .item:last-of-type {
  margin-bottom: 0;
} */
 .news-box .right-box {
  width: 321px;
}
 .news-box .right-box .list-box {
  position: relative;
}
 .news-box .right-box .list-box .scrool-box::-webkit-scrollbar {
  display: none;
  /* chrome safari */
}
 .news-box .right-box .list-box .scrool-box {
  height: 260px;
  padding-left: 4px;
  overflow-y: auto;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* ie 10  */
  margin-bottom: 30px;
}
 .news-box .right-box .list-box .scrool-box .list {
  width: 317px;
  height: 100%;
}
 .news-box .right-box .list-box .scrool-box .list .item {
  display: inline-block;
  width: 308px;
  padding: 0 0 20px 20px;
  border-left: 1px solid #e1e3e9;
}
 .news-box .right-box .list-box .scrool-box .list .item .top {
  position: relative;
  height: 17px;
  font-size: 12px;
  color: #a6a9b8;
  margin-bottom: 12px;
}
 .news-box .right-box .list-box .scrool-box .list .item .top .school {
  display: inline-block;
  max-width: 192px;
  margin-left: 16px;
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
 .news-box .right-box .list-box .scrool-box .list .item .top::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #efefef;
  opacity: 1;
  border: 1px solid #a3a3a3;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translatey(-50%);
}
 .news-box .right-box .list-box .scrool-box .list .item .title {
  width: 288px;
  height: 44px;
  font-size: 16px;
  color: #444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
 .news-box .right-box .list-box .scrool-box .list .item:hover .title {
  color: #e63131;
}
 .news-box .right-box .list-box .mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
 .news-box .right-box .imgs {
  width: 311px;
}
 .news-box .right-box .imgs .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
 .news-box .right-box .imgs .top .img {
  display: inline-block;
  width: 152px;
  height: 102px;
}
 .news-box .right-box .imgs .top .img img {
  width: 100%;
  height: 100%;
}
 .news-box .right-box .imgs .top .img:first-of-type {
  margin-right: 8px;
}
 .news-box .right-box .imgs .bottom img {
  width: 311px;
  height: 102px;
}
.nationwide .head-com {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #fafafa;
  margin-bottom: 20px;
}
.nationwide .head-com .head-title {
  line-height: 40px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #444444;
}
.nationwide .head-com .head-title::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 20px;
  background: #e63131;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.nationwide .head-com .head-info {
  margin-left: 48px;
}
.nationwide .head-com .head-info .nav-box {
  display: flex;
  align-items: center;
}
.nationwide .head-com .head-info .nav-box .text {
  height: 20px;
  color: #787878;
  line-height: 24px;
  cursor: pointer;
  font-size:16px;
   font-family: pingfangbold !important;
}
.nationwide .head-com .head-info .nav-box .active {
  color: #e63131;
}
.nationwide .head-com .head-info .nav-box .text:hover {
  color: #e63131;
}
.nationwide .head-com .head-info .nav-box .short-line {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 16px;
  background-color: #e9e9e9;
}
.nationwide .head-com .head-swop {
  position: absolute;
  right: 20px;
  color: #222222;
  cursor: pointer;
}
.nationwide .head-com .head-swop img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
.nationwide .head-com .head-more {
  position: absolute;
  right: 20px;
  color: #222222;
}
.nationwide .head-com .head-more img {
  width: 5px;
  height: 10px;
  margin-left: 8px;
}
.nationwide .con4 {
  width: 100%;
 
  margin-bottom: 40px;
}
.nationwide .con4 .school-box .con {
  display: flex;
  justify-content: space-between;
}
.nationwide .con4 .school-box .con .school {
  width: 288px;
  height: 320px;
  padding: 24px 12px 24px;
  margin-right: 16px;
 background: linear-gradient(180deg, #fff8ee 0%, #ffd0ac 100%);
}
.nationwide .con4 .school-box .con .school .title {
 font-size: 24px;
  font-family: pingfang sc-regular, pingfang sc;
  font-weight: 400;
  color: #8a3f0d;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nationwide .con4 .school-box .con .school .img {
  position: relative;
  width: 190px;
  height: 190px;
  padding: 35px;
  margin: 16px auto 0;
  background: #ffffff;
  border-radius: 4px;
}
.nationwide .con4 .school-box .con .school .img img {
  width: 100%;
  height: 100%;
}
.nationwide .con4 .school-box .con .school .img::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 142px;
  background: #ffffff;
  border-radius: 4px 0 0 4px;
  opacity: 0.45;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translatey(-50%);
}
.nationwide .con4 .school-box .con .school .img::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 142px;
  background: #ffffff;
  border-radius: 0 4px 4px 0;
  opacity: 0.45;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translatey(-50%);
}
.nationwide .con4 .school-box .con .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 900px;
  overflow: hidden;
}
.nationwide .con4 .school-box .con .list .item {
  margin-right: 10px;
  display: flex;
  position: relative;
  width: 292px;
  height: 100px;
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 10px;
  border: 1px solid #ececec;
}

.nationwide .con4 .school-box .con .list .item:nth-child(3n){
  margin-right:0px;
}


.nationwide .con4 .school-box .con .list .item img {
  width: 70px;
  height: 70px;
  margin-right:20px;
}

.ff-right{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}
.nationwide .con4 .school-box .con .list .item .name {
  font-size: 16px !important;
  font-family: pingfang sc-regular, pingfang sc;
  font-weight: 400;
  /* color: #222222; */
  text-align: left;
}

.ff-right .title{
  font-size: 12px;
font-family: source han sans cn-regular, source han sans cn;
font-weight: 400;
color: #7a808f;
text-align: left;;
}
.nationwide .con4 .school-box .con .list .item:hover {
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.08);
}
.nationwide .con4 .school-box .con .list .item:hover .ff-right .line-clamp{
  color:#0072e2
}
.nationwide .con4 .school-box .con .list .item:hover .ff-right .name-line2{
  color:#0072e2
}
/* .nationwide .con4 .school-box .con .list .item:nth-of-type(1)::before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 24px;
  background:  no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.nationwide .con4 .school-box .con .list .item:nth-of-type(5)::before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 24px;
  background:  no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
} */

.nationwide .con5 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.nationwide .con5 .major-box {
  width: 586px;
}
.nationwide .con5 .major-box .list .major {
  width: 238px;
  height: 320px;
  text-align: center;
  padding: 32px 21px 15px;
  margin-right: 10px;
  color: #ffffff;
  background: #5db9f9;
  float: left;
}
.nationwide .con5 .major-box .list .major .title {
  width: 100%;
  height: 33px;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nationwide .con5 .major-box .list .major .school {
  width: 100%;
  height: 22px;
  font-size: 16px;
  margin: 12px 0 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nationwide .con5 .major-box .list .major img {
  width: 196px;
  height: 158px;
}
.nationwide .con5 .major-box .list .item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 338px;
}
.nationwide .con5 .major-box .list .item-box .item {
  width: 164px;
  height: 100px;
  text-align: center;
  padding: 16px 10px;
  margin-bottom: 10px;
  background: #e3fff3;
}
.nationwide .con5 .major-box .list .item-box .item img {
  width: 40px;
  height: 40px;
}
.nationwide .con5 .major-box .list .item-box .item .name {
  width: 100%;
  height: 22px;
  font-size: 16px;
  color: #222222;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nationwide .con5 .major-box .list .item-box .item:nth-of-type(2) {
  background: #e9f4ff;
}
.nationwide .con5 .major-box .list .item-box .item:nth-of-type(3) {
  background: #fffbed;
}
.nationwide .con5 .major-box .list .item-box .item:nth-of-type(4) {
  background: #e3fefe;
}
.nationwide .con5 .major-box .list .item-box .item:nth-of-type(5) {
  background: #fef5ff;
}
.nationwide .con5 .major-box .list .item-box .item:nth-of-type(6) {
  background: #ffeff0;
}
.nationwide .con5 .consult-box {
  position: relative;
  width: 594px;
  height: 390px !important;
}
.nationwide .con5 .consult-box .list {
  width: 594px;
  height: 330px;
  overflow: hidden;
}
.nationwide .con5 .consult-box .list .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 594px;
  height: 330px;
  overflow: hidden;
}
.nationwide .con5 .consult-box .list .con .item {
  display: flex;
  justify-content: space-between;
  width: 292px;
  height: 100px;
  border: 1px solid #ededed;
  padding: 15px 20px;
  margin: 0 10px 10px 0;
}
.nationwide .con5 .consult-box .list .con .item .img {
  width: 70px;
  height: 70px;
}
.nationwide .con5 .consult-box .list .con .item .img img {
  width: 100%;
  height: 100%;
}
.nationwide .con5 .consult-box .list .con .item .desc {
  width: 162px;
}
.nationwide .con5 .consult-box .list .con .item .desc .school {
  width: 100%;
  height: 42px;
  line-height: 22px;
  font-size: 16px;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nationwide .con5 .consult-box .list .con .item .desc .look {
  width: 100%;
  font-size: 12px;
  margin-top: 11px;
  color: #7a808f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nationwide .con5 .consult-box .list .con .item:nth-of-type(2n) {
  margin-right: 0;
}
.nationwide .con5 .consult-box .list .con .item:hover {
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.08);
}
.nationwide .con6 .scenery {
  width: 100%;
  height: 405px;
}
.nationwide .con6 .scenery .item {
  position: relative;
  width: 288px;
  height: 192px;
  margin: 0 16px 21px 0;
  float: left;
}
.nationwide .con6 .scenery .item img {
  width: 100%;
  height: 100%;
}
.nationwide .con6 .scenery .item .school {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nationwide .con6 .scenery .item:nth-of-type(4n) {
  margin-right: 0;
}
.con7 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 60px;
  text-align: center;
}
.con7 .title {
  height: 42px;
  font-size: 30px;
  font-weight: bold;
  color: #222222;
}
.con7 .flow {
  width: 1200px;
  margin: 0 auto;
}
.con7 .flow .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 5);
  margin-top: 40px;
  float: left;
}
.con7 .flow .item .img {
  width: 48px;
  height: 48px;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0px 3px 8px 1px rgba(5, 60, 171, 0.2);
  border: 1px solid #e63131;
}
.con7 .flow .item .img img {
  width: 24px;
  height: 24px;
}
.con7 .flow .item .num {
  width: 40px;
  height: 29px;
  margin: 16px 7px 8px ;
  padding: 0 7px;
  background-color: #fff;
}
.con7 .flow .item .num img {
  width: 100%;
  height: 100%;
}
.con7 .flow .item .name {
  width: 100%;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.con7 .flow .item:nth-of-type(2) .name {
  color: #e51d1d;
}
.con7 .line {
  position: absolute;
  z-index: -1;
  top: 161px;
  width: 100%;
  height: 1px;
  background-color: #e6eaf2;
}
.frame {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.frame .exam-box {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 858px;
  height: 314px;
  padding: 24px 32px 0;
  background: #ffffff;
  border-radius: 8px;
}
.frame .exam-box .title {
  font-size: 22px;
  color: #222222;
  line-height: 24px;
  margin-bottom: 32px;
}
.frame .exam-box .del {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.frame .exam-box .del img {
  width: 100%;
  height: 100%;
}
.frame .exam-box .province {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
}
.frame .exam-box .province .item {
  display: inline-block;
  padding: 5px 20px;
  color: #787878;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #cfd0d4;
  margin-right: 16px;
  margin-bottom: 20px;
}
.frame .exam-box .province .item:hover {
  color: #fff;
  background: #54a0f3;
  border: 1px solid #54a0f3;
}
.frame .exam-box .province .item:nth-of-type(9n) {
  margin-right: 0;
}
.frame .certificate-box {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 858px;
  height: 718px;
  padding: 24px 32px 0;
  background: #ffffff;
  border-radius: 8px;
}
.frame .certificate-box .title {
  font-size: 22px;
  color: #222222;
  line-height: 24px;
  margin-bottom: 32px;
}
.frame .certificate-box .del {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.frame .certificate-box .del img {
  width: 100%;
  height: 100%;
}
.frame .certificate-box .a-item {
  display: flex;
}
.frame .certificate-box .a-item .title {
  position: relative;
  line-height: 36	px;
  margin-left: 10px;
  margin-right: 20px;
  font-size: 18px;
  color: #222222;
  white-space: nowrap;
}
.frame .certificate-box .a-item .title::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #54a0f3;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translatey(-50%);
}
.frame .certificate-box .a-box a {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 16px;
  margin: 0 16px 20px 0;
  font-size: 16px;
  color: #787878;
  border: 1px solid #cfd0d4;
}
.frame .certificate-box .a-box a:hover {
  color: #fff;
  background: #54a0f3;
  border: 1px solid #54a0f3;
}

.news-type{
  width:590px;
  margin-right:20px;
}

.unclick{

  opacity: .3;
}

