* {
  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;
}
#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 {
  width: 211px;
  height: 70px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
  width: 100%;
}
#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: #C11818;
  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: #C11818 url(../images/nav.png);
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
}
#page #header .nav_block .content li {
  float: left;
  margin-left: -1px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 12px;
}
#page #header .nav_block .content li.on,
#page #header .nav_block .content li:hover {
  background-color: #a10c0c;
}
#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%;
}
.title {
  padding-left: 20px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #a61000;
  position: relative;
}
.title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 5px;
  height: 22px;
  background-color: #A61000;
}
.title a {
  color: #a61111;
}
#article {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
#article section {
  overflow: hidden;
  width: 1200px;
  margin: auto;
}
#article section .banner_block {
  width: 640px;
  height: 360px;
  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: left;
  bottom: 5px;
  height: 30px;
  left: 25px;
  color: white;
}
#article section .banner_block .swiper-container .swiper-pagination-current {
  font-size: 24px;
  color: #FF3234;
  font-weight: 600;
}
#article section .banner_block .swiper-container .swiper-pagination-total {
  font-size: 18px;
}
#article section .banner_block .swiper-container .swiper-button-next,
#article section .banner_block .swiper-container .swiper-button-prev {
  top: initial;
  bottom: -10px !important;
}
#article section .banner_block .swiper-container .swiper-button {
  position: absolute;
  bottom: 5px;
  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_right.png) no-repeat top;
  right: 0 !important;
}
#article section .banner_block .swiper-container .swiper-button-prev {
  background: url(../images/banner_arrow_left.png) no-repeat top;
  left: 0;
}
#article section .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#article section .banner_block .swiper-container .desc {
  position: absolute;
  height: 48px;
  bottom: 0;
  left: 0;
  line-height: 48px;
  color: #fff;
  text-align: left;
  z-index: 9;
  font-size: 18px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  text-indent: 60px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article section .newslist_block {
  width: 515px;
  background-color: white;
  height: 360px;
  overflow: hidden;
}
#article section .newslist_block .news_list li {
  height: 28px;
  line-height: 28px;
  font-size: 17px;
  margin-bottom: 9px;
  overflow: hidden;
  position: relative;
}
#article section .newslist_block .news_list li:nth-child(1) a,
#article section .newslist_block .news_list li:nth-child(6) a {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
#article section .newslist_block .news_list li a {
  color: #333333;
}
#article section .newslist_block .news_list li i {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 13px;
  background: #999999;
  overflow: hidden;
}
#article section .newslist_block .news_list li span {
  margin: 0 15px;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .pub_block {
  overflow: hidden;
  margin-bottom: 20px;
}
#article .main .pub_block .fw .title {
  width: 790px;
}
#article .main .pub_block .middle {
  margin-top: 51px !important;
}
#article .main .lists {
  width: 380px;
  margin-bottom: 30px;
}
#article .main .lists.fw li:nth-child(2),
#article .main .lists.fw li:nth-child(8) {
  font-weight: bold;
  font-size: 18px;
}
#article .main .lists.fw .title {
  margin-top: 0;
}
#article .main .lists.middle {
  margin: 0 30px;
  margin-bottom: 30px;
}
#article .main .lists .imgBox {
  width: 380px;
  height: 216px;
  overflow: hidden;
  position: relative;
}
#article .main .lists .imgBox a img {
  width: 100%;
  height: 100%;
}
#article .main .lists .imgBox span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .lists li {
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 10px;
  overflow: hidden;
  position: relative;
}
#article .main .lists li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 3px;
  height: 3px;
  background-color: #999999;
}
#article .main .lists li a {
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .block_3 .left_part {
  width: 790px;
  float: left;
}
#article .main .block_3 .left_part .tabs_list_part {
  padding-left: 5px;
}
#article .main .block_3 .left_part .tabs_list_part .tit {
  font-family: "微软雅黑", "黑体";
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  line-height: 35px;
  padding-right: 300px;
  height: 35px;
  overflow: hidden;
  border-bottom: #cacaca 1px solid;
}
#article .main .block_3 .left_part .tabs_list_part .tit ~ .tit {
  margin-top: 30px;
}
#article .main .block_3 .left_part .tabs_list_part .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 .block_3 .left_part .tabs_list_part .tabs_ul li.notImg h1 {
  width: 100%;
}
#article .main .block_3 .left_part .tabs_list_part .tabs_ul li.notImg p {
  width: 100%;
}
#article .main .block_3 .left_part .tabs_list_part .tabs_ul li a {
  color: #333333;
}
#article .main .block_3 .left_part .tabs_list_part .tabs_ul li a img {
  width: 200px;
  height: 133px;
  float: left;
  margin-right: 25px;
}
#article .main .block_3 .left_part .tabs_list_part .tabs_ul li h1 {
  font-family: "微软雅黑", "黑体";
  font-size: 17px;
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  display: inline-block;
  width: 521px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .block_3 .left_part .tabs_list_part .tabs_ul li p {
  text-decoration: none;
  overflow: hidden;
  width: 521px;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
}
#article .main .block_3 .left_part .tabs_list_part .tabs_ul li .tabs_meta {
  font-size: 14px;
  float: left;
}
#article .main .block_3 .aside_part {
  width: 380px;
  float: right;
}
#article .main .block_3 .aside_part .part_01 {
  overflow: hidden;
  margin-bottom: 20px;
}
#article .main .block_3 .aside_part .part_01 .middle {
  margin: 0;
  margin-top: 30px !important;
}
#article .main .block_3 .aside_part .part_02 .part_02_ul li {
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .block_3 .aside_part .part_02 .part_02_ul li:nth-of-type(-n+3) em {
  color: #C6252D;
}
#article .main .block_3 .aside_part .part_02 .part_02_ul li em {
  font-weight: bold;
}
#article .main .block_3 .aside_part .part_02 .part_02_ul li a {
  padding-left: 10px;
  color: #333333;
}
.list_content {
  width: 1200px;
  margin: auto;
}
.list_content .list {
  width: 740px;
}
.list_content .list_con {
  overflow: hidden;
}
.list_content .list_con li {
  width: 100%;
  padding: 10px 0 20px;
  border-bottom: 1px solid #dcdcdc;
}
.list_content .list_con li a .art {
  line-height: 24px;
  margin: 10px 0;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  font-family: "宋体";
}
.list_content .list_con li a .art img {
  float: left;
  margin-right: 12px;
  width: 130px;
  height: 90px;
  object-fit: cover;
}
.list_content .list_con li a .art h1 {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Microsoft Yahei", 'Hiragino Sans GB';
  margin-bottom: 10px;
  display: inline-block;
  width: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_content .list_con li a .art p {
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666666;
}
.list_content .list_con li .meta {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #333333;
}
.list_content .aside {
  width: 300px;
}
.list_content .aside .aside_01 {
  margin: 20px 0;
  border: 1px solid #eaecef;
  padding: 0 18px;
}
.list_content .aside .aside_01 ul.ranking li i {
  background-color: #D6D6D6;
}
.list_content .aside .aside_01 ul.ranking li:nth-of-type(-n+3) i {
  background: #e92b13;
}
.list_content .aside .aside_01 ul li {
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  position: relative;
  padding-left: 28px;
}
.list_content .aside .aside_01 ul li a {
  color: #000;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_content .aside .aside_01 ul li i {
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #e92b13;
  line-height: 18px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-style: normal;
}
.list_content .aside .aside_02 ul li {
  padding-left: 15px;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  position: relative;
}
.list_content .aside .aside_02 ul li i {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 16px;
  background: #d6d6d6;
  border-radius: 50%;
  overflow: hidden;
}
.list_content .aside .aside_03 .two_img .i_item {
  width: 117px;
  height: 96px;
  margin-right: 18px;
  float: left;
  overflow: hidden;
  position: relative;
}
.list_content .aside .aside_03 .two_img .i_item:last-child {
  margin-right: 0;
}
.list_content .aside .aside_03 .two_img .i_item img {
  width: 100%;
  height: 100%;
}
.list_content .aside .aside_03 .two_img .i_item p {
  position: absolute;
  display: block;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.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;
}
.show_container {
  margin-top: 10px;
}
.show_container .head_tit {
  font-size: 30px;
  line-height: 40px;
  margin-top: 30px;
  font-weight: bold;
}
.show_container .s_meta {
  height: 30px;
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 50px;
}
.show_container .s_meta span {
  color: #999;
  margin-right: 20px;
  font-size: 14px;
}
.show_container .show_body {
  width: 740px;
  overflow: hidden;
}
.show_container .show_body ._con {
  font-size: 16px;
  line-height: 2em;
}
.show_container .show_body ._con p {
  margin: 15px 0;
}
.show_container .show_body ._con img {
  max-width: 600px;
  display: block;
  margin: auto;
}
.show_container .show_body .recommend_part {
  margin-top: 30px;
}
.show_container .show_body .recommend_part .rec_tit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 15px;
  position: relative;
  background: #f2f2f2;
  font-size: 20px;
  font-weight: bold;
  color: #01204f;
}
.show_container .show_body .recommend_part .rec_tit i {
  display: block;
  height: 50px;
  width: 5px;
  background: #01204f;
  position: absolute;
  top: 0;
  left: 0;
}
#footer {
  padding-top: 20px;
  background: #5a4545;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #C6252D;
  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;
}
.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 {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #C6252D;
  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: #C6252D;
  color: white;
}
.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;
}
.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;
}
.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;
}
/*# sourceMappingURL=index.css.map */