* {
  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 {
  clear: both;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
#page #header {
  background-color: #fff;
  width: 100%;
  line-height: 1;
}
#page #header .primary-bar {
  background-color: #213d7c;
  height: 50px;
}
#page #header .primary-bar .Container {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
#page #header .primary-bar .Container .primary-nav {
  float: left;
}
#page #header .primary-bar .Container .primary-nav .nav_container ul {
  float: left;
  display: flex;
}
#page #header .primary-bar .Container .primary-nav .nav_container ul li {
  position: relative;
  transition: 0.3s all;
}
#page #header .primary-bar .Container .primary-nav .nav_container ul li:hover {
  background-color: #1aa2966e;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.21);
}
#page #header .primary-bar .Container .primary-nav .nav_container ul li.on {
  background-color: #1aa2966e;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.21);
}
#page #header .primary-bar .Container .primary-nav .nav_container ul li a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 50px;
  padding: 0 15px;
  height: 50px;
}
#page #header .site_start {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 70px;
}
#page #header .site_start .site_start_Con {
  margin: 0 auto;
  width: 1200px;
  position: relative;
}
#page #header .site_start .site_start_Con .LOGO {
  float: left;
  text-align: left;
  height: 70px;
  margin: 0;
}
#page #header .site_start .site_start_Con .LOGO a {
  display: inline-block;
  margin-top: 20px;
}
#page #header .site_start .site_start_Con .LOGO a img{
  padding-top: 13px;
}
#page #header .site_start .site_start_Con .header-search {
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  line-height: 1;
  width: 400px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}
#page #header .site_start .site_start_Con .header-search .search-input {
  background: 0 0;
  border: none;
  color: #333;
  font-size: 14px;
  width: 396px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px 0 10px;
}
#page #header .site_start .site_start_Con .header-search .search-submit {
  background-color: #213d7c;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-weight: 400;
  width: 54px;
  height: 40px;
  line-height: 45px;
  padding: 0;
  position: absolute;
  top: -1px;
  right: -1px;
  text-align: center;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 30px auto;
  margin-top: 10px;
  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 .container {
  margin: 0px auto;
  width: 1200px;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}
