<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

main .newsCenter {
  width: 100%; }
  main .newsCenter .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top: 84px;
    margin-bottom: 75px; }
    main .newsCenter .container .title {
      width: 100%;
      height: 76px;
      text-align: center;
      position: relative; }
      main .newsCenter .container .title .chineseTitle h1 {
        font-size: 32px;
        color: #333;
        font-weight: 500; }
      main .newsCenter .container .title .englishTitle {
        width: 200px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -100px; }
        main .newsCenter .container .title .englishTitle h1 {
          font-size: 22px;
          color: #f9a575; }
    main .newsCenter .container .newsCon {
      width: 100%;
      background-color: #fff;
      margin-top: 40px; }
      main .newsCenter .container .newsCon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between; }
        main .newsCenter .container .newsCon ul li {
          font-size: 0;
          width: 380px;
          height: 335px;
          text-align: center;
          margin-bottom: 10px; }
          main .newsCenter .container .newsCon ul li .topImg {
            width: 100%; }
          main .newsCenter .container .newsCon ul li p:first-of-type {
            height: 44px;
            font-family: MicrosoftYaHei;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 44px;
            letter-spacing: 0px;
            color: #f9a575;
            text-align: center; }
          main .newsCenter .container .newsCon ul li p:nth-of-type(2) {
            font-family: MicrosoftYaHei;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 20px;
            letter-spacing: 0px;
            color: #999999;
            opacity: 0.7; }
          main .newsCenter .container .newsCon ul li p:nth-of-type(3) {
            font-family: MicrosoftYaHei;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 20px;
            letter-spacing: 0px;
            color: #999999;
            opacity: 0.7; }
        main .newsCenter .container .newsCon ul li:hover {
          margin-bottom: 10x;
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2); }
          main .newsCenter .container .newsCon ul li:hover p:nth-of-type(2),
          main .newsCenter .container .newsCon ul li:hover p:nth-of-type(3) {
            color: #fbc9ac;
            cursor: pointer; }

/*# sourceMappingURL=news.css.map */
</pre></body></html>