* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body {
  background-color: #eaf9ff;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  color: #404040;
}
a:hover {
  color: #30b6fb;
}
img {
  transition: all 0.3s;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.com-tit {
  height: 37px;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.com-tit h3 {
  position: absolute;
  left: 0;
  top: -2px;
  border-top: 2px solid #229bff;
  font-size: 16px;
  color: #606f7b;
  line-height: 37px;
  padding: 0 5px;
  font-weight: normal;
}
.com-tit .more {
  display: block;
  float: right;
  padding-right: 20px;
  height: 18px;
  font-size: 12px;
  color: #999;
  background: url("../images/index-sprite.png") no-repeat;
  background-position: 30px -57px;
  transition: all 0.4s ease 0s;
  margin-top: 10px;
}
.com-tit .more:hover {
  background-position: 30px -80px;
  color: #30b6fb;
}
.com-tit.Bold h3 a {
  font-weight: bold;
  color: #0097e5;
  font-size: 18px;
  padding: 0 5px;
}
.com-tit2 {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  overflow: hidden;
}
.com-tit2 h3 {
  border-left: 3px solid #0097e5;
  font-size: 16px;
  line-height: 16px;
  padding: 0 8px;
  font-weight: normal;
  float: left;
  color: #404040;
}
.com-tit2 a {
  float: right;
  padding-right: 20px;
  height: 18px;
  display: inline-block;
  font-size: 12px;
  color: #999;
  background: url("../images/index-sprite.png") no-repeat;
  background-position: 30px -57px;
  transition: all 0.4s ease 0s;
}
.com-tit2 a:hover {
  background-position: 30px -80px;
  color: #30b6fb;
}
.big_img {
  overflow: hidden;
  margin-top: 10px;
}
.big_img a {
  display: block;
  width: 100%;
  position: relative;
}
.big_img a img {
  width: 100%;
  height: 230px;
  display: block;
}
.big_img a p {
  background: #f2f2f2;
  line-height: 38px;
  height: 38px;
  padding: 0 10px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.double_img {
  overflow: hidden;
}
.double_img a {
  display: block;
  width: 48%;
  height: 120px;
  position: relative;
  float: left;
}
.double_img a:last-child {
  float: right;
}
.double_img a img {
  width: 100%;
  height: 100%;
}
.double_img a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  color: white;
  background-image: linear-gradient(transparent, #000000);
  padding: 0 10px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_ul {
  margin-top: 10px;
}
.main_ul li {
  width: 100%;
  height: 31px;
  line-height: 31px;
  background: url(../images/dian.png) no-repeat left center;
  clear: both;
  font-size: 14px;
  overflow: hidden;
}
.main_ul li .txt {
  padding-left: 13px;
  width: calc(100% - 60px);
  float: left;
}
.main_ul li .txt a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_ul li .time {
  width: 42px;
  color: #b1b8bd;
  text-align: right;
  float: left;
  font-size: 12px;
}
.main_ul.Main li:nth-child(1),
.main_ul.Main li:nth-child(7),
.main_ul.Main li:nth-child(12),
.main_ul.Main li:nth-child(18) {
  margin-top: 10px;
}
.main_ul.Main li:nth-child(1) .time,
.main_ul.Main li:nth-child(7) .time,
.main_ul.Main li:nth-child(12) .time,
.main_ul.Main li:nth-child(18) .time {
  display: none;
}
.main_ul.Main li:nth-child(1) .txt,
.main_ul.Main li:nth-child(7) .txt,
.main_ul.Main li:nth-child(12) .txt,
.main_ul.Main li:nth-child(18) .txt {
  width: 100%;
}
.main_ul.Main li:nth-child(1) .txt a,
.main_ul.Main li:nth-child(7) .txt a,
.main_ul.Main li:nth-child(12) .txt a,
.main_ul.Main li:nth-child(18) .txt a {
  color: #30b6fb;
}
.main_ul.First li:nth-child(1) {
  margin-top: 10px;
}
.main_ul.First li:nth-child(1) .time {
  display: none;
}
.main_ul.First li:nth-child(1) .txt {
  width: 100%;
}
.main_ul.First li:nth-child(1) .txt a {
  color: #30b6fb;
}
.tuwen {
  padding: 10px 0;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.tuwen img {
  width: 148px;
  height: 87px;
  display: block;
  float: left;
}
.tuwen .wen {
  float: right;
  width: calc(100% - 160px);
}
.tuwen .wen .tit a {
  font-size: 16px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tuwen .wen .desc {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  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;
}
.tuwen.notImg .wen {
  width: 100% !important;
}
.head_tit {
  height: 46px;
  border-top: 3px solid #e5e5e5;
  margin-top: 10px;
  position: relative;
}
.head_tit h2 {
  line-height: 46px;
  font-size: 24px;
  border-top: 3px solid #0097e5;
  position: absolute;
  left: 0;
  top: -3px;
  padding: 0 10px;
}
#page #header {
  padding-bottom: 10px;
  background: #fff url(https://asset.newyx.net/v2/pc/images/navbj.png) repeat-x bottom;
}
#page #header .top_block {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page #header .top_block .logo_block {
  width: 210px;
  height: 70px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
width: 210px;
    height: 45px;
    margin-top: 7px;
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  border-radius: 5px;
}
#page #header .top_block .search_block form .search {
  width: 250px;
  height: 36px;
  line-height: 36px;
  outline: none;
  border: 1px solid #f5f5f5;
  text-indent: 1em;
  color: #999999;
  transition: all 0.3s;
}
#page #header .top_block .search_block form .search:focus {
  border-color: #0076C1;
  width: 350px;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 70px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  text-indent: 1em;
  background: #0076C1 url("../images/search.png") no-repeat center;
}
#page #header .nav_block {
  height: 48px;
  line-height: 48px;
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 48px;
  overflow: hidden;
}
#page #header .nav_block .content li {
  float: left;
  color: #333333;
}
#page #header .nav_block .content li a {
  display: inline-block;
  padding: 0 10px;
  font-size: 17px;
  color: #333333;
  text-align: center;
}
#page #header .nav_block .content li:hover,
#page #header .nav_block .content li.on {
  font-weight: bold;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 10px auto;
  position: relative;
}
#page .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;
}
#page .header_ad img {
  width: 100%;
  height: 100%;
}
#article {
  overflow: hidden;
}
#article .breadcrumb {
  padding-top: 20px;
  padding-left: 5px;
  font-size: 17px;
  color: #E11530;
  margin-bottom: 20px;
}
#article .breadcrumb i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#article .breadcrumb i img {
  width: 100%;
  height: 100%;
}
#article .breadcrumb a {
  color: #333333;
}
#article .block_part {
  width: 1200px;
  overflow: hidden;
  margin: 10px auto;
  background-color: white;
  box-sizing: border-box;
  padding: 15px;
}
#article .block_part .cont-left {
  width: 380px;
  float: left;
}
#article .block_part .cont-left .banner_b {
  width: 380px;
  position: relative;
}
#article .block_part .cont-left .banner_b .swiper-container {
  width: 100%;
  height: 400px;
}
#article .block_part .cont-left .banner_b .swiper-container:hover .swiper-button-prev {
  left: 0;
}
#article .block_part .cont-left .banner_b .swiper-container:hover .swiper-button-next {
  right: 0;
}
#article .block_part .cont-left .banner_b .swiper-container .Top_one {
  width: 100%;
  height: 248px;
  position: relative;
  margin-bottom: 10px;
}
#article .block_part .cont-left .banner_b .swiper-container .Top_one img {
  width: 100%;
  height: 100%;
}
#article .block_part .cont-left .banner_b .swiper-container .Bto_two {
  overflow: hidden;
}
#article .block_part .cont-left .banner_b .swiper-container .Bto_two a {
  display: block;
  width: 48%;
  height: 120px;
  position: relative;
  float: left;
}
#article .block_part .cont-left .banner_b .swiper-container .Bto_two a:last-child {
  float: right;
}
#article .block_part .cont-left .banner_b .swiper-container .Bto_two a img {
  width: 100%;
  height: 100%;
}
#article .block_part .cont-left .banner_b .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
#article .block_part .cont-left .banner_b .swiper-container .swiper-button {
  position: absolute;
  top: 150px;
  width: 34px;
  background-position: -271px 0;
  height: 51px;
  z-index: 99;
}
#article .block_part .cont-left .banner_b .swiper-container .swiper-button-prev {
  background: url(../images/index-sprite.png) -342px 0;
  left: -34px;
  transition: all 0.3s ease 0s;
}
#article .block_part .cont-left .banner_b .swiper-container .swiper-button-next {
  background: url(../images/index-sprite.png) -377px 0;
  right: -34px;
  transition: all 0.3s ease 0s;
}
#article .block_part .cont-left .banner_b .swiper-pagination {
  position: absolute;
  text-align: center;
  bottom: -19px;
  height: 30px;
  width: 100%;
}
#article .block_part .cont-left .banner_b .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  width: 10px;
}
#article .block_part .cont-left .banner_b .swiper-pagination .swiper-pagination-bullet-active {
  background: #30b6fb;
  border-radius: 100px;
  height: 10px;
  width: 26px;
}
#article .block_part .cont-left .Hover_ul {
  margin-top: 10px;
}
#article .block_part .cont-left .Hover_ul li {
  border-bottom: 1px dotted #f2f2f2;
  position: relative;
  overflow: hidden;
}
#article .block_part .cont-left .Hover_ul li p.desc {
  height: 34px;
  line-height: 34px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_part .cont-left .Hover_ul li .info {
  overflow: hidden;
  display: none;
  padding-bottom: 10px;
}
#article .block_part .cont-left .Hover_ul li .info img {
  float: left;
  width: 119px;
  height: 65px;
  display: block;
}
#article .block_part .cont-left .Hover_ul li .info .text {
  float: right;
  color: #b1b8bd;
  line-height: 20px;
  font-size: 12px;
  margin-top: 5px;
  text-decoration: none;
  overflow: hidden;
  width: calc(100% - 130px);
  white-space: normal;
  height: 60px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#article .block_part .cont-left .Hover_ul li .info .text a {
  color: inherit;
}
#article .block_part .cont-left .Hover_ul li .info.notImg .text {
  width: 100%;
}
#article .block_part .cont-left .Hover_ul li.active .info {
  display: block;
}
#article .block_part .cont-left .Img_ul li {
  width: 48.5%;
  position: relative;
  height: 120px;
  float: left;
  margin-top: 10px;
}
#article .block_part .cont-left .Img_ul li:nth-of-type(even) {
  float: right;
}
#article .block_part .cont-left .Img_ul li img {
  width: 100%;
  height: 100%;
}
#article .block_part .cont-left .Img_ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_part .cont-main {
  width: 430px;
  float: left;
  margin: 0 30px;
}
#article .block_part .cont-main .Top_part {
  padding: 10px 0 0;
}
#article .block_part .cont-main .Top_part li {
  text-align: center;
  height: 32px;
  line-height: 32px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_part .cont-main .Top_part li.h1 {
  font-size: 18px;
  font-weight: bold;
}
#article .block_part .cont-main .Top_part li.h1 a {
  color: #ee2c6c;
}
#article .block_part .cont-main .Top_part li.h1 a:hover {
  text-decoration: underline;
}
#article .block_part .cont-main .Top_part li.h2 {
  color: #567086;
  font-size: 12px;
}
#article .block_part .cont-main .Top_part li.h2 a {
  color: #567086;
}
#article .block_part .cont-main .Top_part li.h2 a:hover {
  color: #30b6fb;
}
#article .block_part .cont-right {
  width: 300px;
  float: right;
}
#article .block_part .cont-right .Dot_ul {
  margin-top: 5px;
  padding-left: 4px;
}
#article .block_part .cont-right .Dot_ul li {
  position: relative;
  padding-bottom: 15px;
  padding-left: 24px;
  border-left: 1px solid #f0f0f0;
  font-size: 12px;
}
#article .block_part .cont-right .Dot_ul li em {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: -4px;
  top: 2px;
  background: #ddd;
  border-radius: 4px;
}
#article .block_part .cont-right .Dot_ul li h3 {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  font-weight: normal;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_part .cont-right .Dot_ul li h3 i {
  color: #f14f66;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10px;
  font-style: italic;
}
#article .block_part .cont-right .Dot_ul li .cl {
  margin-top: 12px;
}
#article .block_part .cont-right .Dot_ul li .cl img {
  width: 100px;
  height: 73px;
  float: left;
  display: block;
}
#article .block_part .cont-right .Dot_ul li .cl .desc {
  width: calc(100% - 115px);
  float: right;
}
#article .block_part .cont-right .Dot_ul li .cl .desc p {
  color: #b1b8bd;
  height: 18px;
  line-height: 18px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 38px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article .block_part .cont-right .Dot_ul li .cl .desc a {
  width: 84px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #52c3ff;
  background: #effaff;
  display: block;
  margin-top: 8px;
}
#article .block_part .cont-right .Dot_ul li.notImg .cl .desc {
  width: 100%;
}
#article .block_part .cont-right .Dot_ul li:hover em {
  background: #0097e5;
}
#article .block_part .cont-right .Dot_ul li:hover .cl a {
  background: #52c3ff;
  color: #fff;
}
#article .block_part .cont-right .Label_ul li span {
  display: inline-block;
  width: 35px;
  background: url(../images/line.jpg) no-repeat right center;
  text-align: left;
  float: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #b1b8bd;
  font-size: 12px;
}
#article .block_part .cont-right .Label_ul li a {
  font-size: 14px;
  padding-left: 10px;
  float: left;
  height: 30px;
  line-height: 30px;
  width: calc(100% - 40px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_part .CL {
  width: 450px;
  float: left;
}
#article .block_part .CL .g-update a {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding: 6px 0;
  overflow: hidden;
  position: relative;
}
#article .block_part .CL .g-update a i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  color: #fff;
  background: #bcbcbc;
  float: left;
}
#article .block_part .CL .g-update a .line-left {
  position: relative;
  float: left;
  display: inline;
  margin: 0 10px;
  width: 100px;
  height: 75px;
}
#article .block_part .CL .g-update a .line-left img {
  width: 100%;
  height: 100%;
}
#article .block_part .CL .g-update a .line-right {
  float: right;
  width: calc(100% - 145px);
}
#article .block_part .CL .g-update a .line-right .text {
  padding-right: 40px;
  line-height: 22px;
  height: 22px;
  width: 90%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_part .CL .g-update a .line-right .text em {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #999;
  font-style: normal;
}
#article .block_part .CL .g-update a .line-right span {
  margin-top: 10px;
  color: #b1b8bd;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  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;
}
#article .block_part .CL .g-update a.notImg .line-right {
  width: 94%;
}
#article .block_part .CL .g-update a:nth-child(1) i {
  background-color: #fe7c7c;
}
#article .block_part .CL .g-update a:nth-child(2) i {
  background-color: #fd9595;
}
#article .block_part .CL .g-update a:nth-child(3) i {
  background-color: #febdbd;
}
#article .block_part .CR {
  width: 690px;
  float: right;
}
#article .block_part .CR .top .List_ul li {
  margin-top: 16px;
  overflow: hidden;
}
#article .block_part .CR .top .List_ul li img {
  width: 128px;
  height: 145px;
  float: left;
}
#article .block_part .CR .top .List_ul li .cont {
  width: calc(100% - 140px);
  height: 146px;
  border: 1px solid #e7e7e7;
  border-left: 0;
  float: left;
}
#article .block_part .CR .top .List_ul li .cont .tit {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #e7e7e7;
  background: #f8f8f8;
  padding: 0 10px;
  font-size: 12px;
  color: #b1b8bd;
  z-index: 3;
}
#article .block_part .CR .top .List_ul li .cont .tit h3 {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  z-index: 4;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_part .CR .top .List_ul li .cont .desc {
  padding: 0 10px;
  font-size: 12px;
  line-height: 21px;
  position: relative;
  height: 85px;
}
#article .block_part .CR .top .List_ul li .cont .desc p {
  line-height: 22px;
  margin-top: 8px;
  font-size: 16px;
  color: #999;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 44px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article .block_part .CR .top .List_ul li .cont .desc .btns {
  position: absolute;
  bottom: 0;
  right: 0;
}
#article .block_part .CR .top .List_ul li .cont .desc .btns a {
  background-color: #0fcde4;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 0 12px;
  border-radius: 14px;
  font-size: 14px;
}
#article .block_part .CR .top .List_ul li.notImg .cont {
  width: 100%;
}
#article .block_part .CR .half {
  margin-top: 10px;
  width: 48.5%;
}
#article .block_part .Three_item {
  width: 370px;
  float: left;
}
#article .block_part .Three_item.m30 {
  margin: 0 30px;
}
#article .block_part .Three_item .big_img a img {
  height: 150px;
}
.list_container {
  width: 1200px;
  margin: auto;
}
.list_container .breadcurmb {
  margin-top: 10px;
  background: #ffffff;
  padding-left: 10px;
  border-bottom: 1px solid #ececec;
  line-height: 48px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #707070;
}
.list_container .breadcurmb a {
  color: #333333;
}
.list_container .left_part {
  margin-top: 20px;
  width: 860px;
  background-color: white;
  padding: 0 20px 20px;
}
.list_container .left_part .list_page li {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.list_container .left_part .list_page li img {
  float: left;
  width: 200px;
  height: 118px;
}
.list_container .left_part .list_page li .con {
  width: calc(100% - 220px);
  height: 118px;
  float: right;
}
.list_container .left_part .list_page li .con .tit {
  width: auto;
  height: 28px;
  overflow: hidden;
}
.list_container .left_part .list_page li .con .tit a {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .left_part .list_page li .con .txt {
  line-height: 22px;
  color: #666;
  margin: 10px 0;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 48px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_container .left_part .list_page li .con .tme2 {
  width: auto;
  height: 18px;
  overflow: hidden;
}
.list_container .left_part .list_page li .con .tme2 .time {
  float: left;
  width: 140px;
  text-indent: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #8e9096;
  background: url(../images/pls.png) no-repeat 0 -1px;
}
.list_container .left_part .list_page li .con .tme2 .source {
  height: 18px;
  line-height: 18px;
  color: #8e9096;
  float: left;
  width: auto;
  font-size: 14px;
  text-indent: 23px;
  background-position: 0 -36px;
}
.list_container .left_part .list_page li:first-child {
  border-top: 0;
}
.list_container .left_part .list_page li.notImg .con {
  width: 100% !important;
}
.list_container .right_part {
  width: 300px;
}
.list_container .right_part .rp1 {
  margin-top: 20px;
  background-color: white;
}
.list_container .right_part .rp1 .rp_tit {
  margin-top: 10px;
  height: 18px;
  background-position: 0 9px;
  overflow: hidden;
  margin-bottom: 10px;
}
.list_container .right_part .rp1 .rp_tit .tit {
  font-size: 18px;
  float: left;
  padding: 0 10px;
  height: 18px;
  line-height: 18px;
  border-left: 6px solid #00bfb1;
  background: #fff;
}
.list_container .right_part .rp1 .rp_tit .more {
  float: right;
  color: #666;
  background: #fff;
  padding-left: 10px;
  font-size: 12px;
}
.list_container .right_part .rp1 .r_con {
  padding: 10px;
}
.list_container .right_part .rp1 .r_con .tuwen img {
  height: 77px;
  width: 100px;
}
.list_container .right_part .rp1 .r_con .tuwen .wen {
  width: calc(100% - 110px);
}
.list_container .right_part .rp1 .r_con .big_img a img {
  height: 150px;
}
.show_container .left_part .show_con .show_tit {
  margin-top: 20px;
  line-height: 28px;
  font-size: 26px;
  color: #000000;
  font-weight: bold;
}
.show_container .left_part .show_con .meta {
  margin: 20px 0;
  font-size: 14px;
  color: #666666;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.show_container .left_part .show_con .show_body {
  margin-bottom: 30px;
}
.show_container .left_part .show_con .show_body img {
  max-width: 600px;
  display: block;
  margin: 20px auto;
}
.show_container .left_part .show_con .show_body p {
  text-indent: 2em;
  text-align: left;
  color: #555555;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 16px;
}
.show_container .recommend_part {
  margin: 30px 0;
}
.show_container .recommend_part .rec_tit {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  padding: 30px 0 10px 0;
  border-top: 1px solid #eee;
  margin-top: 30px;
}
.show_container .recommend_part .rec_double {
  overflow: hidden;
}
.show_container .recommend_part .rec_double .double_con {
  width: 48%;
}
#footer {
  padding-top: 20px;
  background: #2A2F39;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer .container {
  margin: 10px auto 0;
  width: 1180px;
  position: relative;
}
#footer .container .friendsLink {
  width: 1200px;
  margin: 10px auto;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
#footer .container .friendsLink h3 {
  color: #ffffff;
  font-size: 18px;
  float: left;
  margin-right: 20px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
}
#footer .container .friendsLink ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
#footer .container .friendsLink ul li {
  float: left;
  margin-right: 15px;
  margin-bottom: 3px;
  text-align: left;
  font-size: 16px;
}
#footer .container .friendsLink ul li:hover {
  text-decoration: underline;
}
#footer .container .friendsLink ul li a {
  color: #ffffff;
}
#footer .container .banquan {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
  color: #ffffff;
}
#footer .container .banquan a {
  color: inherit;
}
.tags {
  margin-top: 15px;
  color: white;
  font-size: 14px;
}
.tags a {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  color: white;
}
.turn_Page {
  margin-top: 15px;
  padding-bottom: 20px;
  overflow: hidden;
}
.turn_Page p {
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: inline-block;
  width: 48%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  font-weight: bold;
  padding-left: 5px;
  border-left: 1px dashed #0076C1;
  border-bottom: 1px dashed #0076C1;
}
.turn_Page p span {
  font-weight: normal;
  font-size: 16px;
}
.turn_Page p span:hover a {
  color: #C6252D;
}
.turn_Page p span a {
  color: #555555;
}
.turn_Page p:last-child {
  border-right: 1px dashed #0076C1;
  border-left: none;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 200px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(../images/top.jpg) 0 0 no-repeat;
  text-indent: -999em;
}
.goTop:hover {
  background-position: -60px 0;
}
.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;
}
.page_fenye {
  text-align: center;
  height: 30px;
  padding: 30px 0;
}
.page_fenye a,
.page_fenye span {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border: 1px #dedee4 solid;
  background-color: #fff;
  color: #5c5d5f;
  padding: 0 10px;
  margin-right: 5px;
  font-size: 14px;
  box-shadow: 0 1px 1px #f0f0f4;
  transition: all 0.3s ease 0s;
}
.page_fenye a:hover,
.page_fenye span:hover {
  border-color: #00bfb1;
  background-color: #00bfb1;
  color: #fff;
}
.page_fenye span {
  border-color: #00bfb1;
  background-color: #00bfb1;
  color: #fff;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 380px;
  margin-top: 20px;
}
.adversiment a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.adversiment a img {
  width: 100%;
  height: 100%;
}
.adversiment a p {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
  border-radius: 0 5px 0 0;
}
/*# sourceMappingURL=index.css.map */