.banner {
  position: relative;
  height: 26.875em;
  
}
.banner .left_banner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc((100% - 14rem)/2);
  background-color: rgba(0, 0, 0, 0.58);
}
.banner .right_banner {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc((100% - 14rem)/2);
  background-color: rgba(0, 0, 0, 0.58);
}
.banner .slick1 {
  height: 100%;
}
.banner .slick1 .slick-list,
.banner .slick1 .slick-list .slick-track{
  height: 100%;
}

.banner .slick1 .slick-prev {
  position: absolute;
  left: calc((100% - 14rem)/2 - 0.42rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/slide_prev.png) no-repeat center center / cover;
  width: 0.19rem;
  height: 0.31rem;
  z-index: 3;
}
.banner .slick1 .slick-slide {
width: 14rem;
height:100%;
}
.banner .slick1 .slick-slide>div {
	height:100%;
}
.banner .slick1 .slick-next {
  position: absolute;
  right: calc((100% - 14rem)/2 - 0.42rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/slide_next.png) no-repeat center center / cover;
  width: 0.19rem;
  height: 0.31rem;
  z-index: 3;
}
.banner .slick1 .slick-dots {
  position: absolute;
  bottom: 0.3rem;
  right: calc((100% - 14rem)/2 + 0.26rem);
}
.banner .slick1 .slick-dots .slick-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  margin-right: 12px;
  border-radius: 100%;
}
.banner .slick1 .slick-dots .slick-dot:last-child {
  margin-right: 0;
}
.banner .slick1 .slick-dots .slick-active {
  background-color: #fca311;
}
.banner .slick1 > div .slide {
  height: 100%;
width: 14rem;

  max-width: 14rem;
  position: relative;
}
.banner .slick1 > div .slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .slick1 > div .slide .title {
  position: absolute;
  left: 0.42rem;
  bottom: 0.3rem;
}
.banner .slick1 > div .slide .title span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
main .common_top {
  border-bottom: 1px solid #b2b2b2;
  line-height: 0.42rem;
}
main .common_title {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.29rem;
  margin-bottom: -3px;
  border-bottom: 4px solid #003f88;
}
main .common_title h3 {
  font-size: 0.3rem;
  padding-left: 0.5rem;
  color: #003f88;
  font-weight: bold;
}
main .common_more {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.22rem;
}
main .common_more a {
  display: block;
  font-size: 0.16rem;
  color: #666666;
}
main .common_more a::after {
  content: ">>";
  font-family: '宋体';
}
main .notice {
  overflow: hidden;
  padding-top: 0.6rem;
  padding-bottom: 0.64rem;
}
main .notice .layout .notice_left {
  width: 68%;
}
main .notice .layout .notice_left .common_top {
  margin-bottom: 0.24rem;
}
main .notice .layout .notice_left .common_top .common_title {
  width: 18%;
}
main .notice .layout .notice_left .common_top .common_title h3 {
  background: url(../images/notice.png) no-repeat left center;
  background-size: 0.35rem 0.28rem;
}
main .notice .layout .notice_left .common_top .common_more {
  width: 6%;
}
main .notice .layout .notice_left .notice_box {
  padding-left: 0.5rem;
  width: 70%;
  height: 100%;
}
main .notice .layout .notice_left .notice_box .notice_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
main .notice .layout .notice_left .notice_box .notice_items .notice_item {
  text-align: center;
  height: 100%;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
main .notice .layout .notice_left .notice_box .notice_items .notice_item::after {
  content: "";
  width: 2px;
  height: 23px;
  display: block;
  background: #bbbbbb;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
main .notice .layout .notice_left .notice_box .notice_items .notice_item:last-child::after {
  content: "";
  display: none;
}
main .notice .layout .notice_left .notice_box .notice_items .notice_item a {
  width: 80%;
  font-size: 0.2rem;
  color: #666666;
  display: block;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 19px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
main .notice .layout .notice_left .notice_box .notice_items .on a {
  border: 1px solid #b1aeae;
  border-radius: 19px;
}
main .notice .layout .notice_left .notice_ul {
  width: 100%;
  height: 4.2rem;
}
main .notice .layout .notice_left .notice_ul .notice_li {
  width: 100%;
  height: 0.52rem;
  border-bottom: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.35rem;
  background: url(../images/go.png) no-repeat 0.14rem center;
  background-size: 0.08rem 0.15rem;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
main .notice .layout .notice_left .notice_ul .notice_li:hover {
  padding-left: 0.45rem;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
main .notice .layout .notice_left .notice_ul .notice_li:hover a .content {
  color: #fdb339;
}
main .notice .layout .notice_left .notice_ul .notice_li a {
  display: block;
  width: 100%;
  line-height: 0.52rem;
}
main .notice .layout .notice_left .notice_ul .notice_li a .content {
  float: left;
  font-size: 0.18rem;
  color: #333;
  max-width: 83%;
}
main .notice .layout .notice_left .notice_ul .notice_li a .content span {
  width: 100%;
  display: block;
  /* 1.先强制一行内显示文本 */
  white-space: nowrap;
  /* 2.超出部分隐藏 */
  overflow: hidden;
  /* 3.文字用省略号替代超出的部分 */
  text-overflow: ellipsis;
}
main .notice .layout .notice_left .notice_ul .notice_li a .time {
  float: right;
  font-size: 0.16rem;
  color: #999;
}
main .notice .layout .slideTxtBox1 {
  display: none;
}
main .notice .layout .functions_right {
  padding-left: 4%;
  width: 28%;
}
main .notice .layout .functions_right .common_top {
  margin-bottom: 0.42rem;
}
main .notice .layout .functions_right .common_top .common_title h3 {
  background: url(../images/function_more.png) no-repeat left center;
  background-size: 0.31rem 0.31rem;
}
main .notice .layout .functions_right .funcitons .function_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 4.02rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
main .notice .layout .functions_right .funcitons .function_cards .function_card {
  width: 46.8%;
  height: 46.8%;
  border: 1px solid #dedada;
  border-radius: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
main .notice .layout .functions_right .funcitons .function_cards .function_card a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.25rem;
}
main .notice .layout .functions_right .funcitons .function_cards .function_card a .pic {
  height: 0.8rem;
  width: 0.8rem;
  margin: 0 auto;
}
main .notice .layout .functions_right .funcitons .function_cards .function_card a .pic .img {
  height: 100%;
  width: 100%;

  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
main .notice .layout .functions_right .funcitons .function_cards .function_card a .pic .img-none {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
display: none;
height: 100%;
  width: 100%;

  -o-object-fit: contain;
  object-fit: contain;

}

main .notice .layout .functions_right .funcitons .function_cards .function_card a .title {
  margin-top: 0.18rem;
  text-align: center;
}
main .notice .layout .functions_right .funcitons .function_cards .function_card a .title span {
  font-size: 0.24rem;
  color: #666;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
main .notice .layout .functions_right .funcitons .function_cards .function_card:hover {
  border: 1px solid #fca311;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
main .notice .layout .functions_right .funcitons .function_cards .function_card:hover .title span {
  color: #fca311;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
main .notice .layout .functions_right .funcitons .function_cards .function_card:hover a .pic .img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

main .notice .layout .functions_right .funcitons .function_cards .function_card:hover a .pic .img1 {
  display: none;
 transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;

}
main .notice .layout .functions_right .funcitons .function_cards .function_card:hover a .pic .img2 {
 display: none;
 transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;

}
main .notice .layout .functions_right .funcitons .function_cards .function_card:hover a .pic .img3 {
 display: none;
 transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;

}
main .notice .layout .functions_right .funcitons .function_cards .function_card:hover a .pic .img4 {
  display: none;
 transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;


}
main .notice .layout .functions_right .funcitons .function_cards .function_card:hover a .pic .img-none {
  display: block;
 transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;


}

main .preview {
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  background: url(../images/preview_bg.jpg) no-repeat center center / cover;
}
main .preview .layout .common_top {
  margin-bottom: 0.35rem;
}
main .preview .layout .common_top .common_title h3 {
  background: url(../images/notice.png) no-repeat left center;
  background-size: 0.35rem 0.28rem;
}
main .preview .layout .common_top .preview_box {
  padding-left: 0.5rem;
}
main .preview .layout .common_top .preview_box .preview_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .preview .layout .common_top .preview_box .preview_items .preview_item {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.29rem;
}
main .preview .layout .common_top .preview_box .preview_items .preview_item::after {
  content: "|";
  color: #bbbbbb;
  position: absolute;
  right: 0;
  top: 0;
}
main .preview .layout .common_top .preview_box .preview_items .preview_item:last-child::after {
  content: "";
}
main .preview .layout .common_top .preview_box .preview_items .preview_item a {
  padding: 0 0.38rem;
  font-size: 0.2rem;
  color: #666666;
  display: block;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 19px;
}
main .preview .layout .common_top .preview_box .preview_items .on a {
  border: 1px solid #e0e0e0;
}
main .preview .layout .preview_slick_box .preview_slick {
  height: 3.5rem;
}
main .preview .layout .preview_slick_box .preview_slick .slick-slide,
main .preview .layout .preview_slick_box .preview_slick .slick-slide > div,
main .preview .layout .preview_slick_box .preview_slick .slick-track,
main .preview .layout .preview_slick_box .preview_slick .slick-list {
  width: 100%;
  height: 100%;
}
main .preview .layout .preview_slick_box .preview_slick .slick-active .slide_box {
  padding-right: 0.13rem;
  padding-left: 0.13rem;
}
main .preview .layout .preview_slick_box .preview_slick .slick-active:nth-child(3n+1) .slide_box {
  padding-left: 0;
}
main .preview .layout .preview_slick_box .preview_slick .slick-active:nth-child(3n+2) .slide_box {
  padding: 0 0.065rem 0;
}
/*main .preview .layout .preview_slick_box .preview_slick .slick-active:nth-child(3n) .slide_box {
  padding-right: 0;
}*/
main .preview .layout .preview_slick_box .preview_slick .slide_box {
  height: 2.9rem;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide {
  background: url(../images/lines.png) no-repeat right 0.5rem bottom;
  background-size: 1.72rem 0.93rem;
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 1px 3px 6px 0px #a9a6a6;
  box-shadow: 1px 3px 6px 0px #a9a6a6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a {
  display: block;
  padding: 0.24rem 0.29rem 0.3rem 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a:hover .top .date {
  background-color: #fca311;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .top {
  min-height: 1.1rem;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .top .date {
  padding: 0 0.18rem 0.15rem;
  background-color: #003F88;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .top .date .d {
  text-align: center;
  font: bold 0.3rem "microsoft yahei";
  color: #fff;
  border-bottom: 1px solid #ffffff;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .top .date .y {
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
  margin-top: 8px;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .top .text {
  padding-left: 1.1rem;
  padding-top: 0.1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .top .text p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .info .time,
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .info .address {
  margin-bottom: 0.13rem;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .info .address span {
  padding-left: 0.3rem;
  background: url(../images/address.png) no-repeat left center;
  background-size: 0.13rem 0.17rem;
  font-size: 0.16rem;
  color: #666;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .info .time span {
  padding-left: 0.3rem;
  background: url(../images/time.png) no-repeat left center;
  background-size: 0.15rem 0.15rem;
  font-size: 0.16rem;
  color: #666;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;

}
main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .info .speaker span{
padding-left: 0.3rem;
  background: url(../images/speaker.png) no-repeat left top;
  background-size: 0.14rem 0.18rem;
  font-size: 0.16rem;
  color: #666;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
main .preview .layout .preview_slick_box .preview_slick .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 12px;
z-index:10;
}
main .preview .layout .preview_slick_box .preview_slick .slick-dots .slick-dot {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 0.17rem;
  border: 1px solid #d4d4d4;
}
main .preview .layout .preview_slick_box .preview_slick .slick-dots .slick-dot:last-child {
  margin-right: 0;
}
main .preview .layout .preview_slick_box .preview_slick .slick-dots .swiper-pagination-bullet-active,
main .preview .layout .preview_slick_box .preview_slick .slick-dots .slick-active {
  background-color: #fca311;
  border: 1px solid #fca311;
}
main .preview .layout .m-preview {
  display: none;
}
main .preview .layout .m-preview .m-box {
  margin-top: 0.2rem;
}
main .preview .layout .m-preview .top .title {
  text-align: center;
}
main .preview .layout .m-preview .top .title span {
  display: inline-block;
  padding: 0.2rem 0.3rem;
  border: 1px solid #a9a6a6;
  border-radius: 0.5rem;
}
main .preview .layout .m-preview .box {
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .preview .layout .m-preview .box .card {
box-shadow: 1px 3px 6px 0px #a9a6a6;
  background: url(../images/lines.png) no-repeat right 0.5rem bottom;
  background-color: #fff;
  min-height: 3.5rem;
  width: 48%;
  margin-bottom: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
}
main .preview .layout .m-preview .box .card .cardtop {
  min-height: 1.1rem;
}
main .preview .layout .m-preview .box .card .cardtop .date {
  padding: 0 0.18rem 0.1rem;
  background-color: #003F88;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
main .preview .layout .m-preview .box .card .cardtop .date .d {
  text-align: center;
  font: bold 0.3rem "microsoft yahei";
  color: #fff;
  border-bottom: 1px solid #ffffff;
}
main .preview .layout .m-preview .box .card .cardtop .date .y {
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
  margin-top: 8px;
}
main .preview .layout .m-preview .box .card .cardtop .text {
  padding-left: 1.4rem;
  padding-top: 0.1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main .preview .layout .m-preview .box .card .cardtop .text p {
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .preview .layout .m-preview .box .card .info {
  margin-top: 0.2rem;
}
main .preview .layout .m-preview .box .card .info .time,
main .preview .layout .m-preview .box .card .info .address {
  margin-bottom: 0.13rem;
}
main .preview .layout .m-preview .box .card .info .address span {
  padding-left: 20px;
  background: url(../images/address.png) no-repeat left top;
  background-size: 13px 17px;
  font-size: 14px;
  color: #666;
}
main .preview .layout .m-preview .box .card .info .time span {
  padding-left: 20px;
  background: url(../images/time.png) no-repeat left top;
  background-size: 15px 15px;
  font-size: 14px;
  color: #666;
}
main .preview .layout .m-preview .box .card .info .speaker span{
 padding-left: 20px;
  background: url(../images/speaker.png) no-repeat left top;
  background-size: 14px 18px;
  font-size: 14px;
  color: #666;

}
main .review {
  padding-top: 0.55rem;
  padding-bottom: 0.7rem;
}
main .review .layout .common_top .common_title h3 {
  background: url(../images/review.png) no-repeat left center;
}
main .review .layout .review_box {
  width: 100%;
  overflow: hidden;
  padding-top: 0.46rem;
}
main .review .layout .review_box .cards {
  width: 100%;
  overflow: hidden;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .review .layout .review_box .cards .card_box {
  width: 24%;
  height: 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main .review .layout .review_box .cards .card {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  position: relative;
}
main .review .layout .review_box .cards .card:hover .pic img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
main .review .layout .review_box .cards .card .pic {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}
main .review .layout .review_box .cards .card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main .review .layout .review_box .cards .card .info {
  padding: 0.33rem 0.2rem 0 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main .review .layout .review_box .cards .card .info .title {
  color: #333333;
  font-size: 0.18rem;
}
main .review .layout .review_box .cards .card .info .title p {
  display: -webkit-box;
min-height:0.52rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .review .layout .review_box .cards .card .info .time {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #999;
}
main .review .layout .review_box .cards .card .info .more {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 0.34rem;
  height: 0.34rem;
}
main .review .layout .review_box .cards .card .info .more a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: 0.34rem;
}
@media screen and (max-width: 1200px) {
  main .preview .layout .preview_slick_box .preview_slick .slide_box .slide a .top .text {
    padding-left: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .banner .slick1 > div .slide {
    max-width: 100%;
  }
  .banner .left_banner,
  .banner .right_banner {
    display: none;
  }
  .banner .slick1 > div .slide .title span {
    font-size: 24px;
  }
  main .common_title,
  main .notice .layout .notice_left .common_top .common_title {
    width: auto;
  }
  main .notice .layout .notice_left {
    width: 100%;
    float: none;
  }
  main .notice .layout .slideTxtBox {
    display: none;
  }
  main .notice .layout .slideTxtBox1 {
    display: block;
  }
  main .notice .layout .slideTxtBox1 .notice_box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }
  main .notice .layout .slideTxtBox1 .notice_box .notice_items .notice_item a {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  main .notice .layout .notice_left .common_top .common_more {
    width: auto;
  }
  main .notice .layout .notice_left .common_top .notice_box {
    padding-left: 50px;
  }
  main .common_top {
    line-height: 31px;
  }
  main .common_more {
    padding-bottom: 29px;
  }
  main .common_more a {
    font-size: 16px;
  }
  main .review .layout .common_top .common_title h3 {
    font-size: 24px;
    background-size: 30px 26px;
    padding-left: 36px;
  }
  main .preview .layout .common_top .common_title h3 {
    font-size: 24px;
    background-size: 35px 28px;
    padding-left: 38px;
  }
  main .notice .layout .notice_left .common_top .common_title h3 {
    font-size: 24px;
    background-size: 29px 22px;
    padding-left: 36px;
  }
  main .notice .layout .notice_left .notice_box .notice_items .notice_item a {
    font-size: 20px;
  }
  main .notice .layout .notice_left .notice_ul .notice_li {
    height: 71px;
  }
  main .notice .layout .notice_left .notice_ul {
    height: auto;
  }
  main .notice .layout .notice_left .notice_ul .notice_li a {
    line-height: 70px;
  }
  main .notice .layout .notice_left .notice_ul .notice_li a .content {
    font-size: 18px;
  }
  main .notice .layout .notice_left .notice_ul .notice_li a .time {
    font-size: 16px;
  }
  main .notice .layout .functions_right {
    width: 100%;
    padding-left: 0;
    float: none;
    margin-top: 20px;
  }
  main .notice .layout .functions_right .common_top .common_title h3 {
    font-size: 24px;
    background-size: 25px 25px;
    padding-left: 32px;
  }
  main .preview .layout .bd,
  main .preview .layout .common_top .preview_box .preview_items {
    display: none;
  }
  main .preview .layout .m-preview {
    display: block;
  }
  main .review .layout .review_box .cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  main .review .layout .review_box .cards .card_box {
    width: 48%;
    margin-bottom: 0.5rem;
    height: auto;
  }
  main .review .layout .review_box .cards .card .pic {
    height: 4.11rem;
  }
  main .review .layout .review_box .cards .card .info {
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 800px) {
  .banner .slick1 .slick-dots {
    right: 3%;
  }
  main .preview .layout .m-preview .box .card {
    width: 49%;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 730px) {
  main .preview .layout .m-preview .box .card {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  main .preview .layout .m-preview .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main .review .layout .review_box .cards .card_box {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {

  .banner .slick1 > div .slide .title span {
    font-size: 18px;
  }
  main .notice .layout .notice_left .notice_box .notice_items .notice_item {
    width: auto;
  }
  main .notice .layout .notice_left .notice_box .notice_items .notice_item::after {
    content: "";
    display: none;
  }
  main .notice .layout .notice_left .notice_box .notice_items {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .notice .layout .notice_left .notice_box .notice_items .on a {
    background-color: #003F88;
    color: #fff;
    border: none;
  }
  main .notice .layout .notice_left .notice_box .notice_items .notice_item a {
    font-size: 18px;
    width: auto;
    line-height: 32px;
    padding: 5px 20px;
  }
  main .notice .layout .notice_left .notice_ul .notice_li a .content {
    width: 75%;
    font-size: 16px;
  }
  main .notice .layout .notice_left .notice_ul .notice_li a .time {
    font-size: 14px;
  }
  main .notice .layout .notice_left .common_top .common_title h3 {
    font-size: 20px;
    padding-left: 30px;
    background-size: 20px 20px;
  }
  main .review .layout .common_top .common_title h3,
  main .notice .layout .functions_right .common_top .common_title h3 {
    font-size: 20px;
    padding-left: 30px;
    background-size: 20px 20px;
  }
  main .preview .layout .common_top .common_title h3 {
    font-size: 20px;
    background-size: 20px 20px;
    padding-left: 30px;
  }
  main .notice .layout .notice_left .common_top .notice_box {
    padding-left: 14px;
  }
  main .notice .layout .notice_left .common_top .notice_box .notice_items .notice_item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  main .notice .layout .notice_left .notice_box .notice_items .notice_item a {
    font-size: 16px;
  }
  main .notice .layout .notice_left .notice_ul .notice_li a .content {
    font-size: 14px;
  }
  main .notice .layout .notice_left .notice_ul .notice_li a .time {
    font-size: 12px;
  }
  main .notice .layout .notice_left .notice_ul .notice_li {
    height: 57px;
  }
  main .notice .layout .notice_left .notice_ul .notice_li a {
    line-height: 57px;
  }
}
@media screen and (max-width: 460px) {
  main .notice .layout .notice_left .notice_box .notice_items .notice_item {
    width: 33%;
  }
  main .notice .layout .notice_left .notice_box .notice_items .notice_item a {
    padding: 0;
  }
  main .notice .layout .notice_left .notice_ul .notice_li a .content {
    width: 70%;
  }
  main .review .layout .review_box .cards .card .pic {
    height: 3.11rem;
  }
  main .notice .layout .notice_left .notice_box .notice_items .notice_item a {
    font-size: 14px;
    width: auto;
    padding: 5px 15px;
height: 100%;
  }
main .notice .layout .notice_left .notice_ul .notice_li a .content {
font-size: 12px;
}
}
@media screen and (max-width: 420px) {
	.banner .slick1 > div .slide .title span {
		font-size: 16px;
	}
}
@media screen and (max-width: 460px) {
  main .notice .layout .notice_left .notice_box .notice_items .notice_item {
    width: auto;
  }

}
@media screen and (max-width: 400px) {
  main .preview .layout .m-preview .box .card .cardtop .text {
    padding-left: 1.6rem;
  }
}
