@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  border: none;
}

@font-face {
  font-family: "DIN Medium";
  src: url("../font/DIN Medium.woff2") format("woff2"),
    url("../font/DIN Medium.woff") format("woff"),
    url("../font/DIN Medium.ttf") format("truetype"),
    url("../font/DIN Medium.eot") format("embedded-opentype"),
    url("../font/DIN Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.navbar {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.isnav a {
  color: #f9c152 !important;
}

.navbar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar > div:nth-child(1) {
  background: #f9c152;
  height: 90px;
  width: 180px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 101px;
  cursor: pointer;
  height: 90px;
  font-size: 16px;
  color: #010101;
  position: relative;
}

.nav > li > a {
  font-size: 16px;
  color: #010101;
  display: block;
}

.nav li > span {
  font-family: "DIN Medium";
  font-weight: bold;
  font-size: 15px;
}

.subnav {
  position: absolute;
  left: 15px;
  top: 90px;
  width: 130px;
  height: 0px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: height 1s;
  transition: height 1s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
}

.nav > li:hover .nav1 {
  height: 205px;
}

.nav > li:hover .nav2 {
  height: 287px;
}

.nav > li:hover .nav3 {
  height: 123px;
}

.nav > li:hover .nav4 {
  height: 164px;
}

.nav li:hover > a {
  color: #f9c152;
}

.subnav li:hover a {
  color: #f9c152;
}

.subnav li {
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.subnav div a {
  font-size: 14px;
  color: #010101;
}

.news-banner {
  width: 100%;
}

.news-banner img {
  width: 100%;
}

.newscenter {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.second-nav {
  position: absolute;
  left: 50%;
  top: -35px;
  width: 1200px;
  height: 70px;
  margin-left: -600px;
  font-size: 16px;
  color: #333;
  background: #fff;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 16px 18px -4px #e1e1e1;
  box-shadow: 0px 16px 18px -4px #e1e1e1;
}

.second-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
}

.second-nav ul li {
  text-align: center;
  width: 400px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 1px solid #d8d8d8;
  cursor: pointer;
}

.second-nav ul li a {
  display: block;
  color: #000;
}

.second-nav ul li:nth-child(1) {
  border: none;
}

.second-nav ul li .selected {
  color: #f9c152;
}

.second-nav ul li .selectser {
  color: #f9c152;
  font-size: 18px;
}

.news-list {
  width: 1200px;
  margin: 0 auto;
  padding: 130px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-list-l {
  width: 770px;
}

.news-list-l > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-list-l > ul > li {
  width: 369px;
  margin-bottom: 60px;
}

.news-list-l h4 {
  font-size: 22px;
  color: #333;
  line-height: 30px;
  margin-top: 15px;
}

.news-list-l h4 span {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.news-list-l h4 font {
  display: block;
  height: 59px;
  overflow: hidden;
}

.news-list-l ul li p {
  font-size: 16px;
  color: #333;
  height: 50px;
  overflow: hidden;
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 5px;
}

.news-list-l ul li a:nth-child(2) {
  display: block;
  width: 75px;
  background: url(../new_img/readicon_ye.jpg) no-repeat;
  background-position: 20px 9px;
  border: 1px solid #e4e4e4;
  height: 35px;
  line-height: 35px;
  padding-left: 42px;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}

.news-list-l ul li img {
  width: 369px;
  height: 284px;
  margin: 0;
  padding: 0;
}

.news-list-r {
  width: 290px;
}

.news-list-r form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-list-r input {
  width: 240px;
  height: 40px;
  background: none;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 0 15px;
}

.search-btn button {
  width: 40px;
  height: 40px;
  background: #000 url(../new_img/searchicon_white.png) center center no-repeat;
  cursor: pointer;
  border: none;
  display: block;
}

/*
.last-news {
  margin-top: 60px;
}
*/

.last-news h5 {
  font-size: 18px;
  color: #333;
  padding-bottom: 15px;
}

.last-news ul li {
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.last-news ul li a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.last-news ul li div:nth-child(1) {
  width: 88px;
  height: 68px;
  margin-right: 15px;
}

.last-news ul li:nth-last-child(1) {
  border-bottom: none;
}

.last-news ul li p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  letter-spacing: 1px;
}

.last-news ul li img {
  width: 88px;
  height: 68px;
}

.last-news ul li p span {
  color: #999;
  display: block;
  margin-top: 12px;
}

.pagination {
  width: 770px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.pagination a {
  font-size: 14px;
  color: #333;
  border: 1px solid #e5e5e5;
  padding: 5px 8px;
}

.pagination a:hover {
  background: #f9c152;
  color: #fff !important;
  border: 1px solid #f9c152 !important;
}

.page-is {
  background: #f9c152;
  color: #fff !important;
  border: 1px solid #f9c152 !important;
}

.news-list-l h3 {
  font-size: 26px;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
}

.tit-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
  padding: 20px 0;
}

.fontsize {
  margin-left: 30px;
}

.fontsize .n {
  display: inline-block;
  height: 20px;
  margin: 0 8px 0 0;
  cursor: pointer;
}

.active {
  border-bottom: 1px solid #f9c152;
  color: #f9c152;
}

.news-content {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.75em;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.news-content img {
  margin: 15px auto;
}

.pagination-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination-back a {
  display: block;
  width: 300px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 1px;
  height: 30px;
  line-height: 30px;
}

.pagination-back a span {
  color: #666;
}

.pagination-back .backlist {
  width: 120px;
  text-align: center;
  background: #f9c152;
  color: #333;
  border-radius: 3px;
}

.pagination-back .front:hover,
.pagination-back .next:hover {
  text-decoration: underline;
}

.pagination-back .next {
  text-align: right;
}
