@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  font-family: "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

body {
  overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  background: #ffffff;
  min-width: 1200px;
}

div {
  margin: 0 auto;
  text-align: left;
}

li {
  text-align: left;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/*clear*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft Yahei";
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px auto;
}

.w1200 {
  width: 1200px;
}

.w1000 {
  width: 1000px;
}

.w980 {
  width: 980px;
}

.list_16 li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_14 li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_12 li {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.gray {
  color: #adadad;
}

.gray a {
  color: #adadad;
}

.gray a:hover, .gray a:link, .gray a:visited {
  color: #adadad;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.white a:hover, .white a:link, .white a:visited {
  color: #fff;
}

.red {
  color: #e20a0f;
}

.red a {
  color: #e20a0f;
}

.red a:hover, .red a:link, .red a:visited {
  color: #e20a0f;
}

/*common*/
/* topBanner */
.topBanner {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  background: url(../images/topBanner.png) top center no-repeat;
  overflow: hidden;
}

.topBanner .topSum {
  width: 1000px;
  height: auto;
  background: #fff;
  box-shadow: 0px 2px 14px 4px rgba(233, 194, 194, 0.5);
  overflow: hidden;
  margin-top: 365px;
}

.topBanner .topSum div.box {
  width: 940px;
  margin: 20px auto;
}

.topBanner .topSum div.box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  font-family: PingFangSC;
  color: #333333;
}

.topBanner .topSum div.box p span.red {
  color: #D30000;
}

.topBanner-list {
  width: 100%;
  height: 440px;
  background: url(../images/topBanner.png) top center no-repeat;
  overflow: hidden;
}

/*swiper-main*/
.swiper-main-bg {
  width: 1054px;
  height: 563px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.swiper-main-bg .main-prev,
.swiper-main-bg .main-next {
  width: 55px;
  height: 55px;
  background: url(../images/icon-left.png) center center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
}

.swiper-main-bg .main-prev {
  left: 0px;
}

.swiper-main-bg .main-next {
  background: url(../images/icon-right.png) center center no-repeat;
  right: 0px;
}

.swiper-main {
  width: 1000px;
  height: 563px;
  overflow: hidden;
  position: relative;
}

.swiper-main .swiper-slide div.box {
  width: 1000px;
  height: 563px;
  overflow: hidden;
  position: relative;
}

.swiper-main .swiper-slide div.box img {
  display: block;
}

.swiper-main .swiper-slide div.box span {
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 16px;
  line-height: 50px;
  text-align: left;
  z-index: 3;
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.swiper-main .swiper-slide div.box span a {
  color: #fff;
}

.swiper-main .swiper-slide div.box em {
  background: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  z-index: 1;
}

.swiper-main .pagination {
  position: absolute;
  bottom: 12px;
  right: 30px;
}

.swiper-main .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  cursor: pointer;
}

.swiper-main .pagination span.swiper-active-switch {
  background: #F5A623;
  opacity: 1;
}

/*mainTitle*/
.mainTitle {
  height: 110px;
  background: #fff;
  box-shadow: 0px 2px 14px 0px rgba(233, 194, 194, 0.5);
  margin-top: 30px;
}

.mainTitle div.box {
  width: 940px;
  height: 110px;
  padding: 0 30px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.mainTitle h1 {
  font-weight: 700px;
  font-size: 30px;
  line-height: 30px;
  font-family: PingFangSC;
  text-align: center;
  display: inline-block;
}

/*conP1*/
.conP1 {
  margin-top: 30px;
}

.conP1 div.commonTit {
  width: 1000px;
  height: 66px;
  background: url(../images/title01.png) center center no-repeat;
  position: relative;
}

.conP1 div.commonTit a.more {
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.conP1 div.commonTit.commonTit2 {
  background: url(../images/title02.png) center center no-repeat;
}

.conP1 div.commonTit.commonTit3 {
  background: url(../images/title03.png) center center no-repeat;
}

.conP1 ul {
  margin-top: 20px;
}

.conP1 ul li {
  overflow: hidden;
  margin-bottom: 30px;
}

.conP1 ul li span {
  display: block;
  float: left;
  margin-right: 15px;
}

.conP1 ul li img {
  display: block;
}

.conP1 ul li strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  font-family: PingFangSC;
  display: block;
  margin-top: 15px;
}

.conP1 ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  font-family: PingFangSC;
  color: #666666;
  display: block;
  margin-top: 20px;
}

.conP2 {
  margin-top: 30px;
}

.conP2 div.commonTit {
  width: 1000px;
  height: 66px;
  background: url(../images/title04.png) center center no-repeat;
}

.conP2 div.marBox {
  margin-top: 20px;
  margin-right: -20px;
  overflow: hidden;
}

.conP2 div.box {
  width: 320px;
  min-height: 260px;
  margin-right: 20px;
  float: left;
}

.conP2 div.box div.title {
  height: 20px;
  overflow: hidden;
  background: url(../images/p2-tit-bg.png) center center repeat-x;
}

.conP2 div.box div.title h3 {
  display: block;
  background: #fff;
  padding-right: 5px;
  float: left;
  font-weight: 700;
  font-family: FZDHTJW--GB1;
  font-size: 20px;
  line-height: 20px;
  color: #3A3A3A;
}

.conP2 div.box div.title h3 a {
  color: #3A3A3A;
}

.conP2 div.box div.title h3 i {
  display: block;
  float: left;
  width: 5px;
  height: 20px;
  background: #CC3C3D;
  margin-right: 5px;
}

.conP2 div.box div.title h6 {
  display: block;
  background: #fff;
  padding-left: 5px;
  float: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-family: PingFangSC;
  color: #E01715;
}

.conP2 div.box div.title h6 a {
  color: #E01715;
}

.conP2 div.box span {
  display: block;
  width: 320px;
  height: 165px;
  margin-top: 20px;
  position: relative;
}

.conP2 div.box span img {
  display: block;
}

.conP2 div.box span i.video {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/icon-video.png) center center no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.conP2 div.box strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  font-family: PingFangSC;
  margin-top: 10px;
}

