* {
  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 {
  clear: both;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
body {
  background-color: #f4f4f4;
  position: relative;
  top: 0;
  transition: top 0.5s;
}
#header_Content .navbar {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  top: 0;
  border: none;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  min-height: 50px;
  margin-bottom: 60px;
}
#header_Content .navbar .container .w_header {
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  line-height: 1;
}
#header_Content .navbar .container .w_header .container {
  position: relative;
  margin: 0px auto;
  width: 1200px;
}
#header_Content .navbar .container .w_header .container .logo {
  float: left;
  text-align: left;
  height: 60px;
}
#header_Content .navbar .container .w_header .container .logo a {
  display: inline-block;
  line-height: 60px;
}
#header_Content .navbar .container .w_header .container .logo a img {
  max-height: 40px;
  vertical-align: middle;
  width: auto;
}
#header_Content .navbar .container .w_header .container .navul {
  display: block;
}
#header_Content .navbar .container .w_header .container .navul ul {
  float: left;
  margin-left: 25px;
}
#header_Content .navbar .container .w_header .container .navul ul li {
  white-space: nowrap;
  line-height: 60px;
  float: left;
  position: relative;
}
#header_Content .navbar .container .w_header .container .navul ul li a {
  color: #2c3644;
  font-size: 15px;
  padding: 0px 15px;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  display: block;
  position: relative;
}
#header_Content .navbar .container .w_header .container .navul ul li a.active {
  background: #255b9b;
  color: white;
}
#header_Content .navbar .container .w_header .container .navul ul li a:hover {
  background: #255b9b;
  color: white;
}
#header_Content .navbar .container .w_header .container .search {
  user-select: none;
  display: block;
  position: absolute;
  top: 21px;
  right: 0;
}
#header_Content .navbar .container .w_header .container .search i {
  position: relative;
  top: 2px;
}
#header_Content .navbar .container .w_header .container .header-search {
  background-color: #fff;
  line-height: 1;
  width: 300px;
  height: 0;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: -1;
  box-shadow: rgba(190, 190, 190, 0.46) 0px 1px 5px;
  -webkit-box-shadow: rgba(190, 190, 190, 0.46) 0px 1px 5px;
  transition: all 0.3s;
  overflow: hidden;
}
#header_Content .navbar .container .w_header .container .header-search.active {
  z-index: 999;
  height: 60px;
  top: 60px;
}
#header_Content .navbar .container .w_header .container .header-search::after {
  color: #999;
  font-family: 'Genericons';
  font-size: 22px;
  content: '';
  position: absolute;
  top: 19px;
  left: 24px;
  width: 16px;
  height: 21px;
  background: url(../images/搜索.png) no-repeat;
  background-position-y: 2px;
}
#header_Content .navbar .container .w_header .container .header-search .search-input {
  background: #f5f5f5;
  border: none;
  color: #222;
  font-size: 16px;
  width: 249px;
  height: 32px;
  padding-left: 38px;
  position: absolute;
  top: 13px;
  left: 13px;
  outline: none;
}
#header_Content .navbar .container .w_header .container .header-search .search-submit {
  border: none;
  box-shadow: none;
  color: #fff;
  background-color: #037ef3;
  font-size: 14px;
  height: 32px;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
}
#header_Content .block_1 {
  margin-top: 65px;
}
#header_Content .block_1 .container {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
}
#header_Content .block_1 .container .row {
  margin-right: -15px;
  display: flex;
}
#header_Content .block_1 .container .row .recently_news {
  overflow: hidden;
  padding-top: 10px;
  width: 33.3%;
  padding-bottom: 15px;
}
#header_Content .block_1 .container .row .recently_news.pr {
  padding-right: 15px;
}
#header_Content .block_1 .container .row .recently_news.pl {
  padding-left: 15px;
}
#header_Content .block_1 .container .row .recently_news ul {
  text-align: left;
}
#header_Content .block_1 .container .row .recently_news ul .title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding: 0;
  height: 18px;
  line-height: 32px;
}
#header_Content .block_1 .container .row .recently_news ul .title span {
  padding: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #505050;
  background: #fff;
}
#header_Content .block_1 .container .row .recently_news ul li {
  overflow: hidden;
  padding: 3px 0 8px;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px #ddd dashed;
  color: #777;
  vertical-align: baseline;
}
#header_Content .block_1 .container .row .recently_news ul li a {
  padding-left: 5px;
  font-size: 16px;
  color: #333;
  display: inline-block;
  width: 98%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header_Content .block_1 .container .row .bannerWrapper {
  position: relative;
  background: #fff;
  margin: 0 auto;
  float: left;
  display: inline;
  padding-top: 14px;
  padding-bottom: 7px;
  width: 33.3%;
  height: 293px;
}
#header_Content .block_1 .container .row .bannerWrapper .swiper_box {
  position: relative;
  z-index: 0;
  height: 100%;
}
#header_Content .block_1 .container .row .bannerWrapper .swiper_box .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 0;
}
#header_Content .block_1 .container .row .bannerWrapper .swiper_box .swiper-container .swiper-pagination {
  left: 88% !important;
  position: absolute;
  top: 15px !important;
}
#header_Content .block_1 .container .row .bannerWrapper .swiper_box .swiper-container a img {
  width: 100%;
  height: 100%;
}
#header_Content .block_1 .container .row .bannerWrapper .swiper_box .swiper-container .desc {
  position: absolute;
  bottom: -4px;
  left: 0px;
  z-index: 99;
  width: 100%;
  padding: 10px 18px;
  background-color: rgba(50, 50, 50, 0.4);
  color: white;
  text-align: center;
}
#header_Content .block_1 .container .row .bannerWrapper .swiper_box .swiper-container .desc a {
  color: white;
}
#header_Content .block_1 .container .four_oImg {
  margin: 20px 0;
}
#header_Content .block_1 .container .four_oImg ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#header_Content .block_1 .container .four_oImg ul li {
  margin-top: 15px;
  color: #505050;
  float: left;
  width: 22%;
  margin: auto;
}
#header_Content .block_1 .container .four_oImg ul li a.Oimg {
  display: inline-block;
}
#header_Content .block_1 .container .four_oImg ul li a.Oimg img {
  width: 244px;
  height: 165px;
}
#header_Content .block_1 .container .four_oImg ul li p {
  margin: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
