* {
  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;
  color: #505050;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body {
  background-color: #F1F1F1;
}
.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: auto;
  height: 70px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
  width: auto;
  height: 61%;
  margin-top: 5px;
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  background: #FF3333;
  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: 100px;
  background: url(../images/search.png) no-repeat left 10px center;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  text-indent: 1em;
}
#page #header .nav_block {
  height: 50px;
  line-height: 50px;
  background-color: #333333;
}
#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:hover {
  background-color: #FF3333;
}
#page #header .nav_block .content li.on {
  background-color: #FF3333;
}
#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%;
}
#page #article {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
#page #article .banner_block {
  width: 60%;
  height: 340px;
}
#page #article .banner_block .swiper-container {
  width: 100%;
  height: 340px;
  position: relative;
}
#page #article .banner_block .swiper-container:hover .swiper-button {
  opacity: 1;
}
#page #article .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  top: 0;
  height: 30px;
}
#page #article .banner_block .swiper-container .swiper-button-next {
  background-image: url(../images/right_arrow.png);
}
#page #article .banner_block .swiper-container .swiper-button-prev {
  background-image: url(../images/left_arrow.png);
}
#page #article .banner_block .swiper-container .swiper-button {
  width: 60px;
  height: 60px;
  background-size: 34px 34px;
  transition: all 0.3s;
  opacity: 0;
}
#page #article .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#page #article .banner_block .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.4);
}
#page #article .newslist_block {
  width: 38%;
  background-color: white;
  border: 1px solid #eee;
  padding: 17px 20px 21px;
  height: 340px;
  overflow: hidden;
}
#page #article .newslist_block .news_list li {
  display: flex;
  line-height: 30px;
  position: relative;
}
#page #article .newslist_block .news_list li p {
  color: #ff4939;
}
#page #article .newslist_block .news_list li a {
  padding-left: 15px;
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .block_public {
  width: 1200px;
  margin: 30px auto;
  background-color: white;
  border: 1px solid #eee;
  overflow: hidden;
}
#page #article .block_public .toptabs .tab {
  border-bottom: #e4e3e3 1px solid;
  margin: 20px;
  overflow: hidden;
}
#page #article .block_public .toptabs .tab li {
  font-size: 16px;
  margin-right: 20px;
  padding: 0 10px 10px;
  position: relative;
  cursor: pointer;
  float: left;
}
#page #article .block_public .toptabs .tab li::after {
  content: "";
  background: #FF3333;
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 40%;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#page #article .block_public .toptabs .tab li a {
  color: #333;
}
#page #article .block_public .toptabs .tab li.active a,
#page #article .block_public .toptabs .tab li:hover a {
  color: #FF3333;
}
#page #article .block_public .toptabs .tab li.active::after,
#page #article .block_public .toptabs .tab li:hover::after {
  opacity: 1;
  width: 100%;
  margin: auto;
  display: block;
  left: 0;
}
#page #article .block_newspart .tabs_show {
  padding: 5px 0.3% 0 0.3%;
  background: #fff;
  overflow: hidden;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet {
  width: 100%;
  overflow: hidden;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet .listItem {
  width: 23%;
  margin: 0 1% 20px;
  float: left;
  background-color: #F9F9F9;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet .listItem .tabimg {
  position: relative;
  overflow: hidden;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet .listItem .tabimg a {
  display: inline-block;
  width: 100%;
  height: 160px;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet .listItem .tabimg a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet .listItem .tabimg a img:hover {
  transform: scale(1.1);
}
#page #article .block_newspart .tabs_show .tabs_show_contnet .listItem h3 {
  height: 35px;
  padding: 0 8px;
  line-height: 35px;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet .listItem h3 a {
  color: inherit;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet .listItem .tabcontent {
  padding: 0px 9px;
  height: 84px;
  line-height: 28px;
  font-size: 14px;
  color: #878787;
  overflow: hidden;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet .listItem .tabcontent p em {
  display: inline-block;
  height: 18px;
  background: #ff4939;
  line-height: 18px;
  color: #fff;
  font-size: 13px;
  padding: 0px 6px;
  font-style: normal;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet .listItem .tabcontent p i {
  display: inline-block;
  font-size: 14px;
  color: #ff4939;
  margin-right: 6px;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet .listItem .tabcontent p a {
  color: inherit;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet ul {
  padding-left: 15px;
  background: #fff;
  width: 49%;
  float: left;
  margin-right: 23px;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet ul:nth-child(2) {
  margin-right: 0;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet ul li {
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet ul li::before {
  position: absolute;
  content: '';
  bottom: 7px;
  left: 0;
  height: 5px;
  width: 5px;
  background-color: #FF4939;
  border-radius: 50%;
}
#page #article .block_newspart .tabs_show .tabs_show_contnet ul li a {
  color: #333;
}
#page #article .block_newsfont {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  zoom: 1;
}
#page #article .block_newsfont .newsfont_item {
  float: left;
  padding-right: 2%;
  width: 23%;
  margin-right: 10px;
}
#page #article .block_newsfont .newsfont_item .hd h3 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
#page #article .block_newsfont .newsfont_item .hd h3 a {
  color: #425269;
  transition: all 0.3s;
}
#page #article .block_newsfont .newsfont_item .hd h3 a:hover {
  color: #ff4839;
}
#page #article .block_newsfont .newsfont_item .bd {
  position: relative;
  margin-top: -1px;
}
#page #article .block_newsfont .newsfont_item .bd li {
  padding: 9px 0 6px;
  width: 270px;
  overflow: hidden;
  border-bottom: 1px solid #e8e7ed;
}
#page #article .block_newsfont .newsfont_item .bd li .leftnum {
  float: left;
  overflow: hidden;
  background: #ff4939;
  margin-top: 5px;
  margin-right: 10px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
#page #article .block_newsfont .newsfont_item .bd li .rightdesc {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
#page #article .block_newsfont .newsfont_item .bd li .rightdesc .desc_content {
  font-weight: normal;
  font-size: 14px;
}
#page #article .block_newsfont .newsfont_item .bd li .rightdesc .desc_content a {
  font-size: 14px;
  padding: 0 5px;
  color: #425269;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
#page #article .block_newsfont .newsfont_item .bd li .rightdesc .desc_content a:hover {
  color: #ff4839;
}
#page #list_page {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
}
#page #list_page .navigation {
  margin: 20px 0;
  margin-left: 3px;
  height: 20px;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 20px;
}
#page #list_page .navigation i {
  margin-right: 3px;
}
#page #list_page .navigation a {
  padding: 0 6px;
  color: #a5a5a5;
}
#page #list_page .left_part {
  max-width: 850px;
  width: 850px;
  margin-right: 310px;
  float: left;
  overflow: hidden;
  padding: 10px 20px 20px 20px;
  background: #FFF;
}
#page #list_page .left_part.show_left_part .news_top {
  padding: 0 2% 0;
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
#page #list_page .left_part.show_left_part .news_top h1 {
  margin-top: 10px;
  color: #2b2b2b;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