#page .container .block_1 {
  overflow: hidden;
  margin-bottom: 20px;
}
#page .container .block_1 .top_swiper_block {
  background-color: #fff;
}
#page .container .block_1 .top_swiper_block .swiper_box {
  position: relative;
  overflow: hidden;
  width: 780px;
  height: 400px;
  float: left;
  margin-right: 20px;
}
#page .container .block_1 .top_swiper_block .swiper_box .swiper-pagination {
  top: 0 !important;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0 !important;
  height: 24px;
}
#page .container .block_1 .top_swiper_block .swiper_box a {
  display: inline-block;
  width: 780px;
  height: 400px;
}
#page .container .block_1 .top_swiper_block .swiper_box a img {
  width: 100%;
  height: 100%;
}
#page .container .block_1 .top_swiper_block .swiper_box a .desc {
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 40px;
  line-height: 40px;
  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;
  padding: 0 5px;
}
#page .container .block_1 .top_news_block {
  float: left;
  padding: 0 0px 0;
  width: 400px;
}
#page .container .block_1 .top_news_block .top_news_tit {
  height: 14px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  margin-bottom: 14px;
}
#page .container .block_1 .top_news_block .top_news_tit span {
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 29px;
  width: 120px;
  color: #000;
  line-height: 29px;
  font-size: 24px;
  margin-left: -60px;
  background-color: #fff;
  text-align: center;
}
#page .container .block_1 .top_news_block ul li {
  border-bottom: 1px dashed #d9d9d9;
  height: 56px;
  transition: all 0.5s;
}
#page .container .block_1 .top_news_block ul li:hover {
  transform: translateX(10px);
}
#page .container .block_1 .top_news_block ul li em {
  float: left;
  padding: 0 16px;
  line-height: 56px;
  font-size: 26px;
  color: #000;
}
#page .container .block_1 .top_news_block ul li a {
  float: left;
  font-size: 16px;
  color: #000;
  line-height: 56px;
  width: 345px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page .container .block_2 {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
#page .container .block_2 .grid-item {
  width: 400px;
}
#page .container .block_2 .grid-item .grid-item_head {
  width: 380px;
  height: 240px;
  overflow: hidden;
}
#page .container .block_2 .grid-item .grid-item_head a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#page .container .block_2 .grid-item .grid-item_head a img {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
#page .container .block_2 .grid-item .grid-item_head a p {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 28px;
  line-height: 28px;
  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;
  padding: 0 5px;
}
#page .container .block_2 .grid-item .grid-item_contnet {
  background-color: #fff;
  width: 100%;
}
#page .container .block_2 .grid-item .grid-item_contnet li {
  height: 95px;
  border-bottom: 1px solid #ddd;
  padding-top: 9px;
  margin-bottom: 5px;
}
#page .container .block_2 .grid-item .grid-item_contnet li a {
  float: left;
  width: 100px;
  height: 75px;
  overflow: hidden;
  margin-right: 15px;
}
#page .container .block_2 .grid-item .grid-item_contnet li a img {
  width: 100%;
  height: 100%;
}
#page .container .block_2 .grid-item .grid-item_contnet li p {
  float: left;
  width: 250px;
  height: 65px;
  margin-top: 5px;
  overflow: hidden;
}
#page .container .block_2 .grid-item .grid-item_contnet li p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page .container .block_head {
  height: 78px;
  border-bottom: 1px solid #3d403f;
  position: relative;
  margin-bottom: 58px;
}
#page .container .block_head.notop {
  height: 50px;
}
#page .container .block_head .center_pic {
  position: absolute;
  left: 50%;
  bottom: -38px;
  width: 220px;
  height: 77px;
  margin-left: -110px;
  background-color: white;
  z-index: 99;
  text-align: center;
}
#page .container .block_head .center_pic h2 {
  line-height: 48px;
  font-size: 28px;
  font-style: oblique;
  font-family: "Times New Roman", Times, serif;
}
#page .container .block_head .center_pic .en {
  line-height: 17px;
  font-size: 18px;
  color: red;
  font-style: italic;
}
#page .container .block_3 {
  margin: 0px auto;
  width: 1200px;
  position: relative;
  margin-top: 10px;
}
#page .container .block_3 .block_3_wrap {
  background-color: #fff;
}
#page .container .block_3 .block_3_wrap .block_3_wrap_left {
  float: left;
}
#page .container .block_3 .block_3_wrap .block_3_wrap_left li {
  height: 129px;
  border-bottom: 1px dashed #bbb;
  width: 550px;
}
#page .container .block_3 .block_3_wrap .block_3_wrap_left li a {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 0;
  padding: 31px 0 5px;
  margin-bottom: 18px;
  white-space: nowrap;
  overflow: hidden;
  height: 40px;
  width: 100%;
}
#page .container .block_3 .block_3_wrap .block_3_wrap_left li p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  height: 61px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page .container .block_3 .block_3_wrap .block_3_wrap_right {
  position: relative;
  overflow: hidden;
  width: 580px;
  height: 400px;
  float: left;
  margin: 15px 35px;
}
#page .container .block_3 .block_3_wrap .block_3_wrap_right .swiper-container {
  position: relative;
}
#page .container .block_3 .block_3_wrap .block_3_wrap_right .swiper-container .swiper-pagination {
  height: 24px;
  top: 0 !important;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0 !important;
}
#page .container .block_3 .block_3_wrap .block_3_wrap_right .swiper-container a {
  display: inline-block;
  width: 780px;
  height: 360px;
}
#page .container .block_3 .block_3_wrap .block_3_wrap_right .swiper-container a img {
  width: 100%;
  height: 100%;
}
#page .container .block_3 .block_3_wrap .block_3_wrap_right .swiper-container a .desc {
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 40px;
  line-height: 40px;
  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;
  padding: 0 5px;
}
#page .container .block_3 .block_3_bottom {
  width: 1200px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#page .container .block_3 .block_3_bottom li {
  width: 290px;
  float: left;
  margin-right: 0px;
  margin-top: 20px;
  border: 1px solid #eee;
  padding: 10px 0px;
  box-sizing: border-box;
  transition: all 0.4s;
}
#page .container .block_3 .block_3_bottom li:hover {
  box-shadow: 8px 8px 10px #eee;
}
#page .container .block_3 .block_3_bottom li .pic {
  width: 290px;
  height: 200px;
  overflow: hidden;
  padding: 10px 15px;
}
#page .container .block_3 .block_3_bottom li .pic img {
  width: 100%;
  height: 100%;
}
#page .container .block_3 .block_3_bottom li .Con {
  width: 302px;
  padding: 10px 15px;
}
#page .container .block_3 .block_3_bottom li .Con .tit {
  color: #000;
  line-height: 32px;
  max-height: 64px;
  font-size: 18px;
  margin-bottom: 8px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 67px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .container .block_3 .block_3_bottom li .Con .tit a {
  color: inherit;
  font-size: inherit;
}
#page .container .block_3 .block_3_bottom li .Con .Con_body {
  color: #999;
  line-height: 28px;
  font-size: 14px;
  width: 100%;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page .container .block_3 .block_3_bottom li .Con .time {
  font-size: 12px;
  color: #999;
  line-height: 15px;
  margin-top: 12px;
}
#page .container .block_3 .block_3_bottom li .Con .time .icon-time {
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/sprite.png) no-repeat -206px -155px;
  margin-right: 10px;
}
#page .container .block_4 .block_4_wrap {
  display: flex;
  justify-content: space-between;
}
#page .container .block_4 .block_4_wrap .block_4_wrap_left {
  background-color: #fff;
  width: 520px;
  height: 820px;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}
