@media screen and (max-width: 767px) {
  .header > div,
  .news > div,
  .business,
  .course > div,
  .build,
  .link > div,
  .footer_top,
  .footer_bottom > div,
  .se_main {
    width: 95%;
  }
  .p7_item:first-of-type{
    margin-right: auto;
}
  .semain02_p img,
  .semain02_p5 img,
  .detils_main img {
    width: 100%;
  }

  .seright_left img {
    margin-right: 5px;
  }
  .seright_right {
    font-size: 12px;
  }
  .header_left img {
    transform: translateY(0);
    transform: translateX(-25%);
  }
  /* #region  首页*/
  .header {
    position: relative;
    background-color: #0081cc;
    padding: 12px 0;
  }
  .header_xia {
    background-color: #0081cc;
  }
  .header_left {
    width: 65%;
    margin: 0 auto;
  }
  .language {
    position: absolute;
    right: 1rem;
    top: 1.2rem;
    margin: 0;
  }
  .header > div {
    flex-direction: column;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    background: rgba(0, 129, 204, 0.7);
    padding: 2rem 0 1rem 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .nav > li > a {
    display: inline-block;
    /* margin: 0 0 0.5rem 0; */
  }
  .nav > li {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
  .nav ul {
    position: relative;
    top: 0.5rem;
    left: 0;
    transform: translateX(0);
    width: 100%;
    display: none;
    margin-bottom: 0.5rem;
  }

  .header_right {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 1rem;
  }
  .search {
    width: 80%;
    height: 2rem;
  }

  .zhedie {
    width: 2rem;
  }
  .close {
    width: 2rem;

    display: none;
  }
  .header_right > div {
    justify-content: space-between;
  }
  .search img {
    width: 1rem;
  }

  ol li {
    height: 3.5px;
    width: 2.07rem;
    margin-right: 0.55rem;
  }

  .newsright img {
    height: 4.4rem;
  }
  .news_top {
    display: flex;
    flex-direction: column;
  }
  .newsleft {
    width: 100%;
    margin-right: 0;
    line-height: 2rem;
    display: flex;
    justify-content: center;
  }
  .newsleft > img {
    margin: 0;
  }
  .newsleft > b {
    margin-left: 10px;
  }

  .newsright {
    width: 100%;
    margin-top: 1rem;
  }
  .newsright span {
    width: 3.5rem;
    height: 2.5rem;
  }
  .newsright span p:nth-of-type(1) {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  .newsright span p:nth-of-type(2) {
    font-size: 0.5rem;
  }
  .newsitem {
    flex-direction: column;
  }
  .newsitem div {
    width: 100%;
    display: flex;
    line-height: 1.5rem;
  }
  .newsitem div p {
    margin-right: 0.5rem;
  }

  .business_main > div {
    flex-wrap: wrap;
  }
  /* .bu_left ,.bu_right {
    width: 100%;
}
.bu_right {
    height: 19.7rem;
}
.bu_left img {
    margin: 0.5rem 0;
} */
  /* .business_main>div {
    margin-bottom: 0.5rem;
} */

  .business_nav {
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
  }
  .business_nav a {
    flex: 0;
    padding: 1rem 2rem;
  }
  .business_nav::-webkit-scrollbar {
    display: none;
  }

  .business_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .business_main a:nth-of-type(1),
  .business_main a:nth-of-type(6) {
    width: 100%;
  }
  .business_main a:nth-of-type(2),
  .business_main a:nth-of-type(3),
  .business_main a:nth-of-type(4),
  .business_main a:nth-of-type(5),
  .business_main a:nth-of-type(10),
  .business_main a:nth-of-type(7),
  .business_main a:nth-of-type(8),
  .business_main a:nth-of-type(9) {
    width: 49%;
  }
  .business_main a:nth-of-type(1),
  .business_main a:nth-of-type(2),
  .business_main a:nth-of-type(4),
  .business_main a:nth-of-type(10),
  .business_main a:nth-of-type(7),
  .business_main a:nth-of-type(8),
  .business_main a:nth-of-type(9) {
    margin-right: 0;
  }
  .business_block {
    display: flex;
  }

  .build {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .build a {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .build p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .build b {
    line-height: 2rem;
  }
  .link b {
    width: 17%;
  }
  .link span {
    width: 83%;
  }

  .link a {
    margin-bottom: 10px;
  }

  .footer_left {
    display: none;
  }
  .footer_right {
    width: 60%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }
  .footer_right img {
    margin: 0 auto;
  }
  .course .course_main {
    width: 79%;
  }
  .course .course_left {
    left: -3rem;
  }
  .course .course_right {
    right: -3rem;
  }

  .footer_top {
    padding-bottom: 2rem;
  }
  /* #endregion */

  /* #region  02*/
  .se_main {
    flex-wrap: wrap;
  }
  .se_left,
  .sr_right {
    width: 100%;
  }

  .seletf_bottom p {
    font-size: 14px;
  }
  .seletf_bottom div {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    font-size: 14px;
  }
  .seright_left {
    font-size: 14px;
  }

  .semain02_p2 {
    flex-wrap: wrap;
  }
  .semain02_p2 div {
    width: 70%;
    margin: 0 auto;
  }
  .semain02_p2 div img {
    /*width: 70%;*/
    margin: 0 auto;
  }
  .semain02_p2 > span {
    width: 100%;
  }

  .semain02_4 {
    justify-content: space-around;
  }
  .semain02_4 div {
    width: 45%;
    margin: 0;
    margin-bottom: 40px;
  }
  .semain02_4 div:first-of-type {
    width: 45%;
    margin-left: 0;
  }
  .semain02_4 img {
    width: 86%;
    margin: 0.8rem auto;
    margin-bottom: 0.4rem;
  }
  .semain02_4 span {
    height: 2.7rem;
  }

  .p7_item b {
    font-size: 18px;
    margin-bottom: 0.7rem;
  }
  .p7_item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }

  .p7_item img {
    width: 15px;
    margin-right: 5px;
  }
  .p7_item span {
    font-size: 14px;
  }
  .p7_item a {
    width: 7rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 14px;
  }
  .p7_item span:last-of-type {
    line-height: 20px;
  }

  /* #endregion */

  /* #region  3*/

  .se03_text {
    width: 78%;
  }
  .se03_item a {
    font-size: 14px;
  }
  .se03_item span {
    line-height: 28px;
  }
  .se03_time {
    font-size: 12px;
  }
  .se03_item div:nth-of-type(5n + 5) {
    padding-bottom: 15px;
  }
  .se03_item div:nth-of-type(5n + 1) {
    margin-top: 15px;
  }
  .se03_item div:last-of-type {
    padding-bottom: 15px;
  }

  .seright_top3 {
    margin-bottom: 0;
  }

  .se_page a {
    font-size: 13px;
  }

  .se03_item2 {
    padding: 15px 0;
  }
  .se03_item2 > img {
    height: 5rem;
  }
  .se03_item2 > a {
    height: 5rem;
  }
  .seitem2_right div {
    flex-wrap: wrap;
    align-items: center;
    line-height: 20px;
  }
  .seitem2_title {
    font-size: 14px;
    width: 100%;
  }
  .seitem2_right span {
    font-size: 12px;
  }
  .seitem2_right p {
    font-size: 12px;

    line-height: 20px;
  }
  .seitem2_button {
    height: 2rem;
    font-size: 12px;
  }

  .detils_top b {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
  }
  .detils_top span {
    font-size: 12px;
  }
  .detils_top span:nth-of-type(1) img {
    width: 16px;
  }
  .detils_top span:nth-of-type(2) img {
    width: 23px;
  }
  .detils_main {
    font-size: 14px;
    line-height: 28px;
  }

  .detils_page div {
    font-size: 12px;
    line-height: 24px;
    width: 75%;
  }

  .detils_page span a {
    width: 70%;
    margin-left: 0;
  }

  .detils_page > a {
    font-size: 14px;
  }
  .detils_page > a {
    width: 6.2rem;
    height: 2.5rem;
  }
  /* #endregion */

  /* #region 4-5 */
  .seitem4_right div {
    align-items: flex-start;
  }

  .sem5_main {
    justify-content: space-between;
  }
  .sem5_main a {
    width: 49%;
    margin: 0;
    margin-top: 0.6rem;
  }
  .semain05 {
    font-size: 13px;
    line-height: 26px;
    padding: 25px 0;
  }

  .sem5_main div {
    padding: 7px 5px;
    box-sizing: border-box;
    font-size: 13px;
  }

  .detils05_p {
    font-size: 14px;
  }
  .detils06_p {
    font-size: 14px;
  }
  /* #endregion */

  /* #region 6 */
  .sem6_item b {
    font-size: 16px;
    margin-bottom: 0.5rem;
    line-height: 16px;
  }
  .sem6_item p {
    font-size: 12px;
    line-height: 20px;
  }
  .sem6_item a {
    font-size: 12px;
    margin-top: 0.5rem;
  }
  .sem6_item img {
    width: 20.6%;
    height: 5rem;
  }
  .sem6_item div {
    width: 74.48%;
  }

  .detils_img > b {
    font-size: 20px;
  }
  /* #endregion */

  /* #region 7 */
  .sem7_main .sem5_main div {
    padding: 7px 0px;

    font-size: 13px;
  }

  .se_course .course_main {
    width: 85%;
  }
  /* #endregion */

  /* #region  08*/
  .recruit_item1 div {
    flex-direction: column;
  }
  .recruit_top a {
    width: 100%;
    font-size: 17px;
  }
  .recruit_top span {
    width: 100%;
    font-size: 12px;
    text-align: left;
  }
  .recruit_b p {
    width: 100%;
    font-size: 12px;
  }
  .recruit_b span {
    width: 100%;
  }
  .recruit_b a {
    font-size: 12px;
  }
  .recruit_time {
    margin-top: 5px;
  }
  .recruit_time span {
    font-size: 12px;
    line-height: 20px;
  }

  .recmain_2 {
    font-size: 13px;
    line-height: 26px;
  }

  .recmain_2 b {
    font-size: 15px;
  }

  .recruit_3 {
    font-size: 14px;
    line-height: 28px;
  }

  .detils_main08 {
    font-size: 14px;
    line-height: 28px;
  }
  /* #endregion */

  /* #region*/
  .dimg_top {
    height: 13rem;
  }
  .dimg_bottom {
    height: 4rem;
  }
  .ding_div img {
    width: 30.6%;
    margin-left: 2.4%;
  }
  /* #endregion */
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .header > div,
  .news > div,
  .business,
  .course > div,
  .build,
  .link > div,
  .footer_top,
  .footer_bottom > div,
  .se_main {
    width: 85%;
  }
  .header_left {
    align-items: center;
  }
  .header_right {
    /* padding: 10px 0 5px 0; */
  }
  .semain02_4 {
    justify-content: space-around;
  }
  .semain02_4 div {
    width: 45%;
    margin: 0;
    margin-bottom: 1rem;
  }
  .semain02_4 div:first-of-type {
    width: 45%;
    margin-left: 0;
  }
  .semain02_4 span {
    font-size: 0.5rem;
    height: 1.8rem;
    padding: 0 7px 9px 7px;
  }
  .semain02_4 img {
    width: 90%;
    margin: 0.4rem auto;
    margin-bottom: 0.1rem;
  }

  .nav > li > a {
    border-bottom: 2px solid #0081cc;
  }
  .sem5_main img {
    height: 3.5rem;
  }
  .rtab_choose:after {
    border-width: 0.35rem;
  }
  .respon_tab a {
    padding: 0.5rem 0;
    font-size: 0.55rem;
  }

  /* #region  header*/
  .zhedie,
  .close {
    display: none;
  }
  .header {
    background-size: 69% 100%;
    padding: 10px 0 5px 0;
  }
  .header_left {
    width: 27.5%;
  }
  .header_right {
    width: 72.5%;
  }

  .language {
    font-size: 0.35rem;
    margin-right: 1.12rem;
  }
  .search {
    width: 6.55rem;
    height: 0.8rem;
  }
  .search input {
    font-size: 0.35rem;
    position: absolute;
  }
  .search img {
    width: 0.4rem;
  }
  .nav {
    margin-top: 0.25rem;
  }
  .nav > li {
    margin-left: 0.5rem;
  }
  .nav > li > a {
    font-size: 0.4rem;
  }

  .nav ul {
    top: 1.35rem;
    left: 50%;
    width: 4.25rem;
  }
  .nav ul a {
    font-size: 0.35rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }

  ol {
    bottom: 0.5rem;
  }
  ol li {
    width: 2.07rem;
    margin-right: 0.55rem;
  }

  /* #endregion */

  /* #region  news*/
  .news {
    padding: 1.5rem 0 1.75rem 0;
  }
  .news > div {
    padding: 1rem 0.75rem 1rem 0.75rem;
  }
  .newsleft {
    line-height: 1rem;
  }
  .newsleft img {
    width: 1rem;
    height: 1.1rem;
  }
  .newsleft b {
    font-size: 0.95rem;
  }
  .newsright img {
    height: 4.5rem;
  }
  .newsright .texttwo {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-top: 0.25rem;
  }
  .newsright span {
    width: 1.875rem;
    height: 1.75rem;
  }
  .newsright span p:nth-of-type(1) {
    font-size: 0.55rem;
  }
  .newsright span p:nth-of-type(2) {
    font-size: 0.3rem;
  }
  .newsitem {
    margin-top: 1.5rem;
  }
  .newsitem div p:nth-of-type(1) {
    font-size: 0.55rem;
    line-height: 0.75rem;
  }
  .newsitem div p:nth-of-type(2) {
    font-size: 0.35rem;
  }
  .newsitem a p {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .newsitem a span {
    font-size: 0.35rem;
    line-height: 0.5rem;
  }
  .news > a,
  .jia_a{
    width: 5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    margin-top: 1.325rem;
    font-size: 0.45rem;
  }
  .newsitem a {
    width: 75%;
  }

  /* #endregion */

  /* #region  业务领域*/
  .business {
    padding-bottom: 1.75rem;
  }
  .title {
    padding: 1.4rem 0 0.85rem 0;
  }
  .title b {
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .title p {
    font-size: 0.65rem;
  }
  .title p:after {
    bottom: -0.375rem;
    width: 1rem;
  }
  .business_nav a {
    font-size: 0.4rem;
    padding: 0.5rem 1rem;
  }
  .business_nav a:after {
    height: 0.625rem;
  }
  .business_nav img {
    width: 0.625rem;
  }
  .business_nav .bnav_choose:after {
    border-width: 0.35rem;
  }
  .business_main {
    margin-top: 0.5rem;
  }
  .bu_left img {
    height: 7.85rem;
  }
  .bu_left b {
    right: 0.75rem;
    bottom: 0.65rem;
    font-size: 0.5rem;
  }
  .bu_right a {
    height: 3.8rem;
  }
  .bu_right span {
    font-size: 0.35rem;
    line-height: 0.8rem;
    padding: 0 0.625rem;
  }
  .business_main > div {
    margin-bottom: 0.45rem;
  }
  /* .business_nav a:last-of-type {
    flex: 1.5;
  } */

  /* #endregion */

  /* #region  发展历程*/
  .course {
    padding-bottom: 0.95rem;
  }
  .course_top {
    height: 4.05rem;
  }
  .course_bottom {
    height: 4.2rem;
  }
  .course_main {
    margin-top: 1.125rem;
  }
  .c_topitem span,
  .c_bottomitem span {
    font-size: 0.4rem;
    line-height: 0.9rem;
  }
  .c_topitem p,
  .c_bottomitem p {
    line-height: 0.7rem;
    font-size: 0.35rem;
    margin-top: 0.25rem;
  }
  .c_bottomitem {
    padding-top: 1rem;
  }
  .course .course_left,
  .course .course_right {
    width: 0.925rem;
    height: 0.9rem;
  }
  .course .course_left {
    left: -1.925rem;
  }
  .course .course_right {
    right: -1.925rem;
  }

  /* #endregion */

  /* #region 党的建设 */
  .build {
    padding: 1.925rem 0 2rem 0;
  }
  .build b {
    font-size: 0.45rem;
    line-height: 1.1rem;
  }
  .build p {
    font-size: 0.35rem;
    line-height: 0.6rem;
  }

  .link {
    padding: 0.625rem 0;
    font-size: 0.4rem;
  }
  .link b {
    width: 11%;
  }
  .link a {
    margin-bottom: 0.1rem;
  }
  /* #endregion */

  /* #region  footer*/
  .footer {
    padding-top: 1.125rem;
  }

  .footer_top {
    padding-bottom: 1.75rem;
    flex-direction: column;
  }
  .footer_left ul li a {
    font-size: 0.35rem;
    line-height: 0.7rem;
  }

  .footer_right div:first-of-type {
    margin-right: 0.95rem;
  }
  .footer_right img {
    width: 3.425rem;
  }
  .footer_right p {
    font-size: 0.35rem;
    line-height: 0.9rem;
  }
  .footer_bottom {
    font-size: 0.3rem;
    padding: 0.45rem 0;
  }
  .footer_left {
    width: 100%;
    justify-content: space-between;
  }

  .footer_right {
    width: 40%;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 1rem;
  }
  /* #endregion */

  /* #region  02*/
  .se_main {
    margin-top: 0.75rem;
    margin-bottom: 2rem;
  }
  .seletf_top {
    height: 3rem;
  }
  .seletf_top b {
    font-size: 1.7rem;
    left: 0.375rem;
  }
  .seletf_top p {
    font-size: 1rem;
    bottom: 0.5rem;
    left: 0.375rem;
  }
  .seletf_bottom a {
    height: 1.5rem;
    padding-left: 0.5rem;
  }
  .seright_top {
    padding: 0.5rem 0;
    margin-bottom: 0.875rem;
  }
  .seletf_bottom p {
    font-size: 12px;
  }
  .seletf_bottom div {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    font-size: 14px;
  }

  .semain02_p2 {
    flex-wrap: wrap;
  }
  .semain02_p2 div {
    width: 70%;
    margin: 0 auto;
  }
  .semain02_p2 div img {
    /*width: 80%;*/
    margin: 0 auto;
  }
  .semain02_p2 span {
    width: 100%;
  }
  /* #endregion */

  /* #region  2.7*/
  .p7_item {
    padding: 0.7rem 0.7rem 0.5rem 0.7rem;
    margin-bottom: 0.75rem;
  }
  .p7_item b {
    margin-bottom: 0.5rem;
  }
  .p7_item img {
    width: 15px;
    margin-right: 5px;
  }

  .p7_item span:nth-of-type(3) img {
    position: relative;
    top: 5px;
  }

  .p7_item span:nth-of-type(3) {
    align-items: flex-start;
    line-height: 20px;
  }
  .p7_item span:last-of-type {
    height: 2rem;
    line-height: 20px;
  }
  .p7_item span {
    font-size: 12px;
    line-height: 28px;
  }
  .p7_item a {
    width: 3rem;
    height: 0.825rem;
    line-height: 0.825rem;
    font-size: 14px;
  }
  /* #endregion */

  /* #region  3*/

  .se03_text {
    width: 78%;
  }
  .se03_item a {
    font-size: 14px;
  }
  .se03_item span {
    line-height: 28px;
  }
  .se03_time {
    font-size: 12px;
  }

  .se03_item div:nth-of-type(5n + 5) {
    padding-bottom: 15px;
  }
  .se03_item div:nth-of-type(5n + 1) {
    margin-top: 15px;
  }
  .se03_item div:last-of-type {
    padding-bottom: 15px;
  }

  .seright_top3 {
    margin-bottom: 0;
  }

  .se_page a {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.55rem;
    font-size: 13px;
  }
  .se_page {
    margin-top: 1.5rem;
  }

  .seitem2_right div {
    line-height: 1.125rem;
  }
  .seitem2_title {
    font-size: 14px;
    width: 60%;
  }
  .seitem2_right span {
    font-size: 12px;
  }
  .seitem2_right p {
    font-size: 12px;
    line-height: 20px;
  }
  .seitem2_button {
    width: 3rem;
    height: 1rem;
    margin-top: 0.3rem;
    font-size: 12px;
  }
  .se03_item2 {
    padding: 15px 0;
  }
  .se03_item2 > img {
    height: 3rem;
  }

  .detils_main img {
    width: 100%;
  }

  .detils_top b {
    font-size: 24px;
    line-height: 35px;
    margin: 15px 0;
  }
  .detils_top span {
    font-size: 12px;
  }
  .detils_top span:nth-of-type(1) img {
    width: 16px;
  }
  .detils_top span:nth-of-type(2) img {
    width: 23px;
  }
  .detils_main {
    font-size: 14px;
    line-height: 28px;
  }
  .se_details {
    padding-bottom: 0.8rem;
  }
  .detils_page {
    margin-top: 0.8rem;
  }

  .detils_page div {
    font-size: 12px;
    line-height: 24px;
    width: 80%;
  }

  .detils_page span a {
    width: 85%;
  }
  .detils_page > a {
    width: 3.2rem;
    height: 1.2rem;

    font-size: 14px;
  }
  /* #endregion */

  /* #region 4-5 */
  .seitem4_right div {
    line-height: 0.8rem;
  }

  .semain05 {
    font-size: 13px;
    line-height: 26px;
    padding: 25px 0;
  }
  .sem5_main {
    padding-top: 0.5rem;
  }
  .sem5_main a {
    margin-top: 0.6rem;
  }
  .sem5_main div {
    padding: 7px 5px;
    font-size: 13px;
  }
  .detils05_p {
    font-size: 14px;
    margin-top: 1rem;
  }
  .detils06_p {
    font-size: 14px;
    margin: 0.5rem 0;
  }
  .detils_img > b {
    font-size: 20px;
    margin: 0.5rem 0;
  }

  /* #endregion */

  /* #region  06*/
  .semain6 img {
    margin-top: 0.825rem;
  }
  .semain6 img:nth-of-type(2) {
    margin-top: 1.125rem;
  }

  .sem6_item b {
    font-size: 16px;
    line-height: 40px;
  }
  .sem6_item p {
    font-size: 12px;
    line-height: 20px;
  }
  .sem6_item a {
    font-size: 12px;

    width: 3.5rem;
    height: 1rem;

    margin-top: 0.5rem;
  }
  .sem6_item img {
    width: 20.6%;
  }
  .sem6_item div {
    width: 74.48%;
  }
  .sem6_item {
    margin-bottom: 0.5rem;
  }
  .semain6_2 {
    padding-top: 0.925rem;
  }
  /* #endregion */

  /* #region  07*/
  .sem7_main .sem5_main div {
    padding: 7px 0;
    font-size: 13px;
  }

  .se_course {
    margin: 2rem 0;
  }
  .se_course .course_left,
  .se_course .course_right {
    width: 0.65rem;
    height: 0.95rem;
  }
  .se_course .course_left {
    left: -1rem;
  }
  .se_course .course_right {
    right: -1rem;
  }
  .course .course_main {
    width: 95%;
  }

  .idea_07img img {
    margin: 1.6rem auto;
  }
  /* #endregion */

  /* #region  08*/
  .recruit_item1 {
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
  }
  .recruit_top a {
    line-height: 1.5rem;
  }

  .recruit_top a {
    width: 70%;
    font-size: 18px;
  }
  .recruit_top span {
    width: 30%;
    font-size: 12px;
  }
  .recruit_b p {
    width: 15%;
    font-size: 12px;
  }
  .recruit_b span {
    width: 85%;
  }
  .recruit_b a {
    font-size: 12px;
  }

  .recruit_time {
    margin-top: 5px;
  }
  .recruit_time span {
    font-size: 12px;
  }

  .recmain_2 {
    font-size: 14px;
    line-height: 28px;
  }

  .recmain_2 b {
    font-size: 16px;
  }

  .recruit_3 {
    font-size: 14px;
    line-height: 28px;
    padding-top: 0.82rem;
  }

  .detils_main08 {
    font-size: 14px;
    line-height: 28px;
  }
  /* #endregion */

  /* #region  */
  .detils_img > b {
    margin: 0.5rem 0;
  }

  .dimg_top {
    height: 10rem;
  }
  .dimg_bottom {
    height: 1.7rem;
    margin-top: 0.5rem;
  }

  .timg_title {
    line-height: 1.125rem;
  }
  .dimg_bleft,
  .dimg_bright {
    width: 0.75rem;
  }
  .dimg_tleft,
  .dimg_tright {
    width: 0.75rem;
  }

  .business_main a {
    margin-bottom: 0.3rem;
  }
  .business_main a:nth-of-type(1),
  .business_main a:nth-of-type(6) {
    height: 7.925rem;
  }
  .business_main a:nth-of-type(2),
  .business_main a:nth-of-type(3),
  .business_main a:nth-of-type(4),
  .business_main a:nth-of-type(5),
  .business_main a:nth-of-type(10),
  .business_main a:nth-of-type(7),
  .business_main a:nth-of-type(8),
  .business_main a:nth-of-type(9) {
    height: 3.8rem;
  }
  .business_main a:nth-of-type(1) span,
  .business_main a:nth-of-type(6) span {
    right: 0.75rem;
    bottom: 0.65rem;
    font-size: 0.5rem;
  }
  .business_main a:nth-of-type(2) span,
  .business_main a:nth-of-type(3) span,
  .business_main a:nth-of-type(4) span,
  .business_main a:nth-of-type(5) span,
  .business_main a:nth-of-type(10) span,
  .business_main a:nth-of-type(7) span,
  .business_main a:nth-of-type(8) span,
  .business_main a:nth-of-type(9) span {
    font-size: 0.35rem;
    line-height: 0.8rem;
    padding: 0 0.625rem;
  }
  /* #endregion */

  .search_main .se03_item2 > img {
    width: 18%;
  }

  .search_main .seitem2_right {
    width: 80%;
  }
  .se03_item2 > a {
    height: 3rem;
  }
  .sem6_item img {
    height: 3.7rem;
  }
}

@media screen and (min-width: 858px) and (max-width: 992px) {
  .header {
    background-size: 65% 100%;
  }
  .sem6_item img {
    height: 3.5rem;
  }
}

@media screen and (min-width: 993px) and (max-width: 1229px) {
  .header > div,
  .news > div,
  .business,
  .course > div,
  .build,
  .footer_top,
  .footer_bottom > div,
  .se_main {
    width: 980px;
  }
  .semain02_p2 div {
    width: 50%;
    }
  .semain02_4 span {
    font-size: 0.7rem;
  }
  .link {
    display: flex;
  }
  .link > div {
    max-width: 980px;
  }

  .nav > li > a {
    border-bottom: 2px solid #0081cc;
  }

  .newsright img {
    height: 11rem;
  }
  .detils_main img {
    width: 100%;
  }
  .zhedie,
  .close {
    display: none;
  }
  .header {
    background-size: 63% 100%;
  }
  .header_left {
    width: 32%;
  }
  .header_right {
    width: 68%;
  }
  .nav > li > a {
    font-size: 0.75rem;
  }
  .seletf_top b {
    font-size: 3.9rem;
  }
  .seitem2_title {
    width: 70%;
  }
  .sem6_item img {
    width: 18.6%;
  }
  .sem6_item div {
    width: 78.48%;
  }
  .course .course_main {
    width: 86%;
  }

  .recruit_top a {
    width: 75%;
  }
  .recruit_top span {
    width: 25%;
  }
  .recruit_b p {
    width: 10%;
  }
  .recruit_b span {
    width: 90%;
  }
  .dimg_top {
    height: 23rem;
  }

  .search_main .se03_item2 > img {
    width: 18%;
  }

  .search_main .seitem2_right {
    width: 80%;
  }
  .sem6_item img {
    height: 6.95rem;
  }
}

@media screen and (min-width: 1230px) and (max-width: 1309px) {
  .header > div,
  .news > div,
  .business,
  .course > div,
  .build,
  .footer_top,
  .footer_bottom > div,
  .se_main {
    width: 1200px;
  }
  .semain02_p2 div {
    width: 45%;
}
  .link {
    display: flex;
  }
  .link > div {
    max-width: 1200px;
  }
  .nav > li > a {
    border-bottom: 2px solid #0081cc;
  }

  .zhedie,
  .close {
    display: none;
  }
  .search_main .se03_item2 > img {
    width: 18%;
  }

  .search_main .seitem2_right {
    width: 80%;
  }
  .sem6_item img {
    height: 6.55rem;
  }
}

@media screen and (min-width: 1310px) {
  .link {
    display: flex;
  }
  .link > div {
    max-width: 1280px;
  }
  .nav > li > a {
    border-bottom: 2px solid #0081cc;
  }

  .zhedie,
  .close {
    display: none;
  }
  .search_main .se03_item2 > img {
    width: 18%;
  }

  .search_main .seitem2_right {
    width: 80%;
  }
  .sem6_item img {
    height: 6.26rem;
  }
}
