*,
::after,
::before {
  box-sizing: border-box;
}
/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
div {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
ul,
ol {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0 none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 0.42666667rem;
  background-color: #f8fafb;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  transition: 0.5s all;
  font-size: 0.42666667rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #184cda;
}
html {
  font-size: 10vw;
}
body {
  background: url(../../images/cwhy/body_bg_m.jpg) no-repeat center top;
  background-size: 100%;
}
.wrap {
  margin: 0 0.33333333rem;
  overflow: hidden;
}
.none {
  display: none !important;
}
.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topBox {
  height: 4.89333333rem;
  overflow: hidden;
}
.topBox img {
  display: block;
  width: 6.62666667rem;
  height: 0.70666667rem;
  margin: 1.76rem auto 0;
}
.headNews {
  padding: 0 0.4rem 0.4rem;
  background-color: #184cda;
  overflow: hidden;
}
.headNews .title {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  color: #FFF;
}
.headNews .title .date {
  width: 1.86666667rem;
  border-right: solid 2px #FFF;
  padding-right: 0.26666667rem;
  display: flex;
  flex-direction: column;
  font-size: 0.34666667rem;
  font-weight: 600;
  text-align: right;
}
.headNews .title .date span {
  font-size: 0.72rem;
}
.headNews .title h3 {
  flex: 1;
  margin-left: 0.26666667rem;
  overflow: hidden;
}
.headNews .title h3 a {
  font-size: 0.42666667rem;
  font-weight: 600;
  color: #FFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.headNews .desc {
  color: #FFF;
  margin-top: 0.4rem;
  word-break: break-all;
  text-align: justify;
  line-height: 1.6;
}
.headNews .btnBox {
  margin-top: 0.4rem;
  display: flex;
}
.headNews .btnBox .detail,
.headNews .btnBox .myaudio {
  display: block;
  width: 2.66666667rem;
  height: 0.66666667rem;
  border-radius: 0.13333333rem;
  text-align: center;
  line-height: 0.66666667rem;
  font-weight: 600;
  color: #184cda;
  background-color: #FFF;
  margin-right: 0.26666667rem;
}
.headNews .btnBox .myaudio {
  flex: 1;
  display: none;
}
.calendar {
  padding: 0 0.4rem 0.4rem;
  background-color: #184cda;
  overflow: hidden;
  margin-top: 0.4rem;
}
.calendar .title {
  margin-top: 0.4rem;
}
.calendar .title h2 {
  font-size: 0.48rem;
  font-weight: 600;
  color: #FFF;
  height: 1.12rem;
  line-height: 1.12rem;
  background: url(../../images/cwhy/title_bg_gray_m.png) no-repeat 1.33333333rem center;
  background-size: auto 100%;
  position: relative;
}
.calendar .title h2::after {
  content: '';
  background: url(../../images/cwhy/title_right_line.png) repeat-x;
  background-size: 100% 100%;
  width: 6rem;
  height: 0.12rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.06666667rem;
  z-index: 9;
}
.calendar .dateboxWrap {
  height: 6.66666667rem;
  width: 100%;
  background-color: #FFF;
  overflow: hidden;
  margin-top: 0.4rem;
  position: relative;
}
.calendar .dateboxWrap .calendar_left,
.calendar .dateboxWrap .calendar_right {
  position: absolute;
  left: 2rem;
  top: 0.26666667rem;
  width: 8px;
  height: 12px;
}
.calendar .dateboxWrap .calendar_right {
  left: auto;
  right: 2rem;
}
.calendar .dateboxWrap .dateBox {
  width: 100%;
  height: 100%;
  display: block;
}
.calendar .dateboxWrap .dateBox .dateMonth {
  width: 100%;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  text-align: center;
  font-weight: 600;
  border-bottom: solid 1px #f1f1f1;
}
.calendar .dateboxWrap .dateBox .dateR {
  width: 100%;
  margin: 0 auto;
  height: 1.06666667rem;
  line-height: 1.06666667rem;
  display: flex;
  justify-content: space-around;
  font-weight: 600;
}
.calendar .dateboxWrap .dateBox .dateT {
  display: flex;
  flex-wrap: wrap;
}
.calendar .dateboxWrap .dateBox .dateT span {
  display: inline-block;
  width: calc(100%/7);
  text-align: center;
  color: #afafaf;
  cursor: pointer;
  padding: 0.10666667rem 0;
}
.calendar .dateboxWrap .dateBox .dateT span.has a {
  color: #0085ff;
  font-weight: bold;
}
.calendar .dateboxWrap .dateBox .dateT span a {
  color: #afafaf;
}
.calendar .dateboxWrap .dateBox .dateT span.on {
  border-radius: 0.13333333rem;
  background: #0085ff;
  color: #FFFFFF;
}
.calendar .dateboxWrap .dateBox .dateT span.on a {
  color: #FFFFFF;
  display: inline-block;
}
.unscramble {
  margin-top: 0.4rem;
}
.unscramble .title {
  height: 1.52rem;
  background: url(../../images/cwhy/title_cwhjd_m.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.unscramble .title .more {
  color: #184cda;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: 0.26666667rem;
  right: 0.4rem;
  z-index: 9;
}
.unscramble .unscramble_slider_top {
  height: 1.86666667rem;
  margin: 0.4rem auto 0;
  padding: 0 0.26666667rem;
  border-bottom: solid 1px #007fdb;
  overflow: visible;
}
.unscramble .unscramble_slider_top .swiper-slide {
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../images/cwhy/slider_cwhjd_nav_bg_m.png) no-repeat;
  background-size: contain;
  padding: 0.4rem 0 0.2rem 0.13333333rem;
  position: relative;
}
.unscramble .unscramble_slider_top .swiper-slide.swiper-slide-active {
  background: url(../../images/cwhy/slider_cwhjd_nav_bg_active_m.png) no-repeat;
  background-size: contain;
}
.unscramble .unscramble_slider_top .swiper-slide.swiper-slide-active::after {
  display: block;
}
.unscramble .unscramble_slider_top .swiper-slide::before {
  content: '';
  width: 2px;
  height: 0.26666667rem;
  background-color: #007fdb;
  position: absolute;
  left: 0.8rem;
  bottom: -0.26666667rem;
}
.unscramble .unscramble_slider_top .swiper-slide::after {
  content: '';
  width: 0;
  height: 0;
  border: solid 0.13333333rem transparent;
  border-top: solid 0.13333333rem #007fdb;
  position: absolute;
  left: 0.8rem;
  bottom: -0.66666667rem;
  margin-left: -0.13333333rem;
  z-index: 9;
  display: none;
  transition: .5s all;
}
.unscramble .unscramble_slider_top .swiper-slide .txt {
  color: #FFF;
  cursor: pointer;
  font-size: 0.21333333rem;
  width: 1.25333333rem;
  text-align: center;
}
.unscramble .unscramble_slider_top .swiper-slide .txt span {
  font-size: 0.24rem;
  font-weight: 600;
  display: block;
}
.unscramble .unscramble_slider_top .swiper-slide .dot {
  width: 0.21333333rem;
  height: 0.21333333rem;
  background-color: #007fdb;
  position: absolute;
  left: 50%;
  bottom: -0.34666667rem;
  z-index: 9;
  border-radius: 50%;
  margin-left: 0.8rem;
}
.unscramble .unscramble_slider_con {
  margin-top: 0.4rem;
}
.unscramble .unscramble_slider_con .swiper-slide {
  overflow: hidden;
}
.unscramble .unscramble_slider_con .swiper-slide .tj {
  width: 100%;
  height: 5.33333333rem;
  border: solid 0.13333333rem #bed0ff;
  border-radius: 0.13333333rem;
  position: relative;
}
.unscramble .unscramble_slider_con .swiper-slide .tj .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.unscramble .unscramble_slider_con .swiper-slide .tj .pic img {
  height: auto;
}
.unscramble .unscramble_slider_con .swiper-slide .tj .icon {
  background: url(../../images/cwhy/tj_bg_m.png) no-repeat;
  background-size: 100% 100%;
  width: 2.06666667rem;
  height: 0.98666667rem;
  color: #FFF;
  font-weight: 600;
  padding: 0.10666667rem 0 0 0.53333333rem;
  position: absolute;
  left: 0;
  top: 0.26666667rem;
  z-index: 9;
}
.unscramble .unscramble_slider_con .swiper-slide .xghy {
  margin-top: 0.4rem;
  background-color: #bed0ff;
  padding: 0 0.4rem 0.4rem;
  overflow: hidden;
}
.unscramble .unscramble_slider_con .swiper-slide .xghy .tit {
  margin-top: 0.4rem;
  position: relative;
}
.unscramble .unscramble_slider_con .swiper-slide .xghy .tit h3 {
  font-size: 0.48rem;
  font-weight: 600;
  height: 1.12rem;
  line-height: 1.12rem;
  background: url(../../images/cwhy/title_bg_gray_m.png) no-repeat 1.33333333rem center;
  background-size: auto 100%;
  position: relative;
}
.unscramble .unscramble_slider_con .swiper-slide .xghy .tit h3::after {
  content: '';
  background: url(../../images/cwhy/title_right_line.png) repeat-x;
  background-size: 100% 100%;
  width: 4.4rem;
  height: 0.12rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  margin-top: -0.06666667rem;
  z-index: 9;
}
.unscramble .unscramble_slider_con .swiper-slide .xghy .tit .more {
  color: #184cda;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  font-weight: 600;
  height: 1.12rem;
  line-height: 1.12rem;
}
.unscramble .unscramble_slider_con .swiper-slide .xghy .con {
  background-color: #FFF;
  padding: 0.26666667rem 0.26666667rem 0.66666667rem;
  overflow: hidden;
  margin-top: 0.13333333rem;
  position: relative;
}
.unscramble .unscramble_slider_con .swiper-slide .xghy .con h4 {
  line-height: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.unscramble .unscramble_slider_con .swiper-slide .xghy .con h4 a {
  font-weight: 600;
}
.unscramble .unscramble_slider_con .swiper-slide .xghy .con .desc {
  line-height: 1.6;
  word-break: break-all;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.unscramble .unscramble_slider_con .swiper-slide .xghy .con .date {
  color: #999;
  position: absolute;
  right: 0.26666667rem;
  bottom: 0.13333333rem;
  z-index: 9;
}
.unscramble .unscramble_slider_con .swiper-slide .xghy .con .date::before {
  content: '';
  background: url(../../images/cwhy/icon_date_m.png) no-repeat;
  background-size: 100% 100%;
  width: 0.42666667rem;
  height: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  margin: -0.06666667rem 0.13333333rem 0 0;
}
.unscramble .unscramble_slider_con .swiper-slide .spbd {
  margin-top: 0.4rem;
}
.unscramble .unscramble_slider_con .swiper-slide .spbd .con {
  height: 5rem;
  padding: 0;
}
.unscramble .unscramble_slider_con .swiper-slide .spbd .con a {
  display: block;
  width: 100%;
  height: 100%;
}
.unscramble .unscramble_slider_con .swiper-slide .spbd .con a img {
	height: auto;
}
.banner {
  height: 1.33333333rem;
  margin-top: 0.4rem;
}
.meeting_review {
  margin-top: 0.4rem;
}
.meeting_review .title {
  height: 1.52rem;
  background: url(../../images/cwhy/title_lnhg_m.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.meeting_review .meeting_review_slider_top {
  height: 1.86666667rem;
  margin: 0.4rem auto 0;
  padding: 0 0.26666667rem;
  border-bottom: solid 1px #007fdb;
  overflow: visible;
}
.meeting_review .meeting_review_slider_top .swiper-slide {
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../images/cwhy/slider_cwhjd_nav_bg_m.png) no-repeat;
  background-size: contain;
  padding: 0.6rem 0 0.2rem 0.16rem;
  position: relative;
}
.meeting_review .meeting_review_slider_top .swiper-slide.swiper-slide-active {
  background: url(../../images/cwhy/slider_cwhjd_nav_bg_active_m.png) no-repeat;
  background-size: contain;
}
.meeting_review .meeting_review_slider_top .swiper-slide.swiper-slide-active::after {
  display: block;
}
.meeting_review .meeting_review_slider_top .swiper-slide::before {
  content: '';
  width: 2px;
  height: 0.26666667rem;
  background-color: #007fdb;
  position: absolute;
  left: 0.8rem;
  bottom: -0.26666667rem;
}
.meeting_review .meeting_review_slider_top .swiper-slide::after {
  content: '';
  width: 0;
  height: 0;
  border: solid 0.13333333rem transparent;
  border-top: solid 0.13333333rem #007fdb;
  position: absolute;
  left: 0.8rem;
  bottom: -0.66666667rem;
  margin-left: -0.13333333rem;
  z-index: 9;
  display: none;
  transition: .5s all;
}
.meeting_review .meeting_review_slider_top .swiper-slide .txt {
  color: #FFF;
  cursor: pointer;
  font-size: 0.21333333rem;
  width: 1.25333333rem;
  text-align: center;
}
.meeting_review .meeting_review_slider_top .swiper-slide .txt span {
  font-size: 0.24rem;
  font-weight: 600;
  display: block;
}
.meeting_review .meeting_review_slider_top .swiper-slide .dot {
  width: 0.21333333rem;
  height: 0.21333333rem;
  background-color: #007fdb;
  position: absolute;
  left: 50%;
  bottom: -0.34666667rem;
  z-index: 9;
  border-radius: 50%;
  margin-left: 0.8rem;
}
.meeting_review .meeting_slider_con {
  margin-top: 0.4rem;
  overflow: hidden;
}
.meeting_review .meeting_slider_con .meeting_review_date_slider {
  height: 1.06666667rem;
  background-color: #ecf1fe;
  overflow: hidden;
  position: relative;
  margin-top: 0.13333333rem;
}
.meeting_review .meeting_slider_con .meeting_review_date_slider .swiper-slide {
  color: #242a51;
  height: 0.53333333rem;
  line-height: 0.53333333rem;
  text-align: center;
  border-radius: 0.24rem;
  margin-top: 0.26666667rem;
  cursor: pointer;
}
.meeting_review .meeting_slider_con .meeting_review_date_slider .swiper-slide.swiper-slide-active {
  background-color: #006efe;
  color: #FFF;
}
.meeting_review .meeting_slider_con .dateConSlider {
  background-color: #ecf1fe;
  margin-top: 0.4rem;
}
.meeting_review .meeting_slider_con .dateConSlider .swiper-slide {
  overflow: hidden;
  padding-bottom: 1.06666667rem;
  position: relative;
}
.meeting_review .meeting_slider_con .dateConSlider .swiper-slide h2 {
  font-size: 0.48rem;
  font-weight: 600;
  color: #0e2640;
  line-height: 1.4;
  text-align: center;
  padding: 0 0.6rem;
  margin-top: 0.4rem;
}
.meeting_review .meeting_slider_con .dateConSlider .swiper-slide .desc {
  padding: 0 0.6rem;
  margin-top: 0.4rem;
  word-break: break-all;
  text-align: justify;
  line-height: 2;
  min-height: 2.66666667rem;
}
.meeting_review .meeting_slider_con .dateConSlider .swiper-slide .desc a {
  color: #007bff;
}
.meeting_review .meeting_slider_con .dateConSlider .swiper-slide .graphic {
  width: 2.53333333rem;
  height: 0.66666667rem;
  background-color: #d4e4fe;
  font-size: 0.42666667rem;
  font-weight: 600;
  color: #007bff;
  text-align: center;
  line-height: 0.66666667rem;
  border-radius: 0.24rem;
  position: absolute;
  right: 0.6rem;
  bottom: 0.4rem;
  z-index: 9;
  padding: 0 0.26666667rem;
}
/* second */
.listCon {
  padding: 0 0.4rem;
  margin: 0.53333333rem auto 0;
}
.listCon .title h2 {
  font-size: 0.48rem;
  color: #2b78cc;
  text-align: center;
  line-height: 0.48rem;
  font-weight: 600;
}
.listCon .title h2:before {
  content: '';
  width: 1.33333333rem;
  height: 0.02666667rem;
  display: inline-block;
  vertical-align: middle;
  margin: -0.02666667rem 0.4rem 0 0;
  background-color: #2b78cc;
}
.listCon .title h2:after {
  content: '';
  width: 1.33333333rem;
  height: 0.02666667rem;
  display: inline-block;
  vertical-align: middle;
  margin: -0.02666667rem 0 0 0.4rem;
  background-color: #2b78cc;
}
.listCon ul {
  margin-top: 0.4rem;
}
.listCon ul li a {
  display: block;
  line-height: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listCon ul li a::before {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -0.02666667rem 0.13333333rem 0 0;
  background-color: #DDD;
}
.listCon ul .line {
  border-bottom: dashed 0.01333333rem #dddddd;
  margin: 0.26666667rem 0;
}
.contentBox {
  padding: 0 0.4rem;
  margin: 0.53333333rem auto 0;
}
.contentBox h1 {
  font-size: 0.42666667rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.contentBox .sourceBox {
  font-size: 0.32rem;
  color: #999;
  text-align: center;
  margin-top: 0.13333333rem;
  padding-bottom: 0.26666667rem;
  border-bottom: dashed 0.01333333rem #dddddd;
}
.contentBox .sourceBox span:last-child {
  margin-left: 1.33333333rem;
}
.contentBox .content {
  margin-top: 0.26666667rem;
  line-height: 2;
  font-size: 0.42666667rem;
}
.contentBox .content video {
  height: auto !important;
}
/* page */
.page {
  height: 0.53333333rem;
  line-height: 0.53333333rem;
  text-align: center;
  color: #404040;
  padding-bottom: 0.53333333rem;
}
.page span {
  padding: 0 0.26666667rem;
  border: 0.01333333rem solid #ededed;
  margin-right: 0.08rem;
  border-radius: 0.06666667rem;
  line-height: 0.53333333rem;
  height: 0.53333333rem;
  display: inline-block;
  font-size: 0.26666667rem;
}
.page span.on {
  border: 0.01333333rem solid #2b78cc;
  background: #2b78cc;
  color: #fff;
}
.page a {
  padding: 0px 0.26666667rem;
  border: 0.01333333rem solid #ededed;
  margin-right: 0.08rem;
  color: #404040;
  line-height: 0.53333333rem;
  height: 0.53333333rem;
  display: inline-block;
}
.page a:hover {
  border: 0.01333333rem solid #af1c2a;
  background: #af1c2a;
  color: #fff;
}
.page a.back:hover {
  border: 0.01333333rem solid #ededed;
  color: #404040;
  background: #fff;
}
