﻿* {
  margin: 0 auto;
  font-family: 'Microsoft YaHei', 'Arial';
}

body {
  width: 100%;
  background: #fff;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font: 16px/1 Tahoma, 微软雅黑, \\5FAE\8F6F\96C5\9ED1, sans-serif
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

address, cite, dfn, em, var {
  font-style: normal;
}

code, kbd, pre, samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #555;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset, img {
  border: 0;
}

button, input, select, textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.o_f_hidden {
  overflow: hidden;
}

.layer {
  width: 100%;
  min-width: 1200px;
}

.ly_pn {
  position: relative;
}

.pixel_layer {
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  margin: auto;
}

.bg_red {
  background: #ef1c24;
}

.bg_gray {
  background: #f5f5f5;
}

.bg_darkGray {
  background: #808080;
}

.bg_white {
  background: #fff;
}

.bg_black {
  background: black;
}

.i_tit {
  font-size: 14px;
  color: #fff;
  display: block;
  float: left;
  padding: 8px 0;
}

.nav_left {
  float: left;
  padding: 12px 0;
  box-sizing: border-box;
}

.nav_left img {
  vertical-align: middle;
}

.nav_name {
  color: #1a1a1a;
  text-align: center;
}

.n_top1 {
  margin-top: 24px;
  font-weight: bold;
}

.n_top2 {
  margin-top: 8px;
  font-size: 12px;
}

.nav_jump:hover {
  text-decoration: none;
}

.head-v3 {
  /* position: relative; */
  z-index: 100;
  overflow: hidden;
}

.head-v3 .navigation-inner {
  margin: 0 auto;
  position: relative
}

.navigation-up {
  height: 78px;
}

/* new */

.w1200 {
  margin: auto;
  width: 1200px;
  overflow: hidden;
}

.nav_menu {
  float: right;
}

.nav_menu>ul {
  overflow: hidden;
}

.nav_menu>ul>li {
  float: left;
}

.nav_menu>ul>li.on {
  background: #ef1c24
}

.nav_menu>ul>li.on>a>div {
  color: #fff;
}

.nav_menu>ul>li:hover {
  background: #ef1c24
}

.nav_menu>ul>li:hover>a>div {
  color: #fff;
}

.menu_down {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  background: #ef1c24;
  z-index: 999;
}

.menu_down dl {
  float: left;
  margin: 20px 80px 25px 0;
}

.menu_down dl>dd>a {
  color: #fff;
  font: normal 16px "microsoft yahei";
}

.menu_down dl>dd>a:hover {
  color: #60aff6;
}

/* low */

.navigation-up .navigation-v3 {
  margin-left: 30px;
  float: left;
}

.navigation-up .navigation-v3 ul {
  float: left
}

.navigation-up .navigation-v3 li {
  float: left;
}

.navigation-up .navigation-v3 .nav-up-selected {
  background: #ef1c24;
}

.navigation-up .navigation-v3 .nav-up-selected .nav_jump div {
  color: #fff;
}

.navigation-up .navigation-v3 .nav-up-selected-inpage {
  background: #ef1c24
}

.navigation-up .navigation-v3 .nav-up-selected-inpage .nav_jump div {
  color: #fff;
}

.nav_jump {
  display: inline-block;
  height: 78px;
  width: 85px;
  text-align: center
}

.navigation-down {
  position: absolute;
  top: 108px;
  left: 0px;
  width: 100%;
  z-index: 99
}

.navigation-down .nav-down-menu {
  width: 100%;
  margin: 0;
  background: #ef1c24;
  position: absolute;
  top: 0px
}

.navigation-down .nav-down-menu .navigation-down-inner {
  margin: auto;
  width: 1200px;
  position: relative
}

.navigation-down .nav-down-menu dl {
  float: left;
  margin: 18px 80px 18px 0
}

.navigation-down .menu-1 dl {
  margin: 20px 80px 25px 0
}

.navigation-down .menu-1 dt {
  font: normal 16px "microsoft yahei";
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #61789e;
  margin-bottom: 10px
}

.navigation-down .menu-1 dd a {
  color: #fff;
  font: normal 14px/30px "microsoft yahei"
}