#page .container .block_4 .block_4_wrap .block_4_wrap_left li {
  overflow: hidden;
  border-bottom: 1px dashed #999;
  width: 520px;
  padding: 30px 0;
}
#page .container .block_4 .block_4_wrap .block_4_wrap_left li .pic {
  display: block;
  float: left;
  width: 100px;
  height: 75px;
  overflow: hidden;
  margin-right: 20px;
}
#page .container .block_4 .block_4_wrap .block_4_wrap_left li .pic img {
  width: 100%;
  height: 100%;
}
#page .container .block_4 .block_4_wrap .block_4_wrap_left li .Con {
  width: 520px;
  height: 75px;
  padding-right: 20px;
  float: left;
}
#page .container .block_4 .block_4_wrap .block_4_wrap_left li .Con .tit {
  float: left;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .block_4 .block_4_wrap .block_4_wrap_left li .Con p {
  float: left;
  height: 45px;
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page .container .block_4 .block_4_wrap .block_4_wrap_right {
  float: left;
  margin-left: 30px;
}
#page .container .block_4 .block_4_wrap .block_4_wrap_right .block_3_bottom {
  width: 621px;
}
#page .container .block_4 .block_4_wrap .block_4_wrap_right .block_3_bottom li {
  height: 388px;
}
#page .container .block_6 .grid_wrap {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page .container .block_6 .grid_wrap .grid_item {
  width: 390px;
  margin-top: 10px;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eee;
  transition: all 0.4s;
}
#page .container .block_6 .grid_wrap .grid_item:hover {
  box-shadow: 8px 8px 10px #eee;
}
#page .container .block_6 .grid_wrap .grid_item .txt {
  float: left;
  width: 376px;
  height: 83px;
  overflow: hidden;
}
#page .container .block_6 .grid_wrap .grid_item .txt a {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  display: block;
  margin-top: -6px;
  margin-bottom: 6px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 60px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .container .block_6 .grid_wrap .grid_item .txt .meta {
  font-size: 12px;
  color: #999;
  line-height: 15px;
  margin-top: 8px;
}
#page .container .block_6 .grid_wrap .grid_item .txt .meta i {
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/sprite.png) no-repeat -206px -155px;
  margin-right: 10px;
}
#page .container .list_wrap {
  margin-bottom: 30px;
  float: left;
  width: 71%;
}
#page .container .list_wrap .brand {
  width: 1200px;
  margin: 0 auto;
  height: 10px;
  line-height: 50px;
  font-size: 16px;
  color: #7f7f7f;
}
#page .container .list_wrap .brand span {
  display: block;
  float: left;
  width: 840px;
}
#page .container .list_wrap .brand span p {
  float: left;
  margin: 0px;
  padding: 0px;
  border: 0px currentColor;
  border-image: none;
}
#page .container .list_wrap .brand span p a {
  color: #7f7f7f;
}
#page .container .list_wrap .brand span p a:hover {
  text-decoration: underline !important;
}
#page .container .list_wrap .list_menu {
  background: none !important;
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}
#page .container .list_wrap .list_menu ul li {
  width: 840px;
  height: 176px;
  background: #FFF;
  margin-bottom: 5px;
  overflow: hidden;
  padding-bottom: 22px;
  border: 1px solid #eee;
  transition: all 0.3s;
}
#page .container .list_wrap .list_menu ul li.notImg {
  padding-left: 20px;
}
#page .container .list_wrap .list_menu ul li.notImg b a {
  width: 100%;
}
#page .container .list_wrap .list_menu ul li.notImg p {
  width: 100%;
}
#page .container .list_wrap .list_menu ul li:hover {
  box-shadow: 0px 0px 20px #eee;
  margin-left: 5px;
}
#page .container .list_wrap .list_menu ul li:nth-of-type(odd) {
  border-left-color: #213d7c;
  border-left-width: 2px;
  border-left-style: solid;
}
#page .container .list_wrap .list_menu ul li:nth-of-type(even) {
  border-left-color: #E91839;
  border-left-width: 2px;
  border-left-style: solid;
}
#page .container .list_wrap .list_menu ul li .pic img {
  float: left;
  height: 128px;
  width: 192px;
  margin-right: 24px;
  margin-left: 20px;
  margin-top: 26px;
  border-radius: 5px;
}
#page .container .list_wrap .list_menu ul li b {
  font-size: 16px;
  color: #444;
  padding-top: 12px;
  margin-left: 0px;
  width: 535px;
  float: left;
  font-weight: 600;
}
#page .container .list_wrap .list_menu ul li b a {
  color: #000;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .list_wrap .list_menu ul li p {
  line-height: 29px;
  color: #666;
  padding-top: 10px;
  padding-right: 40px;
  word-break: break-all;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  width: 70%;
  white-space: normal;
  height: 102px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page .container .list_wrap .list_menu ul li i {
  font-size: 13px;
  color: #9e9e9e;
  text-align: right;
  display: block;
  margin-top: 0px;
  font-style: normal;
  margin-right: 30px;
  text-align: left;
}
#page .container .rightList {
  margin-top: 50px;
  width: 27%;
  overflow: hidden;
  float: right;
  display: inline;
}
#page .container .rightList .ad {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}
#page .container .rightList .ad a {
  display: inline-block;
  width: 100%;
  height: 250px;
}
#page .container .rightList .ad a img {
  width: 100%;
  height: 100%;
}
#page .container .rightList .ad 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 .container .rightList .rightList_block1 {
  margin-bottom: 20px;
}
#page .container .rightList .rightList_block1 .tit {
  background: #213D7C;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: normal;
}
#page .container .rightList .rightList_block1 ul li {
  background: #ffffff;
  padding: 6px 20px;
  border-bottom: 1px #efefef solid;
  transition: all 0.3s;
}
#page .container .rightList .rightList_block1 ul li:hover {
  transform: translateX(5px);
}
#page .container .rightList .rightList_block1 ul li:nth-of-type(odd) {
  border-left-color: #009de1;
  border-left-width: 4px;
  border-left-style: solid;
}
#page .container .rightList .rightList_block1 ul li:nth-of-type(even) {
  border-left-color: #e91839;
  border-left-width: 4px;
  border-left-style: solid;
}
#page .container .rightList .rightList_block1 ul li p {
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
}
#page .container .rightList .rightList_block1 ul li p a {
  color: inherit;
  font-size: inherit;
  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: 2;
}
#page .container .rightList .rightList_block1 ul li span {
  color: #cccccc;
  line-height: 20px;
  font-size: 12px;
}
#page .container .rightList .rightList_block2 ul {
  border: 1px solid #eee !important;
  padding: 10px;
}
#page .container .rightList .rightList_block2 ul li {
  position: relative;
  padding: 0;
  border: none !important;
  margin: 10px 0;
  transition: all 0.3s;
}
#page .container .rightList .rightList_block2 ul li:hover {
  transform: translateX(0px);
}
#page .container .rightList .rightList_block2 ul li .ImgsList {
  display: inline-block;
  width: 98%;
  height: 200px;
  display: flex;
  margin: auto;
}
#page .container .rightList .rightList_block2 ul li .ImgsList img {
  width: 100%;
  height: 100%;
}
#page .container .rightList .rightList_block2 ul li .ImgsList .desc {
  position: absolute;
  bottom: 0;
  left: 1%;
  height: 25px;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  display: inline-block;
  width: 98%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .rightList .side-mod {
  border: 1px solid #eee;
  border-top: 2px solid #009de1;
  padding-bottom: 20px;
}
#page .container .rightList .side-mod .side-hd {
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #000;
  margin: 0 8px;
}
#page .container .rightList .side-mod .imgBox {
  margin: 0 8px;
}
#page .container .rightList .side-mod .imgBox a {
  color: #fff;
  display: block;
  position: relative;
}
#page .container .rightList .side-mod .imgBox a img {
  width: 306px;
  height: 167px;
}
#page .container .rightList .side-mod .imgBox a p {
  height: 48px;
  line-height: 62px;
  font: 14px;
  color: #fff;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #000000);
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 3px;
}
#page .container .rightList .side-mod ul.defList {
  margin: 11px 12px 0;
}
#page .container .rightList .side-mod ul.defList li {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .rightList .side-mod ul.defList li a {
  color: #333;
}
#page .container .show_wrap {
  padding: 20px 0px 40px;
  width: 760px;
  float: left;
  display: inline;
}
#page .container .show_wrap .head {
  padding-bottom: 36px;
  position: relative;
  text-align: left;
}
#page .container .show_wrap .head h1 {
  margin: -17px 0;
  line-height: 40px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .show_wrap .head .meta {
  color: #999999;
  line-height: 22px;
  font-size: 16px;
}
#page .container .show_wrap .head .meta .time {
  margin-top: 25px;
  text-align: center;
}
#page .container .show_wrap .head .meta .time span {
  margin-left: 15px;
}
#page .container .show_wrap .textbody p {
  color: #111111;
  line-height: 32px;
  margin: 5px 0;
  text-indent: 2em;
}
#page .container .show_wrap .textbody p img {
  display: flex;
  margin: auto;
  max-width: 600px;
  width: 600px;
  height: auto;
}
#page .container .show_wrap .textbody p a {
  color: inherit;
  font-size: inherit;
}
#page .container .show_wrap .About {
  height: 53px;
  line-height: 66px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page .container .show_wrap .About strong {
  font-size: 19px;
  color: #000;
  float: left;
  padding: 0 4px;
  border-bottom: 3px solid #05a2ce;
  height: 52px;
}
#page .container .show_wrap .ArticleList .listItem {
  padding: 20px 0;
  zoom: 1;
  border-bottom: 1px solid #f0f0f0;
}
#page .container .show_wrap .ArticleList .listItem .item-img {
  float: left;
  width: 220px;
  height: 150px;
  overflow: hidden;
}
#page .container .show_wrap .ArticleList .listItem .item-img img {
  width: 220px;
  min-height: 150px;
  color: #f5f5f5;
}
#page .container .show_wrap .ArticleList .listItem .item-con {
  height: 150px;
  margin-left: 250px;
  overflow: hidden;
}
#page .container .show_wrap .ArticleList .listItem .tit {
  overflow: hidden;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  height: 38px;
  margin-bottom: 14px;
}
#page .container .show_wrap .ArticleList .listItem .tit a {
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .show_wrap .ArticleList .listItem .sum {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page .container .show_wrap .ArticleList .listItem .item-foot {
  color: #999;
  font-size: 12px;
  margin-top: 14px;
}
#page .container .show_wrap .ArticleList .listItem .item-foot span {
  display: block;
}
#page .container .show_wrap .ArticleList .listItem .source {
  float: left;
  margin-right: 1em;
  color: #999;
  font-size: 12px;
}
#footer {
  padding-top: 20px;
  background: #000000;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
}
#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;
}
#footer .container .friendsLink li {
  font-size: 12px;
  float: left;
  margin-left: 15px;
}
#footer .container .friendsLink li:hover {
  text-decoration: underline;
}
#footer .container .friendsLink li a {
  color: white;
}
#footer .container .banquan {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
#footer .container .banquan,#footer .container .banquan a,#footer .container .banquan p{
  color: #fff !important;
}
.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;
}
.paging {
  height: 60px;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
  margin: 30px 0;
}
.paging .pagelist {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.paging .pagelist li {
  float: left;
  font-family: 'microsoft yahei';
  margin: 0 2px;
  padding: 0 12px;
  line-height: 32px;
  background: #fff;
  border: 1px solid #d8dadf;
}
.paging .pagelist li.thisclass {
  background-color: #213D7C;
  border: 1px #213D7C solid;
}
.paging .pagelist li.thisclass a {
  color: #fff;
}
.paging .pagelist li:hover {
  background-color: #213D7C;
  border: 1px #213D7C solid;
}
.paging .pagelist li:hover a {
  color: #fff;
}
.paging .pagelist li a {
  float: left;
  color: #555;
  display: block;
}
.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;
}