#header_Content .block_1 .container .four_oImg ul li p a {
  color: #333;
  display: inline-block;
  width: 97%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header_Content .block_2 {
  width: 100%;
  float: left;
  padding-top: 10px;
}
#header_Content .block_2.friends .friendsList {
  display: flex;
}
#header_Content .block_2.friends .friendsList ul {
  margin: 20px auto;
  display: flex;
}
#header_Content .block_2.friends .friendsList ul li {
  margin-right: 15px;
}
#header_Content .block_2.friends .friendsList ul li a {
  color: #333;
}
#header_Content .block_2.friends .friendsList ul li a:hover {
  text-decoration: underline;
}
#header_Content .block_2.friends .banquan {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
}
#header_Content .block_2 .container {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
  overflow: hidden;
}
#header_Content .block_2 .container .title {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
}
#header_Content .block_2 .container .title h3 {
  margin: auto;
  border-bottom: 1px #255b9b solid;
  overflow: hidden;
  position: relative;
  z-index: 2;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-size: 24px;
  line-height: 1.1;
  color: inherit;
}
#header_Content .block_2 .container .title h3 a {
  height: 56px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 1px;
  line-height: 60px;
  font-size: 26px;
  overflow: hidden;
  font-weight: bold;
  color: #505050;
}
#header_Content .block_2 .container .partL {
  width: 40%;
  float: left;
  display: inline;
}
#header_Content .block_2 .container .partL ul {
  text-align: left;
  margin-top: 5px;
  height: 264px;
  overflow: hidden;
}
#header_Content .block_2 .container .partL ul li {
  height: 23px;
  line-height: 16px;
  margin: 20px 0px;
  overflow: hidden;
}
#header_Content .block_2 .container .partL ul li a {
  font-size: 15px;
  color: #111;
  display: inline-block;
  width: 89%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header_Content .block_2 .container .partL ul li .yi {
  background: #255b9b;
  color: #fff;
}
#header_Content .block_2 .container .partL ul li .yase {
  padding: 0px;
  width: 15px;
  font-size: 12px;
  text-align: center;
  margin-right: 7px;
  display: inline-block;
}
#header_Content .block_2 .container .partR {
  width: 60%;
  float: left;
  display: inline;
  margin-bottom: 12px;
}
#header_Content .block_2 .container .partR ul {
  text-align: left;
  margin-top: 5px;
  height: 264px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
