* {
  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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  color: #333333;
}
#page #header {
  background-color: white;
}
#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 {
  user-select: none;
}
#page #header .top_block .logo_block img {
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
}
#page #header .top_block .search_block form .search {
  width: 300px;
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f3;
  outline: none;
  border: 0;
  text-indent: 1em;
  color: #999999;
  border-radius: 15px 0 0 15px;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 100px;
  background-color: #255b9b;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  text-indent: 1em;
  border-radius: 0 15px 15px 0;
}
#page #header .nav_block {
  height: 50px;
  line-height: 50px;
  background-size: contain;
  background: #255b9b;
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
}
#page #header .nav_block .content li {
  float: left;
  line-height: 50px;
  font-size: 15px;
  padding: 0 24px;
}
#page #header .nav_block .content li.on,
#page #header .nav_block .content li:hover {
  background-color: #e9177e;
}
#page #header .nav_block .content li a {
  color: white;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 30px 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 {
  margin: 30px auto;
  overflow: hidden;
}
#article section {
  overflow: hidden;
  width: 1200px;
  margin: auto;
}
#article section .banner_block {
  width: 690px;
  height: 460px;
  margin-bottom: 30px;
}
#article section .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#article section .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article section .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 4px;
  height: 30px;
}
#article section .banner_block .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: white;
  margin: 0 3px;
  cursor: pointer;
  opacity: 1 !important;
}
#article section .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #B42369;
}
#article section .banner_block .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article section .banner_block .swiper-container .swiper-button-next {
  background: url(../images/banner_arrow.png) no-repeat right top;
  right: 0 !important;
}
#article section .banner_block .swiper-container .swiper-button-prev {
  background: url(../images/banner_arrow.png) no-repeat left top;
  left: 0;
}
#article section .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#article section .banner_block .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 47px;
  text-align: left;
  line-height: 47px;
  color: white;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
#article section .news_block {
  width: 480px;
  background-color: white;
  height: 460px;
}
#article section .news_block a {
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article section .news_block h2 {
  font-size: 20px;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
#article section .news_block h4,
#article section .news_block h3 {
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  position: relative;
}
#article section .news_block h4::before,
#article section .news_block h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 3px;
  height: 10px;
  background-color: #CF468A;
}
#article section .news_block h5 {
  overflow: hidden;
  height: 7px;
  margin: 14px 0px 0px;
  border-top: 1px dotted #bfbfbf;
}
#article .main .tabs_ul {
  display: none;
}
#article .main .tabs_ul.active {
  display: block;
}
#article .main .tabs_ul li {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: left;
  font-family: "微软雅黑", "黑体";
  height: auto;
  padding-top: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
#article .main .tabs_ul li.notImg h1 {
  width: 100%;
}
#article .main .tabs_ul li.notImg p {
  width: 100%;
}
#article .main .tabs_ul li a {
  color: #333333;
}
#article .main .tabs_ul li a img {
  width: 240px;
  height: 160px;
  float: left;
  margin-right: 25px;
}
#article .main .tabs_ul li h1 {
  font-size: 20px;
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  display: inline-block;
  width: 521px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .tabs_ul li p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-decoration: none;
  overflow: hidden;
  width: 521px;
  white-space: normal;
  height: 60px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 27px;
}
#article .main .tabs_ul li .tabs_meta {
  font-size: 14px;
  color: #999;
  float: left;
}
#article .main .block_3 .left_part {
  width: 800px;
  float: left;
}
#article .main .block_3 .left_part .tabs_list_part {
  padding-left: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