#page #list_page .left_part.show_left_part .news_top .meta {
  margin-top: 10px;
  height: 24px;
  color: #8c8c8c;
  line-height: 24px;
  font-size: 15px;
}
#page #list_page .left_part.show_left_part .news_top .meta .source {
  margin-left: 15px;
}
#page #list_page .left_part.show_left_part .news_content {
  padding: 20px 2% 0;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 30px;
}
#page #list_page .left_part.show_left_part .news_content p {
  margin-bottom: 15px;
  text-indent: 2rem;
  word-break: break-all;
}
#page #list_page .left_part.show_left_part .news_content p a {
  color: inherit;
}
#page #list_page .left_part.show_left_part .news_content p img {
  max-width: 600px;
  height: auto;
  display: flex;
  margin: auto;
}
#page #list_page .left_part.show_left_part .recommend_part {
  margin-bottom: 10px;
}
#page #list_page .left_part.show_left_part .recommend_part .hd {
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #000;
}
#page #list_page .left_part.show_left_part .recommend_part .hd h2 {
  float: left;
  height: 38px;
  border-bottom: 4px solid #ff4939;
  color: #010101;
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
}
#page #list_page .left_part.show_left_part .recommend_part .bd {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
#page #list_page .left_part.show_left_part .recommend_part .bd ul {
  float: left;
  margin-top: -1px;
  width: 100%;
}
#page #list_page .left_part.show_left_part .recommend_part .bd ul li {
  float: left;
  width: 50%;
  padding: 13px 0;
  height: 42px;
  border-bottom: 1px dotted #dadada;
  overflow: hidden;
}
#page #list_page .left_part.show_left_part .recommend_part .bd ul li p {
  overflow: hidden;
  padding-left: 2%;
  width: 90%;
  height: 14px;
  border-left: 3px solid #b7b7b7;
  font-size: 14px;
  line-height: 14px;
}
#page #list_page .left_part.show_left_part .recommend_part .bd ul li p a {
  color: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #list_page .left_part .title {
  height: 42px;
}
#page #list_page .left_part .title h1 {
  float: left;
  height: 38px;
  border-bottom: 4px solid #ff4939;
  color: #010101;
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
}
#page #list_page .left_part .page_fenye {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
#page #list_page .left_part .page_fenye span {
  background-color: #FF3333;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border-left: 1px solid #fff;
}
#page #list_page .left_part .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 #list_page .left_part .page_fenye a:hover {
  background-color: #FF3333;
  color: white;
}
#page #list_page .left_part .content dl {
  padding: 20px 1% 20px 240px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
