* {
  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;
}
.mt10 {
  margin-top: 10px;
}
.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 {
  width: 181px;
  height: 60px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
  width: 100%;
  height: 100%;
}
#page #header .top_block .search_block {
  height: 40px;
}
#page #header .top_block .search_block form {
  display: flex;
  border-radius: 5px;
}
#page #header .top_block .search_block form .search {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #4A98E0;
  outline: none;
  border: 0;
  text-indent: 1em;
  color: white;
  border-radius: 5px 0 0 5px;
}
#page #header .top_block .search_block form .search::placeholder {
  color: white;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 70px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  border-radius: 0 5px 5px 0;
  background: #4A98E0 url("../images/search.png") no-repeat center;
}
#page #header .nav_block {
  height: 48px;
  line-height: 48px;
  background: #1479D7;
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 48px;
  overflow: hidden;
}
#page #header .nav_block .content li {
  float: left;
  color: #ffffff;
}
#page #header .nav_block .content li:hover a {
  color: #333333;
}
#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: #ffffff;
  text-align: center;
  line-height: 16px;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 5px 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%;
}
.news-list {
  overflow: hidden;
  width: 345px;
}
.news-list li {
  position: relative;
  color: #3b3b3b;
  text-align: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
}
.news-list li a {
  color: #333;
  font-size: 18px;
}
.news_title {
  color: #59493f;
  border-bottom: 2px solid #008DD8;
  position: relative;
  height: 40px;
  margin-bottom: 14px;
  font: bold 21px/40px "Microsoft Yahei";
}
.news_title .more {
  color: #008DD8;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 24px;
  line-height: 16px;
}
#article {
  width: 1200px;
  margin: 5px auto;
  overflow: hidden;
}
#article .breadcrumb {
  padding-top: 20px;
  padding-left: 5px;
  font-size: 17px;
  color: #FB4B4B;
  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_1 {
  overflow: hidden;
  margin: 5px auto;
}
#article .block_1 .banner_b {
  width: 680px;
  height: 460px;
  padding: 10px;
}
#article .block_1 .banner_b .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article .block_1 .banner_b .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 0;
  height: 30px;
}
#article .block_1 .banner_b .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
#article .block_1 .banner_b .swiper-container .swiper-pagination-bullet-active {
  background-color: white;
}
#article .block_1 .banner_b .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article .block_1 .banner_b .swiper-container .swiper-button-next {
  background: url(../images/banner_arrow.png) no-repeat right top;
  right: 0 !important;
}
#article .block_1 .banner_b .swiper-container .swiper-button-prev {
  background: url(../images/banner_arrow.png) no-repeat left top;
  left: 0;
}
#article .block_1 .banner_b .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .block_1 .banner_b .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  text-align: left;
  line-height: 40px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  font-size: 17px;
}
#article .block_1 .right_b {
  width: 490px;
}
#article .block_1 .right_b ul li {
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
}
#article .block_1 .right_b ul li a {
  color: #333333;
  position: relative;
}
#article .block_1 .right_b ul li:first-child,
#article .block_1 .right_b ul li:nth-child(8) {
  font-size: 22px;
  line-height: 32px;
  height: 32px;
  margin: 10px 0;
  border: none;
}
#article .block_1 .right_b ul li:first-child a,
#article .block_1 .right_b ul li:nth-child(8) a {
  font-weight: bold;
  color: #0b699f;
}
#article .block_2 {
  margin-top: 30px;
}
#article .block_2 .l {
  width: 345px;
  margin-right: 75px;
}
#article .block_3 {
  margin-top: 30px;
}
#article .block_3 .half_part {
  width: 48%;
}
#article .block_3 .half_part ul {
  margin-top: 10px;
}
#article .block_3 .half_part ul li {
  height: 26px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
