﻿.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
a {
  color: #666;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: .5s all;
}
a:hover {
  text-decoration: none;
  color: #c32331;
}
i,
b {
  font-style: normal;
}
.wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.topPhoto {
  background: url(../images/top_photo.jpg) no-repeat center top;
  width: 100%;
  height: 694px;
  max-width: 1920px;
  margin: 0 auto;
}
.headNews {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #e90000;
  padding: 30px 0;
}
.headNews h2 {
  text-align: center;
}
.headNews h2 a {
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
}
.headNews h2 a:hover {
  color: #f4eb00;
}
.headNews ul {
  text-align: center;
  margin-top: 20px;
}
.headNews ul li {
  display: inline-block;
}
.headNews ul li span {
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #FFF;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: -3px;
}
.headNews ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
}
.headNews ul li a:hover {
  color: #f4eb00;
}
.news {
  margin-top: 50px;
}
.news .left {
  float: left;
  width: 580px;
  height: 390px;
  overflow: hidden;
}
.news .left a {
  display: block;
  width: 100%;
  height: 100%;
}
.news .left a img {
  width: 100%;
  height: 100%;
}
.news .right {
  width: 600px;
  height: 390px;
  float: right;
  overflow: hidden;
}
.news .right ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
}
.news .right ul li a {
  font-size: 18px;
}
.news .right ul li a::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.news .right ul li a:hover::before {
  background-color: #c32331;
}
.news .right .more {
  font-size: 18px;
  float: right;
}
.bannerList {
  margin-top: 50px;
}
.bannerList ul li {
  width: 390px;
  height: 120px;
  line-height: 120px;
  float: left;
  margin-right: 15px;
}
.bannerList ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffd3a2;
  font-size: 22px;
  color: #c20303;
  text-align: center;
}
.bannerList ul li a span {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}
.bannerList ul li a span.icon01 {
  background: url(../images/icon_01.png) no-repeat;
}
.bannerList ul li a span.icon02 {
  background: url(../images/icon_02.png) no-repeat;
}
.bannerList ul li a span.icon03 {
  background: url(../images/icon_03.png) no-repeat;
}
.bannerList ul li:last-child {
  margin-right: 0;
}
.xxdt {
  margin-top: 50px;
}
.xxdt .title {
  height: 58px;
  position: relative;
  background: url(../images/title_xxdt.png) no-repeat center center;
}
.xxdt .title .more {
  position: absolute;
  right: 0;
  top: 5px;
}
.xxdt .xxdtCon {
  background: url(../images/book_bg.jpg) no-repeat center top;
  height: 561px;
  overflow: hidden;
  margin-top: 40px;
}
.xxdt .xxdtCon ul {
  width: 540px;
  float: left;
}
.xxdt .xxdtCon ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 60px;
}
.xxdt .xxdtCon ul li a {
  font-size: 18px;
}
.xxdt .xxdtCon ul li a::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.xxdt .xxdtCon ul li a:hover::before {
  background-color: #c32331;
}
.xxdt .xxdtCon ul.left {
  margin-top: 20px;
  margin-left: 50px;
}
.xxdt .xxdtCon ul.right {
  margin-top: 20px;
  margin-left: 30px;
}
.newJourney {
  margin-top: 50px;
}
.newJourney .title {
  height: 59px;
  position: relative;
  background: url(../images/title_fdzs.png) no-repeat center center;
}
.newJourney .title .more {
  position: absolute;
  right: 0;
  top: 5px;
}
.newJourney .newJourneyCon {
  overflow: hidden;
  margin-top: 40px;
}
.newJourney .newJourneyCon .left {
  width: 590px;
  float: left;
}
.newJourney .newJourneyCon .right {
  width: 590px;
  float: right;
}
.newJourney .newJourneyCon .topOne {
  height: 170px;
  overflow: hidden;
}
.newJourney .newJourneyCon .topOne .photo {
  width: 270px;
  height: 170px;
  overflow: hidden;
  float: left;
}
.newJourney .newJourneyCon .topOne .photo a {
  display: block;
  width: 100%;
  height: 100%;
}
.newJourney .newJourneyCon .topOne .photo a img {
  width: 100%;
  height: 100%;
}
.newJourney .newJourneyCon .topOne .txtCon {
  width: 310px;
  height: 170px;
  overflow: hidden;
  float: right;
}
.newJourney .newJourneyCon .topOne .txtCon h3 a {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 1.8;
}
.newJourney .newJourneyCon .topOne .txtCon .desc {
  color: #666;
  line-height: 1.6;
  margin-top: 20px;
}
.newJourney .newJourneyCon ul {
  margin-top: 40px;
}
.newJourney .newJourneyCon ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
}
.newJourney .newJourneyCon ul li a::before {
  content: '';
  width: 6px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  background: url(../images/list_arrow_gray.png) no-repeat left top;
}
.newJourney .newJourneyCon ul li a:hover::before {
  background: url(../images/list_arrow_red.png) no-repeat left top;
}
