@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;
  min-width: 1080px;
  background-color: #EDF6FF;
}

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;
}

.w1000 {
  width: 1000px;
}

/* copy版权 */
.bottom {
  background: url(../images/b_bg.gif) top center repeat-x #e2e1e1;
  margin-top: -20px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.lianjie {
  padding: 30px 0;
}

.lianjie .tit {
  width: 12%;
  float: left;
}

.lj_pic img {
  display: block;
  float: left;
  margin: 0 8px;
}

.copyright {
  margin: 0px auto;
  width: 100%;
  font-size: 12px;
  color: #000000;
  text-align: center;
  padding: 20px 0;
  line-height: 180%;
  clear: both;
}

#copyright {
  clear: both;
  margin: 5px auto;
  padding-top: 10px;
  width: 980px;
  height: auto;
  color: #2A3084;
  text-align: center;
}

#copyright p {
  margin: 0 0 2px 0;
  text-align: center;
}

#copyright a {
  color: #2A3084;
}

#copyright p.p1 {
  margin: 15px  auto;
  width: 530px;
}

#copyright p.p2 {
  margin: 8px 0 0 0;
}

.lianjie {
  position: relative;
  padding: 30px 0 10px;
}

.ewm01 {
  cursor: pointer;
}

.lj_pic {
  overflow: hidden;
}

.lj_pic span {
  display: none;
  position: absolute;
  bottom: 60px;
  right: 0;
}

/*banner_top*/
.banner_top {
  height: 700px;
  background: url(../images/bg_top.jpg) top center no-repeat;
}

/*main_bg*/
.main_bg {
  background: url(../images/main_bg1.png) center top no-repeat, url(../images/main_bg2.png) center bottom no-repeat;
  margin: -115px auto 0;
  padding-bottom: 85px;
}

.main_bg .bg_white_container {
  background: url(../images/main_top_line_btm.png) bottom center no-repeat, url(../images/main_top_line.png) top center no-repeat;
  width: 1152px;
  box-sizing: border-box;
  padding: 0px 70px 0;
  margin-top: 45px;
}

/*p1*/
.p1_container .title {
  margin: 40px auto;
  height: 40px;
  background: url(../images/title_01.png) center center no-repeat;
  font-size: 0;
  text-indent: -9999px;
}

.p1_container .title a {
  display: block;
  width: 100%;
  height: 100%;
}

.p1_container .list {
  width: 480px;
  margin-top: 7px;
  float: left;
}

.p1_container .list li h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: PingFangSC, PingFang SC;
  color: #333333;
  letter-spacing: 0;
  background: url(../images/dot_blue.png) left center no-repeat;
  padding-left: 12px;
}

.p1_container .list li p {
  margin: 10px auto 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-family: PingFangSC-Regular;
  color: #666666;
  letter-spacing: 0;
}

.p1_container .list li p em {
  color: #4E7AAC;
}

.p1_container .list li p em a {
  color: #4E7AAC;
}

.p1_container .fouce {
  width: 480px;
  height: 265px;
  padding: 0px 0px;
  background: #EDF6FF;
  float: right;
  position: relative;
  overflow: hidden;
}

.swiper-container-focus {
  padding: 5px 0 0 0;
  width: 720px;
  height: 255px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-container-focus .swiper-slide {
  width: auto;
  height: 255px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}

.swiper-container-focus .swiper-slide .box {
  width: 232px;
  height: 255px;
  box-sizing: border-box;
  background: #EDF6FF;
  overflow: hidden;
}

.swiper-container-focus .swiper-slide .box img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid #fff;
  opacity: .6;
  object-fit: contain;
}

.swiper-container-focus .swiper-slide.swiper-slide-active .box img {
  opacity: 1;
}

.swiper-container-focus .swiper-btn {
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(../images/btn_left.png) center center no-repeat;
  cursor: pointer;
  top: 115px;
  left: 160px;
  z-index: 9;
}

.swiper-container-focus .swiper-next {
  background: url(../images/btn_right.png) center center no-repeat;
  left: auto;
  right: 160px;
}

/*poster*/
.poster-main {
  position: relative;
}

.poster-main a, .poster-main img {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0;
  top: 0;
}

.poster-main .poster-list .poster-item div.box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #C7914A;
  border: 4px solid #FFFFFF;
  overflow: hidden;
}

.poster-main .poster-list .poster-item h2 {
  margin: 10px auto 0;
  display: block;
  width: 83%;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.poster-main .poster-list .poster-item h2 a {
  color: #FFFFFF;
  text-decoration: none;
}

.poster-main .poster-list .poster-item p {
  margin: 10px auto 0;
  padding-top: 10px;
  display: block;
  width: 83%;
  border-top: 1px solid rgba(255, 255, 255, 0.27);
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  font-family: PingFangSC-Regular;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0;
  text-align: right;
}

.poster-main .poster-list .poster-item p a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  /* filter: opacity(.5) brightness(1); */
}