#article .block_3 .half_part ul li a p {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#article .block_3 .half_part ul li::after {
  background: #d8d8d8;
  border-radius: 2px;
  content: "";
  height: 8px;
  left: 11px;
  position: absolute;
  top: 9px;
  width: 8px;
}
#article .block_3 .half_part ul li:nth-child(1) a p,
#article .block_3 .half_part ul li:nth-child(5) a p {
  color: #333;
  font-weight: 700;
}
#article .block_4 {
  margin-top: 30px;
}
#article .block_4 .half_part {
  width: 48%;
}
#article .block_4 .half_part .news_block {
  height: 150px;
  margin-bottom: 20px;
  padding-left: 19px;
  border-left: 3px solid #008dd8;
}
#article .block_4 .half_part .news_block .news_block_t {
  font: bold 24px/40px "Microsoft Yahei";
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 80px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article .block_4 .half_part .news_block .news_block_t a {
  color: #333333;
}
#article .block_4 .half_part .news_block .news_block_des {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 72px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article .block_4 .half_part ul li {
  width: 96%;
  position: relative;
  height: 60px;
  padding-left: 20px;
  font: 18px/60px "Microsoft Yahei";
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#article .block_4 .half_part ul li i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  background: url(../images/dot.png) no-repeat center top;
}
#article .block_4 .half_part ul li a {
  color: #000;
}
#article .block_5 .half {
  width: 48%;
}
#article .block_5 .half .img-text {
  height: 185px;
  overflow: hidden;
}
#article .block_5 .half .img-text .img_b {
  display: inline-block;
  width: 326px;
  height: 185px;
  margin-right: 10px;
  position: relative;
}
#article .block_5 .half .img-text .img_b img {
  width: 100%;
  height: 100%;
}
#article .block_5 .half .img-text .img_b span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(128, 128, 128, 0.6);
}
#article .block_5 .half .img-text .text_b {
  width: 215px;
  height: 160px;
  line-height: 25px;
  margin-top: 10px;
  padding-top: 15px;
  overflow: hidden;
  background: url(../images/text_bg.png);
  display: inline-block;
}
#article .block_5 .half .img-text .text_b a {
  color: #446da3;
}
#article .block_5 .half .img-text .text_b a p {
  text-decoration: none;
  overflow: hidden;
  width: 215px;
  white-space: normal;
  height: 100px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#article .block_5 .half .news-list {
  width: 100%;
}
#article .block_5 .half .news-list li {
  padding-left: 15px;
  position: relative;
  width: 100%;
  border-style: dotted;
}
#article .block_5 .half .news-list li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 4px;
  height: 4px;
  background-color: #008DD8;
}
#article .block_6 {
  margin-top: 30px;
}
#article .block_6 .half {
  width: 48%;
}
#article .block_6 .half ul li {
  clear: both;
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
}
#article .block_6 .half ul li img {
  width: 185px;
  height: 135px;
  float: left;
  padding: 1px;
  margin: 0 16px 0 0;
}
#article .block_6 .half ul li h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #444444;
  padding-top: 13px;
  text-decoration: none;
  overflow: hidden;
  width: initial;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article .block_6 .half ul li h3 a {
  color: #444444;
}
#article .block_6 .half ul li p {
  line-height: 24px;
  color: #282828;
  text-decoration: none;
  overflow: hidden;
  width: initial;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article .news-pic {
  overflow: hidden;
  width: 345px;
  height: 200px;
  margin-bottom: 15px;
  position: relative;
}
#article .news-pic a img {
  width: 345px;
  height: 200px;
}
#article .news-pic a img:hover {
  transform: scale(1.1);
}
#article .news-pic a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.list_container {
  width: 1200px;
  margin: auto;
}
.list_container .breadcurmb {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  color: #707070;
}
.list_container .breadcurmb a {
  color: #333333;
}
.list_container .left_part {
  margin-top: 30px;
  width: 860px;
  background-color: white;
  padding: 20px;
}
.list_container .left_part .news_list li {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
}
.list_container .left_part .news_list li img {
  width: 214px;
  height: 142px;
  float: right;
  background-size: cover;
  background-position: center;
}
.list_container .left_part .news_list li .info {
  float: left;
  overflow: hidden;
  width: calc(100% - 230px);
}
.list_container .left_part .news_list li .info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .left_part .news_list li .info h3 a {
  color: #1b1b1b;
}
.list_container .left_part .news_list li .info .con {
  font-size: 16px;
  color: #767676;
  line-height: 26px;
  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;
}
.list_container .left_part .news_list li .info .meta {
  color: #909090;
  margin-top: 10px;
}
.list_container .left_part .news_list li .info .meta .time {
  float: left;
  font-size: 15px;
  margin-right: 20px;
}
.list_container .left_part .news_list li.notImg .info {
  width: 100%;
}
.list_container .right_part {
  width: 300px;
}
.list_container .right_part .rp1 {
  margin-top: 30px;
  background-color: white;
}
.list_container .right_part .rp1 .title {
  border-top: 1px solid #cae0f3;
}
.list_container .right_part .rp1 .title span {
  color: #1479d7;
  font-weight: 700;
  font-size: 20px;
  border-top: 4px solid #1479d7;
  float: left;
  position: relative;
  top: -2px;
  line-height: 40px;
}
.list_container .right_part .rp1 .title span a {
  color: inherit;
}
.list_container .right_part .rp1 .rp1_img {
  display: inline-block;
  width: 100%;
  height: 160px;
  position: relative;
}
.list_container .right_part .rp1 .rp1_img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .right_part .rp1 .rp1_img img {
  width: 100%;
  height: 100%;
}
.list_container .right_part .rp1 .news-list {
  width: 100%;
}
.list_container .right_part .rp1 .img_list li {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px dashed #adbec5;
  margin-bottom: 17px;
  text-align: justify;
  visibility: visible !important;
}
.list_container .right_part .rp1 .img_list li img {
  width: 148px;
  height: 85px;
  border-radius: 5px;
  float: right;
}
.list_container .right_part .rp1 .img_list li span {
  float: left;
  text-decoration: none;
  overflow: hidden;
  width: calc(100% - 160px);
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list_container .right_part .rp2 {
  margin-top: 20px;
}
.list_container .right_part .rp3 ul {
  padding: 12px 10px;
}
.list_container .right_part .rp3 ul li {
  line-height: 32px;
  background-image: url(../images/dian_03.png);
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}
.list_container .right_part .rp3 ul li .hui {
  color: #c5c5c5;
}
.list_container .right_part .rp4 ul {
  padding-left: 0;
}
.list_container .right_part .rp4 ul li {
  background-image: none;
}
.list_container .right_part .rp4 ul li:nth-child(-n+3) i {
  color: red;
}
.show_container .left_part .show_con .show_tit {
  line-height: 28px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.show_container .left_part .show_con .meta {
  margin: 20px 0;
  font-size: 14px;
  color: #999999;
  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: #333333;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 18px;
}
.show_container .recommend_part {
  margin: 30px 0;
}
.show_container .recommend_part .recommend_tit {
  font-size: 20px;
  height: 30px;
  border-bottom: 1px solid #C3C3C3;
}
.show_container .recommend_part .recommend_tit span {
  display: inline-block;
  height: 30px;
  font-weight: bold;
  border-bottom: 2px solid #4B698D;
}
.show_container .recommend_part .news-list {
  width: 100%;
}
.show_container .recommend_part .news-list li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
  width: 49%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .recommend_part .news-list li:nth-of-type(even) {
  float: right;
}
.show_container .recommend_part .news-list li span {
  float: right;
}
.show_container .recommend_part .news-list li a {
  color: black;
}
#footer {
  padding-top: 20px;
  background: #F5F5F5;
  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: #333333;
  font-size: 18px;
  float: left;
  margin-right: 20px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #999999;
}
#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: #999999;
}
#footer .container .banquan {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
  color: #333333;
}
#footer .container .banquan a {
  color: #333333;
}
.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: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}
.turn_Page p span {
  font-size: 16px;
  color: #333333;
}
.turn_Page p span a {
  color: #333333;
}
.turn_Page p span:hover a {
  color: #C6252D;
}
.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: 15px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #000000;
  font-size: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a {
  background-color: #F5F5F5;
  color: #000000;
  display: inline-block;
  border: 1px solid #e3e3e3;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  margin: 0 2px;
  border-left: 1px solid #fff;
}
.page_fenye a:hover {
  border: 1px solid #195cad;
  background: #195cad;
  color: #fff;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 30px;
}
.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 */