#header_Content .block_2 .container .partR ul li {
  width: 100%;
  margin-top: 10px;
  float: left;
  margin-bottom: 2px;
}
#header_Content .block_2 .container .partR ul li .left {
  width: 30%;
  height: 120px;
  float: left;
  overflow: hidden;
}
#header_Content .block_2 .container .partR ul li .left a {
  display: inline-block;
  width: 100%;
}
#header_Content .block_2 .container .partR ul li .left a img {
  width: 100%;
  height: 118px;
}
#header_Content .block_2 .container .partR ul li .right {
  margin-left: 10px;
  width: 68%;
  float: right;
  height: 120px;
  text-align: left;
  overflow: hidden;
}
#header_Content .block_2 .container .partR ul li .right h3 {
  margin-bottom: 8px;
  height: 25px;
  line-height: 20px;
  font-size: 24px;
}
#header_Content .block_2 .container .partR ul li .right h3 a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header_Content .block_2 .container .partR ul li .right p {
  font-size: 14px;
  line-height: 28px;
  color: #777;
  text-decoration: none;
  overflow: hidden;
  width: 90%;
  white-space: normal;
  height: 54px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#header_Content .block_2 .container .partB {
  width: 100%;
  margin: auto;
  padding-bottom: 10px;
}
#header_Content .block_2 .container .partB ul {
  width: 100%;
  position: relative;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header_Content .block_2 .container .partB ul li {
  width: 19%;
  padding: 5px;
  margin-top: 2px;
  margin-right: 5px;
  margin-bottom: 20px;
  border: 1px #ddd solid;
  text-align: center;
}
#header_Content .block_2 .container .partB ul li a {
  color: #333;
  display: block;
  font-size: 16px;
}
#header_Content .block_2 .container .partB ul li a img {
  width: 203px;
  height: 120px;
}
#header_Content .block_2 .container .partB ul li a span {
  display: block;
  font-size: 14px;
  margin-top: 13px;
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header_Content .listContainer {
  margin-top: 92px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1200px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#header_Content .listContainer .leftContent {
  width: 66%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#header_Content .listContainer .leftContent .listMenu {
  margin-top: 25px;
}
#header_Content .listContainer .leftContent .listMenu .title {
  line-height: 33px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding: 0;
}
#header_Content .listContainer .leftContent .listMenu .title i {
  padding: 0 10px 0 0;
  font-size: 18px;
  background: #fff;
  color: #255b9b;
}
#header_Content .listContainer .leftContent .listMenu .title .title_font {
  padding: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #505050;
  background: #fff;
}
#header_Content .listContainer .leftContent .listMenu .ListItem {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin: 0;
}
#header_Content .listContainer .leftContent .listMenu .ListItem.notImg .rightFont_title a {
  width: 707px !important;
}
#header_Content .listContainer .leftContent .listMenu .ListItem.notImg .middle {
  width: 707px !important;
}
#header_Content .listContainer .leftContent .listMenu .ListItem .leftImg {
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: top;
}
#header_Content .listContainer .leftContent .listMenu .ListItem .leftImg a {
  display: inline-block;
  overflow: hidden;
  width: 210px;
  height: 140px;
}
#header_Content .listContainer .leftContent .listMenu .ListItem .leftImg a img {
  width: 210px;
  height: 140px;
}
#header_Content .listContainer .leftContent .listMenu .ListItem .rightFont {
  display: table-cell;
  vertical-align: top;
}
#header_Content .listContainer .leftContent .listMenu .ListItem .rightFont .rightFont_title {
  margin-top: -8px;
  margin-bottom: 10px;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  display: inline-block;
  width: 495px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header_Content .listContainer .leftContent .listMenu .ListItem .rightFont .rightFont_title a {
  font-size: 20px;
  color: #333;
}
#header_Content .listContainer .leftContent .listMenu .ListItem .rightFont .middle {
  max-height: 150px;
  line-height: 25px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  width: 495px;
  white-space: normal;
  height: 50px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#header_Content .listContainer .leftContent .listMenu .ListItem .rightFont .meta {
  width: 495px;
  margin-top: 30px;
  font-size: 14px;
  color: #666;
  max-height: 150px;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
}
#header_Content .listContainer .leftContent .listMenu .ListItem .rightFont .meta a {
  color: inherit;
}
#header_Content .listContainer .leftContent .showContainer {
  margin-top: 25px;
}
#header_Content .listContainer .leftContent .showContainer .navigation {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px 0;
  line-height: 24px;
}
#header_Content .listContainer .leftContent .showContainer .navigation a {
  color: #337ab7;
}
#header_Content .listContainer .leftContent .showContainer .navigation a:hover {
  text-decoration: underline;
}
#header_Content .listContainer .leftContent .showContainer .show_title {
  line-height: 45px;
  font-size: 32px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  width: 95%;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}