.conP2 div.box p {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  font-family: PingFangSC;
  color: #666666;
  margin-top: 5px;
}

/* copy版权 */
.copy {
  width: 100%;
  height: 58px;
  background: #6A6D89;
  margin-top: 50px;
}

.copy p {
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  line-height: 58px;
}

.copy p a {
  color: #fff;
  padding: 0 5px;
}

/* footer */
.footer {
  display: none;
}

.newfooter {
  width: 100%;
  height: 172px;
  background: #8D91AA;
  text-align: center;
}

.newfooter .footer_cont {
  width: 440px;
  margin: 51px auto;
}

.newfooter img {
  float: left;
}

.newfooter span {
  display: inline-block;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #fff;
  line-height: 19px;
  text-align: left;
  margin-top: 10px;
}

/* book-list-pic-bg */
.book-list-bg {
  width: 100%;
  height: 1405px;
  background: url(../images/book-bg.png) center center no-repeat;
  margin-top: -205px;
}

.book-list-pic-con {
  width: 780px;
  padding: 160px 220px 0 170px;
}

.book-list-pic-con .navPath {
  font-size: 12px;
  line-height: 14px;
  font-family: SimSun;
}

.book-list-pic-con .navPath a {
  padding: 0 5px;
}

.book-list-pic-con .marBox {
  margin-top: 20px;
  margin-right: -80px;
  overflow: hidden;
}

.book-list-pic-con .book-list-pic li {
  display: block;
  float: left;
  width: 350px;
  height: 80px;
  margin-right: 80px;
  margin-bottom: 25px;
}

.book-list-pic-con .book-list-pic li span {
  display: block;
  float: left;
  width: 145px;
  height: 80px;
  position: relative;
  margin-right: 10px;
}

.book-list-pic-con .book-list-pic li span img {
  display: block;
}

.book-list-pic-con .book-list-pic li span i.video {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/icon-video-s.png) center center no-repeat;
  position: absolute;
  bottom: 3px;
  right: 3px;
  cursor: pointer;
}

