﻿@media only screen and (min-width: 1680px) {
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 img {
    width: 100%;
    height: 5.25rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/news_flash/news_flash_bg.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box {
    padding-top: 0.9rem;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .cooper_firms ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #main .section3 .content_box .cooper_firms ul li {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 0.9rem;
  }
  #main .section3 .content_box .cooper_firms ul li::after {
    content: "";
    width: 0.39rem;
    height: 0.26rem;
    background: url(../../img/index/w_icon_04.png) no-repeat center center / 100% 100%;
    position: absolute;
    right: 0.5rem;
    bottom: -0.5rem;
  }
  #main .section3 .content_box .cooper_firms ul li::before {
    content: "";
    width: 90%;
    height: 2px;
    background-color: #999;
    position: absolute;
    right: 0.5rem;
    bottom: -0.6rem;
  }
  #main .section3 .content_box .cooper_firms ul li img {
    width: 4.53rem;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content .flash_time {
    font-size: 14px;
    color: #999;
    margin-top: 0.26rem;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content a {
    width: 100%;
    height: 0.7rem;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content .flash_title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    width: 90%;
    overflow: hidden;
    /* 溢出时不显示溢出的内容 */
    text-overflow: ellipsis;
    /* 发生溢出时使用省略号代替 */
    display: -webkit-box;
    /* chrome浏览器的私有属性。显示为box。 */
    -webkit-box-orient: vertical;
    /* 垂直排列元素 */
    -webkit-line-clamp: 2;
    /* 显示多少行 */
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content .flash_desc {
    font-size: 16px;
    color: #666;
    width: 90%;
    height: 1rem;
    padding-bottom: 0;
    margin-top: 0.26rem;
    overflow: hidden;
    /* 溢出时不显示溢出的内容 */
    text-overflow: ellipsis;
    /* 发生溢出时使用省略号代替 */
    display: -webkit-box;
    /* chrome浏览器的私有属性。显示为box。 */
    -webkit-box-orient: vertical;
    /* 垂直排列元素 */
    -webkit-line-clamp: 4;
    /* 显示多少行 */
  }
  #main .section3 .content_box .cooper_firms ul li:hover {
    border-color: #acb10c;
  }
  #main .section3 .content_box .cooper_firms ul li:hover .flash_title {
    color: #acb10c;
  }
  #main .section3 .content_box .cooper_firms ul li:hover::after {
    background-image: url(../../img/index/w_icon_03.png);
  }
}
@media only screen and (max-width: 1680px) {
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 img {
    width: 100%;
    height: 5.25rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/news_flash/news_flash_bg.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box {
    padding-top: 0.9rem;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .cooper_firms ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #main .section3 .content_box .cooper_firms ul li {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 0.9rem;
  }
  #main .section3 .content_box .cooper_firms ul li::after {
    content: "";
    width: 0.39rem;
    height: 0.26rem;
    background: url(../../img/index/w_icon_04.png) no-repeat center center / 100% 100%;
    position: absolute;
    right: 0.5rem;
    bottom: -0.5rem;
  }
  #main .section3 .content_box .cooper_firms ul li::before {
    content: "";
    width: 90%;
    height: 2px;
    background-color: #999;
    position: absolute;
    right: 0.5rem;
    bottom: -0.6rem;
  }
  #main .section3 .content_box .cooper_firms ul li img {
    width: 4.53rem;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content .flash_time {
    font-size: 14px;
    color: #999;
    margin-top: 0.26rem;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content a {
    width: 100%;
    height: 0.7rem;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content .flash_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    width: 90%;
    overflow: hidden;
    /* 溢出时不显示溢出的内容 */
    text-overflow: ellipsis;
    /* 发生溢出时使用省略号代替 */
    display: -webkit-box;
    /* chrome浏览器的私有属性。显示为box。 */
    -webkit-box-orient: vertical;
    /* 垂直排列元素 */
    -webkit-line-clamp: 2;
    /* 显示多少行 */
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content .flash_desc {
    font-size: 16px;
    color: #666;
    width: 90%;
    height: 1rem;
    padding-bottom: 0;
    margin-top: 0.26rem;
    overflow: hidden;
    /* 溢出时不显示溢出的内容 */
    text-overflow: ellipsis;
    /* 发生溢出时使用省略号代替 */
    display: -webkit-box;
    /* chrome浏览器的私有属性。显示为box。 */
    -webkit-box-orient: vertical;
    /* 垂直排列元素 */
    -webkit-line-clamp: 4;
    /* 显示多少行 */
  }
  #main .section3 .content_box .cooper_firms ul li:hover .flash_title {
    color: #acb10c;
  }
  #main .section3 .content_box .cooper_firms ul li:hover::before {
    background-color: #acb10c;
  }
  #main .section3 .content_box .cooper_firms ul li:hover::after {
    background-image: url(../../img/index/w_icon_03.png);
  }
}
@media only screen and (max-width: 768px) {
  .my_container {
    width: 100%;
  }
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 {
    padding-top: 0.9rem;
  }
  #main .section1 img {
    width: 100%;
    height: auto;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 12px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/news_flash/news_flash_bg.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box {
    padding-top: 0.3rem;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .cooper_firms {
    width: 95%;
    margin: 0 auto;
  }
  #main .section3 .content_box .cooper_firms ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main .section3 .content_box .cooper_firms ul li {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 0.9rem;
  }
  #main .section3 .content_box .cooper_firms ul li::after {
    content: "";
    width: 0.39rem;
    height: 0.26rem;
    background: url(../../img/index/w_icon_04.png) no-repeat center center / 100% 100%;
    position: absolute;
    right: 0;
    bottom: -0.5rem;
  }
  #main .section3 .content_box .cooper_firms ul li::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #999;
    position: absolute;
    right: 0;
    bottom: -0.6rem;
  }
  #main .section3 .content_box .cooper_firms ul li img {
    width: 100%;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0.2rem;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content .flash_time {
    font-size: 12px;
    color: #999;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content a {
    width: 100%;
    height: 0.7rem;
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content .flash_title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    /* 溢出时不显示溢出的内容 */
    text-overflow: ellipsis;
    /* 发生溢出时使用省略号代替 */
    display: -webkit-box;
    /* chrome浏览器的私有属性。显示为box。 */
    -webkit-box-orient: vertical;
    /* 垂直排列元素 */
    -webkit-line-clamp: 2;
    /* 显示多少行 */
  }
  #main .section3 .content_box .cooper_firms ul li .flash_content .flash_desc {
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 1.6rem;
    padding-bottom: 0;
    margin-top: 0.26rem;
    overflow: hidden;
    /* 溢出时不显示溢出的内容 */
    text-overflow: ellipsis;
    /* 发生溢出时使用省略号代替 */
    display: -webkit-box;
    /* chrome浏览器的私有属性。显示为box。 */
    -webkit-box-orient: vertical;
    /* 垂直排列元素 */
    -webkit-line-clamp: 4;
    /* 显示多少行 */
  }
  #main .section3 .content_box .cooper_firms ul li:hover {
    border-color: #acb10c;
  }
  #main .section3 .content_box .cooper_firms ul li:hover .flash_title {
    color: #acb10c;
  }
  #main .section3 .content_box .cooper_firms ul li:hover::after {
    background-image: url(../../img/index/w_icon_03.png);
  }
}
@media only screen and (max-width: 400px) {
  #main .section3 .content_box .cooper_firms ul li {
    width: 100%;
  }
}
/*# sourceMappingURL=news_flash.css.map */