/*================ p5-0职业发展 ================*/
.development .title_box {
  text-align: center;
}
.development .title_box b {
  margin-bottom: 20px;
  font-size: 34px;
  color: #333;
}
.development .title_box i {
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
  width: 1000px;
}
.researchTitle {
  font-size: 26px;
}
.development .title_box p {
  font-size: 26px;
  color: #333;
}
.development .dev01 .top {
  padding: 60px 0 60px;
  background: url(/assets/themes/ydyy/int/web/cn/images/page/development_1.jpg) center no-repeat;
  background-size: cover;
}
.development .dev01 .top .list {
  margin-top: 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.development .dev01 .top .list a {
  position: relative;
  float: left;
  width: 20%;
  padding-top: 1px;
  height: 204px;
}
.development .dev01 .top .list a::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background: #f0f0f0;
  content: " ";
}
.development .dev01 .top .list a .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 43px auto 20px;
  width: 100%;
  height: 60px;
}
.development .dev01 .top .list a .iconBox svg {
  transition: all 0.4s;
  transform: rotate(0deg);
  fill: #c8000a;
}
.development .dev01 .top .list a p {
  font-size: 20px;
  color: #666;
  text-align: center;
}
.development .dev01 .top .list a:last-child::after {
  display: none;
}
.development .dev01 .top .list a:hover .iconBox svg {
  transition: all 0.4s;
  transform: rotateY(180deg);
}
.development .dev01 .top .list a:hover p {
  color: #b30f2f;
}
.development .dev01 .bot {
  position: relative;
}
.development .dev01 .bot .bac {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 463px;
}
.development .dev01 .bot .bac div {
  float: left;
  width: 50%;
  height: 463px;
}
.development .dev01 .bot .bac div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.development .dev01 .bot .bor {
  position: relative;
  z-index: 3;
  padding-top: 12px;
  width: 50%;
  height: 461px;
  color: #fff;
}
.development .dev01 .bot .bor b {
  margin-bottom: 40px;
  font-size: 28px;
}
.development .dev01 .bot .bor .swiper-slide {
  height: 370px;
  margin-top: 60px;
}
.development .dev01 .bot .bor i {
  margin-bottom: 45px;
  font-size: 22px;
}
.development .dev01 .bot .bor p {
  margin-bottom: 30px;
  /*padding-left: 23px;*/
  line-height: 26px;
  font-size: 18px;
  margin-right: 100px;
  /*background: url(/assets/themes/ydyy/int/web/cn/images/icon/icon_69.png) left 7px no-repeat;*/
}
.development .dev01 .bot .bor .swiper-pagination {
  width: calc(100% - 65px);
  text-align: right;
  bottom: 18px;
}
.development .dev01 .bot .bor .swiper-pagination-bullet {
  opacity: 1;
  background: #c7c7c7;
}
.development .dev01 .bot .bor .swiper-pagination-bullet-active {
  background: #fff;
}
.development .dev02 {
  padding-top: 70px;
}
.development .dev02 .list {
  margin: 50px auto 90px;
  /* min-height: 550px; */
}
.development .dev02 .list a {
  position: relative;
  float: left;
  margin: 0 4.475% 30px 0;
  width: 30.35%;
  border-radius: 6px;
  overflow: hidden;
}
.development .dev02 .list a .pic {
  width: 100%;
  height: 485px;
}
.development .dev02 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.development .dev02 .list a:nth-child(3n) {
  margin-right: 0;
}
.development .dev02 .list a::after {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/themes/ydyy/int/web/cn/images/page/development_8.png) right top no-repeat;
  background-size: cover;
  content: "";
}
.development .dev02 .list a .pos {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: auto;
  color: #fff;
}
.development .dev02 .list a .pos .bor {
  padding: 0 6%;
}
.development .dev02 .list a .pos .bor .clearfix {
  margin-bottom: 6px;
  display: flex;
}
.development .dev02 .list a .pos .bor .clearfix i {
  font-size: 24px;
}
.development .dev02 .list a .pos .bor .clearfix em {
  font-size: 20px;
}
.development .dev02 .list a .pos .bor b {
  margin-bottom: 26px;
  font-size: 18px;
}
.development .dev02 .list a .pos .bor .text {
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
}
.development .dev02 .list a .pos .bor p {
  line-height: 1.6;
  font-size: 18px;
}
.development .dev02 .list a:hover::after {
  transition: all 0.5s;
  opacity: 1;
}
.development .dev02 .list a:hover .pos {
  transform: translateY(50%);
  bottom: 50%;
}
.development .dev02 .list a:hover .pos .bor .text {
  max-height: 485px;
}
.development .dev02 {
  padding: 106px 0 97px;
}
.development .dev02 .nextPic {
  position: relative;
  padding: 1px 0;
  height: 560px;
  background: url(/assets/themes/ydyy/int/web/cn/images/page/development_13.jpg) center no-repeat fixed;
}
.development .dev02 .nextPic .pos {
  margin: 420px auto 0;
  width: 82%;
  color: #fff;
}
.development .dev02 .nextPic .pos b {
  font-size: 30px;
}
.development .dev02 .nextPic .pos p {
  font-size: 18px;
  line-height: 30px;
}
.development .dev03 {
  padding: 70px 0 85px;
  background: #f5f4f4;
}
.development .dev03 .year_text {
  position: relative;
  margin-top: 40px;
}
.development .dev03 .year_text .swiper-slide {
  margin-right: 0%;
  width: 43.3%;
  height: 340px;
}
.development .dev03 .year_text .swiper-slide .pic {
  transform: scale(0.84);
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.development .dev03 .year_text .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.development .dev03 .year_text .swiper-slide:last-child {
  margin-right: 0;
}
.development .dev03 .year_text .swiper-slide:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.development .dev03 .year_text .swiper-slide-active {
  z-index: 3;
}
.development .dev03 .year_text .swiper-slide-active .pic {
  transform: scale(1);
}
.development .dev03 .year_text .swiper-slide-prev .pic {
  margin-left: 28.3%;
}
.development .dev03 .year_text .swiper-slide-next .pic {
  margin-left: -28.3%;
}
.development .dev03 .swiper-button-next {
  right: -88px;
}
.development .dev03 .swiper-button-prev {
  left: -88px;
}
.development .dev04 {
  padding: 76px 0 73px;
  background: url(/assets/themes/ydyy/int/web/cn/images/page/development_10.jpg) center no-repeat fixed;
  background-size: cover;
}
.development .dev04 .title_box b {
  margin-bottom: 24px;
}
.development .dev04 .title_box b,
.development .dev04 .title_box i {
  color: #fff;
}
.development .dev04 .list {
  margin-top: 38px;
}
.development .dev04 .list a {
  position: relative;
  transition: all 0.5s;
  float: left;
  margin: 10px 4.58% 0 0;
  width: 47.71%;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.development .dev04 .list a .iconPos {
  position: absolute;
  right: -27px;
  bottom: -27px;
  width: 170px;
  height: 170px;
}
.development .dev04 .list a .iconPos svg {
  fill: #f5f5f5;
}
.development .dev04 .list a .bor {
  position: relative;
  z-index: 2;
  padding: 30px 7.1% 35px;
}
.development .dev04 .list a .bor .clearfix {
  margin-bottom: 23px;
  border-bottom: #f5f5f5 1px solid;
}
.development .dev04 .list a .bor .clearfix b {
  float: left;
  position: relative;
  line-height: 68px;
  font-size: 34px;
  color: #333;
}
.development .dev04 .list a .bor .clearfix b::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #cb072d;
  content: "";
}
.development .dev04 .list a .bor .text {
  margin-bottom: 5px;
  height: 102px;
}
.development .dev04 .list a .bor .text p {
  line-height: 1.6;
  font-size: 16px;
  color: #333;
}
.development .dev04 .list a .bor i {
  transition: all 0.5s;
  width: 54px;
  height: 55px;
  background: url(/assets/themes/ydyy/int/web/cn/images/icon/icon_6s.png) center no-repeat;
  background-size: cover;
}
.development .dev04 .list a:nth-child(2) {
  margin-right: 0;
  background: #fff;
}
.development .dev04 .list a:hover {
  transition: all 0.5s;
  margin-top: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.48);
}
.development .dev04 .list a:hover .bor .clearfix b {
  color: #cb072d;
}
.development .dev04 .list a:hover .bor i {
  margin-left: calc(50% - 27px);
}
@media (max-width: 1596px) {
  .development .dev03 .swiper-button-next {
    right: -28px;
  }
  .development .dev03 .swiper-button-prev {
    left: -28px;
  }
}
@media (max-width: 1280px) {
  .development .dev03 .swiper-button-next {
    right: 0px;
  }
  .development .dev03 .swiper-button-prev {
    left: 0px;
  }
}
/*================ p5-1职业发展-列表 ================*/
.developList .title_box {
  text-align: center;
}
.developList .title_box b {
  margin-bottom: 50px;
  font-size: 34px;
  color: #333;
}
.developList .dev01 {
  padding: 70px 0 56px;
  background: url(/assets/themes/ydyy/int/web/cn/images/page/developList_3.png) center no-repeat;
  background-size: cover;
}
.developList .dev01 .list a {
  transition: all 0.5s;
  float: left;
  position: relative;
  margin: 0 4.6% 4.6% 0;
  width: 47.7%;
  height: 233px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.developList .dev01 .list a .bor {
  padding: 37px 5.3% 0;
}
.developList .dev01 .list a .bor .t {
  margin-bottom: 22px;
  font-size: 24px;
  color: #333;
}
.developList .dev01 .list a .bor .t b {
  float: left;
}
.developList .dev01 .list a .bor .t i {
  float: right;
  color: #cb072d;
}
.developList .dev01 .list a .bor .c {
  margin-bottom: 20px;
}
.developList .dev01 .list a .bor .c i {
  float: left;
  margin-right: 21px;
  padding: 2px 12px;
  font-size: 18px;
  color: #999;
  border-radius: 4px;
  overflow: hidden;
  background: #f9f9f9;
}
.developList .dev01 .list a .bor .b .icon {
  margin-right: 16px;
  float: left;
  display: flex;
  align-items: center;
  height: 54px;
}
.developList .dev01 .list a .bor .b .icon img {
  max-width: 300px;
  max-height: 54px;
}
.developList .dev01 .list a .bor .b .clearfix {
  font-size: 18px;
}
.developList .dev01 .list a .bor .b .clearfix i {
  margin-bottom: 6px;
  color: #333;
}
.developList .dev01 .list a .bor .b .clearfix em {
  color: #999;
}
.developList .dev01 .list a .bor .b .more span {
  margin-top: 3px;
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  color: #cb072d;
  border: #e7e7e7 1px solid;
  border-radius: 4px;
  overflow: hidden;
}
.developList .dev01 .list a:nth-child(2n) {
  margin-right: 0;
}
.developList .dev01 .list a:hover {
  /* background: #cb072d url(../images/page/developList_1.jpg) right bottom no-repeat; */
  background: #cb072d;
}
.developList .dev01 .list a:hover .bor .t {
  color: #fff;
}
.developList .dev01 .list a:hover .bor .t i {
  color: #fff;
}
.developList .dev01 .list a:hover .bor .c i {
  color: #fff;
  background: #b30f2f;
}
.developList .dev01 .list a:hover .bor .b .clearfix i,
.developList .dev01 .list a:hover .bor .b .clearfix em {
  color: #fff;
}
.developList .dev01 .list a:hover .bor .b .more span {
  background: #fff;
  border: #fff 1px solid;
}
/*================ p5-2职业发展-详情 ================*/
.developXq .dev01 {
  padding: 77px 0 80px;
  background: url(/assets/themes/ydyy/int/web/cn/images/page/developXq_1.jpg) right bottom no-repeat;
}
.developXq .dev01 .analyse {
  margin: 0 0 0 5.9%;
  width: 31.8%;
}
.developXq .dev01 .analyse b {
  margin-bottom: 35px;
  font-size: 38px;
  color: #333;
}
.developXq .dev01 .analyse dl {
  margin-bottom: 33px;
  font-size: 16px;
  color: #333;
}
.developXq .dev01 .analyse dl dt {
  float: left;
  font-weight: bold;
}
.developXq .dev01 .analyse dl dd {
  float: left;
}
.developXq .dev01 .analyse a {
  transition: all 0.5s;
  margin-top: 66px;
  width: 190px;
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  background: #cb072d;
}
.developXq .dev01 .analyse a:hover {
  font-size: 24px;
  box-shadow: 0 0 10px rgba(189, 52, 52, 0.9);
}
.developXq .dev01 .specific {
  float: right;
  position: relative;
  width: 58.9%;
}
.developXq .dev01 .specific::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
  content: " ";
}
.developXq .dev01 .specific .text {
  position: relative;
  margin-top: 50px;
  padding-left: 8%;
}
.developXq .dev01 .specific .text::after {
  position: absolute;
  left: 0;
  top: 13px;
  width: 3px;
  height: 17px;
  background: #087962;
  content: "";
}
.developXq .dev01 .specific .text b {
  margin-bottom: 22px;
  font-size: 28px;
  color: #333;
}
.developXq .dev01 .specific .text .clearfix {
  margin-bottom: 20px;
}
.developXq .dev01 .specific .text .clearfix i {
  float: left;
  margin-right: 21px;
  padding: 2px 12px;
  font-size: 16px;
  color: #999;
  border-radius: 4px;
  overflow: hidden;
  background: #f9f9f9;
}
.developXq .dev01 .specific .text .text_box p {
  line-height: 2.5;
  font-size: 16px;
  color: #333;
}
.developXq .dev01 .specific .text:first-child {
  margin-top: 0;
}
/*================ p6搜索结果 ================*/
.results {
  padding-top: 130px;
}
.results .results_t {
  padding-top: 55px;
}
.results .searchBoxs {
  position: relative;
}
.results .results_t input {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #cb072d;
  padding-left: 22px;
  font-size: 18px;
  color: #333;
}
.results .searchBoxs em {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 25px;
  width: 25px;
  height: 70px;
  cursor: pointer;
}
.results .results_t p {
  font-size: 16px;
  color: #333333;
  padding: 42px 0;
  line-height: 1;
}
.results .results_t p i {
  color: #cb072d;
  display: inline-block;
}
.searchTit {
  background-color: #fff;
  width: 100%;
}
.searchSubTit {
  padding: 38px 0;
  margin: 0 auto;
}
.searchSubTit a {
  line-height: 24px;
  padding: 0 20px;
  font-size: 18px;
  color: #333333;
  display: block;
  float: left;
  border-right: 1px solid #b5b5b5;
  white-space: nowrap;
}
.searchSubTit a:nth-last-child(1) {
  border: 0;
}
.searchSubTit a:hover,
.searchSubTit a.on {
  color: #cb072d;
}
.searchTit .searchSubTitMo .subCon {
  background-color: #fff;
  padding: 0 0.43rem 0.2rem;
  display: none;
}
.searchTit .searchSubTitMo .subCon a {
  font-size: 0.34rem;
  margin: 0 0.1rem;
  color: #333333;
  display: block;
  line-height: 0.78rem;
}
.searchTit .searchSubTitMo .subCon a.cur {
  border-bottom: 1px solid #b5b5b5;
}
.results .list {
  padding-bottom: 60px;
}
.results_con {
  padding: 70px 0 20px;
}
.results_con li {
  margin-bottom: 20px;
  width: 100%;
}
.results_con .grid-sizer {
  width: 100%;
}
.results_con a {
  display: block;
  margin-bottom: 45px;
}
.results_con li:last-child a {
  margin-bottom: 0;
}
.results_con a h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  line-height: 1;
  transition-duration: 0.5s;
}
.results_con a h6 {
  margin: 20px 0;
}
.results_con a h6 em {
  font-size: 16px;
  color: #b5b5b5;
  float: left;
  font-weight: 400;
  line-height: 1;
}
.results_con a h6 em:nth-child(1) {
  margin-right: 24px;
}
.results_con a p {
  color: #5f636a;
  line-height: 30px;
  transition-duration: 0.5s;
  text-indent: 2em;
}
.results_con a i {
  color: #cb072d;
}
.results_con a:hover h5 {
  color: #cb072d;
}
.results_con a:hover p {
  color: #333333;
}
/*================ p4-4多媒体专区-期刊-列表 ================*/
.periodical .list {
  margin-top: 18px;
}
.periodical .list a {
  float: left;
  margin: 0 2.86% 2.86% 0;
  width: 22.85%;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.periodical .list a:nth-child(4n) {
  margin-right: 0;
}
.periodical .list a .pic {
  margin: 45px 21% 30px;
  border-radius: 4px;
  overflow: hidden;
}
.periodical .list a .pic i {
  transition: all 0.5s;
  width: 100%;
  height: 261px;
  transform: scale(1);
}
.periodical .list a .next {
  padding: 22px 10px 34px;
  border-top: #eee 1px solid;
}
.periodical .list a .next i {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.periodical .list a .next .link {
  transition: all 0.5s;
  position: relative;
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #666;
  border: #087962 2px solid;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
}
.periodical .list a .next .link::after {
  transition: all 0.5s;
  position: absolute;
  right: 101%;
  top: -140%;
  width: 155%;
  height: 260%;
  transform: rotate(15deg);
  background: #087962;
  content: " ";
}
.periodical .list a .next .link .iconBox {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 28px;
  height: 46px;
}
.periodical .list a .next .link .iconBox svg {
  fill: #666;
}
.periodical .list a .next .link p {
  position: relative;
  z-index: 2;
}
.periodical .list a .next .link:hover {
  color: #fff;
}
.periodical .list a .next .link:hover .iconBox svg {
  fill: #fff;
}
.periodical .list a .next .link:hover::after {
  right: -16px;
}
.periodical .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.05);
}
/*================ p4-5多媒体专区-视频-列表 ================*/
.videoList .list {
  margin-top: 22px;
}
.videoList .list a {
  float: left;
  margin: 0 2.2% 2.2% 0;
  width: 23.35%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.videoList .list a:nth-child(4n) {
  margin-right: 0;
}
.videoList .list a .bor {
  padding: 7% 7% 35px;
}
.videoList .list a .pic {
  position: relative;
  width: 100%;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}
.videoList .list a .pic i {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.videoList .list a .pic span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*  background: url(/assets/themes/ydyy/int/web/cn/images/icon/icon_113.png) center no-repeat; */
}
.videoList .list a .next i {
  padding: 20px 0 16px;
  font-size: 16px;
  color: #333;
}
.videoList .list a .next p {
  height: 60px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  overflow: hidden;
}
.videoList .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.05);
}