#page #list_page .left_part .content dl.notImg {
  padding: 20px 1% 20px 0;
}
#page #list_page .left_part .content dl dt {
  float: left;
  margin-left: -240px;
  width: 220px;
}
#page #list_page .left_part .content dl dt a img {
  background: #fd9536;
  width: 220px;
  height: 150px;
  float: left;
}
#page #list_page .left_part .content dl dd .tit a {
  display: inline;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  font-weight: bold;
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
#page #list_page .left_part .content dl dd .tit a:hover {
  color: #ff4839;
}
#page #list_page .left_part .content dl dd .meta {
  color: #999;
  font-size: 12px;
  margin: 10px 0;
}
#page #list_page .left_part .content dl dd .meta time {
  margin-right: 20px;
}
#page #list_page .left_part .content dl dd .note {
  margin-top: 4px;
  color: #888;
  font-size: 13px;
  line-height: 22px;
  word-wrap: break-word;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 65px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page #list_page .right_part {
  float: left;
  overflow: hidden;
  width: 300px;
  margin-left: -300px;
}
#page #list_page .right_part .ad {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}
#page #list_page .right_part .ad a {
  display: inline-block;
  width: 100%;
  height: 300px;
}

#page #list_page .right_part .ad1 {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}
#page #list_page .right_part .ad a1 {
  display: inline-block;
  width: 100%;
  height: 300px;
}
#page #list_page .right_part .ad a img,#page #list_page .right_part .ad1 a img {
  width: 100%;
  height: 100%;
}
#page #list_page .right_part .ad a .ad_desc,#page #list_page .right_part .ad1 a .ad_desc {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 20px;
  line-height: 20px;
  border-radius: 0 11px 0 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
#page #list_page .right_part .pubtit {
  height: 45px;
}
#page #list_page .right_part .pubtit h2 {
  float: left;
  height: 38px;
  border-bottom: 4px solid #ff4939;
  color: #010101;
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
}
#page #list_page .right_part .recomm_part {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px 20px 0 20px;
  width: 300px;
  background: #FFF;
}
#page #list_page .right_part .recomm_part .recomm_list {
  margin: 10px 0 4px;
}
#page #list_page .right_part .recomm_part .recomm_list ul li {
  width: 125px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
#page #list_page .right_part .recomm_part .recomm_list ul li:nth-last-of-type(2n+1) {
  margin-right: 0;
}
#page #list_page .right_part .recomm_part .recomm_list ul li img {
  width: 125px;
  height: 86px;
}
#page #list_page .right_part .recomm_part .recomm_list ul li p {
  margin-top: 4px;
  font-size: 12px;
  color: #425269;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 34px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}
#page #list_page .right_part .recomm_part .recomm_list ul li p:hover {
  color: #ff4839;
}
#page #list_page .right_part .newslist_part {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px 20px 0 20px;
  width: 300px;
  background: #FFF;
}
#page #list_page .right_part .newslist_part .news_list {
  margin: 10px 0 20px;
}
#page #list_page .right_part .newslist_part .news_list li {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 14px;
  color: #425269;
}
#page #list_page .right_part .newslist_part .news_list li a {
  color: inherit;
  transition: all 0.3s;
}
#page #list_page .right_part .newslist_part .news_list li a:hover {
  color: #ff4839;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #FF3333;
  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;
}