.navigation-down .menu-1 dd a:hover {
  color: #60aff6
}

.navigation-down .menu-2 dd a, .navigation-down .menu-3 dd a {
  color: #fff;
  font: normal 16px "microsoft yahei"
}

.swiper-button-next, .swiper-button-prev {
  width: 60px!important;
  height: 60px!important;
  border-radius: 60px;
  background: black !important;
}

.top_button-next {
  right: 200px!important;
  background: black url("../images/right-1.png")no-repeat !important;
  opacity: .7;
}

.top_button-prev {
  left: 200px!important;
  background: black url("../images/left-1.png")no-repeat !important;
  opacity: .7;
}

.swiper_jump {
  display: block;
}

.swiper_jump image {
  display: block;
  width: 100%;
  height: 600px;
}

.second_nav {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  width: 100%;
  height: 78px;
  z-index: 9;
  opacity: .5;
}

.second_nav_con {
  position: absolute;
  z-index: 99;
  overflow: hidden;
  width: 100%;
}

._nav_con_item {
  float: left;
  width: 33.33%;
  height: 78px;
  line-height: 78px;
  text-align: center;
  box-sizing: border-box;
}

._nav_con_item img {
  vertical-align: middle;
  margin-right: 15px;
}

._nav_con_jumo:hover {
  text-decoration: none;
}

._nav_con_item span {
  color: #FFF;
}

.nav_right_line {
  border-right: 2px solid #808080
}

.notice_layer {
  position: relative;
  margin-top: 78px;
  background-size: 100% 100%;
  overflow: hidden;
  height: 135px;
}

.no_item {
  width: 50%;
  float: left;
  height: 135px;
}

._left {
  background: #ef1c24;
}

._right {
  background: white;
}

.notice_con {
  position: relative;
  margin-top: -135px;
  background: #fff;
  height: 135px;
}

.notice_con_left {
  width: 300px;
  background: #ef1c24;
  height: 135px;
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
}

.notice_con_right {
  margin-left: 300px;
  height: 135px;
  padding-left: 30px;
  box-sizing: border-box;
  background: #f5f5f5;
}

.notice_line {
  background: #fff;
  border: none;
  height: 3px;
  width: 190px;
  margin-top: 30px;
}

.notice_name1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
  color: #fff;
}

.notice_name2 {
  margin-top: 16px;
  font-size: 22px;
  color: #FFF;
}

