* {
  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;
}
body {
  background-color: #ECF0FB;
}
.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: 190px;
  height: 41px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
  width: 100%;
  height: 100%;
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  background: #C6252D;
  border-radius: 5px;
}
#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;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 70px;
  background-color: #C6252D;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  text-indent: 1em;
  border-radius: 0 10px 10px 0;
  background: url("../images/search.png") no-repeat center;
}
#page #header .nav_block {
  height: 48px;
  line-height: 48px;
  background-color: #FFFFFF;
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 48px;
  overflow: hidden;
}
#page #header .nav_block .content li {
  float: left;
}
#page #header .nav_block .content li:hover a,
#page #header .nav_block .content li.on a {
  font-weight: bold;
  color: #bf0614;
}
#page #header .nav_block .content li:last-child a {
  border: none;
}
#page #header .nav_block .content li a {
  display: inline-block;
  padding: 0px 10px;
  font-size: 16px;
  height: 16px;
  color: #22306d;
  text-align: center;
  line-height: 16px;
  border-right: 1px solid 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 {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
#article .banner_ {
  overflow: hidden;
  width: 1200px;
  margin: auto;
  margin-top: 30px;
  background-color: #464646;
}
#article .banner_ .banner_block {
  width: 725px;
  height: 414px;
}
#article .banner_ .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#article .banner_ .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article .banner_ .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 5px;
  height: 30px;
  left: -17px;
}
#article .banner_ .banner_block .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: white;
  margin: 0 3px;
  cursor: pointer;
  opacity: 1;
}
#article .banner_ .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #FF0A00;
}
#article .banner_ .banner_block .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article .banner_ .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .banner_ .banner_block .swiper-container .desc {
  position: absolute;
  width: 100%;
  height: 48px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
  text-align: left;
  z-index: 9;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 77px;
  background-color: rgba(0, 0, 0, 0.8);
}
#article .banner_ .newslist_block {
  width: 475px;
  height: 414px;
  overflow: hidden;
}
#article .banner_ .newslist_block .news_list li {
  line-height: 37px;
  height: 37px;
  overflow: hidden;
  position: relative;
  padding-left: 20px;
}
#article .banner_ .newslist_block .news_list li:hover {
  background: url(../images/news_list_bg.png) repeat-y;
  color: #fff;
  background-size: contain;
}
#article .banner_ .newslist_block .news_list li a {
  color: white;
}
#article .banner_ .newslist_block .news_list li i {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 20px;
  top: 16px;
  background: #d6d6d6;
  border-radius: 50%;
  overflow: hidden;
}
#article .banner_ .newslist_block .news_list li span {
  margin: 0 15px;
  font-size: 16px;
  display: inline-block;
  width: 96%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main {
  width: 1200px;
  margin: 30px auto;
}
#article .main .ML21 {
  margin-left: 21px;
}
#article .main .part_tit {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  padding: 0 10px;
}
#article .main .part_tit a {
  font-weight: bold;
  color: #333;
}
#article .main .Line_One {
  overflow: hidden;
}
#article .main .Line_One .spe .part_list ul li a {
  height: 33.2px !important;
}
#article .main .Line_One .pub_part {
  width: 386px;
  background-color: white;
  margin-bottom: 20px;
  overflow: hidden;
}
#article .main .Line_One .pub_part .part_pic {
  width: 386px;
  height: 217px;
  position: relative;
  overflow: hidden;
}
#article .main .Line_One .pub_part .part_pic .pic {
  position: relative;
  width: 100%;
  height: 100%;
}
#article .main .Line_One .pub_part .part_pic .pic img {
  width: 100%;
  height: 100%;
}
#article .main .Line_One .pub_part .part_pic .pic p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .Line_One .pub_part .part_double_pic ul {
  width: 396px;
}
#article .main .Line_One .pub_part .part_double_pic ul li {
  width: 188px;
  height: 106px;
  float: left;
  margin-right: 10px;
  position: relative;
}
#article .main .Line_One .pub_part .part_double_pic ul li a img {
  width: 100%;
  height: 100%;
}
#article .main .Line_One .pub_part .part_double_pic ul li a p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .Line_One .pub_part .part_list {
  padding-bottom: 10px;
  padding-top: 5px;
}
#article .main .Line_One .pub_part .part_list ul li {
  padding: 0 20px;
  font-size: 14px;
}
#article .main .Line_One .pub_part .part_list ul li a {
  height: 34.7px;
  line-height: 39px;
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .Line_One.line_two .middle_part .part_double_pic ul li {
  height: 120px;
}
#article .main .two_blo_part {
  width: 1200px;
  margin: auto;
}
#article .main .two_blo_part .left {
  width: 793px;
  background-color: white;
  overflow: hidden;
}
#article .main .two_blo_part .left ul {
  padding-bottom: 10px;
}
#article .main .two_blo_part .left ul li {
  padding: 0px 20px 0;
  height: 177px;
  overflow: hidden;
}
#article .main .two_blo_part .left ul li.notImg .r_text {
  width: 100%;
}
#article .main .two_blo_part .left ul li .l_pic {
  float: left;
  width: 330px;
  height: 100%;
  overflow: hidden;
}
#article .main .two_blo_part .left ul li .l_pic img {
  width: 100%;
  height: 100%;
}
#article .main .two_blo_part .left ul li .r_text {
  float: right;
  width: 400px;
}
#article .main .two_blo_part .left ul li .r_text .tit {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  margin-bottom: 10px;
  color: #333;
}
#article .main .two_blo_part .left ul li .r_text .con {
  line-height: 26px;
  color: #666;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#article .main .two_blo_part .part_tit {
  padding-left: 20px;
}
#article .main .two_blo_part_02 .left ul li {
  height: 118px;
}
#article .main .two_blo_part_02 .left ul li .r_text .tit {
  height: 26px;
}
#article .main .two_blo_part_02 .left ul li .r_text .con {
  font-size: 14px;
}
.list_content {
  width: 1200px;
  margin: auto;
}
.list_content .list {
  width: 860px;
  margin-bottom: 20px;
  padding: 30px;
  background-color: white;
}
.list_content .list .breadcrumb {
  border-bottom: 1px #dbdbdb solid;
  padding-bottom: 22px;
  font-size: 14px;
  color: #666;
}
.list_content .list .breadcrumb a {
  color: #666;
}
.list_content .list .list_con ul {
  padding-top: 25px;
}
.list_content .list .list_con ul li {
  margin-bottom: 20px;
  overflow: hidden;
}
.list_content .list .list_con ul li:nth-of-type(5n) {
  margin-bottom: 30px;
}
.list_content .list .list_con ul li .left_font {
  float: left;
  width: 620px;
  font-size: 16px;
}
.list_content .list .list_con ul li .left_font a {
  padding-left: 20px;
  background: url(../images/list_dot.png) no-repeat 2px center;
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_content .list .list_con ul li .time {
  float: right;
  width: 180px;
  text-align: right;
  color: #888;
}
.list_content .aside {
  width: 300px;
}
.list_content .aside .aside_01 {
  margin-bottom: 20px;
  background-color: white;
}
.list_content .aside .aside_01 .tit {
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  padding: 0 25px;
}
.list_content .aside .aside_01 .tit a {
  font-weight: bold;
  color: #333;
}
.list_content .aside .aside_01 .aside_body {
  padding: 0 25px;
}
.list_content .aside .aside_01 .aside_body ul {
  padding-bottom: 20px;
}
.list_content .aside .aside_01 .aside_body ul li {
  line-height: 16px;
  padding-top: 15px;
}
.list_content .aside .aside_01 .aside_body ul li.one_p .pic {
  display: block;
  position: relative;
  width: 100%;
  height: 152px;
  overflow: hidden;
}
.list_content .aside .aside_01 .aside_body ul li.one_p .pic a img {
  width: 100%;
  height: 100%;
}
.list_content .aside .aside_01 .aside_body ul li.one_p .desc {
  padding: 16px 0;
  border-bottom: 1px #dbdbdb solid;
  line-height: 24px;
}
.list_content .aside .aside_01 .aside_body ul li.one_p .desc a {
  color: #333;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_content .aside .aside_01 .aside_body ul li a {
  color: #333333;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_content .aside .aside_02 ul li {
  display: flex;
}
.list_content .aside .aside_02 ul li:nth-of-type(-n+3) em {
  color: #BE0614;
}
.list_content .aside .aside_02 ul li a {
  padding-left: 15px;
}
.list_content .aside .aside_02 ul li em {
  color: #333333;
}
.show_container .list {
  background-color: #ECF0FB;
  padding: 0;
}
.show_container .top_p {
  background-color: white;
  padding: 30px;
}
.show_container .top_p .show_con .tit {
  font-size: 30px;
  line-height: 40px;
  padding: 20px 0 22px;
}
.show_container .top_p .show_con .meta {
  margin-bottom: 40px;
  color: #888;
}
.show_container .top_p .show_con .show_body {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 0px;
}
.show_container .top_p .show_con .show_body p {
  margin: 20px 0;
  text-indent: 2em;
}
.show_container .top_p .show_con .show_body img {
  max-width: 600px;
  display: block;
  margin: auto;
}
.show_container .recommend_part {
  background-color: white;
  margin-top: 30px;
  width: 860px;
  margin-bottom: 30px;
  padding: 30px;
}
.show_container .recommend_part .rec_tit {
  font-size: 24px;
  background: url(../images/rec_tit.png) no-repeat 0px center;
  padding-left: 34px;
}
.show_container .recommend_part ul {
  width: 49%;
  overflow: hidden;
  padding-top: 25px;
}
.show_container .recommend_part ul li {
  margin-bottom: 20px;
}
.show_container .recommend_part ul li a {
  padding-left: 20px;
  background: url(../images/list_dot.png) no-repeat 2px center;
  color: #333333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#footer {
  padding-top: 20px;
  background: #333333;
  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;
}
.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;
}
.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;
}
.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 */