nav {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  height: 6rem;
  align-items: center;
  border-bottom: 1px dotted rgba(0, 134, 240, 0.4);
}
nav .menu-button {
  width: 4rem;
}
nav .menu-button .bar {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background-color: #0086f0;
  border-radius: 10px;
  transition: 0.3s;
}
nav .nav-list {
  position: absolute;
  padding-left: 0;
  top: 0;
  z-index: 999999999;
  left: -100%;
  background-color: #0086f0;
  width: 66%;
  height: 100%;
}
nav .nav-list .down {
  position: relative;
  background-color: #fff;
}
nav .nav-list .down .logo {
  margin-left: 2rem;
}
nav .nav-list .down .shut {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1rem;
  float: left;
}
nav .nav-list .down .shut .bar {
  width: 24px;
  height: 2px;
  background-color: #0086f0;
  transition: 0.3s;
  margin: 5px auto;
}
nav .nav-list .down .shut .bar:first-of-type {
  transform: translateY(3px) rotate(-45deg);
}
nav .nav-list .down .shut .bar:last-of-type {
  transform: translateY(-4px) rotate(45deg);
}
nav .nav-list ul li {
  margin: 20px 50px;
}
nav .nav-list ul li a {
  color: #fff;
  font-size: 19px;
}
nav .logo {
  width: 20rem;
  height: 6rem;
  background: url(../img/logo.png) no-repeat 3px 9px;
  background-size: 18rem;
}
nav .search {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 2.5rem 0;
  border-radius: 50%;
  border: 2px solid #000;
  position: relative;
}
nav .search::before {
  content: '';
  width: 2px;
  z-index: -2;
  height: 1rem;
  background-color: #000;
  position: absolute;
  top: 1rem;
  left: 1.8rem;
  transform: translateY(3px) rotate(-45deg);
}
.show-input {
  background-color: #0086f0;
  width: 100% !important;
  padding: 1rem 0;
  height: 4rem;
  position: absolute;
  top: -100px;
}
.show-input input {
  background-color: #0086f0;
  height: 4rem;
  text-align: center;
}
.show-input input[type='text'] {
  width: calc(100% - 14rem);
  height: 4rem;
  vertical-align: top;
  border: none;
}
.show-input input[type='submit'] {
  background-color: #fff;
  border: none;
  background: url(../img/search.png) no-repeat;
  width: 4rem;
  height: 4rem;
}
.show-input button {
  width: 3rem;
  height: 4rem;
  border: none;
  background-color: #0086f0;
  vertical-align: top;
  position: relative;
}
.show-input .shut-nav {
  position: absolute;
  top: 50%;
  z-index: 999;
  margin-top: -10px;
  right: 0;
  float: left;
}
.show-input .shut-nav .bar {
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
  margin: 5px auto;
}
.show-input .shut-nav .bar:first-of-type {
  transform: translateY(3px) rotate(-45deg);
}
.show-input .shut-nav .bar:last-of-type {
  transform: translateY(-4px) rotate(45deg);
}
main {
  padding: 0 1.6rem;
  /* 广告 */
}
main .gg_info {
  margin: 2rem 0;
}
main .gg_info .info {
  position: relative;
  height: 80px;
}
main .gg_info .info i {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 2rem;
}
main .gg_info .info a {
  display: block;
}
main .gg_info .info a img {
  height: 80px;
}
main .gg_info .info a span {
  position: absolute;
  left: 4px;
  bottom: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20%;
  font-size: 14px;
}
main .fouce {
  height: 20rem;
}
main .fouce img {
  height: 20rem;
}
main .fouce .swiper-container {
  width: 100%;
}
main .fouce .swiper-slide {
  text-align: center;
}
main .fouce .swiper-slide div {
  width: 86%;
  border-radius: 7px;
  margin: 10px 0 10px 4%;
}
main .fouce .swiper-slide div img {
  width: 100%;
  display: block;
  border-radius: 7px;
}
main .y-info {
  margin-top: 5rem;
  height: 40rem;
  border: 1px dotted rgba(0, 134, 240, 0.4);
  width: 100%;
  overflow: hidden;
  position: relative;
}
main .y-info .y-info-title {
  height: 5rem;
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 9999;
  line-height: 5rem;
}
main .y-info .y-info-title h3 {
  margin-left: 2rem;
  float: left;
  height: 4rem;
  border-bottom: 0.4rem solid #000;
}
main .y-info .y-info-title span {
  margin-right: 2rem;
  float: right;
  font-size: 14px;
  color: #666;
}
main .y-info .swiper-wrapper {
  width: 100%;
  height: 8rem;
  padding: 0 1rem;
}
main .y-info .swiper-wrapper .swiper-slide {
  width: 95%;
  position: relative;
  border-bottom: 1px dotted rgba(0, 134, 240, 0.4);
}
main .y-info .swiper-wrapper .swiper-slide span {
  font-size: 14px;
  color: #999;
  float: left;
  padding-left: 3rem;
  position: relative;
}
main .y-info .swiper-wrapper .swiper-slide span::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 10px;
  width: 2rem;
  height: 2rem;
  background: url(../img/time.png) no-repeat;
}
main .y-info .swiper-wrapper .swiper-slide p {
  font-size: 14px;
  margin: 1rem 0 2rem 0;
}
main .y-info .swiper-wrapper .swiper-slide p a {
  display: block;
  width: 90%;
  padding-left: 1rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: pointer;
}
main .text-list {
  margin-top: 2rem;
}
main .text-list ul li {
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px dotted rgba(0, 134, 240, 0.4);
}
main .text-list ul li a {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
main .text-list li:first-of-type a {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .column .column-title {
  height: 3.5rem;
  line-height: 3rem;
  border-bottom: 1px dotted rgba(0, 134, 240, 0.4);
}
main .column .column-title a h3 {
  float: left;
  border-bottom: 0.4rem solid #333;
}
main .column .column-title a span {
  float: right;
  font-size: 14px;
  color: #666;
}
main .column .text-img {
  margin-top: 2rem;
  position: relative;
  min-height: 8rem;
}
main .column .text-img .text {
  float: left;
  margin-right: 17rem;
}
main .column .text-img .text h3 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .column .text-img .text p {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .column .text-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 15rem;
}
main .column .column-text-list {
  margin-top: 2rem;
}
main .column .column-text-list ul li {
  padding: 0rem 0;
  margin-bottom: 1rem;
  margin-top: 0rem;
  border: none;
}
main .column .column-text-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
main .selected {
  margin-top: 3rem;
}
main .selected .selected-tit {
  height: 3.5rem;
  border-bottom: 1px dotted rgba(0, 134, 240, 0.4);
}
main .selected .selected-tit ul {
  display: flex;
  justify-content: space-between;
}
main .selected .selected-tit ul li {
  flex: 1;
  float: left;
  text-align: center;
}
main .selected .selected-tit ul li i {
  display: inline-block;
  height: 3rem;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}
main .selected .selected-tit ul .cur {
  position: relative;
  height: 2.8rem;
}
main .selected .selected-tit ul .cur i {
  color: #0086f0;
  border-bottom: 0.4rem solid #0086f0;
}
main .selected .selected-content-item {
  display: none;
  margin-top: 2rem;
}
main .img-text {
  margin-bottom: 2rem;
  position: relative;
}
main .img-text img {
  float: left;
  width: 15rem;
  position: absolute;
  top: 0;
  left: 0;
}
main .img-text .text {
  margin-left: 17rem;
}
main .img-text .text h3 {
  color: #333;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
main .img-text .text span {
  font-size: 14px;
  color: #888;
}
main .list-item {
  margin-top: 2rem;
}
main .paging {
  text-align: center;
  padding: 2rem 0;
}
main .paging span,
main .paging a {
  display: inline-block;
  border: 1px solid #f0f0f0;
  padding: 0.5rem 0.8rem;
  margin: 0 0.5rem;
  color: #666;
  border-radius: 20px;
}
main .paging a:hover,
main .paging a.hover {
  border: 1px solid #0086f0;
  color: #fff;
  background-color: #0086f0;
}
main .content .content-title {
  margin-top: 3rem;
}
main .content .content-title h3 {
  font-size: 26px;
  color: #333;
}
main .content .shares {
  margin: 1rem 0;
}
main .content .shares .social-share .icon-weibo,
main .content .shares .social-share .icon-wechat,
main .content .shares .social-share .icon-qzone,
main .content .shares .social-share .icon-qq {
  color: #fff;
}
main .content .shares .social-share .social-share-icon {
  background-color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border: none;
  border-radius: 50%;
}
main .content .shares .social-share .social-share-icon:hover {
  background-color: #0086f0;
}
main .content .content-info {
  height: 3rem;
  margin: 1rem 0;
  padding: 1rem 0;
  line-height: 3rem;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
}
main .content .content-info span {
  margin-right: 1rem;
}
main .content .content-info span:last-of-type {
  padding-left: 1rem;
  border-left: 1px dashed rgba(51, 51, 51, 0.2);
}
main .content .content-text p {
  font-size: 16px;
  color: #333;
  margin-top: 2rem;
  text-indent: 3rem;
}
main .content .content-text img{
    display: block;
    width: 100% !important;
}
main .content .content-text a img {
  margin: 2rem 0;
  width: 100%;
}
main .pian p {
  margin-bottom: 1rem;
  border-bottom: 1px dotted rgba(0, 134, 240, 0.4);
  padding: 10px 0;
}
main .pian p a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .con-title {
  margin-top: 40px;
  height: 3.5rem;
  line-height: 3rem;
}
main .con-title a h3 {
  font-size: 24px;
  padding-bottom: 5px;
  float: left;
  border-bottom: 0.4rem solid #333;
}
main .con-title a span {
  float: right;
  font-size: 14px;
  color: #666;
}
/* 底部 */
.dibu {
  background: #353739;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 1.4rem 0.5rem 1.6rem 0.5rem;
}
.dibu a {
  color: #fff;
}
/* 回到顶部 */
.backtop {
  position: fixed;
  bottom: 5rem;
  right: 1.2rem;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  background: url(../img/back-top.png) no-repeat;
  background-size: contain;
  display: none;
  z-index: 66666;
}