.book-list-pic-con .book-list-pic li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  font-family: PingFangSC;
}

.book-list-pic-con .page_n {
  text-align: center;
  padding: 20px 0;
}

.book-list-pic-con .page_n a {
  border: #dddad2 1px solid;
  background: #f7f6f3;
  padding: 10px 15px;
  margin: 0 5px;
}

.book-list-pic-con .page_n a:hover {
  background: #cc3333;
  color: #fff;
  text-decoration: none;
}

.book-list-pic-con .page_n a.common_current_page {
  background: #cc3333;
  color: #fff;
}

.book-list-year-con {
  width: 800px;
  padding: 160px 110px 0 90px;
  position: relative;
}

.book-list-year-con .navPath {
  font-size: 12px;
  line-height: 14px;
  font-family: SimSun;
}

.book-list-year-con .navPath a {
  padding: 0 5px;
}

.book-list-year-con .marBox {
  margin-top: 20px;
  margin-right: -100px;
  height: 950px;
  overflow: hidden;
}

.book-list-year-con .book-list-year-box {
  display: block;
  float: left;
  width: 365px;
  height: 170px;
  margin-right: 50px;
  margin-bottom: 20px;
  position: relative;
}

.book-list-year-con .book-list-year-box div.title {
  height: 30px;
  overflow: hidden;
}

.book-list-year-con .book-list-year-box div.title h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  font-family: PingFangSC;
}

.book-list-year-con .book-list-year-box ul {
  margin-top: 5px;
}

.book-list-year-con .book-list-year-box ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 47px;
  font-family: PingFangSC;
  height: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon-san.png) center left no-repeat;
  padding-left: 10px;
  border-bottom: 1px dashed #D1CAB1;
  position: relative;
}

.book-list-year-con .book-list-year-box ul li:last-of-type {
  border: none;
}

.book-list-year-con .book-list-year-box ul li:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid red;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.book-list-year-con .book-list-year-box ul h6.more {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 30px;
  font-family: PingFangSC;
}

.book-list-year-con .book-list-year-box2 {
  display: block;
  float: left;
  width: 830px;
  height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
}

.book-list-year-con .book-list-year-box2 ul {
  margin-top: 5px;
  overflow: hidden;
}

.book-list-year-con .book-list-year-box2 ul li {
  width: 355px;
  height: 47px;
  float: left;
  margin-right: 50px;
}

.book-list-year-con .book-list-year-box2 ul li:last-of-type {
  border-bottom: 1px dashed #D1CAB1;
}

.book-list-year-con .page_n {
  text-align: center;
  padding: 20px 0;
  margin-left: -35px;
  margin-top: 20px;
}

.book-list-year-con .page_n a {
  border: #dddad2 1px solid;
  background: #f7f6f3;
  padding: 10px 15px;
  margin: 0 5px;
}

.book-list-year-con .page_n a:hover {
  background: #cc3333;
  color: #fff;
  text-decoration: none;
}

.book-list-year-con .page_n a.common_current_page {
  background: #cc3333;
  color: #fff;
}

.book-list-year-con .book-lable-year {
  position: absolute;
  width: 150px;
  height: 500px;
  top: 260px;
  right: -40px;
}

.book-list-year-con .book-lable-year li {
  display: block;
  width: 127px;
  height: 49px;
  margin-bottom: 30px;
  background: url(../images/book-label.png) center center no-repeat;
  font-weight: 400;
  font-size: 20px;
  line-height: 49px;
  font-family: PingFangSC;
  color: #fff;
  text-indent: 0.3em;
  cursor: pointer;
}

.book-list-year-con .book-lable-year li a {
  color: #fff;
}

.book-list-year-con .book-lable-year li a:hover {
  text-decoration: none;
}

.book-list-year-con .book-lable-year li.act {
  background: url(../images/book-label-act.png) center center no-repeat;
}

.book-list-year-con .book-lable-year li.one {
  margin-left: 22px;
}

.book-list-year-con .book-lable-year li.two {
  text-indent: 1.7em;
}

.book-list-year-con .book-lable-year2 li.two {
  text-indent: 0.5em;
}