.poster-main .poster-btn :hover {
  filter: opacity(1) brightness(2);
}

.poster-main .poster-prev-btn {
  left: 0px;
  background: url(../images/btn_left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
  right: 0px;
  background: url(../images/btn_right.png) no-repeat center center;
}

/*p2*/
.p2_container {
  overflow: hidden;
}

.p2_container .title {
  margin: 60px auto 0px;
  height: 40px;
  background: url(../images/title_02.png) center center no-repeat;
  font-size: 0;
  text-indent: -9999px;
}

.p2_container .title a {
  display: block;
  width: 100%;
  height: 100%;
}

.p2_container .list {
  margin: 0 -50px 0 0;
  overflow: hidden;
}

.p2_container .list li {
  width: 470px;
  height: 110px;
  margin: 20px 20px 0px 10px;
  float: left;
  overflow: hidden;
}

.p2_container .list li span {
  display: block;
  width: 160px;
  height: 110px;
  margin-right: 15px;
  float: left;
}

.p2_container .list li span img {
  width: 160px;
  height: 110px;
  object-fit: contain;
}

.p2_container .list li h3 {
  margin: 0px auto 0;
  padding: 5px 5px 5px 0px;
  border-bottom: 1px dashed #B6D1FF;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  font-family: PingFangSC, PingFang SC;
  color: #003FAA;
  letter-spacing: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p2_container .list li h3 a {
  color: #003FAA;
}

.p2_container .list li p {
  margin: 10px auto 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-family: PingFangSC-Regular;
  color: #666666;
  letter-spacing: 0;
}

.p2_container .list li p em {
  color: #4E7AAC;
}

.p2_container .list li p em a {
  color: #4E7AAC;
  text-decoration: none;
}

/*p3*/
.p3_container .title {
  margin: 40px auto 20px;
  height: 40px;
  background: url(../images/title_03.png) center center no-repeat;
  font-size: 0;
  text-indent: -9999px;
}

.p3_container .title a {
  display: block;
  width: 100%;
  height: 100%;
}

.p3_container .book_bg {
  width: 1000px;
  height: auto;
  min-height: 403px;
  overflow: hidden;
  background: url(../images/main_book_bg.png) top center no-repeat;
}

.p3_container .book_fl, .p3_container .book_fr {
  width: 493px;
  min-height: 337px;
  box-sizing: border-box;
}

.p3_container .book_fl h2, .p3_container .book_fr h2 {
  display: block;
  margin-top: 30px;
  height: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  color: #00aefd;
  font-size: 0;
  text-indent: -9999px;
}

.p3_container .book_fl h2 a, .p3_container .book_fr h2 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #00aefd;
}

.p3_container .book_fl ul, .p3_container .book_fr ul {
  box-sizing: border-box;
  margin: 20px auto 0;
}

.p3_container .book_fl ul li, .p3_container .book_fr ul li {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  letter-spacing: 0;
  background: url(../images/dot_blue.png) left center no-repeat;
  padding-left: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p3_container .book_fl {
  float: left;
  padding: 0 37px 0 52px;
}

.p3_container .book_fl h2 {
  background: url(../images/title_03_bg1.png) left center no-repeat;
}

.p3_container .book_fr {
  float: right;
  padding: 0 56px 0 33px;
}

.p3_container .book_fr h2 {
  background: url(../images/title_03_bg2.png) left center no-repeat;
}

/*p4*/
.p4_container .title {
  margin: 40px auto 10px;
  height: 40px;
  background: url(../images/title_04.png) center center no-repeat;
  font-size: 0;
  text-indent: -9999px;
}

.p4_container .title a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-container-imgs-full {
  width: 1080px;
  height: 460px;
  margin-bottom: 40px;
  margin-left: -40px;
  position: relative;
}

.swiper-container-imgs-full div.swiper-imgs-prev, .swiper-container-imgs-full div.swiper-imgs-next {
  width: 40px;
  height: 460px;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  z-index: 9;
  background: url(../images/btn_p4_left.png) center center no-repeat;
}

.swiper-container-imgs-full div.swiper-imgs-next {
  left: auto;
  right: 0px;
  background: url(../images/btn_p4_right.png) center center no-repeat;
}

/*swiper*/
.swiper-container-imgs {
  width: 1020px;
  height: 460px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

.swiper-container-imgs div.swiper-slide div.box {
  width: 223px;
  height: 402px;
  padding: 10px 10px;
  background: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(16, 56, 111, 0.19);
  overflow: hidden;
  position: relative;
}

.swiper-container-imgs div.swiper-slide div.box span {
  display: block;
  width: 223px;
  height: 402px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.swiper-container-imgs div.swiper-slide div.box span img {
  display: inline-block;
  width: 223px;
  height: auto;
  object-fit: contain;
}

.swiper-container-imgs div.swiper-slide div.box p {
  display: none;
}

.swiper-container-imgs .swiper-pagination-imgs {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 25px;
  right: 10px;
  text-align: right;
}

.swiper-container-imgs .swiper-pagination-imgs span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-container-imgs .swiper-pagination-imgs span.swiper-active-switch {
  background: #fff;
  opacity: 1;
}

/*navPath*/
.navpath {
  margin: 40px auto 20px;
  font-size: 14px;
  color: #333;
}

.navpath a {
  color: #333;
  padding: 0 5px;
}

/*list_container*/
.list_container {
  width: 100%;
  height: auto;
}

.list_container ul.list_16 {
  width: 80%;
  margin: 0 auto;
}

.list_container ul.list_16 li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/dot_blue.png) 0px center no-repeat;
  padding-left: 20px;
  line-height: 42px;
}

/*page_n*/
.page_n {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

.page_n a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-family: PingFangSC-Regular, PingFang SC;
  background: #f7f6f3;
  border: 1px solid #dddad2;
  border-radius: 4px;
  color: #595959;
  padding: 10px 15px;
  margin: 0 0 0 8px;
  overflow: hidden;
}

.page_n a.common_current_page,
.page_n a:hover {
  background: #cc3333;
  border: 1px solid #BF1717;
  color: #fff;
  text-decoration: none;
}

/*稿件*/
.detail_bg .bg_white_container {
  width: 100%;
}

.detail_container {
  width: 1116px;
  background-color: #fff;
  margin: 37px auto 0;
}

.bgerji02 {
  background: #fff;
}

.ej_xxgk {
  width: 1000px;
  overflow: hidden;
  padding-top: 15px;
}

.ej_xxgk .xxgk_c {
  margin: 0 auto;
}

.ej_xxgk .xxgk_c h3.pre {
  font-size: 20px;
  font-family: "Microsoft Yahei";
  text-align: center;
  display: block;
  line-height: 28px;
  font-weight: 400;
  width: auto;
  padding: 0 10%;
  margin: 0 auto;
}

.ej_xxgk .xxgk_c h1 {
  font-size: 28px;
  font-family: "Microsoft Yahei";
  text-align: center;
  display: block;
  line-height: 36px;
  padding: 10px 0;
  font-weight: 700;
}

.ej_xxgk .xxgk_c h4.sub {
  font-size: 20px;
  font-family: "Microsoft Yahei";
  text-align: center;
  display: block;
  line-height: 28px;
  font-weight: 400;
  width: auto;
  padding: 0 5%;
  margin: 0 auto 15px;
}

.ej_xxgk .xxgk_c p.author {
  font-size: 16px;
  font-family: "Microsoft Yahei";
  text-align: center;
  display: block;
  line-height: 22px;
  font-weight: normal;
  width: auto;
  margin: 0 auto 10px;
  color: #666;
  text-indent: 0em;
}

.ej_xxgk .xxgk_c .laiyuan {
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #d3d3d3;
  color: #666;
  padding-bottom: 10px;
  width: 90%;
}

.ej_xxgk .xxgk_c .laiyuan i {
  margin: auto 5px;
  cursor: pointer;
  font-style: 400;
}

.ej_xxgk .xxgk_c .laiyuan i.setFontRed {
  color: #cc3300;
  font-weight: bold;
  font-size: 15px;
}

.ej_xxgk .xxgk_c .laiyuan i i img {
  margin-left: 10px;
}

.ej_xxgk .xxgk_c .laiyuan .fl {
  float: none;
  display: block;
  text-align: center;
}

.ej_xxgk .xxgk_c #wb_content {
  margin-top: 20px;
}

.ej_xxgk .xxgk_c p {
  width: 85%;
  font-size: 18px;
  line-height: 170%;
  font-family: "Microsoft Yahei";
  color: #000;
  margin: 0 auto 25px;
  text-align: justify;
}

.ej_xxgk .xxgk_c ul.list_16 {
  width: 66%;
  margin: 20px auto;
}

.ej_xxgk .xxgk_c table.pci_c {
  width: 700px;
  margin: 0 auto;
}

.text_video {
  width: 1000px;
  height: 560px;
  margin-top: 25px;
}

#videoplayerdiv,
#pvpShowDiv {
  height: 560px;
}

#player {
  height: 560px;
}

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