html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none!important;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
}
body {
  font-family: "microsoft yahei" !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
/* 解决兼容而加的样式 */
html,
body {
  -webkit-user-select: none;
  /*禁止选中文本*/
  user-select: none;
}
a,
button,
input,
optgroup,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}
* {
  margin: 0;
  padding: 0;
}
.gy_container {
  max-width: 1370px;
  margin: 0 auto;
}
.gy_clear {
  clear: both;
}
.new_top_img {
  position: relative;
}
.new_top_img img {
  width: 100%;
}
.new_s {
  position: absolute;
  top: 50%;
  left: 28%;
  margin-top: -32px;
}
.new_s p {
  color: #333;
  font-size: 30px;
}
.new_s p:nth-child(2) {
  font-size: 24px;
}
.new_dh {
  height: 80px;
  background: #fff;
  line-height: 80px;
  box-shadow: 0 4px 12px #eee;
}
.breadcrumb {
  padding: 0;
  background: #fff;
  float: left;
}
.breadcrumb > .active {
  color: #163d7e;
}
.breadcrumb a {
  color: #333;
  font-size: 14px;
}
.breadcrumb a:hover {
  color: #163d7e;
}
.news_home {
  position: relative;
  padding-left: 24px;
}
.news_home:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8.5px;
  background: url(../images/home.png);
  height: 17px;
  width: 18px;
  background-size: 100% 100%;
}
.breadcrumb > li + li:before {
  padding: 0;
  color: #333;
  content: "/\00a0";
}
.gy_rig {
  float: right;
}
.gy_rig a {
  display: -webkit-inline-box;
  font-size: 16px;
  padding: 0 18px;
  color: #333;
}
.gy_rig a:hover,
.gy_rig a.active {
  background: #eee;
  color: #163d7e;
  cursor: pointer;
}
.new_bt {
  text-align: center;
  font-size: 28px;
  color: #333;
  padding: 80px 0 56px 0;
  font-weight: 600;
}
.list_img {
  height: 137px;
}
.list_img img {
  width: 100%;
  max-width: 130px;
  height: 100%;
}
.gy_newlist {
  color: #666;
}
.gy_newlist h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: initial;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 22px;
}
.new_list_padd:hover .list_img img {
  opacity: 0.8;
}
.new_list_padd:hover h3 {
  color: #163d7e;
}
.gy_newlist p {
  color: #999;
  font-size: 14px;
  white-space: initial;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8em;
  height: 50px;
  overflow: hidden;
}
.gy_newlist div {
  color: #163d7e;
  font-size: 18px;
  padding-top: 25px;
  font-weight: 600;
}
.new_list_padd:hover .gy_newlist div {
  color: #999999;
}
.new_list_padd {
  margin-bottom: 22px;
}
.new_list_padd {
  padding-right: 20px;
  padding: 10px 0;
  height: 157px;
}
.new_list_padd:hover {
  background: #f1f1f1;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  transition: all 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
}
.news_nr {
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
  margin-bottom: 58px;
}