#header_Content .listContainer .leftContent .showContainer .meta {
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  line-height: 32px;
  font-size: 14px;
  width: 30%;
  display: flex;
  justify-content: space-between;
}
#header_Content .listContainer .leftContent .showContainer .meta span {
  color: #999;
}
#header_Content .listContainer .leftContent .showContainer .article p {
  line-height: 35px;
  font-size: 18px;
  margin: 10px 0 0 0;
}
#header_Content .listContainer .leftContent .showContainer .article p img {
  display: flex;
  margin: auto;
  width: 90%;
  height: 400px;
}
#header_Content .listContainer .leftContent .showContainer .recommend {
  margin-top: 60px;
}
#header_Content .listContainer .leftContent .showContainer .recommend .title {
  margin: 30px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
#header_Content .listContainer .leftContent .showContainer .recommend .menuCon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#header_Content .listContainer .leftContent .showContainer .recommend .menuCon .reco_Item {
  margin-bottom: 15px;
  width: 222px;
  text-align: center;
  position: relative;
}
#header_Content .listContainer .leftContent .showContainer .recommend .menuCon .reco_Item .reco_Item_img img {
  width: 100%;
  height: 100%;
}
#header_Content .listContainer .leftContent .showContainer .recommend .menuCon .reco_Item .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 27px;
  background-color: rgba(50, 50, 50, 0.3);
  color: white;
  line-height: 27px;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}
#header_Content .listContainer .rightContent {
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  min-height: 0px;
  margin-bottom: 20px;
  float: right;
  margin-right: 24px;
  padding-left: 15px;
  width: 300px;
}