.str_wrap {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.nottop {
  color: #1a1a1a;
}

.str_wrap.str_active {
  background: #f1f1f1;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move, .str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move, .no_drag .str_move, .noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

.newsJump {
  height: 45px;
  font-size: 14px;
  line-height: 40px;
  background: #f5f5f5;
  border-bottom: 1px dashed #8d8d8d;
}

.newsJump a {
  margin-right: 100px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsJump a:hover {
  text-decoration: none;
  color: #ef1c24;
}

.notTime {
  width: 110px;
  float: right;
  color: #4d4d4d;
}

.icon {
  vertical-align: middle;
}

.news_title {
  text-align: center;
  height: 90px;
  padding-top: 40px;
  box-sizing: border-box;
}

.news_name1 {
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
}

.news_name2 {
  font-size: 24px;
  font-weight: bold;
  color: #ef1c24;
}

.news_cont {
  overflow: hidden;
}

.news_left {
  position: relative;
  float: left;
  width: 510px;
  height: 340px;
  position: relative;
  overflow: hidden;
}

.red_border {
  width: 510px;
  height: 340px;
  box-sizing: border-box;
  border: 5px solid #ef1c24;
}

.news_video {
  position: absolute;
  top: 1px;
  left: 1.5px;
  width: 508px;
  height: 338px;
  overflow: hidden;
}

.news_video img {
  width: 100%;
  height: 100%;
}

.news_video a {
  display: block;
  width: 100%;
  height: 100%;
}

.n_video {
  width: 100%;
  height: 100%;
}

.news_right {
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  margin-left: 570px;
}

.news_right ul {
  list-style-type: none;
}

.news_right ul li {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px dashed #8b8b8b;
}

.news_first_left {
  width: 180px;
  height: 140px;
  border: 2px solid #ef1c24;
  float: left;
}

.news_first_left img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.news_first_right {
  margin-left: 200px;
}

.news_jump {
  display: block;
}

.news_jump:hover {
  text-decoration: none;
}

.news_jump span {
  float: right;
  display: block;
  color: #1a1a1a;
}

.news_jump div {
  margin-right: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a1a1a;
}

.news_right ul li div:hover {
  color: #ef1c24;
}

.news_abstract {
  margin-top: 5px;
  font-size: 12px;
  color: #4c4c4c;
  line-height: 30px;
}

.news_li {
  padding: 20px 0 0;
}

.news_img {
  vertical-align: middle;
}

.more {
  display: block;
  margin: 20px auto;
  width: 60px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #ef1c24;
  border-bottom: 2px solid #ef1c24;
  border-top: 2px solid #ef1c24;
  border-left: 1px solid #ef1c24;
  border-right: 1px solid #ef1c24;
  cursor: pointer;
}

.more_white {
  color: #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.more:hover {
  text-decoration: none;
}

.project {
  background: url("../images/project.png")no-repeat;
  background-size: 100% 100%;
}

.projects_list {
  list-style-type: none;
  overflow: hidden;
}

.projects_list li {
  float: left;
  margin-right: 20px;
  height: 220px;
  margin-bottom: 20px;
  cursor: pointer;
}

.projects_list li:nth-child(4n) {
  margin-right: 0;
}

.project_img {
  display: block;
  margin: auto;
  width: 285px;
  height: 220px;
}

.project_div {
  width: 285px;
  height: 40px;
  position: relative;
}

.project_opacity {
  position: absolute;
  top: -40px;
  left: 0;
  width: 285px;
  height: 40px;
  background: black;
  opacity: .5;
  z-index: 1;
}

.project_title {
  position: absolute;
  top: -40px;
  left: 0;
  width: 285px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  z-index: 2;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project_hover {
  display: none;
  position: relative;
  height: 220px;
  width: 285px;
  margin-top: -220px;
}

.p_hover_mask {
  position: absolute;
  width: 285px;
  height: 220px;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.5;
  z-index: 1;
}

.p_hover_cont {
  z-index: 2;
  position: absolute;
  width: 285px;
  height: 220px;
  color: #fff;
  top: 0;
  left: 0;
}

.p_hover_cont a {
  display: block;
  width: 80px;
  height: 22px;
  margin: 0 auto;
  margin-top: 22px;
  background: #ef1c24;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}

.p_hover_cont_tit {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  height: 40px;
  line-height: 24px;
}

.p_hover_cont_name {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 24px;
  line-height: 20px;
}

.lxjb {
  padding-top: 10px;
  overflow: hidden;
}

.jb_left {
  width: 470px;
  float: left;
}

.jb_right {
  margin-left: 510px;
}

.jblx_ft {
  font-size: 22px;
}

.jblx_title_left {
  margin-right: 60px;
}

.jblx_title {
  overflow: hidden;
}

.jblx_title_more {
  display: block;
  float: right;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ef1c24;
  color: #fff;
}

.jblx_title_more:hover {
  text-decoration: none;
}

.jb_layer {
  padding-top: 20px;
}

.slides-box {
  width: 100%;
  height: 430px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slides {
  position: relative;
  height: 100%;
  width: 100%;
  margin: auto;
}

.slides li {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slides li img {
  display: block;
  width: 100%;
  height: 100%;
}

.prev, .next {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  height: 87px;
  width: 87px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
}

.prev:hover, .next:hover {
  opacity: .7;
}

.prev {
  background: url("../images/lb_right.png") no-repeat;
}

.next {
  left: auto;
  right: 0;
  background: url("../images/lb_left.png") no-repeat;
}

.s1 {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -250px;
  width: 500px;
  height: 300px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.s1 p {
  margin: 0;
  padding: 50px 0 20px 0;
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.s1 span {
  display: block;
  font-family: Arial;
  font-size: 25px;
  color: #666;
  text-align: center;
}

.s1 a {
  margin: 20px auto 0 auto;
  display: block;
  width: 220px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 25px;
  background: #f88371;
}

.s1 a:hover {
  background: #ed6f5c;
}

@media (max-width:480px) {
  .s1 {
    margin: -127px 0 0 0;
    width: 80%;
    height: 255px;
    left: 10%;
  }
  .s1 p {
    font-size: 36px;
  }
  .s1 span {
    font-size: 18px;
  }
}

.dsj_layer {
  padding-top: 20px;
}

.dsj_list {
  list-style-type: none;
  overflow: hidden;
}

.dsj_list li {
  margin-bottom: 20px;
}

.oblique {
  width: 92px;
  height: 92px;
  float: right;
  background: url("../images/dsj.png")no-repeat;
  color: #fff;
}

.ob_time1 {
  margin-top: 18px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
}

.ob_time2 {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.oblique_le {
  margin-right: 92px;
  background: #f5f5f5;
  height: 92px;
  padding-left: 20px;
}

.dsj_jump {
  display: block;
  padding-top: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #1a1a1a;
}

.dsj_list li .dsj_jump:hover {
  color: #ef1c24;
}

.dsj_abstract {
  font-size: 12px;
  color: #808080;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.l_x_footer {
  background: url("../images/footbg.png")no-repeat;
  height: 320px;
}

.friendshipJump {
  width: 100%;
  height: 93px;
  border-bottom: 1px solid #fff;
}

.friendshipName {
  font-size: 14px;
  width: 75px;
  float: left;
  color: #e5e5e5;
  height: 30px;
  line-height: 30px;
}

.friendshipList {
  margin-left: 75px;
  list-style-type: none;
  overflow: hidden;
}

.friendshipList li {
  float: left;
  line-height: 30px;
  margin-right: 16px;
}

.f_s_jump {
  font-size: 14px;
  color: #e5e5e5;
}

.f_s_jump:hover {
  text-decoration: none;
  color: #ef1c24;
}

.lxjumplist {
  list-style-type: none;
  overflow: hidden;
}

.lxjumpItem {
  font-size: 14px;
  color: #fff;
}

.lxjumplist li {
  margin-top: 20px;
  margin-right: 20px;
  float: left;
  width: 80px;
  height: 20px;
  line-height: 20px;
  border-right: 2px solid #6a6a6a;
}

.lxjumplist li.lxjumpItem:hover {
  color: #ef1c24;
}

.lx_contact {
  margin-top: 20px;
  overflow: hidden;
}

.contact {
  float: left;
}

.contactOl {
  list-style-type: none;
}

.contactOl li {
  width: 595px;
  font-size: 14px;
  color: #f2f2f2;
  height: 32px;
  line-height: 35px;
}

.lx_share {
  float: left;
  margin-left: 50px;
}

.lx_er {
  float: left;
}

.lx_er img {
  float: left;
  width: 140px;
  height: 140px;
}

.smwx {
  margin-top: 30px;
  margin-left: 170px;
}

.smwx li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #f2f2f2;
}

.bshare-custom a {
  display: block;
  float: left;
  width: 20px;
  height: 20px!important;
  margin-top: 5px;
  margin-left: 26px;
}

.bshare-sinaminiblog {
  background: url("../images/xl.png")no-repeat !important;
}

.bshare-qqmb {
  width: 20px;
  height: 20px!important;
  background: url("../images/tx.png")no-repeat !important;
}

.bshare-qqim {
  width: 20px;
  height: 20px!important;
  background: url("../images/qq.png")no-repeat !important;
}

.bshare-weixin {
  width: 20px;
  height: 20px!important;
  background: url("../images/wx.png")no-repeat !important;
}

.bshare-custom #bshare-shareto {
  width: 72px;
  color: #fff !important;
  font-size: 18px;
}

.lx_share .bshare-custom a {
  margin-left: 0;
  margin-right: 16px;
}

.banner {
  width: 100%;
  height: 388px;
  background: url(../images/line.png) no-repeat center bottom;
}

.banner img {
  display: block;
  width: 100%;
  height: 380px;
}

.nav-two {
  width: 100%;
  height: 112px;
  background: url(../images/line2.png) no-repeat center center;
  background-position-y: 52px;
  background-color: #f6f6f6;
}

.nav-two ul {
  width: 1200px;
  padding-top: 34px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.nav-two ul li {
  display: inline-block;
  width: 180px;
  height: 46px;
  line-height: 36px;
  text-align: center;
  background: url(../images/tu-02.png) no-repeat center top;
  margin: 0 7px;
}

.nav-two ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.nav-two ul li.on, .nav-two ul li:hover {
  background: url(../images/tu-01.png) no-repeat center top;
}

.content {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  min-height: 400px;
}

.content .title {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: normal;
}

.container {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

.container img {
  max-width: 100%;
}

.pic-list {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.pic-list li {
  /* float: left; */
  width: 360px;
  margin-bottom: 20px;
  margin-right: 60px;
  text-align: center;
  background: url(../images/tu-03.png) no-repeat center top;
}

.pic-list li:nth-child(3n) {
  margin-right: 0;
}

.pic-list li img {
  margin-top: 2px;
  margin-left: 1px;
  width: 350px;
  height: 235px;
}

.pic-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.pic-list li p {
  width: 100%;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 40px;
}

.nav-three {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.nav-three li {
  display: inline-block;
  width: 176px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 2px solid #e6e6e6;
  margin: 0 10px;
}

.nav-three li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #1a1a1a;
}

.nav-three li.on {
  border: 2px soid #ef1c24;
}

.nav-three li.on a {
  color: #ef1c24;
}

.pro_info {
  width: 1000px;
  margin: 0 auto;
}

.pro_info_title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #1a1a1a;
  font-weight: normal;
}

.pro_info>p {
  width: 100%;
  height: 40px;
  margin: 15px 0;
  background: #f6f6f6;
}

.pro_info>p span {
  display: block;
  float: left;
  width: 33.33%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #808080;
}

.yema {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.yema p {
  width: 100%;
  height: 40px;
  overflow: hidden;
  margin-top: 20px;
  font-size: 16px;
}

.yema p span {
  display: block;
  float: left;
  width: 146px;
  text-align: center;
  line-height: 36px;
  border: 2px solid #ef1c24;
  color: #ef1c24;
}

.yema p a {
  display: block;
  width: 810px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #1a0304;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yema p:hover a {
  color: #ef1c24;
}

.yema p:nth-child(2) span {
  background: #ef1c24;
  color: #fff;
}

.news_list, .recruit_list {
  width: 100%;
}

.news_list li, .recruit_list li {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #1a1a1a;
  border-bottom: 1px dashed #bfbfbf;
}

.news_list li span, .news_list li a, .recruit_list li span, .recruit_list li a {
  display: block;
  float: left;
  text-align: center;
  height: 54px;
  line-height: 54px;
}

.news_list li span:first-child {
  width: 90px;
  float: left;
}

.news_list li span:last-child {
  float: right;
  width: 148px;
  margin-left: 40px;
}

.news_list li .span_three {
  width: 105px;
}

.news_list li .span_two {
  width: 790px;
  text-align: left;
  padding-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list li:first-child, .recruit_list li:first-child {
  font-size: 18px;
  color: #ef1c24;
  border-bottom: 1px solid #ef1c24;
}

.news_list li:hover .span_two, .recruit_list li:hover a {
  color: #ef1c24;
}

.recruit_list li span, .recruit_list li a {
  width: 160px;
  padding: 0 10px;
}

.recruit_list li span:last-child {
  margin-right: 0;
}

.recruit_list li .recruit_one {
  padding-left: 30px;
  width: 440px;
  text-align: left;
}

.pagination {
  width: 100%;
  padding: 25px 0;
  overflow: hidden;
  text-align: center;
}

.pagination li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  margin: 30px 10px;
}

.pagination li a {
  display: block;
  padding: 0 16px;
  color: #333333;
}

.pagination li.active span, .pagination li:hover a, .pagination li:first-child:hover a, .pagination li:last-child:hover a {
  display: block;
  padding: 0 16px;
  background: #ef1c24;
  color: #FFFFFF;
}

.pagination li.disabled span, .pagination li:first-child a, .pagination li:last-child a {
  display: block;
  padding: 0 16px;
  color: #333333;
}