.book-list-year-con .book-page {
  width: 100%;
  height: 20px;
  margin-top: 20px;
  text-align: right;
}

.book-list-year-con .book-page span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: FZZYSJW--GB1;
  color: #E02829;
  margin-left: 10px;
  cursor: pointer;
}

.book-list-year-con .book-page span a {
  color: #E02829;
}

.book-list-year-con .book-page span a:hover {
  text-decoration: none;
}

.book-list-year-con .book-page span.noAct {
  color: #D1CAB1;
  cursor: default;
}

.book-list-year-con .book-page span.noAct a {
  color: #D1CAB1;
  cursor: default;
}

/*文本层*/
.wbCon .navPath {
  font-size: 12px;
  line-height: 14px;
  font-family: SimSun;
}

.wbCon .navPath a {
  padding: 0 5px;
}

.wbCon .text_title {
  width: 1010px;
  height: 100%;
  margin-top: 20px;
}

.wbCon .text_title h3.pre {
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto;
  text-align: left;
}

.wbCon .text_title h1 {
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #333;
  line-height: 45px;
}

.wbCon .text_title h4.sub {
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto 15px;
  text-align: left;
}

.wbCon .text_title .times {
  width: 1010px;
  padding: 20px 0;
  border-bottom: 2px solid #C5181F;
}

.wbCon .text_title .ptime {
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #999;
  line-height: 44px;
  float: left;
}

.wbCon .text_title .picon {
  float: right;
  line-height: 44px;
}

.wbCon .text_title .ops_tit {
  color: #666;
  float: left;
  margin-right: 10px;
}

.wbCon .text_title .ops_icons {
  float: left;
}

.wbCon .text_title .ops_icons li {
  float: left;
  height: 44px;
  width: 44px;
  list-style: outside none none;
  margin-right: 10px;
  /* border:1px solid red; */
  /* background: url(../images/weibo2.png)no-repeat center */
}

.wbCon .text_title .f_icon {
  width: 190px;
  float: right;
}

.wbCon .text_title .bdsharebuttonbox {
  width: 120px;
  float: left;
}

.wbCon .text_title .fen {
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #999;
  font-family: PingFangSC-Regular;
}

.wbCon .text_title .art_text {
  padding: 30px 0;
  text-align: center;
}

.wbCon .text_title .art_text p {
  text-indent: 2em;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  padding: 6px 0;
  /* text-align: left; */
}

.wbCon .text_title .art_text table {
  width: 100% !important;
}

.wbCon .text_title .art_text .box_pic {
  text-align: center;
  font-size: 14px;
}

.wbCon .text_title .video_text {
  text-align: center;
}

.wbCon .text_title .video_text div#pvpShowDiv {
  text-align: center;
  margin-bottom: 30px;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  body {
    min-width: 1200px;
  }
}


/*20190906*/
.conP2 div.box {
    min-height: 340px;
}
.conP2 div.box a{
    text-decoration: none;
}
.conP2 div.box p{
	text-indent: 2em;
}
.mainTitle h1{
	font-weight: 700;
	color: #CC0005;
    text-decoration: none;
}
.mainTitle h1 a{
	font-weight: 700;
	color: #CC0005;
    text-decoration: none;
}
.conP1 ul li strong a{
    text-decoration: none;	
}
.conP1 ul li p a{
    text-decoration: none;
}
.conP2 div.box div.title h6 a{
    text-decoration: none;
}


.book-list-year-con{
	padding: 190px 110px 0 90px;	
}
.book-list-year-con .marBox {
    height: 920px
}
.book-list-year-con .book-list-year-box {
    height: 165px;
}
.book-list-year-con .book-list-year-box ul li{
	height: 46px;
	line-height: 46px;
}
.book-list-year-con .book-list-year-box2 {
    height: auto;
}
.book-list-year-con .book-list-year-box2 ul {
    height: 860px;
}
.book-list-year-con .book-list-year-box2-listNews ul{
	height: 860px;
}
.book-list-year-con .book-list-year-box2-listNews ul li{
	width: 710px;
}


