body {
  background: #eee;
}
/*PubStyle*/
.weekList li a {
  margin: 1px 0;
  padding: 3px 10px;
  border: 1px solid #348CEC;
  font-size: 16px;
  color: #348CEC;
  transition: all 0.4s;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.weekList li a:hover {
  color: #FFF;
  background-color: #348CEC;
}
.plate_tit {
  overflow: hidden;
  position: relative;
  padding: 12px 0;
  border-top: 2px solid #148eeb;
}
.plate_tit .pack {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.plate_tit .pack .column-tit {
  float: left;
  font-size: 19px;
  color: #148eeb;
}
.plate_tit .pack .column-tit span {
  color: #148eeb;
}
.plate_tit .pack .column-tit span:last-child {
  color: #ccc;
}
.big_img {
  margin-top: 10px;
}
.big_img a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 180px;
  position: relative;
}
.big_img a img {
  height: 100%;
  width: 100%;
}
.big_img a p {
  position: absolute;
  background-color: #000000;
  opacity: 0.7;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  bottom: 0;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 58px;
}
.big_img a p:hover {
  color: #ff6600;
}
.border_box {
  margin-bottom: 10px;
  border: 1px #eee solid;
  padding: 10px;
  overflow: hidden;
}
.Bg_ul {
  background-color: #f6f6f6;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.new_list {
  margin-top: 10px;
}
.new_list li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
}
.new_list li h3 {
  margin-bottom: 10px;
}
.new_list li h3 a {
  line-height: 30px;
  font-size: 20px;
  color: #333;
  font-family: "Microsoft YaHei";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new_list li .img a {
  font-size: 0;
  vertical-align: top;
  float: left;
  width: 138px;
  height: 90px;
  overflow: hidden;
  display: inline;
  margin-right: 10px;
}
.new_list li .img a img {
  width: 100%;
  height: 100%;
}
.new_list li .desc {
  margin-bottom: 15px;
  text-indent: 2em;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding-bottom: 10px;
  text-decoration: none;
  overflow: hidden;
  width: initial;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 51px;
}
.new_list li .time {
  font-size: 12px;
  color: #999;
  float: right;
  margin-right: 10px;
}
.news_list {
  margin-top: 10px;
}
.news_list li {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  height: 30px;
  color: #333;
  overflow: hidden;
}
.news_list li a {
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list li:hover a {
  color: #FF6600;
  text-decoration: underline;
}
.dot_list {
  margin-top: 10px;
}
.dot_list li {
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  padding-left: 10px;
  background: url(../images/dot_index.jpg) no-repeat center left;
}
.dot_list li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
}
.dot_list li a:hover {
  color: #FF6600;
  text-decoration: underline;
}
.two_imgPart {
  margin-top: 10px;
  overflow: hidden;
}
.two_imgPart a {
  width: 48%;
  height: 90px;
  display: block;
  position: relative;
  overflow: hidden;
}
.two_imgPart a img {
  width: 100%;
  height: 100%;
}
.two_imgPart a p {
  position: absolute;
  width: 170px;
  background-color: #000000;
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  bottom: 0;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 35px;
}
.two_imgPart a p:hover {
  color: #ff6600;
}
/* E */
#page .header {
  overflow: initial;
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  background-color: #2D8BDE;
}
#page .header .header_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#page .header .header_block .middle_b {
  width: 140px;
  height: 45px;
}
#page .header .header_block .middle_b img {
  width: 100%;
}
#page .header .header_block .left_b,
#page .header .header_block .right_b {
  width: 25px;
  height: 25px;
}
#page .header .header_block .left_b img,
#page .header .header_block .right_b img {
  display: block;
  width: 100%;
}
#page .clearTop {
  height: 50px;
}
#page .nav {
  width: 100%;
  font-size: 12px;
  position: relative;
  height: 40px;
  overflow: hidden;
}
#page .nav .nav_block {
  height: 40px;
  width: 90%;
  line-height: 40px;
  background-color: #EEEEEE;
  padding-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
#page .nav .nav_block li {
  width: 20%;
  display: inline-block;
  margin-right: 4%;
  text-align: center;
}
#page .nav .nav_block li a {
  font-size: 18px;
  color: #555;
}
#page .nav .more_btn {
  float: right;
  width: 10%;
  height: 100%;
  background-color: white;
  text-align: center;
  position: relative;
}
#page .nav .more_btn::before {
  content: '';
  position: absolute;
  width: 40%;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-top: 3px solid #2D8BDE;
  -webkit-transform: translateY(-1.5px);
  transform: translateY(-1.5px);
}
#page .nav .more_btn::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-top: auto;
  margin-bottom: auto;
  height: 40%;
  top: 0;
  bottom: 0;
  border-left: 3px solid #2D8BDE;
  -webkit-transform: translateX(-1.5px);
  transform: translateX(-1.5px);
}
#page .nav_content {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: auto;
  background-color: #eee;
  transform: scale(0, 0.1);
  transition: all 0.2s ease-out;
  transform-origin: 100% 10%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