#header_Content .listContainer .rightContent .rightContent_container .publicCss,
#header_Content .listContainer .rightContent .rightContent_container .Recently {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 20px;
  /* margin-left: 25px; */
  width: 300px;
}
#header_Content .listContainer .rightContent .rightContent_container .publicCss .title,
#header_Content .listContainer .rightContent .rightContent_container .Recently .title {
  margin-bottom: 15px;
  padding: 0 1px;
  height: 18px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  color: #505050;
  background: #fff;
}
#header_Content .listContainer .rightContent .rightContent_container .publicCss .title::after,
#header_Content .listContainer .rightContent .rightContent_container .Recently .title::after {
  content: '';
  border-bottom: 1px solid #e5e5e5;
  display: table;
  position: relative;
  margin: 0px 366px 0 -4px;
  padding: 0;
  width: 186%;
  background: #fff;
}
#header_Content .listContainer .rightContent .rightContent_container .publicCss ul,
#header_Content .listContainer .rightContent .rightContent_container .Recently ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 15px 0 0 5px;
}
#header_Content .listContainer .rightContent .rightContent_container .publicCss ul li,
#header_Content .listContainer .rightContent .rightContent_container .Recently ul li {
  border-left: 3px #fd5f00 solid;
  display: block;
  margin-bottom: 20px;
  padding-left: 10px;
  height: 24px;
  line-height: 24px;
}
#header_Content .listContainer .rightContent .rightContent_container .publicCss ul li:nth-of-type(odd),
#header_Content .listContainer .rightContent .rightContent_container .Recently ul li:nth-of-type(odd) {
  border-left: 3px #ffc002 solid;
}
#header_Content .listContainer .rightContent .rightContent_container .publicCss ul li a,
#header_Content .listContainer .rightContent .rightContent_container .Recently ul li a {
  font-size: 15px;
  color: #505050;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header_Content .listContainer .rightContent .rightContent_container .publicCss ul li a:hover,
#header_Content .listContainer .rightContent .rightContent_container .Recently ul li a:hover {
  color: #337ab7;
}
#header_Content .listContainer .rightContent .rightContent_container .lastsNews .item div dl {
  border-bottom: 1px dotted #e5e5e5;
  overflow: hidden;
  margin: 0;
  padding: 15px 0 5px 0;
}
#header_Content .listContainer .rightContent .rightContent_container .lastsNews .item div dl dt {
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
#header_Content .listContainer .rightContent .rightContent_container .lastsNews .item div dl dt a {
  display: inline-block;
  overflow: hidden;
}
#header_Content .listContainer .rightContent .rightContent_container .lastsNews .item div dl dt a img {
  margin: 0 0 10px 0;
  width: 100px;
  height: 70px;
}
#header_Content .listContainer .rightContent .rightContent_container .lastsNews .item div dl dd {
  margin-left: 0;
}
#header_Content .listContainer .rightContent .rightContent_container .lastsNews .item div dl dd .desc {
  color: black;
}
#header_Content .listContainer .rightContent .rightContent_container .lastsNews .item div dl dd .desc p {
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  width: 56%;
  white-space: normal;
  height: 43px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#header_Content .listContainer .rightContent .rightContent_container .lastsNews .item div dl dd .source {
  overflow: hidden;
  padding: 5px 0 0 0;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #505050;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 10px;
}
#header_Content .listContainer .rightContent .rightContent_container .lastsNews .item div dl dd .source a {
  color: inherit;
}
#header_Content .listContainer .rightContent .rightContent_container .advertisement {
  background: 0px 0px;
  padding: 0px;
  position: relative;
  
}
#header_Content .listContainer .rightContent .rightContent_container .advertisement .adwidget {
  line-height: 0.8;
}
#header_Content .listContainer .rightContent .rightContent_container .advertisement .adwidget a img {
  line-height: 0.8;
  width: 300px;
  height: 200px;
}
#header_Content .listContainer .rightContent .rightContent_container .advertisement .adwidget_title {
  border-bottom: none;
  color: #ffffff;
  font-size: 12px;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  background: rgba(50, 50, 50, 0.8);
  padding: 2px 5px;
  border-top-right-radius: 10px;
}
