main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #f5f5f5;
  overflow-x: hidden;
  width: 100%; }

.news-title {
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 30px;
  color: #333;
  font-weight: lighter;
  line-height: 50px;
  text-align: center;
  margin-top: 20px; }

.news-con {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #CCCCCC; }
  .news-con p {
    background: none !important;
    font-size: 15px !important;
    color: #333333 !important; }
  .news-con img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto; }

.news-c {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .news-c li {
    line-height: 30px; }
    .news-c li a {
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s; }
    .news-c li:hover a {
      color: #e70014; }

.jobUl {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  float: left;
  border-bottom: 1px dashed #CCCCCC; }
  .jobUl li {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: lighter; }
  .jobUl .but {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    width: 100%;
    height: 40px;
    background: #e70014;
    color: white;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: center; }
    .jobUl .but:hover {
      transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      -moz-transform: translateY(-8px);
      -webkit-transform: translateY(-8px);
      -o-transform: translateY(-8px); }
    .jobUl .but a {
      width: 100%;
      height: 100%;
      display: block;
      color: white; }

.pro-pic {
  max-width: 400px;
  max-height: 400px;
  margin: 0 auto;
  margin-top: 15px; }
  .pro-pic img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }

.pro-pri {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  width: 100%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 26px;
  color: #e70014; }
  .pro-pri span {
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 22px;
    color: #666; }

/*# sourceMappingURL=newsinfo.css.map */