#article .main .block_3 .left_part .tabs_list_part .tabs_head ul {
  overflow: hidden;
  height: 42px;
  margin: 30px auto 0;
  position: relative;
}
#article .main .block_3 .left_part .tabs_list_part .tabs_head ul li {
  float: left;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 128px;
  height: 42px;
  cursor: pointer;
  border-bottom: 1px solid #DADADA;
}
#article .main .block_3 .left_part .tabs_list_part .tabs_head ul li.line {
  border-bottom: 2px solid #b42369;
  height: 2px;
  bottom: 0;
  margin-top: 38px;
  position: absolute;
  z-index: 8;
  width: 128px;
  left: 0;
  overflow: hidden;
  transition: all 0.3s;
}
#article .aside_part {
  width: 370px;
  float: right;
}
#article .aside_part .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
#article .aside_part .title::before {
  position: absolute;
  content: '';
  bottom: 5px;
  left: 0;
  width: 4px;
  background-color: #C83079;
  height: 17px;
}
#article .aside_part .title a {
  padding-left: 15px;
}
#article .aside_part .part_01 {
  overflow: hidden;
  margin-bottom: 20px;
}
#article .aside_part .part_01.have_img ul li {
  float: initial !important;
  height: 36px;
}
#article .aside_part .part_01 ul li {
  float: left;
  width: 355px;
  height: 40px;
  line-height: 40px;
}
#article .aside_part .part_01 ul li a {
  position: relative;
  padding-left: 15px;
  height: 40px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .aside_part .part_01 ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E28DB7;
}
#article .aside_part .part_01 ._img {
  margin-top: 20px;
  width: 100%;
  height: 240px;
  position: relative;
  border: 5px solid #eee;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#article .aside_part .part_01 ._img img {
  width: 100%;
  height: 100%;
}
#article .aside_part .part_01 ._img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.4);
}
#article .aside_part .part_02 {
  margin-bottom: 20px;
}
#article .aside_part .part_02 .part_02_ul li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .aside_part .part_02 .part_02_ul li:nth-of-type(-n+3) em {
  color: #C6252D;
}
#article .aside_part .part_02 .part_02_ul li em {
  font-weight: bold;
}
#article .aside_part .part_02 .part_02_ul li a {
  padding-left: 10px;
  color: #333333;
}
#article .aside_part .part_03 .O_img {
  overflow: hidden;
  float: left;
  width: 370px;
}
#article .aside_part .part_03 .O_img h3 {
  overflow: hidden;
  float: left;
  width: 190px;
  height: 126px;
  margin-right: 20px;
}
#article .aside_part .part_03 .O_img h3 a img {
  width: 100%;
  height: 100%;
}
#article .aside_part .part_03 .O_img p {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  height: 126px;
  line-height: 32px;
  text-decoration: none;
  overflow: hidden;
  width: initial;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#article .list_main .aside_part {
  width: 300px;
}
#article .list_main .aside_part .part_03 .O_img {
  width: 300px;
}
#article .list_main .aside_part .part_03 .O_img h3 {
  width: 145px;
  height: 107px;
}
#article .list_main .aside_part .part_03 .O_img h3 img {
  width: 100%;
  height: 100%;
}
#article .list_main .aside_part .part_03 .part_03_ul li {
  width: 300px;
}
#article .list_main .aside_part .part_01 ul li {
  width: 300px;
}
#article .list_main .aside_part .part_04 .two_img ul li {
  overflow: hidden;
  display: inline;
  position: relative;
  float: left;
  width: 145px;
  margin: 10px 0px 0px 10px;
}
#article .list_main .aside_part .part_04 .two_img ul li:nth-child(1) {
  margin-left: 0;
}
#article .list_main .aside_part .part_04 .two_img ul li a {
  overflow: hidden;
  width: 145px;
  height: 120px;
  z-index: 1;
}
#article .list_main .aside_part .part_04 .two_img ul li a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#article .list_main .aside_part .part_04 .two_img ul li p {
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .list_main .aside_part .part_04 .fonts li {
  float: left;
  width: 358px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .list_main .aside_part .part_04 .fonts li a {
  padding-left: 12px;
  position: relative;
}
#article .list_main .aside_part .part_04 .fonts li a::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 3px;
  height: 12px;
  background-color: #CF468A;
}
#article .show_main {
  width: 1200px;
  margin: auto;
}
#article .show_main .show_left {
  width: 800px;
  float: left;
  overflow: hidden;
}
#article .show_main .show_left .head_tit {
  overflow: hidden;
  float: left;
  width: 800px;
  margin: 30px auto 0px;
  padding: 0px 0px 10px;
}
#article .show_main .show_left .head_tit h1 {
  font-size: 30px;
  line-height: 40px;
}
#article .show_main .show_left .meta {
  overflow: hidden;
  float: left;
  font-size: 14px;
  color: #a1a1a1;
  width: 490px;
  height: 40px;
  line-height: 40px;
}
#article .show_main .show_left .show_body {
  overflow: hidden;
  font-size: 18px;
  width: 800px;
  line-height: 35px;
  margin: 2px 0px 0px;
  padding: 0px 0px 20px;
}
#article .show_main .show_left .show_body p {
  margin: 15px 0px 0px;
}
#article .show_main .show_left .show_body img {
  max-width: 600px;
  display: block;
  margin: auto;
}
#article .show_main .show_left .recommend_part {
  margin-top: 50px;
}
#article .show_main .show_left .recommend_part .tit {
  overflow: hidden;
  width: 800px;
  height: 36px;
  border-bottom: 1px solid #DADADA;
  margin: 20px auto 0px;
}
#article .show_main .show_left .recommend_part .tit h3 {
  display: inline-block;
  font-size: 21px;
  color: #cf4789;
  width: auto;
  height: 35px;
  border-bottom: 2px solid #cf4789;
}
#article .show_main .show_left .recommend_part .rb_1 li {
  float: left;
  background: url(../img/bj2.jpg) no-repeat 0px center;
  height: 40px;
  line-height: 40px;
  margin-right: 30px;
  padding-left: 12px;
  position: relative;
  display: inline-block;
  width: 373px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .show_main .show_left .recommend_part .rb_1 li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 3px;
  height: 10px;
  background-color: #CF468A;
}
#article .show_main .show_left .recommend_part .rb_1 li:nth-of-type(2n) {
  margin-right: 0;
}
.breadcrumb {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.breadcrumb i {
  display: inline-block;
  width: 23px;
  height: 50px;
  background: url(../images/local.png) no-repeat center;
  vertical-align: top;
}
#footer {
  padding-top: 20px;
  background: #575757;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #255b9b;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .container {
  margin: 0px auto;
  width: 1180px;
  position: relative;
  margin-top: 10px;
}
#footer .container .friends {
  border-top: 1px solid #333;
  position: relative;
}
#footer .container .friends a {
  color: white;
}
#footer .container .friends .friends_list_ul li:hover {
  text-decoration: underline;
}
#footer .container .friends #link_menu {
  margin-bottom: 30px;
}
#footer .container .friends #link_896a3aee.links {
  text-align: left;
  font-size: 12px;
  padding: 1.5em 0;
}
#footer .container .friends #link_896a3aee.links ul {
  clear: both;
}
#footer .container .friends #link_896a3aee.links li {
  float: left;
  margin-right: 10px;
  line-height: 1.8em;
  list-style: none;
  padding: 0;
}
#footer .container .friends #link_896a3aee.links em {
  clear: both;
  display: block;
}
#footer .container .friends #link_896a3aee.links #link_menu li {
  font-size: 14px;
  line-height: 2.5em;
  cursor: pointer;
  width: 5em;
}
#footer .container .friends #link_896a3aee.links #link_menu i {
  font-size: 12px;
  line-height: 2.9em;
  float: right;
  font-style: normal;
  margin-right: 15px;
}
#footer .container .friends #link_896a3aee.links .on {
  font-weight: bold;
}
#footer .container .friendsLink {
  width: 1200px;
  margin: 10px auto;
  display: flex;
  align-items: baseline;
}
#footer .container .friendsLink h3 {
  color: white;
  font-size: 14px;
  float: left;
  margin-right: 20px;
  width: 135px;
}
#footer .container .friendsLink ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
#footer .container .friendsLink ul li {
  font-size: 12px;
  float: left;
  margin-left: 15px;
  margin-bottom: 3px;
}
#footer .container .friendsLink ul li:hover {
  text-decoration: underline;
}
#footer .container .friendsLink ul li a {
  color: white;
}
#footer .container .banquan {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
#footer .container .banquan a {
  color: white;
}
.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;
  transition: all 0.3s;
}
.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 {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #255b9b;
  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: #255b9b;
  color: white;
}
.turn_Page {
  margin-top: 30px;
  padding-bottom: 20px;
}
.turn_Page p {
  font-size: 18px;
  width: 50%;
  display: inline-block;
  width: 49%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.turn_Page p span {
  font-size: 16px;
}
.turn_Page p span:hover {
  color: #C6252D;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  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 */