#page .nav_content .nav_head {
  position: relative;
  height: 20px;
  z-index: 1;
  background: #eee;
  box-shadow: 0 10px 10px #eee;
}
#page .nav_content .nav_head .nav-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  z-index: 2;
  text-indent: 100%;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s 0.4s;
  transition: all 0.3s 0.4s;
  overflow: hidden;
}
#page .nav_content .nav_head .nav-close::before {
  content: '';
  position: absolute;
  width: 40%;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-top: 3px solid #333;
  -webkit-transform: translateY(-1.5px);
  transform: translateY(-1.5px);
}
#page .nav_content .nav_head .nav-close::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-top: auto;
  margin-bottom: auto;
  height: 40%;
  top: 0;
  bottom: 0;
  border-left: 3px solid #333;
  -webkit-transform: translateX(-1.5px);
  transform: translateX(-1.5px);
}
#page .nav_content .nav_list {
  padding: 20px;
}
#page .nav_content .nav_list h2 {
  margin-top: 20px;
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 20px;
}
#page .nav_content .nav_list ul li {
  float: left;
  width: 23%;
  line-height: 36px;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
}
#page .nav_content .nav_list ul li a {
  font-size: 14px;
  display: block;
  color: #333 !important;
}
#page .nav_content.show {
  opacity: 1;
  transform: scale(1, 1);
}
#page .nav_content.show .nav_head .nav-close {
  transform: rotate(135deg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#page .search_b {
  height: 0;
  overflow: hidden;
  background-color: #fff;
  line-height: 1;
  width: 100%;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 999;
  transition: all 0.3s;
  box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
  -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
}
#page .search_b.active {
  height: 58px;
}
#page .search_b .search_input {
  border: 1px solid #eeeeee;
  color: #222;
  font-size: 16px;
  width: 95%;
  height: 32px;
  padding-left: 20px;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
}
#page .search_b .search_submit {
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  height: 32px;
  position: absolute;
  top: 12px;
  right: 13px;
  width: 50px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  background: url("../images/search_btn.png") no-repeat center;
}
#page .banner {
  margin-top: 5px;
}
#page .banner .banner_block {
  width: 100%;
  margin: auto;
  height: 212px;
}
#page .banner .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#page .banner .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#page .banner .banner_block .swiper-container .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, #000000);
  color: white;
  height: 30px;
  text-indent: 1em;
  font-size: 0.38rem;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 98px;
}
#page .banner .banner_block .swiper-container .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
#page .banner .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #2D8BDE;
}
#page .banner .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 5px;
  height: 20px;
  line-height: 20px;
}
#page .block_1 {
  width: 100%;
  margin: 15px auto;
  background-color: white;
}
#page .block_1 .img_block {
  overflow: hidden;
}
#page .block_1 .img_block a {
  display: inline-block;
  width: 48%;
  height: 100px;
  float: left;
  position: relative;
}
#page .block_1 .img_block a:last-child {
  float: right;
}
#page .block_1 .img_block a img {
  width: 100%;
  height: 100%;
}
#page .block_1 .img_block a p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  line-height: 25px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
  color: white;
  font-size: 14px;
}
#page .block_1 .block_con {
  padding: 0 10px 10px 10px;
}
#page .block_1 .block_con .img_list li {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
}
#page .block_1 .block_con .img_list li .left_img {
  float: left;
}
#page .block_1 .block_con .img_list li .left_img img {
  width: 115px;
  height: 70px;
}
#page .block_1 .block_con .img_list li .right_font {
  width: calc(100% - 130px);
  float: right;
}
#page .block_1 .block_con .img_list li .right_font .tit {
  color: #262626;
  margin-bottom: 11px;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 45px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .block_1 .block_con .img_list li .right_font .tit a {
  color: inherit;
}
#page .block_1 .block_con .img_list li .right_font .meta span {
  color: #a8abb7;
  font-size: 14px;
}
#page .block_1 .block_con .img_list li.notImg .right_font {
  width: 100%;
}
#page .banquan {
  text-align: center;
  font-size: 13px;
  padding: 30px 10px;
  background: #2D8BDE;
  line-height: 23px;
  color: white;
}
#page .breadcrumbs {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 12px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px #CCC solid;
}
#page .breadcrumbs a {
  color: #999;
}
#page .list_page .block_1 {
  margin: 0 auto;
  border: none;
}
#page .show_page {
  background-color: white;
}
#page .show_page .show_con {
  padding: 0 10px;
}
#page .show_page .show_con .tit {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
}
#page .show_page .show_con .meta {
  color: #999;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}
#page .show_page .show_con .show_detail {
  line-height: 28px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 16px;
}
#page .show_page .show_con .show_detail p {
  margin-bottom: 20px;
  text-indent: 2em;
}
#page .show_page .show_con .show_detail img {
  display: block;
  margin: 10px auto;
  width: 100%;
}
#page .show_page .recommend_list .block_tit {
  margin-bottom: 0;
}
.turn_Page {
  padding: 0 10px;
  overflow: hidden;
}
.turn_Page p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.turn_Page p span {
  font-size: 16px;
  color: #333333;
}
.page_fenye {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #2D8BDE;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a {
  background-color: #F3F4F4;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a:hover {
  background-color: #2D8BDE;
  color: white;
}
.header_ad {
  width: 100%;
  height: 80px;
  margin: 5px auto;
  position: relative;
}
.header_ad.w1 {
  width: 100%;
}
.header_ad .closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
.header_ad img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=index.css.map */