.navigation_bar {
  background-color: #f7f7f7;
  border-bottom: 2px solid #dedede;
}
.navigation_bar .topp_item {
  width: 1200px;
  margin: 0 auto;
  height: 30px;
  color: #666666;
  font-size: 14px;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.navigation_bar .topp_item .left {
  line-height: 30px;
}
.navigation_bar .topp_item .right {
  width: 85%;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 1%;
  justify-content: flex-end;
}
.navigation_bar .topp_item .right .name {
  margin-right: 1.5%;
}
.navigation_bar .topp_item .right .name:nth-last-child(1) {
  margin-right: 0;
}
.centents .top-watps {
  width: 1200px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.centents .top-watps .logo_list {
  display: flex;
  align-items: center;
}
.centents .top-watps .logo_list .logos {
  background: url(/Images/home/logo_20201117154605.png) no-repeat 0 0;
  width: 130px;
  height: 43px;
}
.centents .top-watps .logo_list .name a {
  background-color: #cf0f19;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 7px 9px;
  margin-left: 20px;
}
.centents .top-watps .item_list {
  width: 824px;
  display: flex;
  align-content: center;
  /*justify-content: space-between;*/
  background-color: #ffffff;
}
.centents .top-watps .item_list .search_boder {
  width: 482px;
  display: flex;
  align-items: center;
}
.centents .top-watps .item_list .search_boder .left {
  width: 412px;
  display: flex;
  align-items: center;
  border: 2px solid #cf0f19;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.centents .top-watps .item_list .search_boder .left .select {
  width: 107px;
  position: relative;
  z-index: 99;
  height: 36px;
}
.centents .top-watps .item_list .search_boder .left .select .list {
  border-right: 1px solid #cccccc;
  padding: 0 10px;
  margin-top: 7px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.centents .top-watps .item_list .search_boder .left .select .ul {
  width: 107px;
  position: absolute;
  left: -2px;
  top: 35px;
  display: none;
  text-align: center;
  z-index: 1200;
  border: 2px solid #cf0f19;
  border-top: none;
  background-color: #ffffff;
}
.centents .top-watps .item_list .search_boder .left .select .ul li {
  height: 44px;
  width: 100%;
  text-align: center;
  line-height: 44px;
}
.centents .top-watps .item_list .search_boder .left .select .ul li:hover {
  background-color: #cf0f19;
  color: #ffffff;
  cursor: pointer;
}
.centents .top-watps .item_list .search_boder .left input {
  display: block;
  border: none;
  padding: 0 18px;
  width: 65%;
  height: 36px;
  line-height: 36px;
}
.centents .top-watps .item_list .search_boder .left input ::-webkit-input-placeholder {
  color: #999999;
}
.centents .top-watps .item_list .search_boder .rigth,
.centents .top-watps .item_list .search_boder a {
  width: 70px;
  background-color: #cf0f19;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  height: 100%;
  display: block;
  line-height: 36px;
  border-radius: 0 5px 5px 0;
}
.centents .top-watps .item_list .btn_list {
  display: flex;
  align-items: center;
}
.centents .top-watps .item_list .btn_list .btn_bumiter a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  color: #ffffff;
}
.centents .top-watps .item_list .btn_list .btn_bumiter a .btn_cion {
  font-size: 18px;
  margin-right: 10px;
}
.centents .top-watps .item_list .btn_list .btn_bumiter {
  border-radius: 5px;
}
.centents .top-watps .item_list .btn_list .btn_bumiter:nth-child(1) {
  background-color: #cf0f19;
}
.centents .top-watps .item_list .btn_list .btn_bumiter:nth-child(2) {
  background-color: #f77f00;
  margin-left: 12px;
}
.item_centent {
  background-color: #cf0f19;
}
.item_centent .navigation {
  width: 1200px;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
.item_centent .navigation .name {
  display: block;
  width: 120px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
.item_centent .navigation .name a {
  color: #ffffff;
}
.item_centent .navigation .name_active {
  background-color: #b51021;
}
.menu_bar {
  background-color: #f7f7f7;
  border-bottom: 2px solid #e2e2e2;
}
.menu_bar .item_tab {
  width: 1200px;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
.menu_bar .item_tab .name a {
  display: block;
  height: 40px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
}
.menu_bar .item_tab .name a:nth-last-child(1) {
  margin-right: none;
}
.menu_bar .item_tab .name a:hover {
  color: #cf0f19;
}
.item_subject .top_yeqian {
  width: 1200px;
  margin: 10px auto;
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.item_subject .top_yeqian .list {
  display: flex;
  align-items: center;
}
.item_subject .top_yeqian .list:hover a {
  color: #cf0f19;
}
.item_subject .top_yeqian .list a {
  font-size: 14px;
  color: #999999;
}
.item_subject .top_yeqian .list .span {
  margin: 0 9px;
  font-size: 14px;
  color: #999999;
}
.item_subject .top_yeqian .list:nth-child(1) {
  margin-left: 7px;
}
.item_subject .top_yeqian .list:nth-last-child(1) .span {
  display: none;
}
.search_newbox {
  width: 1140px;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 14px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_newbox .searchText {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.search_newbox .searchText .name {
  margin-right: 40px;
}
.search_newbox .searchText .actives {
  color: #cf0f19;
}
.search_newbox .left {
  display: flex;
  align-items: center;
}
.search_newbox .left input {
  width: 448px;
  height: 34px;
  padding: 0 8px;
  background-color: #fff;
  border: 2px solid #cccccc;
  border-radius: 5px;
}
.search_newbox .left input ::-webkit-input-placeholder {
  color: #999999;
}
.search_newbox .left .select {
  position: relative;
  z-index: 10;
  margin-left: 10px;
}
.search_newbox .left .select .list {
  height: 36px;
  line-height: 36px;
  width: 100px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  color: #666666;
}
.search_newbox .left .select .ul {
  border: 1px solid #cccccc;
  border-top: none;
  position: absolute;
  z-index: 1200;
  top: 36px;
  display: none;
  width: 120px;
  background-color: #ffffff;
}
.search_newbox .left .select .ul li {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: left;
}
.search_newbox .left .select .ul li:hover {
  background-color: #f7f7f7;
  color: #cf0f19;
  cursor: pointer;
}
.search_newbox .left .iteml_submit {
  width: 80px;
  height: 40px;
  background-color: #cf0f19;
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
  display: block;
  color: #ffffff;
  line-height: 40px;
}
.search_newbox .left .iteml_submit a {
  color: #ffffff;
}
.search_newbox .item_ken {
  display: flex;
  width: 560px;
  align-items: center;
  overflow: hidden;
}
.search_newbox .item_ken .scroll {
  width: 79%;
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
}
.search_newbox .item_ken .scroll ul li {
  width: auto;
  height: 26px;
  padding-right: 2%;
}
.search_newbox .item_ken .scroll ul li a {
  height: 26px;
  color: #f77f00;
}
.swarp_centent {
  width: 1200px;
  margin: 11px auto 0;
}
.swarp_centent .item_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.swarp_centent .item_list .title {
  font-size: 20px;
  padding: 5px 10px;
  line-height: 33px;
  color: #cf0f19;
  margin-top: 9px;
}
.swarp_centent .item_list .name {
  padding: 6px 13px;
  margin-top: 9px;
  border: 2px solid #e5e5e5;
  margin-right: 7px;
}
.swarp_centent .item_list .name a {
  color: #333333;
}
.swarp_centent .item_list .name:hover {
  background-color: #cf0f19;
  border: 2px solid #cf0f19;
}
.swarp_centent .item_list .name:hover a {
  color: #ffffff;
}
.recommend_list {
  width: 1200px;
  margin: 25px auto 0;
  max-height: 410px;
  overflow: hidden;
}
.recommend_list:nth-child(1) {
  margin: 30px auto 0;
}
.recommend_list .left {
  width: 870px;
  float: left;
  display: flex;
  justify-content: space-between;
}
.recommend_list .left .today_item {
  width: 480px;
}
.recommend_list .left .today_item .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000000;
}
.recommend_list .left .today_item .title .cen_icon {
  font-size: 18px;
  color: #f77f00;
  margin-right: 10px;
}
.recommend_list .left .today_item .item_cen {
  margin-top: 10px;
}
.recommend_list .left .today_item .item_cen .title_l {
  font-size: 24px;
  line-height: 33px;
  text-align: center;
}
.recommend_list .left .today_item .item_cen .title_l a:hover {
  color: #cf0f19;
}
.recommend_list .left .today_item .item_cen .left_text {
  text-align: left;
}
.recommend_list .left .today_item .item_cen .centents {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  text-indent: 2em;
  margin-top: 10px;
  height: 84px;
  overflow: hidden;
}
.recommend_list .left .today_item .item_cen .centnets2 {
  height: 56px;
}
.recommend_list .left .today_item .new_itemCen {
  margin-top: 0;
}
.recommend_list .left .today_item .new_itemCen:nth-child(2) {
  margin-top: 20px;
}
.recommend_list .left .today_item .item_list_n {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 10px;
}
.recommend_list .left .today_item .item_list_n .list {
  width: 230px;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
}
.recommend_list .left .today_item .item_list_n .list > div {
  display: inline;
}
.recommend_list .left .today_item .item_list_n .list .tip a {
  color: #cf0f19;
  display: inline-block;
}
.recommend_list .left .today_item .item_list_n .list .name {
  margin-left: 6px;
  line-height: 33px;
  overflow: hidden;
}
.recommend_list .left .today_item .item_list_n .list .name a {
  max-height: 33px;
  color: #333333;
}
.recommend_list .left .today_item .item_list_n .list .name a:hover {
  color: #cf0f19;
  text-decoration: underline;
}
.recommend_list .left .today_item .item_list_n .newlist12 {
  height: 32px;
  line-height: 32px;
  word-break: break-all;
}
.recommend_list .left .today_item .new_list_m {
  height: auto;
}
.recommend_list .left .today_item .item_image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.recommend_list .left .today_item .item_image .item {
  width: 152px;
}
.recommend_list .left .today_item .item_image .item .image {
  width: 152px;
  height: 102px;
  overflow: hidden;
}
.recommend_list .left .today_item .item_image .item .image img {
  width: 100%;
  height: 100%;
}
.recommend_list .left .today_item .item_image .item .image img:hover {
  transform: scale(1.1);
  transition: all 1s;
}
.recommend_list .left .today_item .item_image .item .bottom_tip {
  height: 25px;
  line-height: 25px;
  padding: 0 12px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  background-color: #eaeaea;
}
.recommend_list .right {
  width: 300px;
  float: right;
}
.recommend_list .right .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000000;
}
.recommend_list .right .title .cen_icon {
  font-size: 24px;
  color: #f77f00;
  margin-right: 10px;
}
.recommend_list .right .newTitle {
  border-bottom: 1px solid #ccc;
}
.recommend_list .right .newTitle span {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
}
.recommend_list .right .btn_image {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.recommend_list .right .btn_image .list {
  width: 48%;
}
.recommend_list .right .btn_image .list .image {
  width: 100%;
  height: 99px;
  position: relative;
  overflow: hidden;
}
.recommend_list .right .btn_image .list .image img {
  width: 100%;
  height: 100%;
}
.recommend_list .right .btn_image .list .image img:hover {
  transform: scale(1.1);
  transition: all 1s;
  cursor: pointer;
}
.recommend_list .right .btn_image .list .text {
  height: 33px;
  line-height: 33px;
  padding: 0 5px;
  text-align: center;
  overflow: hidden;
  background-color: #eaeaea;
}
.new_recommend_list {
  max-height: 495px;
}
.right_x_list {
  margin-top: 14px;
}
.right_x_list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10.4px;
}
.right_x_list .item:nth-child(1) {
  margin-top: 0;
}
.right_x_list .item > div {
  display: inline;
}
.right_x_list .item .tip {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #999999;
}
.right_x_list .item .name {
  width: 250px;
  font-size: 16px;
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right_x_list .item .name a {
  width: 250px;
  color: #333333;
}
.right_x_list .item .name a:hover {
  color: #cf0f19;
  text-decoration: underline;
}
.right_x_list .item .name27 {
  width: 275px;
}
.right_x_list .item:nth-child(1) .tip {
  background-color: #ff3300;
}
.right_x_list .item:nth-child(2) .tip {
  background-color: #ff6600;
}
.right_x_list .item:nth-child(3) .tip {
  background-color: #ff9900;
}
.new_rightX_list .item {
  margin-top: 17px;
}
.boutique {
  border: 0;
  padding: 0;
  margin-top: 15px;
  overflow: hidden;
}
.boutique .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000000;
}
.boutique .title .cen_icon {
  font-size: 24px;
  color: #f77f00;
  margin-right: 10px;
}
.boutique .listl {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  margin-top: 2px;
  display: flex;
}
.boutique .listl > div {
  display: inline;
}
.boutique .listl .tip {
  max-width: 30%;
  color: #cf0f19;
}
.boutique .listl .tip a {
  max-width: 80%;
  color: #cf0f19;
}
.boutique .listl .lname {
  margin-left: 6px;
}
.boutique .listl .lname a {
  color: #333333;
}
.boutique .listl .lname a:hover {
  color: #cf0f19;
  text-decoration: underline;
}
.boutique .new_list1 {
  height: 33px;
  line-height: 33px;
}
.new_boutique12 {
  border: 0;
  padding: 0;
  height: 190px;
}
.item_lun {
  width: 361px;
}
.item_lun .swiper_image {
  width: 100%;
  height: 212px;
  position: relative;
  z-index: 10;
}
.item_lun .swiper_image .slide_img {
  width: 100%;
  height: 212px;
}
.item_lun .swiper_image img {
  width: 100%;
  height: 100%;
}
.item_lun .swiper_image .bottom_text {
  width: 96%;
  height: 37px;
  background-color: rgba(100, 92, 87, 0.6);
  padding: 0 2%;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1200;
}
.bottom_list {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  margin-top: 20px;
  font-size: 12px;
  background-color: #ffffff;
}
.bottom_list .list {
  display: flex;
  align-items: center;
}
.bottom_list .list .name {
  width: 34px;
  height: 28px;
  border: 1px solid #cccccc;
  margin-left: 5px;
  text-align: center;
  line-height: 28px;
}
.bottom_list .list .name a {
  display: block;
}
.bottom_list .list .active {
  background-color: #cf0f19;
}
.bottom_list .list .active a {
  color: #ffffff;
}
.bottom_list .previous_page,
.bottom_list .next_page {
  height: 28px;
  width: 60px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #cccccc;
}
.bottom_list .next_page {
  margin-left: 5px;
}
.swarp_item,
.newswarpIitem {
  width: 1200px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}
.swarp_item .left,
.newswarpIitem .left {
  width: 870px;
}
.swarp_item .left .left_top,
.newswarpIitem .left .left_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #cfcfcf;
}
.swarp_item .left .left_top .swarp_title,
.newswarpIitem .left .left_top .swarp_title {
  display: flex;
  align-items: center;
}
.swarp_item .left .left_top .swarp_title .name,
.newswarpIitem .left .left_top .swarp_title .name {
  font-size: 16px;
  color: #666666;
  margin-right: 15px;
  padding-bottom: 9px;
  text-align: left;
}
.swarp_item .left .left_top .swarp_title .name:hover a,
.newswarpIitem .left .left_top .swarp_title .name:hover a {
  color: #cf0f19;
}
.swarp_item .left .left_top .swarp_title .name a,
.newswarpIitem .left .left_top .swarp_title .name a {
  color: #666666;
}
.swarp_item .left .left_top .swarp_title .active,
.newswarpIitem .left .left_top .swarp_title .active {
  font-size: 24px;
  color: #cf0f19;
  border-bottom: 2px solid #cf0f19;
}
.swarp_item .left .left_top .swarp_title .active a,
.newswarpIitem .left .left_top .swarp_title .active a {
  font-weight: bold;
  color: #cf0f19;
}
.swarp_item .left .left_top .swarp_title .active_listTitle,
.newswarpIitem .left .left_top .swarp_title .active_listTitle {
  font-size: 24px;
  border-bottom: 2px solid #cf0f19;
  font-weight: bold;
}
.swarp_item .left .left_top .more,
.newswarpIitem .left .left_top .more {
  margin-top: 5px;
  color: #666666;
}
.swarp_item .left .left_top .more a:hover,
.newswarpIitem .left .left_top .more a:hover {
  color: #cf0f19;
}
.swarp_item .left .swarp_information,
.newswarpIitem .left .swarp_information {
  margin-top: 18px;
}
.swarp_item .left .swarp_information .serp_title,
.newswarpIitem .left .swarp_information .serp_title {
  display: flex;
  justify-content: space-between;
}
.swarp_item .left .swarp_information .serp_title .image,
.newswarpIitem .left .swarp_information .serp_title .image {
  width: 270px;
  height: 180px;
  display: block;
  margin-right: 20px;
}
.swarp_item .left .swarp_information .serp_title .img_list,
.newswarpIitem .left .swarp_information .serp_title .img_list {
  width: 142px;
  height: 96px;
}
.swarp_item .left .swarp_information .serp_title .itemCen,
.newswarpIitem .left .swarp_information .serp_title .itemCen {
  width: 100%;
  min-width: 580px;
}
.swarp_item .left .swarp_information .serp_title .itemCen .title,
.newswarpIitem .left .swarp_information .serp_title .itemCen .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  word-break: break-all;
}
.swarp_item .left .swarp_information .serp_title .itemCen .title a:hover,
.newswarpIitem .left .swarp_information .serp_title .itemCen .title a:hover {
  color: #cf0f19;
}
.swarp_item .left .swarp_information .serp_title .itemCen .dwwo_on,
.newswarpIitem .left .swarp_information .serp_title .itemCen .dwwo_on {
  height: 33px;
  line-height: 33px;
  width: 100%;
  overflow: hidden;
}
.swarp_item .left .swarp_information .serp_title .itemCen .list,
.newswarpIitem .left .swarp_information .serp_title .itemCen .list {
  display: flex;
  align-items: center;
}
.swarp_item .left .swarp_information .serp_title .itemCen .list .name,
.newswarpIitem .left .swarp_information .serp_title .itemCen .list .name {
  margin: 10px 0;
}
.swarp_item .left .swarp_information .serp_title .itemCen .list .name:nth-child(2),
.newswarpIitem .left .swarp_information .serp_title .itemCen .list .name:nth-child(2) {
  margin-left: 40px;
}
.swarp_item .left .swarp_information .serp_title .itemCen .dwwo_hiden,
.newswarpIitem .left .swarp_information .serp_title .itemCen .dwwo_hiden {
  overflow: hidden;
  height: 33px;
}
.swarp_item .left .swarp_information .serp_title .itemCen .item_introduce,
.newswarpIitem .left .swarp_information .serp_title .itemCen .item_introduce {
  font-size: 14px;
  line-height: 25px;
  color: #999999;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swarp_item .left .swarp_information .serp_title .itemCen .item_introduce2,
.newswarpIitem .left .swarp_information .serp_title .itemCen .item_introduce2 {
  font-size: 14px;
  line-height: 25px;
  color: #999999;
  text-indent: 2em;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst,
.newswarpIitem .left .swarp_information .serp_title .itemCen .btm_timeLst {
  margin-top: 10px;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst .time,
.newswarpIitem .left .swarp_information .serp_title .itemCen .btm_timeLst .time {
  color: #999999;
  float: left;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst .time .icon,
.newswarpIitem .left .swarp_information .serp_title .itemCen .btm_timeLst .time .icon {
  margin-right: 5px;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst .dynasty,
.newswarpIitem .left .swarp_information .serp_title .itemCen .btm_timeLst .dynasty {
  float: left;
  display: flex;
  align-items: center;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst .dynasty span,
.newswarpIitem .left .swarp_information .serp_title .itemCen .btm_timeLst .dynasty span {
  padding: 5px 10px;
  background-color: #f2f2f2;
  margin-right: 5px;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst .dynasty span:hover,
.newswarpIitem .left .swarp_information .serp_title .itemCen .btm_timeLst .dynasty span:hover {
  background-color: #cf0f19;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst .dynasty span:hover a,
.newswarpIitem .left .swarp_information .serp_title .itemCen .btm_timeLst .dynasty span:hover a {
  color: #fff;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst .btn_fullText,
.newswarpIitem .left .swarp_information .serp_title .itemCen .btm_timeLst .btn_fullText {
  margin-top: 2px;
  padding: 3px 0px 3px 10px;
  background-color: #cf0f19;
  text-align: center;
  float: right;
}
.swarp_item .left .swarp_information .serp_title .itemCen .btm_timeLst .btn_fullText a,
.newswarpIitem .left .swarp_information .serp_title .itemCen .btm_timeLst .btn_fullText a {
  color: #ffffff;
  display: block;
}
.swarp_item .left .swarp_information .serp_title .itemCen .new_top40,
.newswarpIitem .left .swarp_information .serp_title .itemCen .new_top40 {
  margin-top: 33px;
}
.swarp_item .left .swarp_information .newserp_title,
.newswarpIitem .left .swarp_information .newserp_title {
  padding: 20px 0;
  border-bottom: 1px dashed #cccccc;
}
.swarp_item .left .swarp_information .newserp_title:nth-child(1),
.newswarpIitem .left .swarp_information .newserp_title:nth-child(1) {
  padding: 0 0 20px 0;
}
.swarp_item .left .swarp_information .item_list,
.newswarpIitem .left .swarp_information .item_list {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: none;
}
.swarp_item .left .swarp_information .item_list .list,
.newswarpIitem .left .swarp_information .item_list .list {
  width: 425px;
  padding: 14px 0;
  display: flex;
  border-bottom: 1px dashed #cccccc;
}
.swarp_item .left .swarp_information .item_list .list .list_left,
.newswarpIitem .left .swarp_information .item_list .list .list_left {
  width: 306px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.swarp_item .left .swarp_information .item_list .list .list_left > div,
.newswarpIitem .left .swarp_information .item_list .list .list_left > div {
  display: inline;
}
.swarp_item .left .swarp_information .item_list .list .list_left .notes,
.newswarpIitem .left .swarp_information .item_list .list .list_left .notes,
.swarp_item .left .swarp_information .item_list .list .list_left .notes a,
.newswarpIitem .left .swarp_information .item_list .list .list_left .notes a {
  color: #cf0f19;
}
.swarp_item .left .swarp_information .item_list .list .list_left .new_name,
.newswarpIitem .left .swarp_information .item_list .list .list_left .new_name {
  margin-left: 10px;
}
.swarp_item .left .swarp_information .item_list .list .list_left .new_name a:hover,
.newswarpIitem .left .swarp_information .item_list .list .list_left .new_name a:hover {
  color: #cf0f19;
  text-decoration: underline;
}
.swarp_item .left .swarp_information .item_list .list .guName,
.newswarpIitem .left .swarp_information .item_list .list .guName {
  width: 100%;
}
.swarp_item .left .swarp_information .item_list .list .time,
.newswarpIitem .left .swarp_information .item_list .list .time {
  font-size: 14px;
  color: #999999;
  margin-left: 40px;
}
.swarp_item .left .jianpu_list,
.newswarpIitem .left .jianpu_list {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
  display: flex;
}
.swarp_item .left .jianpu_list:nth-child(1),
.newswarpIitem .left .jianpu_list:nth-child(1) {
  padding-top: -20px;
}
.swarp_item .left .jianpu_list img,
.newswarpIitem .left .jianpu_list img {
  width: 141px;
  height: 96px;
  margin-right: 20px;
}
.swarp_item .left .jianpu_list .title,
.newswarpIitem .left .jianpu_list .title {
  font-weight: bold;
}
.swarp_item .left .jianpu_list:hover,
.newswarpIitem .left .jianpu_list:hover {
  background-color: #f7f7f7;
}
.swarp_item .right,
.newswarpIitem .right {
  width: 300px;
}
.swarp_item .right .right_y-title,
.newswarpIitem .right .right_y-title {
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swarp_item .right .right_y-title .btn_more a,
.newswarpIitem .right .right_y-title .btn_more a {
  color: #999;
}
.swarp_item .right .right_y-title .btn_more a:hover,
.newswarpIitem .right .right_y-title .btn_more a:hover {
  color: #cf0f19;
}
.swarp_item .right .right_y-title .name,
.newswarpIitem .right .right_y-title .name {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
}
.swarp_item .right .new_rightList,
.newswarpIitem .right .new_rightList {
  border: 1px solid #cccccc;
  padding: 15px 13px;
  margin-top: 19px;
}
.swarp_item .right .new_rightList:nth-child(1),
.newswarpIitem .right .new_rightList:nth-child(1) {
  margin-top: 0;
}
.swarp_item .right .new_rightList .new_icon,
.newswarpIitem .right .new_rightList .new_icon {
  color: #cccccc;
  font-size: 12px;
}
.swarp_item .right .new_rightList .h_item:hover .new_icon,
.newswarpIitem .right .new_rightList .h_item:hover .new_icon {
  color: #cf0f19;
}
.swarp_item {
  height: 497px;
  overflow: hidden;
}
.bottom_cententPosition {
  background-color: #2c2c30;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding: 34px 0;
  text-align: center;
  margin-top: 38px;
  width: 100%;
}
.bottom_cententPosition img{
  margin-top: 5px;
}
.details_title {
  padding-bottom: 15px;
  border-bottom: 2px solid #e6e6e6;
}
.details_title .name,
.details_title .ge_name {
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.details_title .name {
  font-size: 28px;
  word-wrap: break-word;
}
.details_title .ge_name {
  font-size: 20px;
}
.details_title .times {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #999999;
  position: relative;
}
.details_title .times .time {
  margin-left: 25px;
}
.details_title .times .contribution {
  position: absolute;
  right: 0;
  bottom: 0;
}
.details_title .times .contribution .a_icons {
  margin-right: 5px;
}
.details_title .times .contribution a {
  color: #cf0f19;
}
.details_title .times .text i {
  color: #f77f00;
}
.details_title span {
  padding-bottom: 13px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #cf0f19;
}
.details_item_list .centents {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.details_item_list .centents img {
  width: 485px;
  height: 300px;
  border-radius: 20px;
  margin: 25px auto;
  display: block;
}
.details_item_list .newFosiz {
  text-align: center;
}
.details_item_list .btn_chakan {
  width: 202px;
  height: 44px;
  border: 1px solid #cf0f19;
  border-radius: 5px;
  line-height: 44px;
  text-align: center;
  color: #cf0f19;
  font-size: 18px;
  margin: 0 auto;
}
.details_item_list .btn_chakan:hover {
  cursor: pointer;
}
.details_item_list .answer-list {
  background-color: #f7f7f7;
  padding: 10px;
  text-align: center;
  display: none;
  font-size: 20px;
  font-weight: bold;
}
.details_item_list .cententsl {
  color: #ff0000;
}
.details_item_list .bottom_list_new {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  color: #666666;
}
.details_item_list .bottom_list_new .btn_again,
.details_item_list .bottom_list_new .btn_Contribution {
  width: 102px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  color: #ffffff;
  border-radius: 5px;
}
.details_item_list .bottom_list_new .btn_again a,
.details_item_list .bottom_list_new .btn_Contribution a {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.details_item_list .bottom_list_new .btn_again {
  margin-left: 25px;
  background-color: #cf0f19;
}
.details_item_list .bottom_list_new .btn_Contribution {
  margin-left: 10px;
  background-color: #f77f00;
}
.details_item_list .btn_fenye {
  display: flex;
  align-items: center;
  margin-top: 34px;
  justify-content: center;
}
.details_item_list .btn_fenye .btn_previous,
.details_item_list .btn_fenye .btn_next {
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #666666;
}
.details_item_list .btn_fenye .btn_next {
  margin-left: 5px;
}
.details_item_list .btn_fenye .list {
  display: flex;
  align-items: center;
}
.details_item_list .btn_fenye .list .name {
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  margin-left: 5px;
  text-align: center;
  line-height: 24px;
}
.details_item_list .btn_fenye .list .active {
  background-color: #cf0f19;
  border: 2px solid rgba(207, 15, 25, 0.6);
}
.details_item_list .btn_fenye .list .active a {
  color: #ffffff;
}
.details_item_list .h_address {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  text-align: center;
}
.details_item_list .l {
  margin-top: 12px;
}
.details_item_list .xiang_list {
  margin-top: 30px;
  display: flex;
}
.details_item_list .xiang_list .ityem {
  width: 50%;
}
.details_item_list .xiang_list .ityem img {
  width: 50%;
  max-height: 100%;
}
.details_item_list .xiang_list .title {
  color: #333333;
  margin-bottom: 10px;
}
.details_item_list .xiang_list .name {
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  width: 100%;
}
.details_item_list .xiang_list .name a:hover {
  color: #cf0f19;
}
.details_item_list .word_list {
  border: 2px solid #cccccc;
  margin-top: 20px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.details_item_list .word_list .w_list_left {
  display: inline-flex;
  align-items: center;
  width: 600px;
}
.details_item_list .word_list .w_list_left .icon {
  width: 60px;
  height: 60px;
}
.details_item_list .word_list .w_list_left .btn_wordIcon {
  font-size: 50px;
}
.details_item_list .word_list .w_list_left .jie {
  margin-left: 20px;
}
.details_item_list .word_list .w_list_left .jie .titles {
  font-size: 20px;
  color: #cf0f19;
}
.details_item_list .word_list .w_list_left .jie .text {
  margin-top: 10px;
  line-height: 30px;
}
.details_item_list .word_list .btn_download {
  width: 212px!important;
  height: 60px;display: inline-block;;
  background: -moz-linear-gradient(top, #c30e18 0%, #a10b14 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c30e18), color-stop(100%, #a10b14));
  background: -webkit-linear-gradient(top, #c30e18 0%, #a10b14 100%);
  background: -o-linear-gradient(top, #c30e18 0%, #a10b14 100%);
  background: -ms-linear-gradient(top, #c30e18 0%, #a10b14 100%);
  background: linear-gradient(to bottom, #c30e18 0%, #a10b14 100%);
  border-radius: 5px;
}
.details_item_list .word_list .btn_download a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #ffffff;
}
.details_item_list .word_list .btn_download a .down_icon {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}
.details_item_list .word_list .btn_download a .name .l_n {
  font-size: 18px;
  line-height: 30px;
}
.details_item_list .word_list .btn_download a .name .t_n {
  font-size: 14px;
  line-height: 30px;
}
.details_item_list .item_plen {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}
.details_item_list .item_plen .name {
  height: 30px;
  width: 352px;
  overflow: hidden;
}
.details_item_list .item_plen .name a {
  color: #666666;
  line-height: 30px;
}
.details_item_list .item_plen .name a:hover {
  color: #cf0f19;
  text-decoration: underline;
}
.details_item_list .item_plen .name:nth-child(2) {
  margin-left: 20px;
  text-align: right;
}
.real-time_info {
  margin-top: 30px;
}
.real-time_info .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.real-time_info .title span {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #cf0f19;
}
.real-time_info .real_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.real-time_info .real_list .item_l {
  width: 25%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-top: 10px;
}
.real-time_info .real_list .item_l a {
  display: block;
  width: 100%;
}
.real-time_info .real_list .item_l .img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  transition: all 0.5s;
}
.real-time_info .real_list .item_l .img img {
  width: 100%;
  height: 100%;
}
.real-time_info .real_list .item_l .img img:hover {
  cursor: pointer;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.real-time_info .real_list .item_l .name,
.real-time_info .real_list .item_l a {
  padding: 0 10px;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.real-time_info .real_list .item_l .name a:hover,
.real-time_info .real_list .item_l a a:hover {
  color: #cf0f19;
}
.real-time_info .new_bottom_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.real-time_info .new_bottom_list .list {
  width: 48%;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.real-time_info .new_bottom_list .list a {
  color: #333333;
  font-size: 16px;
  line-height: 34px;
  width: 100%;
}
.real-time_info .new_bottom_list .list a:hover {
  color: #cf0f19;
  text-decoration: underline;
}
.cha_page_centent {
  width: 1200px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
.cha_page_centent .left {
  width: 842px;
}
.cha_page_centent .left #item_top .tab_title > .name:hover {
  cursor: pointer;
}
.cha_page_centent .left #item_top .tab_title .name > span {
  display: block;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  border: 1px dashed #ffffff;
  border-bottom: none;
}
.cha_page_centent .left #item_top .active1 {
  height: 44px;
  line-height: 44px;
}
.cha_page_centent .left .item_top .tab_title {
  border-bottom: 2px solid #cf0f19;
  display: flex;
  align-items: flex-end;
}
.cha_page_centent .left .item_top .tab_title .name {
  width: 126px;
  height: 35px;
  border-radius: 10px 10px 0 0;
  margin-right: 20px;
  padding: 3px 3px 0 3px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-size: 18px;
}
.cha_page_centent .left .item_top .tab_title .name:nth-child(1) {
  background: #ef5942;
}
.cha_page_centent .left .item_top .tab_title .name:nth-child(2) {
  background-color: #f8ab29;
}
.cha_page_centent .left .item_top .tab_title .name:nth-child(3) {
  background-color: #36a4d6;
}
.cha_page_centent .left .item_top .tab_title .name a {
  display: block;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  border: 1px dashed #ffffff;
  border-bottom: none;
}
.cha_page_centent .left .item_top .tab_title .active {
  height: 44px;
  line-height: 44px;
  transition: all 0.5s;
}
.cha_page_centent .left .item_top .list {
  border: 1px solid #cccccc;
  padding: 9px 5px 19px 15px;
}
.cha_page_centent .left .item_top .list .name {
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-right: 10px;
  padding: 5px 10px;
  margin-top: 10px;
  display: inline-block;
}
.cha_page_centent .left .item_top .list .name a {
  color: #cf0f19;
}
.cha_page_centent .left .item_top .list .name:hover {
  background-color: #cf0f19;
  color: #ffffff;
  border: 1px solid #cf0f19;
}
.cha_page_centent .left .item_top .list .name:hover a {
  color: #ffffff;
  display: block;
}
.cha_page_centent .left .item_top .new_bglist {
  display: none;
}
.cha_page_centent .left .item_top .new_bglist .name {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
}
.cha_page_centent .left .item_top .new_bglist .name:hover {
  cursor: pointer;
}
.cha_page_centent .left .item_top .ln_show {
  display: block;
}
.cha_page_centent .left .bgcolor_bor {
  position: relative;
  border-left: 1px solid #f9a198;
  border-top: 8px solid #f9a198;
  border-right: 12px solid #f9a198;
  border-bottom: 16px solid #f9a198;
  border-radius: 0 5px 5px 0;
  margin-top: 20px;
  padding: 40px 40px 50px 40px;
}
.cha_page_centent .left .bgcolor_bor .tab_list {
  padding-bottom: 18px;
  border-bottom: 1px solid #cccccc;
  margin-top: 20px;
}
.cha_page_centent .left .bgcolor_bor .tab_list .divtitle {
  position: relative;
}
.cha_page_centent .left .bgcolor_bor .tab_list .divtitle img {
  display: none;
  position: absolute;
  top: -5px;
  left: -75px;
  width: 50px;
  height: 33px;
}
.cha_page_centent .left .bgcolor_bor .tab_list .divtitle .title {
  background-color: #ef5942;
  font-size: 18px;
  border-radius: 5px;
  padding: 6px 3px;
  color: #ffffff;
}
.cha_page_centent .left .bgcolor_bor .tab_list .divtitle .title .span {
  padding: 3px 10px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px dashed #fff;
}
.cha_page_centent .left .bgcolor_bor .tab_list .tab_item_list {
  padding-top: 7px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.cha_page_centent .left .bgcolor_bor .tab_list .tab_item_list img {
  position: absolute;
  top: 25px;
  left: -75px;
  width: 50px;
  height: 33px;
}
.cha_page_centent .left .bgcolor_bor .tab_list .tab_item_list .name {
  width: 70px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 12px;
  margin-top: 12px;
  border-radius: 5px;
  background-color: #f4f4f4;
}
.cha_page_centent .left .bgcolor_bor .tab_list .tab_item_list .name a {
  display: block;
  border-radius: 5px;
}
.cha_page_centent .left .bgcolor_bor .tab_list .tab_item_list .name a:hover {
  background-color: #cf0f19;
  color: #ffffff;
}
.cha_page_centent .left .bgcolor_bor .bg_imagx {
  width: 55px;
  height: 100%;
  position: absolute;
  left: -28px;
  top: 0;
  z-index: 10;
  background-image: url(/Images/home/sss_20210107150008.png);
  background-position: top center;
  background-repeat: repeat-y;
}
.cha_page_centent .left .meter_centent .continue {
  border: 1px solid #cccccc;
  padding: 20px;
}
.cha_page_centent .left .meter_centent .continue .m_t {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.cha_page_centent .left .meter_centent .continue .m_t .tab_list {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.cha_page_centent .left .meter_centent .continue .m_t .tab_list .name {
  width: 50px;
  height: 30px;
  font-size: 16px;
  font-weight: lighter;
  background-color: #ccc;
  line-height: 30px;
  text-align: center;
}
.cha_page_centent .left .meter_centent .continue .m_t .tab_list .active {
  background-color: #cf0f19;
}
.cha_page_centent .left .meter_centent .continue .m_t .tab_list .active a {
  color: #fff;
}
.cha_page_centent .left .meter_centent .continue .met_tip {
  background-color: #f7f7f7;
  font-size: 14px;
  color: #cf0f19;
  text-align: left;
  height: 45px;
  line-height: 45px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  margin-top: 40px;
}
.cha_page_centent .left .meter_centent .continue .met_tip .icon {
  font-size: 24px;
  color: #cf0f19;
  font-weight: bold;
}
.cha_page_centent .left .meter_centent .continue .new_meter_list {
  display: flex;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.cha_page_centent .left .meter_centent .continue .new_meter_list .tip_text {
  width: 120px;
  height: 30px;
  line-height: 30px;
}
.cha_page_centent .left .meter_centent .continue .new_meter_list .cyje {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cha_page_centent .left .meter_centent .continue .new_meter_list .cyje li {
  display: flex;
  align-items: center;
}
.cha_page_centent .left .meter_centent .continue .new_meter_list .cyje li:nth-last-child(1) .btn_icon {
  display: none;
}
.cha_page_centent .left .meter_centent .continue .new_meter_list .cyje li a {
  padding: 5px;
  margin-right: 11px;
  border-radius: 5px;
}
.cha_page_centent .left .meter_centent .continue .new_meter_list .cyje li a:hover {
  background-color: #cf0f19;
  color: #ffffff;
}
.cha_page_centent .left .meter_centent .continue .new_meter_list .cyje li .btn_icon {
  font-size: 18px;
  color: #cccccc;
  margin-right: 11px;
}
.cha_page_centent .left .meter_centent .continue .new_meter_list .cyje li .btn_icon:nth-child(7n) {
  margin-right: 0;
}
.cha_page_centent .left .meter_centent .continue .new_meter_list .cyje li .btn_icon:hover {
  cursor: pointer;
}
.cha_page_centent .left .meter_centent .continue .new_meter_list .cyje li .new_icon {
  color: #cf0f19;
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong {
  margin-top: 20px;
  position: relative;
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong .all_tip_title {
  padding: 5px 10px;
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  display: none;
  transform: translate(-50%, -50%);
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong .newidiom_title {
  display: flex;
  justify-content: center;
  position: relative;
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong .newidiom_title span {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong .newidiom_title span:hover {
  cursor: pointer;
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong .newidiom_title .img_tip {
  position: absolute;
  bottom: -35px;
  left: 47%;
  display: none;
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong .active {
  background-color: #cf0f19;
  color: #fff;
  border: 0;
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong .newidiom_list {
  width: 100%;
  display: none;
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong .newidiom_list .btn_iconl {
  color: #999999;
  display: flex;
  justify-content: center;
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong .newidiom_list .btn_iconl .rwewe {
  width: 20px;
  height: 20px;
  margin: 10px auto 0;
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong .newidiom_list .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cha_page_centent .left .meter_centent .continue .newidiom_Jielong .newidiom_list .ul span {
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 10px 10px 0 0;
  border-radius: 5px;
}
.cha_page_centent .left .meter_centent .replace_cy {
  padding: 15px 20px;
  border: 1px solid #cccccc;
  margin-top: 20px;
  display: none;
}
.cha_page_centent .left .meter_centent .replace_cy .title {
  font-size: 18px;
  color: #cf0f19;
}
.cha_page_centent .left .meter_centent .replace_cy .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cha_page_centent .left .meter_centent .replace_cy .list .name {
  width: 16.66666667%;
  line-height: 33px;
  border-radius: 5px;
}
.cha_page_centent .left .meter_centent .replace_cy .list .name:hover {
  cursor: pointer;
  color: #cf0f19;
}
.cha_page_centent .right {
  width: 300px;
}
.cha_page_centent .right .right_list {
  padding: 10px 0px 10px 15px;
  border: 1px solid #cccccc;
}
.cha_page_centent .right .right_list:nth-child(2) {
  margin-top: 20px;
}
.cha_page_centent .right .right_list .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-right: 15px;
}
.cha_page_centent .right .right_list .title span {
  border-bottom: 2px solid #cf0f19;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
}
.cha_page_centent .right .right_list .list {
  margin-top: 9px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cha_page_centent .right .right_list .list .name {
  margin-top: 10px;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #cccccc;
}
.cha_page_centent .right .right_list .list .name a {
  display: block;
  height: 35px;
  border-radius: 5px;
}
.cha_page_centent .right .right_list .list .name a:hover {
  background-color: #cf0f19;
  color: #ffffff;
  border: none;
}
.cha_page_centent .right .right_list .new_list {
  margin-top: 9px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cha_page_centent .right .right_list .new_list .name {
  width: 49%;
  padding-right: 1%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  overflow: hidden;
}
.cha_page_centent .right .right_list .new_list .name a {
  height: 35px;
  overflow: hidden;
}
.cha_page_centent .right .right_list .new_list .name:hover a {
  color: #cf0f19;
  text-decoration: underline;
}
.cha_page_centent .right .right_list .xiehou .name {
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-align: left;
}
.cha_page_centent .right .right_list .xiehou .name a:hover {
  color: #cf0f19;
}
.cha_page_centent .right .new_rightList {
  border: 1px solid #cccccc;
  padding: 15px 13px;
  margin-top: 19px;
}
.cha_page_centent .right .new_rightList:nth-child(1) {
  margin-top: 0;
}
.cha_page_centent .right .new_rightList .right_y-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.cha_page_centent .right .new_rightList .right_y-title .name {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
}
.cha_page_centent .right .new_rightList .new_icon {
  color: #cccccc;
  font-size: 12px;
}
.cha_page_centent .right .new_rightList .h_item:hover .new_icon {
  color: #cf0f19;
}
.cha_page_centent .contrary_details {
  border: 1px solid #ccc;
  padding: 20px;
}
.cha_page_centent .contrary_details .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 20px;
  border-bottom: 1px dashed #ccc;
}
.cha_page_centent .contrary_details .ul_list li {
  margin-top: 13px;
}
.cha_page_centent .contrary_details .ul_list li span {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid #cf0f19;
}
.cha_page_centent .contrary_details .ul_list li .span-text {
  display: flex;
}
.cha_page_centent .contrary_details .ul_list li .span-text .name {
  color: #666666;
  width: 10%;
}
.cha_page_centent .contrary_details .ul_list li .span-text .ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-left: 20px;
}
.cha_page_centent .contrary_details .ul_list li .span-text .ul .text {
  width: 16.66666667%;
  height: 30px;
  line-height: 30px;
}
.cha_page_centent .contrary_details .ul_list li .span-text .ul .text a:hover {
  color: #cf0f19;
}
.cha_page_centent .contrary_details .ul_list li .tager a {
  color: #cf0f19;
}
.cha_page_centent .contrary_details .ul_list li .see_geng {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cha_page_centent .contrary_details .ul_list li .see_geng a {
  font-size: 16px;
  font-weight: initial;
}
.cha_page_centent .contrary_details .ul_list li .see_geng a:hover {
  color: #cf0f19;
}
.cha_page_centent .contrary_details .ul_list li .name {
  line-height: 30px;
}
.cha_page_centent .contrary_details .ul_list li .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}
.cha_page_centent .contrary_details .ul_list li .list .text {
  line-height: 30px;
  margin-right: 35px;
}
.cha_page_centent .contrary_details .ul_list li .list .text a:hover {
  color: #cf0f19;
}
.cha_page_centent .infan_top {
  border: none;
  border-top: 2px solid #cf0f19;
}
.item_deitls .top_navigation .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.item_deitls .top_navigation .notes_text {
  padding: 12px 18px;
  background-color: #efefef;
  text-align: left;
  margin-top: 15px;
}
.item_deitls .ul .list {
  margin-top: 20px;
}
.item_deitls .ul .list .title {
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #cf0f19;
  font-size: 18px;
  color: #ffffff;
}
.item_deitls .ul .list .title a {
  color: #ffffff;
  display: block;
}
.item_deitls .ul .list .item_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.item_deitls .ul .list .item_ul .name {
  width: 32%;
  height: 150px;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5%;
  margin-top: 14px;
}
.item_deitls .ul .list .item_ul .name:nth-child(3n) {
  margin-right: 0;
}
.item_deitls .ul .list .item_ul .name .text_left {
  background-color: #fff;
}
.item_deitls .ul .list .item_ul .name .text_left .new_small {
  width: 88px;
  height: 88px;
  position: relative;
  z-index: 10;
}
.item_deitls .ul .list .item_ul .name .text_left .text {
  text-align: center;
  height: 28px;
  line-height: 28px;
  position: relative;
  border: 1px solid #666666;
  border-bottom: 0;
  z-index: 99;
}
.item_deitls .ul .list .item_ul .name .text_left .text::after {
  content: '';
  width: 100%;
  border-bottom: 2px dashed #cccccc;
  position: absolute;
  left: 0;
  top: 33%;
  z-index: -1;
}
.item_deitls .ul .list .item_ul .name .text_left .text::before {
  content: '';
  width: 100%;
  border-bottom: 2px dashed #cccccc;
  position: absolute;
  left: 0;
  top: 66%;
  z-index: -1;
}
.item_deitls .ul .list .item_ul .name .text_right {
  margin-left: 10px;
  width: 150px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.item_deitls .ul .list .item_ul .name .text_right .text {
  color: #f77f00;
  text-align: center;
  width: 74px;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.item_deitls .ul .list .item_ul .name .text_right .text a {
  color: #f77f00;
}
.item_deitls .ul .list .item_ul .name .text_right .text a:hover {
  color: #cf0f19;
}
.small_nanex {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 1px solid #666666;
  position: relative;
  z-index: 100;
  font-size: 55.45px;
}
.small_nanex .span_text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 90;
  height: 100%;
  font-family: "Microsoft YaHei";
}
.small_nanex .span_text:hover {
  background-color: #eee;
}
.small_nanex .span_text a {
  display: block;
  width: 100%;
}
.small_nanex .hover_wet {
  height: auto;
}
.small_nanex .hover_wet:hover {
  background-color: transparent;
}
.small_nanex::after {
  content: '';
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.small_nanex::before {
  content: '';
  width: 1px;
  height: 100%;
  border-right: 1px dashed #cccccc;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
.zi_details {
  padding: 20px 0 20px;
}
.zi_details .title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
.zi_details .top_item_li {
  padding: 30px 0px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.zi_details .top_item_li .plleft_l {
  width: 30%;
  display: flex;
  align-items: flex-end;
}
.zi_details .top_item_li .plleft_l .new_li {
  width: 180px;
  height: 180px;
  position: relative;
  margin-right: 40px;
  z-index: 1;
}
.zi_details .top_item_li .plleft_l .new_li .new_spText {
  font-size: 130px;
  line-height: 180px;
}
.zi_details .top_item_li .plleft_l .new_li .new_spText:hover .icon {
  background-color: #ccc;
}
.zi_details .top_item_li .plleft_l .new_li .btn_icon {
  font-size: 30px;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 1300;
  background-color: #ffffff;
}
.zi_details .top_item_li .plleft_l .new_li .btn_icon .icon {
  color: #cf0f19;
  font-size: 30px;
}
.zi_details .top_item_li .plleft_l .new_li .btn_icon .icon:hover {
  cursor: pointer;
}
.zi_details .top_item_li .plleft_l .zi_ptans:nth-child(2) {
  margin-left: 20px;
}
.zi_details .top_item_li .plleft_l .zi_ptans .text_bname {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.zi_details .top_item_li .plleft_l .zi_ptans .bushou_item {
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 80px;
  padding-bottom: 3px;
}
.zi_details .top_item_li .plleft_l .zi_ptans .bushou_item .btn_icon {
  font-size: 18px;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 1300;
  background-color: #ffffff;
}
.zi_details .top_item_li .plleft_l .zi_ptans .bushou_item .btn_icon .icon {
  color: #cf0f19;
  font-size: 18px;
}
.zi_details .top_item_li .plleft_l .zi_ptans .bushou_item .btn_icon .icon:hover {
  cursor: pointer;
}
.zi_details .top_item_li .plleft_l .zi_ptans img {
  width: 102px;
  height: 102px;
}
.zi_details .top_item_li .plleft_l .zi_ptans .wubi_list {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding: 0 3px;
  text-align: center;
  border: 1px dashed #ccc;
}
.zi_details .top_item_li .plleft_l .zi_ptans .wubi_list:nth-child(1) {
  margin-bottom: 10px;
}
.zi_details .top_item_li .item_right {
  width: 70%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.zi_details .top_item_li .item_right .cent_ents {
  display: flex;
  flex-wrap: wrap;
}
.zi_details .top_item_li .item_right .cent_ents .name {
  width: 49.82%;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 30px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.zi_details .top_item_li .item_right .cent_ents .name .span {
  background-color: #f7f7f7;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}
.zi_details .top_item_li .item_right .cent_ents .name .btn_auto {
  color: #cf0f19;
  font-size: 18px;
  margin: 0 20px 0 5px;
}
.zi_details .top_item_li .item_right .cent_ents .name .btn_auto:hover {
  cursor: pointer;
}
.zi_details .top_item_li .item_right .cent_ents .newName {
  width: 99.8%;
}
.zi_details .zi_fenlei {
  padding: 0 20px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-image: url(/Images/home/line20210107175936.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.zi_details .zi_fenlei span {
  font-size: 18px;
  width: 20%;
  margin-top: 20px;
}
.zi_details .zi_fenlei span:hover {
  cursor: pointer;
}
.zi_details .zi_fenlei span:hover a {
  color: #cf0f19;
}
.zi_details .new_zi_fenlei {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.zi_details .new_zi_fenlei .lyspan {
  width: 20%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background-color: #f7f7f7;
  border-right: 1px solid #ccc;
}
.zi_details .new_zi_fenlei .lyspan:hover {
  cursor: pointer;
}
.zi_details .new_zi_fenlei .zidian:hover {
  background-color: #cf0f19;
}
.zi_details .new_zi_fenlei .zidian:hover a {
  color: #fff;
}
.zi_details .new_zi_fenlei .active {
  background-color: #cf0f19;
  border: none;
  color: #ffffff;
  text-align: center;
}
.zi_details .bai_fenlist {
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}
.zi_details .bai_fenlist .span {
  margin-top: 10px;
  margin-right: 10px;
  width: 18%;
  border-right: none;
}
.zi_details .item_tabList {
  margin-top: 20px;
}
.zi_details .item_tabList .tab_container .tab_hide {
  display: none;
}
.zi_details .item_tabList .tab_container .tab_display {
  display: block;
}
.zi_details .zi_introduce {
  padding: 20px;
  border-bottom: 1px dashed #cccccc;
}
.zi_details .zi_introduce:nth-last-child(1) {
  padding-bottom: 0;
  border: none;
}
.zi_details .zi_introduce .zi_title {
  font-size: 18px;
  font-weight: bold;
}
.zi_details .zi_introduce .ul_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zi_details .zi_introduce .ul_list li {
  width: 25%;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-align: left;
}
.zi_details .zi_introduce .ul_list li a:hover {
  color: #cf0f19;
}
.zi_details .zi_introduce .ul_list .bihua_name {
  color: #cf0f19;
  margin-right: 30px;
  padding: 10px 0;
}
.zi_details .zi_introduce .ul_list .bihua_name svg {
  width: 30px;
  height: 30px;
}
.zi_details .zi_introduce .ul_tab li,
.zi_details .zi_introduce .ol_list li {
  margin-top: 16px;
}
.zi_details .zi_introduce .ul_tab li:nth-child(1),
.zi_details .zi_introduce .ol_list li:nth-child(1) {
  margin-top: 0;
}
.zi_details .zi_introduce .ul_tab li .pinyin,
.zi_details .zi_introduce .ol_list li .pinyin,
.zi_details .zi_introduce .ul_tab li .text,
.zi_details .zi_introduce .ol_list li .text {
  line-height: 30px;
}
.zi_details .zi_introduce .ul_tab li .btn_laba,
.zi_details .zi_introduce .ol_list li .btn_laba {
  color: #cf0f19;
}
.zi_details .zi_introduce .ul_tab li a:hover,
.zi_details .zi_introduce .ol_list li a:hover {
  color: #cf0f19;
}
.zi_details .zi_introduce .fontClass {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zi_details .zi_introduce .fontClass .btn_more {
  line-height: 30px;
}
.zi_details .zi_introduce .fontClass .btn_more a {
  color: #999999;
}
.zi_details .zi_introduce .fontClass .btn_more a:hover {
  color: #cf0f19;
}
.zi_details .zi_introduce .zi_itemList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.zi_details .zi_introduce .zi_itemList li {
  width: 20%;
  line-height: 30px;
}
.zi_details .zi_introduce .zi_itemList li a:hover {
  color: #cf0f19;
}
.zi_details .zi_introduce .item_list .name {
  font-size: 18px;
  line-height: 30px;
  color: #cf0f19;
}
.zi_details .zi_introduce .item_list .list {
  line-height: 25px;
}
.zi_details .new_introds {
  border-top: 1px dashed #ccc;
  margin-top: 20px;
  padding: 20px 0 0 0;
}
.zi_details .new_introds .newtableList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
}
.zi_details .new_introds .newtableList li {
  width: 24.85%;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.zi_details .new_introds .newtableList li:nth-child(1) {
  border-left: 1px solid #ccc;
}
.zi_details .new_introds .newtableList li:nth-child(5) {
  border-left: 1px solid #ccc;
}
.zi_details .new_introds .newtableList li .span {
  width: 102px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #f7f7f7;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.zi_details .stroke_order {
  display: flex;
  flex-wrap: wrap;
}
.zi_details .stroke_order li {
  width: 102px;
  margin-right: 20px;
  margin-top: 14px;
}
.zi_details .stroke_order li .new_stroke {
  width: 102px;
  height: 102px;
  line-height: 102px;
  font-size: 75px;
  border-bottom: none;
}
.zi_details .stroke_order li .stroke_text {
  border: 1px solid #666666;
  border-top: none;
  text-align: center;
  height: 30px;
  width: 102px;
  line-height: 30px;
  background-color: #f9c9c5;
}
.newtongyin_details {
  border-top: 2px solid #cf0f19;
}
.newtongyin_details .title {
  font-weight: bold;
}
.new_disply {
  display: none;
}
.pl_item_list {
  border: 1px solid #cccccc;
  margin-top: 20px;
}
.pl_item_list .title {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  border-bottom: 1px solid #cccccc;
}
.pl_item_list .title .name {
  font-size: 20px;
  font-weight: bold;
}
.pl_item_list .title .name span {
  color: #cf0f19;
}
.pl_item_list .title .btn_more a {
  color: #999999;
}
.pl_item_list .title .btn_more a:hover {
  color: #cf0f19;
}
.pl_item_list .newtongyin_Tab {
  width: 95%;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.pl_item_list .newtongyin_Tab .newtongyin_name {
  border-bottom: 2px solid #cf0f19;
}
.pl_item_list .chengyu_title {
  width: 190px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: #cf0f19;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}
.pl_item_list .pl_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
.pl_item_list .pl_list {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
}
.pl_item_list .pl_list .name {
  width: 15.625%;
  line-height: 33px;
  height: 33px;
  overflow: hidden;
  text-align: left;
  padding-right: 1%;
}
.pl_item_list .pl_list .name a {
  height: 33px;
  display: inline-block;
  overflow: hidden;
}
.pl_item_list .pl_list .name a:hover {
  color: #cf0f19;
  text-decoration: underline;
}
.pl_item_list .pl_list .name:nth-child(6n) {
  width: 16.66666667%;
  padding-right: 0;
}
.pl_item_list .pl_list .tongyinName {
  margin-right: 1.5%;
  line-height: 35px;
  margin-top: 10px;
  height: 35px;
  text-align: center;
  width: 35px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.pl_item_list .pl_list .tongyinName:hover {
  background-color: #cf0f19;
}
.pl_item_list .pl_list .tongyinName:hover a {
  display: block;
  color: #fff;
}
.pl_item_list .pl_list .rename {
  width: 16.66666667%;
  height: 33px;
  line-height: 33px;
  padding-right: 2%;
  box-sizing: border-box;
  text-align: left;
}
.pl_item_list .pl_list .rename a {
  display: block;
  overflow: hidden;
}
.pl_item_list .pl_list .rename a:hover {
  color: #cf0f19;
  text-decoration: underline;
}
.pl_item_list .newplList {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
}
.pl_item_list .newplList .name {
  width: 18.97533207%;
  line-height: 33px;
  height: 33px;
  overflow: hidden;
  text-align: left;
  padding-right: 1%;
}
.pl_item_list .newplList .name a {
  display: block;
  height: 33px;
  overflow: hidden;
}
.pl_item_list .newplList .name a:hover {
  color: #cf0f19;
  text-decoration: underline;
}
.pl_item_list .newplList .name:nth-child(5n) {
  width: 20%;
  padding-right: 0;
}
.pl_item_list .xie_item_list {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
}
.pl_item_list .xie_item_list .name {
  width: 23.98081535%;
  line-height: 33px;
  height: 33px;
  overflow: hidden;
  text-align: left;
}
.pl_item_list .xie_item_list .name:nth-child(4n) {
  width: 25%;
  padding-right: 0;
}
.pl_item_list .xie_item_list .name a:hover {
  color: #cf0f19;
}
.pl_item_list .table {
  margin: 20px 35px 0;
  border: 1px solid #cccccc;
}
.pl_item_list .table li {
  display: flex;
  border-bottom: 1px solid #cccccc;
}
.pl_item_list .table li .name {
  width: 20%;
  background-color: #f7f7f7;
  text-align: center;
  line-height: auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #cccccc;
}
.pl_item_list .table li .tableCentet {
  width: 80%;
  padding: 10px 0 10px 18px;
}
.pl_item_list .text-cent {
  margin: 20px auto;
}
.pl_item_list .text-cent .imgs {
  width: 100%;
}
.pl_item_list .text-cent .imgs img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.pl_item_list .text-cent .pinyin {
  text-align: center;
  margin-top: 20px;
  color: #cf0f19;
  position: relative;
}
.pl_item_list .text-cent .pinyin:hover {
  cursor: pointer;
}
.pl_item_list .text-cent .pinyin .btnPlay {
  color: #cf0f19;
}
.pl_item_list .ul_item {
  padding: 16px 20px;
}
.pl_item_list .ul_item li {
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.pl_item_list .ul_item li a:hover {
  color: #cf0f19;
}
.pl_item_list .terms {
  padding: 13px;
  display: flex;
  flex-wrap: wrap;
}
.pl_item_list .terms .name {
  width: 20%;
  padding-right: 5%;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.pl_item_list .terms .name:hover a {
  color: #cf0f19;
}
.newboder_list .title {
  background-color: #fff;
  width: 94%;
  margin: 0 auto;
  padding: 0;
}
.newboder_list .title .name {
  border-bottom: 2px solid #cf0f19;
}
.new_pl_item_list {
  margin-top: 0;
}
.new_plItem:nth-child(1) {
  margin-top: 0;
}
.new_top {
  margin-top: 0;
}
.List_sentences {
  font-size: 24px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
}
.inspect_list {
  margin-top: 40px;
}
.inspect_list .itemTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}
.inspect_list .itemTitle .name {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
}
.inspect_list .itemTitle .btn_more a {
  color: #999999;
}
.inspect_list .itemTitle .btn_more a:hover {
  color: #cf0f19;
}
.inspect_list .item_list {
  border-bottom: 1px solid #cccccc;
  padding: 20px 15px 20px 20px;
}
.inspect_list .item_list .name {
  font-size: 18px;
  line-height: 30px;
  color: #cf0f19;
}
.inspect_list .item_list .name a {
  color: #cf0f19;
}
.inspect_list .item_list .list {
  line-height: 25px;
}
.inspect_list .item_list:hover {
  background-color: #f7f7f7;
}
.word_centent {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.radical_list {
  margin-top: 20px;
}
.radical_list .title {
  padding: 6px 18px;
  background-color: #cf0f19;
  color: #ffffff;
  font-size: 18px;
}
.radical_list .radical_centent {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.radical_list .radical_centent li {
  width: 17%;
  padding: 1%;
  margin-right: 1.2%;
  margin-top: 10px;
  background-color: #efefef;
  display: flex;
  align-items: center;
}
.radical_list .radical_centent li:nth-child(5n) {
  margin-right: 0;
}
.radical_list .radical_centent li .newSmall {
  width: 69px;
  height: 69px;
  font-size: 48.52px;
  background-color: #ffffff;
  margin-right: 5px;
}
.radical_list .radical_centent li .text {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
.radical_list .radical_centent li .text span {
  width: 100%;
}
.jsnr_list {
  margin-top: 20px;
  background-color: #efefef;
  padding-left: 20px;
  height: 60px;
  display: flex;
  align-items: center;
}
.jsnr_list .text {
  margin-right: 14px;
}
.jsnr_list input {
  width: 60px;
  height: 35px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  margin-right: 14px;
  background-color: #ffffff;
}
.jsnr_list #button_b {
  width: 106px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #cf0f19;
}
.cy_details .new_tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.cy_details .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cy_details .cy_pinyin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.cy_details .cy_pinyin:hover {
  cursor: pointer;
}
.cy_details .cy_pinyin .name {
  text-align: center;
  font-size: 20px;
  color: #cf0f19;
}
.cy_details .cy_pinyin .btnPlay {
  font-size: 20px;
  color: #cf0f19;
}
.search-new-box {
  width: 1200px;
  height: 200px;
  margin: 20px auto 0;
  background-image: url('/Images/home/searchbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: 100% 100%;
  display: flex;
  border: 1px solid #f0f0f0;
}
.search-new-box .tab_btnTitle {
  width: 90px;
  height: 200px;
}
.search-new-box .tab_btnTitle .name {
  height: 66px;
  line-height: 66px;
  text-align: center;
  background-color: #cf0f19;
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
}
.search-new-box .tab_btnTitle .name:nth-last-child(1) {
  border-bottom: none;
}
.search-new-box .tab_btnTitle .nameActive {
  background-color: #fff;
  color: #cf0f19;
  border-bottom: 1px solid #fff;
}
.search-new-box .div_disply {
  display: none;
}
.search-new-box .div_disply .tab_centent {
  display: flex;
  margin-left: 10px;
}
.search-new-box .div_disply .tab_centent .item_seach .item_title {
  padding: 13px 0;
  border-bottom: 1px solid #cccccc;
}
.search-new-box .div_disply .tab_centent .item_seach .item_title .name {
  margin-right: 30px;
}
.search-new-box .div_disply .tab_centent .item_seach .item_title .name:hover {
  cursor: pointer;
}
.search-new-box .div_disply .tab_centent .item_seach .item_title .nameActive {
  padding-bottom: 13px;
  border-bottom: 2px solid #cf0f19;
}
.search-new-box .div_disply .tab_centent .item_seach .seach_newbox {
  width: 406px;
}
.search-new-box .div_disply .tab_centent .item_seach .seach_newbox .seacher_submit {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.search-new-box .div_disply .tab_centent .item_seach .seach_newbox .seacher_submit input:nth-child(1) {
  width: 278px;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  border: 1px solid #cccccc;
}
.search-new-box .div_disply .tab_centent .item_seach .seach_newbox .seacher_submit input:nth-child(2) {
  width: 107px;
  height: 32px;
  border-radius: 5px;
  background-color: #cf0f19;
  text-align: center;
  color: #ffffff;
  line-height: 32px;
  font-size: 14px;
  margin-left: 10px;
}
.search-new-box .div_disply .tab_centent .item_seach .seach_newbox .seacher_submit ::-webkit-input-placeholder {
  font-size: 14px;
  color: #c4c4c4;
}
.search-new-box .div_disply .tab_centent .item_seach .seach_newbox .search_newTj {
  margin-top: 24px;
}
.search-new-box .div_disply .tab_centent .item_seach .seach_newbox .search_newTj .list {
  display: flex;
  height: 22px;
  line-height: 22px;
  align-items: center;
  flex-wrap: wrap;
}
.search-new-box .div_disply .tab_centent .item_seach .seach_newbox .search_newTj .list a {
  margin: 0 5px;
}
.search-new-box .div_disply .tab_centent .item_seach .seach_newbox .search_newTj .list a:hover {
  color: #cf0f19;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 {
  width: 624px;
  height: 180px;
  border: 1px solid #ccc;
  margin-left: 40px;
  margin-top: 8px;
  background-color: #fff;
  display: none;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 li {
  margin: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 li:nth-last-child(1) {
  border-bottom: none;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 li .seach_zi {
  height: 58px;
  line-height: 58px;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 li .seach_list {
  display: flex;
  align-items: center;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 li .seach_list .next .icon {
  background-color: #f2f2f2;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 li .seach_list .next:hover {
  cursor: pointer;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 li .seach_list .hzpyczul {
  width: 430px;
  overflow: hidden;
  height: 25px;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 li .seach_list .hzpyczul .hzpyczul_find {
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.5s;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 li .seach_list .hzpyczul .hzpyczul_find span {
  width: 50px;
  height: 23px;
  line-height: 23px;
  margin: 0 8px;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 li .seach_list .hzpyczul .hzpyczul_find span a {
  width: 50px;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 li .seach_list .hzpyczul .hzpyczul_find span a:hover {
  color: #cf0f19;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 .seach_li {
  height: 58px;
  line-height: 58px;
  border-bottom: 2px solid #d3d3d3;
}
.search-new-box .div_disply .tab_centent .seach_newbox2 .new_titles {
  padding: 18px 16px 0 16px;
  font-size: 14px;
  color: #999999;
}
.search-new-box .div_disply .tab_centent .displyNewbox2 {
  display: block;
}
.search-new-box .disp_show {
  display: block;
}
.search-new-box3-div-cybs {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.search-cybs-ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 492px;
  height: 93px;
  overflow-y: scroll;
}
.search-cybs-ul::-webkit-scrollbar {
  width: 0px;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
.search-cybs-ul .search_li {
  color: #aaa;
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.search-cybs-ul .box3_div,
.search-cybs-ul .new_box3 {
  background: #E5F2FE;
  margin: 5px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border-radius: 5px;
}
.search-cybs-ul .box3_div:hover,
.search-cybs-ul .new_box3:hover {
  background-color: #cf0f19;
}
.search-cybs-ul .box3_div:hover a,
.search-cybs-ul .new_box3:hover a {
  color: #fff;
  display: block;
}
.search-cybs-ul .box3_div {
  width: 49px;
}
.search-cybs-ul .new_box3 {
  padding: 5px;
}
.new_searchCybs {
  width: 614px;
  height: 123px;
}
.new_searchCybs .box3_div {
  width: 54px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
}
.search-new-box3-div {
  padding: 10px 20px;
}
.search-new-box3-div .search-new-box3-div-cyciyu {
  color: #999999;
}
.search-new-box3-div .search-new-box3-div-cyciyu-ul .chengyu-ul {
  display: flex;
  flex-wrap: wrap;
}
.search-new-box3-div .search-new-box3-div-cyciyu-ul .chengyu-ul span {
  padding: 3px 5px;
}
.search-new-box3-div .search-new-box3-div-cyciyu-ul .chengyu-ul span:hover a {
  color: #cf0f19;
}
.item_pages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: 30px auto 0;
}
.item_pages .item_ty {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.item_pages .item_ty .btn_gongju {
  height: 90px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #ffffff;
}
.item_pages .item_ty .btn_gongju img {
  position: relative;
  z-index: 1100;
}
.item_pages .item_ty .list {
  margin-left: -10px;
}
.item_pages .item_ty .list li {
  display: flex;
}
.item_pages .item_ty .list li .name {
  width: 104px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border: 1px solid #ccc;
  border-left: none;
}
.item_pages .item_ty .list li .name:hover {
  background-color: #cf0f19;
}
.item_pages .item_ty .list li .name:hover a {
  color: #ffffff;
  display: block;
}
.item_pages .item_ty .list_icon {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 523px;
  margin-left: -10px;
  border: 1px solid #ccc;
  height: 78px;
}
.item_pages .item_ty .list_icon li img {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}
.item_pages .item_ty .list_icon li .text {
  width: 100%;
  text-align: center;
}
.item_dispNone {
  display: none;
}
.tab_move {
  width: 1200px;
  margin: 20px auto 0;
  border-top: none;
}
.tab_move .top_titles {
  display: flex;
  border-bottom: 1px solid #cccccc;
}
.tab_move .top_titles .name {
  width: 140px;
  padding-right: 10px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.tab_move .top_titles .name:hover {
  cursor: pointer;
}
.tab_move .top_titles .name a {
  display: block;
  background-color: #f2f2f2;
}
.tab_move .top_titles .active a {
  background-color: #cf0f19;
  color: #fff;
  display: block;
}
.tab_move .bdbt_dd {
  margin-top: 20px;
  width: 100%;
}
.tab_move .bdbt_dd .unblock {
  display: none;
}
.tab_move .bdbt_dd .unblock .ul-tabList {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tab_move .bdbt_dd .unblock .ul-tabList li {
  width: 380px;
  display: flex;
  height: 182px;
}
.tab_move .bdbt_dd .unblock .ul-tabList li .bold_instal {
  border: 1px solid #ccc;
  border-left: none;
  margin-left: -9px;
  padding-left: 10px;
  margin-top: 10px;
}
.tab_move .bdbt_dd .unblock .ul-tabList li .bold_instal .new32 {
  height: 32px;
  line-height: 32px;
}
.tab_move .bdbt_dd .unblock .ul-tabList li .bg_imgs {
  width: 84px;
  height: 182px;
  padding-right: 8px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  display: flex;
  writing-mode: tb-rl;
  letter-spacing: 10px;
  align-items: center;
  justify-content: center;
}
.tab_move .bdbt_dd .unblock .ul-tabList li:nth-child(1) .bg_imgs {
  background-image: url(/Images/home/5.png);
}
.tab_move .bdbt_dd .unblock .ul-tabList li:nth-child(2) .bg_imgs {
  background-image: url(/Images/home/6.png);
}
.tab_move .bdbt_dd .unblock .ul-tabList li:nth-child(3) .bg_imgs {
  background-image: url(/Images/home/7.png);
}
.tab_move .bdbt_dd .disp_unblock {
  display: block;
}
.Information_list {
  width: 1200px;
  margin: 30px auto 0;
}
.Information_list .top_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.Information_list .top_title .name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
}
.Information_list .top_title .classList {
  display: flex;
  align-items: center;
}
.Information_list .top_title .classList .list {
  display: flex;
}
.Information_list .top_title .classList .list a {
  padding: 0 10px;
  color: #666666;
}
.Information_list .top_title .classList .list a:hover {
  background-color: #cf0f19;
  color: #fff;
}
.Information_list .top_title .classList .btn_more {
  margin-left: 30px;
}
.Information_list .top_title .classList .btn_more:hover a {
  color: #cf0f19;
}
.other_disciplines {
  margin-top: 20px;
}
.other_disciplines .other_title {
  display: flex;
  align-items: center;
}
.other_disciplines .other_title .name {
  width: 112px;
  height: 40px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-right: 10px;
}
.other_disciplines .other_title .name:hover {
  cursor: pointer;
}
.other_disciplines .other_title .active {
  background-color: #cf0f19;
  color: #fff;
}
.other_disciplines .unblock {
  display: none;
  height: auto;
}
.other_disciplines .unblock ul {
  display: flex;
}
.other_disciplines .unblock ul li {
  width: 390px;
  padding-right: 10px;
}
.other_disciplines .unblock ul .new_boutique {
  border: none;
  height: 170px;
  overflow: hidden;
  margin-top: 0;
  padding: 17px 30px 0px 0px;
}
.other_disciplines .disp_unblock {
  display: block;
}
.resources {
  width: 1200px;
  margin: 30px auto 0;
}
.resources .title {
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 30px;
}
.resources .title span {
  padding: 0 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resources ul li {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
.resources ul li .li_title {
  width: 63px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #cf0f19;
  color: #fff;
}
.resources ul li .li_title a {
  color: #fff;
}
.resources ul li .list {
  display: flex;
  align-items: center;
}
.resources ul li .list .name {
  margin-left: 30px;
}
.resources ul li .list .name a:hover {
  color: #cf0f19;
  text-decoration: underline;
}
.btn_href {
  width: 1200px;
  margin: 40px auto 0;
}
.btn_href .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.btn_href .title span {
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
  font-size: 24px;
  font-weight: bold;
}
.btn_href .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.btn_href .list .name {
  padding: 0 15px;
  line-height: 30px;
}
.btn_href .list .name a:hover {
  color: #cf0f19;
}
.btn_href .btn_jiazai {
  line-height: 30px;
  text-align: center;
  position: absolute;
  display: none;
  right: 0;
  bottom: 0;
  width: 120px;
  background-color: #fff;
  z-index: 550;
}
.btn_href .btn_jiazai:hover {
  color: #cf0f19;
  cursor: pointer;
}
.item_pageList {
  width: 1200px;
  margin: 38px auto 0;
}
.item_pageList .title {
  border-bottom: 1px solid #ccc;
  position: relative;
  display: flex;
  align-items: center;
}
.item_pageList .title .name {
  margin-right: 25px;
}
.item_pageList .title .name:nth-last-child(1) {
  margin-right: 0;
}
.item_pageList .title .name a {
  color: #666666;
}
.item_pageList .title .name:hover a {
  color: #cf0f19;
}
.item_pageList .title .active {
  font-size: 24px;
  color: #cf0f19;
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
}
.item_pageList .title .active a {
  color: #cf0f19;
  font-weight: bold;
}
.item_pageList .title .btn_more {
  position: absolute;
  right: 0;
}
.item_pageList .title .btn_more a {
  color: #cf0f19;
}
.item_pageList .dianzi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.item_pageList .dianzi li {
  width: 200px;
  height: 245px;
}
.item_pageList .dianzi li .img {
  width: 100%;
  height: 180px;
}
.item_pageList .dianzi li .img img {
  width: 130px;
  height: 180px;
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s;
}
.item_pageList .dianzi li .img img:hover {
  cursor: pointer;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.item_pageList .dianzi li .text {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
}
.newitemPage {
  width: 100%;
}
.newitemPage .dianzi li {
  width: 217.5px;
}
.details_page {
  width: 1200px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
.details_page .list_left {
  width: 870px;
}
.details_page .list_left .top_title {
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
.details_page .list_left .top_title .name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.details_page .list_left .top_title .item_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #999999;
}
.details_page .list_left .top_title .item_list .time a:hover {
  color: #cf0f19;
}
.details_page .list_left .top_title .item_list .form {
  margin-left: 30px;
}
.details_page .list_left .top_title .btn_contribution {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.details_page .list_left .top_title .btn_contribution a {
  color: #cf0f19;
}
.details_page .list_left .top_title .btn_contribution a .icon {
  font-size: 16px;
  color: #cf0f19;
}
.details_page .list_left .print_pian {
  display: flex;
  align-items: center;
}
.details_page .list_left .print_pian .prevs,
.details_page .list_left .print_pian .nexts {
  display: flex;
  align-items: center;
  line-height: 30px;
}
.details_page .list_left .print_pian .prevs a,
.details_page .list_left .print_pian .nexts a {
  color: #666666;
  margin-left: 10px;
  display: inline-block;
}
.details_page .list_left .print_pian .prevs a:hover,
.details_page .list_left .print_pian .nexts a:hover {
  color: #cf0f19;
}
.details_page .list_left .print_pian .nexts {
  margin-left: 30px;
}
.details_page .list_left .print_content {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.details_page .list_left .print_content .icon {
  font-size: 40px;
  color: #999999;
}
.details_page .list_left .print_content .swiper-slide {
  display: flex;
  justify-content: center;
}
.details_page .list_left .print_content .prevs,
.details_page .list_left .print_content .nexts {
  position: absolute;
  top: 50%;
  z-index: 1200 !important;
  transform: translate(0 -50%);
}
.details_page .list_left .print_content .prevs {
  left: 0;
}
.details_page .list_left .print_content .nexts {
  right: 0;
}
.details_page .list_left .optimization .title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
.details_page .list_left .optimization .title span {
  padding-bottom: 9px;
  border-bottom: 4px solid #cf0f19;
}
.details_page .list_left .optimization .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.details_page .list_left .optimization .list li {
  width: 48%;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
}
.details_page .list_left .optimization .list li a {
  display: inline-block;
}
.details_page .list_left .optimization .list li a:hover {
  color: #cf0f19;
}
.details_page .list_right {
  width: 300px;
}
.details_page .list_right .catalog_lista {
  border: 1px solid #ccc;
  padding: 10px;
}
.details_page .list_right .catalog_lista .title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.details_page .list_right .catalog_lista .title .name {
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
}
.details_page .list_right .catalog_lista .list li {
  padding-left: 20px;
  line-height: 30px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.details_page .list_right .catalog_lista .list li span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cf0f19;
  margin: 0 10px;
}
.details_page .list_right .catalog_lista .list .teshu {
  padding-left: 0;
}
.details_page .list_right .catalog_lista .list .teshu a {
  color: #f77f00;
}
.details_page .list_right .catalog_lista .list .active {
  background-color: #cf0f19;
  color: #fff;
}
.details_page .list_right .catalog_lista .list .active span {
  background-color: #fff;
}
.details_page .list_right .catalog_lista .list .active a {
  color: #fff;
}
.item_table {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.item_table li {
  width: 49.885%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.item_table li .text {
  width: 40%;
  border-right: 1px solid #ccc;
  text-align: center;
  background-color: #f7f7f7;
}
.item_table li .name {
  width: 59%;
  padding: 0 5%;
  text-align: left;
}
.test_paper {
  margin-top: 30px;
}
.test_paper .title {
  font-size: 20px;
  font-weight: bold;
  color: #cf0f19;
}
.test_paper .paper_cent {
  margin-top: 10px;
  line-height: 30px;
}
.yin_list {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yin_list .yin_name {
  width: 49%;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
}
.yin_list .yin_name a {
  height: 33px;
  overflow: hidden;
  display: block;
}
.yin_list .yin_name a:hover {
  color: #cf0f19;
  text-decoration: underline;
}
.yin_list .newyin_name {
  width: 48%;
  box-sizing: border-box;
  padding-right: 2%;
}
.duyin {
  padding: 0 20px;
  margin-top: 30px;
}
.duyin .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.duyin .list {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.duyin .list .sound {
  margin-right: 30px;
}
.duyin .list .sound .btn_laba {
  color: #cf0f19;
  margin-left: 10px;
}
.menu_item {
  width: 1200px;
  margin: 15px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.menu_item .title {
  font-size: 20px;
  color: #cf0f19;
  margin-right: 10px;
}
.menu_item span {
  margin-top: 7px;
  border: 2px solid #e5e5e5;
  padding: 5px 10px;
  margin-right: 7px;
}
.menu_item span:nth-last-child(1) {
  margin-right: 0;
}
.menu_item span:hover {
  background-color: #cf0f19;
  border: 2px solid #cf0f19;
}
.menu_item span:hover a {
  color: #fff;
}
.menu_item .acive {
  background-color: #cf0f19;
  border: 2px solid #cf0f19;
}
.menu_item .acive a {
  color: #fff;
}
.yinyu_list {
  border-top: 2px solid #cf0f19;
}
.yinyu_list li {
  text-align: left;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
}
.yinyu_list li:hover {
  background-color: #eeeeee;
  border-bottom: 1px solid rgba(238, 238, 238, 0.6);
}
.yinyu_list li:hover a {
  color: #cf0f19;
}
.yinyu_list li span {
  margin-right: 10px;
}
.yinyu_list li span:nth-child(1) {
  color: #cf0f19;
  margin-right: 25px;
}
.yinyu_list li span .btn_laba {
  color: #cf0f19;
}
.translate {
  width: 100%;
  margin-top: 10px;
}
.translate .ti_list {
  width: 580px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.translate .ti_list .item_left {
  display: flex;
  align-items: center;
}
.translate .ti_list .item_left .name {
  width: 150px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #e5e5e5;
  text-align: center;
}
.translate .ti_list .item_left .name:hover {
  cursor: pointer;
}
.translate .ti_list .item_left .xuan_btn {
  font-size: 30px;
  color: #999999;
  margin: 0 10px;
}
.translate .ti_list .item_left .xuan_btn:hover {
  cursor: pointer;
}
.translate .ti_list .item_right {
  width: 90px;
  height: 40px;
  background-color: #cf0f19;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.translate .plate {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: 10px;
}
.translate .plate .btn_area {
  width: 556px;
  height: 280px;
  border: 2px solid #e5e5e5;
  padding: 17px 10px;
}
.translate .plate .btn_area:nth-child(2) {
  background-color: #f7f7f7;
}
.catalog_list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.catalog_list li {
  width: 269px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #e5e5e5;
  text-align: center;
  margin: 15px 10px 0 0;
}
.catalog_list li a {
  display: block;
}
.catalog_list li:nth-child(3n) {
  margin-right: 0;
}
.catalog_list li:hover {
  background-color: #cf0f19;
  border: 2px solid #cf0f19;
}
.catalog_list li:hover a {
  color: #fff;
}
.catalog_ul {
  margin-top: 10px;
}
.catalog_ul li {
  height: 35px;
  line-height: 35px;
  width: 100%;
  overflow: hidden;
}
.catalog_ul li .icon {
  color: #999999;
}
.catalog_ul li:hover .icon {
  color: #cf0f19;
}
.catalog_ul li:hover a {
  color: #cf0f19;
}
.catalog_ul li a {
  display: block;
}
.solar_term {
  display: flex;
  flex-wrap: wrap;
}
.solar_term li {
  margin: 0 23px 20px 0;
  width: 200px;
}
.solar_term li:nth-child(4n) {
  margin: 0 0 20px 0;
}
.solar_term li .imges {
  width: 200px;
  height: 126px;
  overflow: hidden;
  position: relative;
}
.solar_term li .imges img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  /* Safari */
}
.solar_term li .imges img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.solar_term li .text {
  font-size: 18px;
  margin-top: 17px;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
}
.heightauto {
  height: auto !important;
}
.imgaes404 {
  margin: 30px auto 0;
  display: block;
  width: 40%;
  height: 30%;
}
.margin26 {
  margin-top: 26px;
}
.margin26 a {
  color: #ffffff;
}
.margin_20 {
  margin-top: 20px;
}
.new_disphight {
  height: 446px;
}
.search_disp {
  display: none;
}
.bottom_newList {
  margin-top: 30px;
}
.bottom_newList .new_title {
  padding-bottom: 9px;
  border-bottom: 1px solid #cf0f19;
}
.bottom_newList .new_title span {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
}
.bottom_newList .ul {
  display: flex;
  flex-wrap: wrap;
}
.bottom_newList .ul li {
  width: 31.2%;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  border: 1px solid #ccc;
  background-color: #e5e5e5;
  margin-right: 1%;
  padding: 0 5px;
}
.bottom_newList .ul li:nth-child(3n) {
  margin-right: 0;
}
.bottom_newList .ul li a:hover {
  color: #cf0f19;
}
.newpin_list {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}
.newpin_list .pin_title {
  font-weight: bold;
}
.new_item_list {
  padding: 20px;
}
.new_item_list .new_itemTitle {
  font-weight: bold;
}
.new_item_list .list {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.newsmlltr {
  width: 60px;
  height: 60px;
  font-size: 40px;
}
.newsmlltr:nth-child(1) {
  margin-right: -1px;
}
.details_item_list .centents h2 {
  color: red;
}
.details_item_list .centents p {
  min-height: 20px;
}
.new_terms_list .pl_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.new_terms_list .new_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
.new_terms_list .new_list li:hover {
  background-color: #f2f2f2;
}
.new_terms_list .new_list li .item_left .mb {
  width: 100%;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  color: #999999;
}
.new_terms_list .new_list li .item_left .mb:nth-child(1) {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.new_terms_list .new_list li .item_left .mb:nth-child(1) .name {
  font-size: 18px;
  font-weight: bold;
  color: #cf0f19;
  margin-right: 10px;
}
.new_terms_list .new_list li .item_left .mb:nth-child(1) .name a {
  color: #cf0f19;
}
.new_terms_list .new_list li .item_right {
  width: 100px;
  height: 24px;
  border: 1px solid #cf0f19;
  text-align: center;
  border-radius: 5px;
}
.new_terms_list .new_list li .item_right a {
  color: #cf0f19;
  display: block;
  height: 100%;
}
.new_terms_list .new_list li .item_right a:hover {
  background-color: #cf0f19;
  color: #fff;
}
#item_search_list {
  width: 82%;
}
.newcidian {
  margin-top: 20px;
}
.newcidian li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.newcidian li .imgage {
  position: relative;
  margin-right: 10px;
}
.newcidian li .imgage .name {
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.6);
}
.newcidian li .item_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.newcidian li .item_list .name {
  width: 18.5%;
  height: 33px;
  padding-right: 1.5%;
  line-height: 33px;
  text-align: left;
  overflow: hidden;
}
.newcidian li .item_list .name:hover a {
  color: #cf0f19;
}
.ques_details {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-top: 2PX solid #cf0f19;
}
.ques_details .top_list {
  display: flex;
  padding: 20px 15px;
}
.ques_details .top_list .imgs {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.ques_details .top_list .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ques_details .top_list .data_right {
  width: 90%;
  margin-left: 5px;
}
.ques_details .top_list .data_right .title_name {
  font-size: 18px;
  color: #333333;
  text-align: left;
  word-break: break-all;
}
.ques_details .top_list .data_right .times {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.ques_details .problem_tion {
  border-top: 1px solid #dcdcdc;
  padding: 20px;
}
.ques_details .problem_tion .title {
  font-size: 16px;
  color: #cf0f19;
  text-align: left;
}
.ques_details .problem_tion .answer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ques_details .problem_tion .answer .answer_name {
  width: 130px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  margin: 35px 0 32px;
  cursor: pointer;
}
.ques_details .problem_tion .answer .answer_name a {
  color: #fff;
}
.ques_details .problem_tion .answer .answer_name:nth-child(1) {
  background-color: #19b955;
}
.ques_details .problem_tion .answer .answer_name:nth-child(2) {
  background-color: #F25618;
  margin-left: 20px;
}
.ques_details .problem_tion .newanSwer_disp {
  display: none;
}
.left-content {
  padding: 18px 20px 20px 25px;
  position: relative;
  margin-top: 30px;
  border: 1px solid #ccc;
}
.left-content .content-part {
  height: 20px;
  display: flex;
  justify-content: space-between;
}
.left-content .content-part .content-a {
  display: block;
  font-size: 12px;
  color: #c6c6c6;
}
.left-content .content-part .content-b,
.left-content .content-part .content-b a {
  display: block;
  font-size: 12px;
  width: 70px;
  height: 20px;
  background-color: #F25618;
  border-radius: 3px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.left-content .content-d3 {
  position: absolute;
  top: 20px;
  left: -21px;
}
.left-content .content-c {
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  color: #666666;
  word-break: break-all;
  overflow: hidden;
}
.left-content .content-d {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.left-content .content-d .content-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-right: 10px;
}
.left-content .content-d .content-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.left-content .content-d .content_list {
  width: 90%;
}
.left-content .content-d .content_list .content-d1 {
  font-size: 16px;
  color: #666666;
  text-align: left;
}
.left-content .content-d .content_list .content-d2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.left-content .content-d .content_list .content-d2 .sp1-d2 {
  color: #999;
  font-size: 12px;
}
.left-content .content-d .content_list .content-d2 .d2-photo .sp2-d2 {
  font-size: 12px;
  color: #999;
  margin-left: 7px;
}
.idiom_list {
  padding: 20px;
  border: 1px solid #ccc;
}
.idiom_list .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.idiom_list .title .name {
  padding-bottom: 9px;
  font-weight: bold;
  border-bottom: 2px solid #cf0f19;
}
.idiom_list .ul_list {
  display: flex;
  flex-wrap: wrap;
}
.idiom_list .ul_list .name {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 10px 0 0;
}
.idiom_list .ul_list .name:hover {
  background-color: #cf0f19;
}
.idiom_list .ul_list .name:hover a {
  color: #fff;
}
.newidiom_top {
  margin-top: 20px;
}
.newidiom_top .ul_list .name:hover {
  border: 1px solid #cf0f19;
  background-color: #cf0f19;
}
.newidiom_top .ul_list .name:hover a {
  color: #fff;
}
.zaixianText {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.terms-list {
  padding: 0px 0px 20px 20px;
  display: flex;
  flex-wrap: wrap;
}
.terms-list .name {
  width: 18.75%;
  margin: 10px 1.25% 0px 0px;
  height: 33px;
  line-height: 33px;
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
}
.terms-list .name:hover {
  background-color: #cf0f19;
}
.terms-list .name:hover a {
  color: #fff;
}
.terms-list .name:hover span {
  background-color: #fff;
}
.terms-list .name span {
  width: 5px;
  height: 5px;
  background-color: #cf0f19;
  margin: 0 8px;
  border-radius: 50%;
}
.terms-list .name a {
  width: 100%;
  height: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.surname_list {
  border: 1px solid #ccc;
  padding: 30px 0 20px 20px;
}
.surname_list .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
}
.surname_list .item_list {
  display: flex;
  flex-wrap: wrap;
}
.surname_list .item_list span {
  padding: 8px 10px;
  background-color: #f7f7f7;
  margin: 10px 9px 0 0;
}
.surname_list .item_list span:hover {
  background-color: #cf0f19;
}
.surname_list .item_list span:hover a {
  color: #fff;
}
.tuijian_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.tuijian_list .name {
  width: 20%;
  line-height: 33px;
}
.tuijian_list .name:hover a {
  color: #cf0f19;
}
.item_audio_centents .ul {
  margin-top: 10px;
}
.item_audio_centents .ul li {
  text-align: center;
  line-height: 33px;
}
.audioplayer {
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 120px;
  display: flex;
  align-items: center;
  width: 80%;
  margin: 20px auto;
  padding: 0 30px;
  background-image: url('/Images/home/季节.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.audioplayer .imgs {
  width: 100px;
  height: 100px;
  background-image: url('/Images/home/cd.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audioplayer .imgs img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.audioplayer .list {
  width: 65%;
  padding: 10px 10%;
  color: #fff;
  margin: 0 auto;
}
.audioplayer .list .audios {
  width: 100%;
  display: block;
  margin: 20px auto 0;
}
.fenlei_item {
  padding: 10px 20px;
  background-color: #f7f7f7;
}
.fenlei_item .fenlei_title {
  font-weight: bold;
}
.fenlei_item .fenlei_title a {
  color: #cf0f19;
}
.fenlei_item .fenlei_title a:hover {
  text-decoration: dashed;
}
.fenlei_item .fenlei_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
  padding-bottom: 5px;
}
.fenlei_item .fenlei_ul li {
  width: 48%;
  line-height: 33px;
  height: 33px;
  overflow: hidden;
}
.fenlei_item .fenlei_ul li a {
  display: block;
  height: 33px;
}
.fenlei_item .fenlei_ul li a:hover {
  color: #cf0f19;
}
.fenlei_item .fenlei_ul .blues_text a {
  color: #107bad;
}
.swiper_tab_slist {
  display: flex;
  justify-content: space-between;
  height: 500px;
}
.swiper_tab_slist .swiper-container {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}
.swiper_tab_slist .swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper_tab_slist .gallery-top {
  height: 100%;
  width: 78%;
}
.swiper_tab_slist .gallery-thumbs {
  height: 100%;
  width: 20%;
  box-sizing: border-box;
}
.swiper_tab_slist .gallery-thumbs .swiper-wrapper {
  height: 80%;
}
.swiper_tab_slist .gallery-thumbs .ddd,
.swiper_tab_slist .gallery-thumbs .ff {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #19b955;
}
.swiper_tab_slist .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.swiper_tab_slist .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.new_disply_boder {
  border: 0;
}
.new_disply_boder .terms-list {
  padding: 0;
}
.stu_details {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.stu_details .item_list {
  display: flex;
  align-items: center;
}
.stu_details .item_list img {
  width: 390px;
  height: 245px;
  display: block;
  margin-right: 20px;
}
.stu_details .item_list .information .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
}
.stu_details .item_list .information .name {
  word-break:break-all;
  line-height: 36px;
}
.stu_details .about_poet .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.stu_details .about_poet img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
.introduction {
  margin-top: 20px;
}
.introduction .title {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
}
.introduction .list {
  line-height: 28px;
  text-indent: 2em;
}
.introduction .btn_open {
  text-align: center;
  margin-top: 20px;
  color: #f77f00;
  display: none;
  transition: all 0.5s;
}
.introduction .btn_open:hover {
  cursor: pointer;
}
.introduction .btn_open i {
  color: #f77f00;
  margin-left: 5px;
}
.item_centnets {
  margin-top: 20px;
}
.item_centnets .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.item_centnets .title span {
  padding-bottom: 9px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #cf0f19;
}
.item_centnets ul {
  border: 1px solid #ccc;
}
.item_centnets ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.item_centnets ul li .name {
  width: 12.5%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #ccc;
}
.item_centnets ul li .name:nth-last-child(1) {
  border-right: none;
}
.item_centnets ul li:nth-child(1) {
  background-color: #efefef;
}
.item_centnets ul li:nth-child(1) .name {
  font-weight: bold;
  height: 45px;
  line-height: 45px;
}
.new_name {
  width: 14%;
}
.all_imgs {
  width: 100%;
  margin-bottom: 120px;
}
.all_imgs img {
  display: block;
  margin: 0 auto;
}
.hide {
  display: none;
}
.ming_list li {
  display: flex;
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
.ming_list li img {
  width: 142px;
  height: 96px;
  margin-right: 20px;
}
.ming_list li .item_cen {
  width: 100%;
}
.ming_list li .item_cen .title {
  font-size: 20px;
  font-weight: bold;
}
.ming_list li .item_cen .name {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.ming_list li .item_cen .name .text:nth-child(2) {
  margin-left: 40px;
}
.ming_list li .item_cen .introduce {
  width: 668px;
  color: #999;
  font-size: 14px;
  line-height: 28px;
  height: 28px;
}
.new_itemList {
  margin-bottom: 20px;
}
.new_itemList .item_list {
  display: flex;
}
.new_itemList .item_list img {
  width: 192px;
  height: 192px;
}
.new_itemList .item_list .information1 {
  margin-left: 20px;
}
.new_itemList .item_list .information1 .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.new_itemList .item_list .information1 .name {
  line-height: 36px;
}
.new_itemList .introductio1 {
  margin-top: 20px;
}
.new_itemList .introductio1 .title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.new_itemList .introductio1 .title span {
  padding-bottom: 9px;
  border-bottom: 2px solid #cf0f19;
}
.new_itemList .introductio1 .list {
  margin-top: 10px;
  line-height: 28px;
}
.stu_introduction_list {
  width: 1200px;
  border: 1px solid #ccc;
  margin: 30px auto 0;
}
.stu_introduction_list li {
  display: flex;
  padding: 20px;
  border-bottom: 1px dashed #ccc;
}
.stu_introduction_list li:hover {
  background-color: #f7f7f7;
}
.stu_introduction_list li:nth-last-child(1) {
  border-bottom: none;
}
.stu_introduction_list li img {
  width: 122px;
  height: 122px;
  display: block;
}
.stu_introduction_list li .item_list {
  margin-left: 20px;
}
.stu_introduction_list li .item_list .name {
  font-size: 20px;
  font-weight: bold;
}
.stu_introduction_list li .item_list .name a:hover {
  color: #cf0f19;
}
.stu_introduction_list li .item_list .list {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.stu_introduction_list li .item_list .list .text {
  padding: 0 10px;
  border-left: 1px solid #ccc;
  color: #666666;
}
.stu_introduction_list li .item_list .list .text:nth-child(1) {
  padding: 0 10px 0 0;
  border-left: none;
}
.stu_introduction_list li .item_list .list .tips {
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  background-color: #cf0f19;
  color: #fff;
  margin-right: 10px;
  margin-top: 20px;
}
.item_majio_centens {
  width: 1200px;
  margin: 10px auto 0;
}
.item_majio_centens .tab_nacigation {
  border-bottom: 1px solid #cf0f19;
  display: flex;
}
.item_majio_centens .tab_nacigation .name {
  padding: 10px 30px;
}
.item_majio_centens .tab_nacigation .name:hover {
  cursor: pointer;
}
.item_majio_centens .tab_nacigation .active {
  background-color: #cf0f19;
  color: #fff;
}
.item_majio_centens .warp_centent .item_list {
  display: none;
}
.item_majio_centens .warp_centent .disp_show {
  display: block;
}
.download_tip {
  background: #fff7ef;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  padding: 8px;
  margin: 30px 0 20px 0;
}
.download_tip p {
  margin: 0 20px;
}
.ul-list {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.ul-list li {
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
}
.ul-list li:nth-child(1) {
  background-color: #efefef;
  border-top: none;
}
.ul-list li .name {
  width: 240px;
  height: 100%;
  text-align: center;
}
.ul-list li .list {
  width: 960px;
}
.ul-list li .list .text {
  width: 100%;
  display: flex;
  align-items: center;
  border-left: 1px solid #ccc;
}
.ul-list li .list .text:nth-child(1) span {
  border-top: none;
}
.ul-list li .list .text span {
  width: 20%;
  display: block;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.ul-list li .list .text span:nth-child(1),
.ul-list li .list .text span:nth-child(2) {
  width: 30%;
}
.ul-list li .list .text span:hover a {
  color: #cf0f19;
}
.ultabTo {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.ultabTo li {
  display: flex;
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: center;
}
.ultabTo li:hover {
  background-color: #efefef;
}
.ultabTo li:nth-child(1) {
  background-color: #efefef;
  border-top: none;
}
.ultabTo li .name1,
.ultabTo li .name2,
.ultabTo li .name,
.ultabTo li .name40,
.ultabTo li .name5 {
  border-right: 1px solid #ccc;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ultabTo li .name1 {
  width: 15%;
}
.ultabTo li .name2 {
  width: 30%;
}
.ultabTo li .name {
  width: 10%;
}
.ultabTo li .name:nth-last-child(1) {
  border-right: none;
}
.ultabTo li .name40 {
  width: 40%;
}
.ultabTo li .name5 {
  width: 5%;
}
.gongju_itemList {
  width: 1200px;
  margin: 30px auto 0;
}
.gongju_itemList:nth-child(1) {
  margin: 20px auto 0;
}
.gongju_itemList .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.gongju_itemList .title span {
  padding-bottom: 9px;
  border-bottom: 2px solid #cf0f19;
  font-size: 24px;
  font-weight: bold;
}
.gongju_itemList .list {
  display: flex;
  flex-wrap: wrap;
}
.gongju_itemList .list li {
  width: 23%;
  padding-right: 2%;
  display: flex;
  margin-top: 25px;
}
.gongju_itemList .list li img {
  width: 65px;
  height: 65px;
  display: block;
  margin-right: 20px;
}
.gongju_itemList .list li .menu_items .name {
  font-size: 18px;
}
.gongju_itemList .list li .menu_items .name a:hover {
  color: #cf0f19;
}
.gongju_itemList .list li .menu_items .text {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.conversion {
  width: 1200px;
  margin: 20px auto 0;
}
.conversion .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.conversion .list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.conversion .list li {
  width: 49%;
  border: 1px solid #ccc;
  margin-top: 15px;
}
.conversion .list li .name {
  padding: 16px;
  background-color: #f7f7f7;
  font-size: 20px;
  font-weight: bold;
}
.conversion .list li .name a:hover {
  color: #cf0f19;
}
.conversion .list li .centen1 {
  height: 120px;
  padding: 16px;
  line-height: 24px;
  overflow-y: scroll;
}
.conversion .list li .centen1::-webkit-scrollbar {
  width: 0px;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
.conversion_list .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.conversion_list ul {
  margin-top: 30px;
  border: 1px solid #ccc;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}
.conversion_list ul li {
  width: 50%;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.conversion_list ul li .unit {
  width: 38%;
  height: 64px;
  overflow: hidden;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.conversion_list ul li .result {
  width: 60%;
  background-color: #fff8f9;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.conversion_list ul li .result input {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 147px;
  height: 33px;
  padding: 0 5px;
}
.conversion_list ul li .result .btn_conversion {
  width: 72px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #ebebeb;
}
.conversion_list .item_text {
  margin: 24px auto 0;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #f77f00;
  color: #fff;
}
.conversion_list .item_text:hover {
  cursor: pointer;
}
.history_list .title {
  height: 60px;
  display: flex;
  padding: 0 5px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
}
.history_list .title .select_list {
  width: 70px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #ccc;
  margin: 0 10px;
  background-color: #fff;
}
.history_list .title .btn_cha {
  width: 84px;
  height: 38px;
  border-radius: 5px;
  background-color: #cf0f19;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  margin-left: 10px;
}
.history_list .title .btn_cha a {
  color: #fff;
}
.history_list .title span {
  color: #cf0f19;
  font-size: 18px;
  margin-left: 10px;
}
.history_list .item_list {
  margin-top: 30px;
}
.history_list .item_list .histday_hd {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history_list .item_list .histday_hd a {
  color: #cf0f19;
}
.history_list .item_list .histday_hd .name {
  font-size: 20px;
  font-weight: bold;
}
.history_list .histady_centents {
  margin-top: 20px;
}
.history_list .histady_centents .nav_images {
  text-align: center;
  color: #666666;
}
.history_list .histady_centents .nav_images a:hover {
  color: #cf0f19;
}
.history_list .histady_centents .nav_images img {
  margin: 0 auto;
  display: block;
  transform: translate(-10px, 0);
}
.history_list .histady_centents .ul li {
  display: flex;
}
.history_list .histady_centents .ul li .hy_list {
  display: flex;
  width: 353px;
}
.history_list .histady_centents .ul li .hy_list .images {
  width: 300px;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.history_list .histady_centents .ul li .hy_list .images img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.history_list .histady_centents .ul li .hy_list .images img:hover {
  transform: scale(1.1);
}
.history_list .histady_centents .ul li .hy_list .images .text {
  position: absolute;
  height: 35px;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  padding: 0 2%;
  width: 96%;
  color: #fff;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
}
.history_list .histady_centents .ul li .hy_list .bianqian,
.history_list .histady_centents .ul li .hy_list .bianqian1 {
  width: 32px;
  height: 8px;
  margin-top: 30px;
}
.history_list .histady_centents .ul li .hy_list .bianqian {
  margin-left: 20px;
}
.history_list .histady_centents .ul li .hy_list .bianqian1 {
  margin-right: 20px;
}
.history_list .histady_centents .ul li .item_jiesao .name {
  font-size: 18px;
  line-height: 42px;
}
.history_list .histady_centents .ul li .item_jiesao .name a:hover {
  color: #cf0f19;
}
.history_list .histady_centents .ul li .item_jiesao .text {
  line-height: 26px;
  height: 52px;
  color: #999;
}
.history_list .histady_centents .ul li .item_centents {
  width: 1px;
  height: 200px;
  position: relative;
  background-color: #ccc;
  margin: 0 72px;
}
.history_list .histady_centents .ul li .item_centents .name {
  width: 96px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #ed5e4a;
  position: absolute;
  top: 20px;
  left: -48px;
}
.history_list .histady_centents .ul li .item_centents .name a {
  color: #fff;
}
.history_list .historical_list {
  margin-top: 40px;
}
.history_list .historical_list .name {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.history_list .historical_list .name span {
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
}
.history_list .historical_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.history_list .historical_list ul li {
  width: 23%;
  padding-right: 2%;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.history_list .historical_list ul li a:hover {
  color: #cf0f19;
}
#date {
  width: 280px;
}
#date .layui-laydate {
  border: none !important;
  box-shadow: none;
}
#date .layui-laydate .layui-this {
  background-color: #cf0f19 !important;
}
#date #test-n1 .layui-laydate-footer {
  display: none !important;
}
.today_list {
  border: 1px solid #cccccc;
}
.today_list .item_list {
  padding: 10px;
  border-top: 1px solid #ccc;
}
.today_list .item_list .title {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.today_list .item_list .riqi {
  width: 145px;
  height: 145px;
  margin: 20px auto;
}
.today_list .item_list .riqi .top {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #cf0f19;
  color: #fff;
  font-size: 14px;
}
.today_list .item_list .riqi .memu {
  height: 107px;
  padding-top: 20px;
  background-color: #f2f2f2;
}
.today_list .item_list .riqi .memu .name {
  font-size: 36px;
  color: #cf0f19;
  font-weight: bold;
  text-align: center;
}
.today_list .item_list .riqi .memu .text {
  line-height: 34px;
  text-align: center;
}
.today_list .item_nong {
  line-height: 26px;
}
.player_audio {
  display: none;
}
.historical_content {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 20px;
}
.historical_content .title2 {
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
}
.historical_content .times {
  font-size: 18px;
  color: #cf0f19;
  text-align: center;
  line-height: 42px;
}
.historical_content .centens {
  line-height: 28px;
  text-indent: 2em;
}
.district_query .tab_title {
  border-bottom: 2px solid #cf0f19;
  display: flex;
  align-items: center;
}
.district_query .tab_title .name {
  width: 132px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
}
.district_query .tab_title .name:hover {
  cursor: pointer;
}
.district_query .tab_title .active {
  background-color: #cf0f19;
  color: #fff;
}
.district_query .query_list {
  height: 140px;
  border: 1px solid #ccc;
  border-top: none;
  padding: 30px 0;
}
.district_query .query_list .form_list {
  display: flex;
  align-items: center;
  width: 76%;
  margin: 20px auto 0;
}
.district_query .query_list .form_list input {
  border: 1px solid #ccc;
  width: 330px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  margin: 0 10px 0 20px;
  border-radius: 5px;
}
.district_query .query_list .form_list .btn_query {
  color: #999;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.district_query .query_list .form_list .btn_query a {
  width: 82px;
  height: 38px;
  line-height: 38px;
  display: block;
  background-color: #cf0f19;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  margin-right: 5px;
}
.district_query .tab_list {
  display: none;
}
.district_query .tab_list .item_class {
  margin-top: 34px;
}
.district_query .tab_list .item_class .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.district_query .tab_list .item_class .title span {
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
  font-size: 20px;
  font-weight: bold;
}
.district_query .tab_list .item_class .ul {
  margin-top: 8px;
}
.district_query .tab_list .item_class .ul li {
  margin-top: 10px;
  display: flex;
}
.district_query .tab_list .item_class .ul li .name {
  width: 62px;
  height: 30px;
  margin-top: 10px;
  line-height: 30px;
  text-align: center;
  background-color: #cf0f19;
  color: #fff;
}
.district_query .tab_list .item_class .ul li .list {
  display: flex;
  flex-wrap: wrap;
  width: 808px;
}
.district_query .tab_list .item_class .ul li .list a {
  display: block;
  margin-left: 25px;
  margin-top: 10px;
}
.district_query .tab_list .item_class .ul li .list a:hover {
  color: #cf0f19;
}
.district_query .tab_list .item_class .ul1 {
  margin-top: 8px;
  padding-left: 20px;
}
.district_query .tab_list .item_class .ul1 li {
  display: flex;
}
.district_query .tab_list .item_class .ul1 li .name a {
  color: #cf0f19;
  width: 133px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  margin-top: 10px;
}
.district_query .tab_list .item_class .ul1 li .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.district_query .tab_list .item_class .ul1 li .list a {
  display: block;
  width: 133px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #f7f7f7;
  margin: 10px 0 0 10px;
}
.district_query .tab_list .item_class .ul1 li .list a:hover {
  background-color: #cf0f19;
  color: #fff;
}
.district_query .tab_list .global_roaming {
  border: 1px solid #ccc;
}
.district_query .tab_list .global_roaming .title1 {
  font-size: 20px;
  font-weight: bold;
}
.district_query .tab_list .global_roaming .title1 span {
  font-size: 24px;
  color: #cf0f19;
  margin-left: 10px;
}
.district_query .tab_list .global_roaming .title {
  background-color: #fff8f8;
  text-align: center;
  font-size: 24px;
  height: 58px;
  line-height: 58px;
  font-weight: bold;
}
.district_query .tab_list .global_roaming ul li {
  display: flex;
  border-top: 1px solid #d7d7d7;
}
.district_query .tab_list .global_roaming ul li:nth-child(1) {
  background-color: #f7f7f7;
}
.district_query .tab_list .global_roaming ul li .name {
  border-right: 1px solid #d7d7d7;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.district_query .tab_list .global_roaming ul li .name:nth-child(1),
.district_query .tab_list .global_roaming ul li .name:nth-child(3) {
  width: 30%;
}
.district_query .tab_list .global_roaming ul li .name:nth-child(2),
.district_query .tab_list .global_roaming ul li .name:nth-child(4) {
  width: 20%;
}
.district_query .tab_list .global_roaming ul li .name:nth-last-child(1) {
  border-right: none;
}
.district_query .tab_list .global_roaming1 {
  margin-top: 20px;
  border-bottom: none;
}
.district_query .tab_listShow {
  display: block;
}
.district_query .new_xian {
  border: 1px solid #d7d7d7;
}
.district_query .new_boder {
  margin-top: 20px;
}
.district_query .new_boder .title1 {
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
}
.country {
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-top: none;
  margin-top: 20px;
}
.country li {
  display: flex;
  border-top: 1px solid #d7d7d7;
}
.country li:nth-child(1) {
  background-color: #f7f7f7;
}
.country li .name {
  width: 30%;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-right: 1px solid #d7d7d7;
}
.country li .name:nth-child(2) {
  width: 40%;
}
.mb20 {
  margin-bottom: 20px;
}
.ancient_poetry {
  border: 1px solid #cccccc;
  padding: 10px;
  display: flex;
  width: 1180px;
  margin: 0 auto;
}
.ancient_poetry img {
  width: 130px;
  height: 150px;
  display: block;
  margin-right: 30px;
}
.ancient_poetry .text {
  text-indent: 2em;
}
.catalog_conent {
  border: 1px solid #ccc;
  padding: 10px;
}
.catalog_conent .title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.catalog_conent .title span {
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
}
.catalog_conent .list .name {
  font-size: 18px;
  line-height: 33px;
  font-weight: bold;
  margin-top: 10px;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}
.catalog_conent .list .name:nth-child(1) {
  border: none;
  padding-top: 0px;
}
.catalog_conent .list ul {
  display: flex;
  flex-wrap: wrap;
}
.catalog_conent .list ul li {
  height: 33px;
  overflow: hidden;
  line-height: 33px;
  margin: 10px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 10px;
  border-radius: 8px;
}
.catalog_conent .list ul li a:hover {
  color: #cf0f19;
}
.sici_list .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.sici_list .title span {
  padding-bottom: 9px;
  border-bottom: 2px solid #cf0f19;
  font-size: 24px;
  font-weight: bold;
}
.sici_list ul li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.sici_list ul li .name {
  font-size: 18px;
  font-weight: bold;
  width: 85%;
}
.sici_list ul li a:hover {
  color: #cf0f19;
}
.bus_inquiry {
  position: relative;
}
.bus_inquiry .title {
  font-size: 24px;
  font-weight: bold;
}
.bus_inquiry .title span {
  font-size: 14px;
  color: #666666;
  margin-left: 17px;
}
.bus_inquiry .title span:hover {
  cursor: pointer;
}
.bus_inquiry .list {
  width: 344px;
  position: absolute;
  background-image: url("/Images/home/busBg_20210121101126.png");
  background-repeat: no-repeat;
  background-size: 100%;
  top: 30px;
  left: 95px;
  z-index: 999;
  padding-top: 20px;
  display: none;
  border-bottom: 1px solid #ccc;
}
.bus_inquiry .list #detele2 {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.bus_inquiry .list #detele2:hover {
  cursor: pointer;
}
.bus_inquiry .list .title1 {
  padding: 0 13px;
}
.bus_inquiry .list .title1 .name {
  color: #cf0f19;
}
.bus_inquiry .list .itemList {
  display: flex;
  flex-wrap: wrap;
  width: 252px;
}
.bus_inquiry .list .itemList a {
  font-size: 14px;
  margin-right: 12px;
  line-height: 33px;
}
.bus_inquiry .list .itemList a:hover {
  color: #cf0f19;
}
.bus_inquiry .list ul {
  height: 165px;
  overflow-y: scroll;
  padding-left: 13px;
}
.bus_inquiry .list ul .cs_list {
  display: flex;
}
.bus_inquiry .list ul .cs_list .name {
  width: 55px;
  line-height: 33px;
  color: #cf0f19;
  font-size: 14px;
  height: 33px;
  overflow: hidden;
}
.tab_itemList {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  margin: 10px 0 20px 0;
}
.tab_itemList .tab_left .name {
  width: 130px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  background-color: #cf0f19;
}
.tab_itemList .tab_left .name:hover {
  cursor: pointer;
}
.tab_itemList .tab_left .active {
  background-color: #fff;
  color: #cf0f19;
}
.tab_itemList .tab_busRight {
  margin-left: 34px;
  width: 100%;
  display: none;
}
.tab_itemList .tab_busRight .ipt_list,
.tab_itemList .tab_busRight .ipt_list1 {
  display: flex;
  align-items: center;
}
.tab_itemList .tab_busRight .ipt_list input,
.tab_itemList .tab_busRight .ipt_list1 input {
  padding: 0 10px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.tab_itemList .tab_busRight .btn_querys {
  width: 103px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #cf0f19;
  border-radius: 5px;
  color: #fff;
}
.tab_itemList .tab_busRight .btn_querys a {
  color: #ffffff;
}
.tab_itemList .tab_busRight .ipt_list input {
  width: 466px;
}
.tab_itemList .tab_busRight .ipt_list1 i {
  margin: 0 10px;
}
.tab_itemList .tab_busRight .ipt_list1 i:hover {
  cursor: pointer;
}
.tab_itemList .tab_busRight .ipt_list1 input {
  width: 204px;
}
.tab_itemList .tab_busRight .text {
  line-height: 33px;
}
.tab_itemList .tab_busRight .text span {
  color: #cf0f19;
  margin-left: 10px;
}
.tab_itemList .new_tabdisply {
  display: block;
}
.item_special {
  width: 1200px;
  margin: 20px auto 0;
}
.item_special .new_title {
  display: flex;
  width: 1200px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.item_special .new_title span {
  color: #cf0f19;
  font-weight: bold;
  border-bottom: 2px solid #cf0f19;
  font-size: 24px;
}
.item_special .new_title a {
  color: #666666;
}
.item_special .new_title a:hover {
  color: #cf0f19;
}
.item_special .gushi_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.item_special .gushi_list .images {
  width: 18%;
  padding-right: 2%;
  margin-top: 20px;
}
.item_special .gushi_list .images:nth-child(5n) {
  padding-left: 2%;
  padding-right: 0;
}
.item_special .gushi_list .images img {
  width: 100%;
  height: 136px;
}
.item_special .gushi_list .images .name {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.item_special .gushi_list .images .name .text {
  width: 80%;
  line-height: 33px;
  height: 33px;
}
.item_special .gushi_list .images .name .text a:hover {
  color: #cf0f19;
}
.item_special .gushi_list .images .name .nub {
  font-size: 14px;
  color: #999;
}
.programme_centents .title {
  padding: 0 20px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  line-height: 62px;
  margin: 20px auto;
}
.programme_centents .title .name span {
  color: #cf0f19;
  font-size: 20px;
  margin: 0 5px;
}
.programme_centents .title .btn_text {
  font-size: 18px;
}
.programme_centents .title .btn_text a {
  color: #f77f00;
}
.programme_centents .title .btn_text a:hover {
  color: #cf0f19;
}
.programme_centents .bus_listb {
  border: 1px solid #ccc;
}
.programme_centents .bus_listb .proTab_list {
  display: flex;
}
.programme_centents .bus_listb .proTab_list .name {
  width: 20%;
  text-align: center;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
  border-top: 2px solid #ffffff;
}
.programme_centents .bus_listb .proTab_list .name:hover {
  cursor: pointer;
}
.programme_centents .bus_listb .proTab_list .name:nth-child(1) {
  border-left: none;
}
.programme_centents .bus_listb .proTab_list .active {
  background-color: #fff;
  color: #cf0f19;
  border-bottom: none;
  border-top: 2px solid #cf0f19;
}
.programme_centents .bus_listb .fangan_item_list {
  border-bottom: 1px dashed #ccc;
}
.programme_centents .bus_listb .fangan_item_list:nth-last-child(1) {
  border: none;
}
.programme_centents .bus_listb .fangan_item_list .new_center {
  align-items: flex-start;
  display: flex;
  margin-top: 20px;
  transform: translate(25px, 0);
}
.programme_centents .bus_listb .fangan_item_list .new_center .fang_div {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.programme_centents .bus_listb .fangan_item_list .new_center .fang_div .fang {
  width: 88px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  padding-left: 13px;
  background-image: url("/Images/home/jiantou_20210121165232.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.programme_centents .bus_listb .fangan_item_list .new_center .xianlu {
  line-height: 28px;
  width: 680px;
  margin-left: 19px;
}
.programme_centents .bus_listb .fangan_item_list .new_center .xianlu .btn_jian {
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 20px;
}
.programme_centents .bus_listb .fangan_item_list .new_center .xianlu .text {
  color: #666666;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls {
  margin-left: 110px;
  border-left: 1px solid #ccc;
  position: relative;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translate(-12px, 0);
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li:nth-child(1) {
  align-items: flex-start;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li:nth-last-child(1) {
  align-items: flex-end;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .nameq,
.programme_centents .bus_listb .fangan_item_list .bus_uls li .nameq1,
.programme_centents .bus_listb .fangan_item_list .bus_uls li .namebus,
.programme_centents .bus_listb .fangan_item_list .bus_uls li .btnEnd {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .nameq {
  background-color: #49bf6c;
  box-shadow: 0px 0px 5px #a8e0b9;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .nameq1 {
  background-color: #a3a4a6;
  box-shadow: 0px 0px 5px #d7d7d7;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .namebus {
  background-color: #48c7ff;
  box-shadow: 0px 0px 5px #a7e4ff;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .btnEnd {
  background-color: #ff5b5b;
  box-shadow: 0px 0px 5px #ffb6b6;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .item_qli,
.programme_centents .bus_listb .fangan_item_list .bus_uls li .namebus_li,
.programme_centents .bus_listb .fangan_item_list .bus_uls li .item_qii1 {
  width: 690px;
  padding: 0 10px;
  height: 40px;
  line-height: 42px;
  margin-left: 10px;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .it_li {
  width: 690px;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .it_li a {
  padding: 3px 5px;
  display: block;
  border-radius: 5px;
  margin: 0 5px 0 30px;
  background-color: #fb9543;
  color: #fff;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .it_li a:nth-child(1) {
  margin-left: 0;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .it_li a:hover {
  background-color: #cf0f19;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .namebus_li {
  background-color: #fff8f9;
}
.programme_centents .bus_listb .fangan_item_list .bus_uls li .namebus_li a {
  color: #cf0f19;
}
.programme_centents .bus_listb .fangan_item_list .btn_printing {
  height: 40px;
  padding: 20px;
}
.programme_centents .bus_listb .fangan_item_list .btn_printing a {
  float: right;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
  border-radius: 5px;
}
.item_luxian,
.item_luxian1 {
  padding: 10px 20px;
}
.item_luxian .name,
.item_luxian1 .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}
.item_luxian .text,
.item_luxian1 .text {
  color: #999;
}
.item_luxian {
  background-color: #f7f7f7;
}
.item_luxian1 {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.route_details {
  border-top: 1px solid #cf0f19;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 25px 0;
}
.route_details li {
  transform: translate(0, -12px);
  margin-right: 19px;
  margin-bottom: 20px;
}
.route_details li:nth-child(18) {
  margin-right: 0px;
}
.route_details li .btn_yuan {
  background-color: #fff;
  border: 1px solid #cf0f19;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
}
.route_details li .name {
  width: 24px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 5px;
  position: relative;
  border-radius: 3px;
  padding-top: 5px;
}
.route_details li .name .btn_dao {
  font-size: 15px;
  display: block;
  position: absolute;
  top: -10px;
  left: 52%;
  transform: translate(-50%, 0);
  color: #fff;
}
.route_details li .active {
  color: #fff;
  background-color: #cf0f19;
}
.route_details li .active .btn_dao {
  color: #cf0f19;
}
.route_details li .active a {
  color: #ffffff;
}
.map_list {
  background-color: #f7f7f7;
}
.map_list .title {
  padding: 0 20px;
  font-size: 20px;
  line-height: 42px;
  font-weight: bold;
}
.map_list img {
  display: block;
  width: 100%;
  height: 370px;
}
.site_list {
  border: 1px solid #ccc;
}
.site_list .title {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.site_list .title .name {
  font-size: 20px;
  font-weight: bold;
}
.site_list .title .item_list {
  display: flex;
  flex-wrap: wrap;
}
.site_list .title .item_list a {
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 10px;
}
.site_list .title .item_list a:hover {
  background-color: #cf0f19;
  color: #fff;
}
.site_list .ktn_list {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
  margin-left: 20px;
}
.site_list .ktn_list:nth-last-child(1) {
  border-bottom: none;
}
.site_list .ktn_list .ranking {
  width: 30px;
  height: 33px;
  position: relative;
  text-align: center;
  color: #fff;
}
.site_list .ktn_list .ranking .btn_bgok {
  position: absolute;
  z-index: -1;
  font-size: 30px;
  color: #cf0f19;
  left: 0;
}
.site_list .ktn_list .item_list {
  margin-left: 15px;
}
.site_list .ktn_list .item_list .name {
  font-size: 18px;
}
.site_list .ktn_list .item_list .text {
  color: #999;
  margin-top: 10px;
}
.site_list .ktn_list .item_list .road_list {
  display: flex;
  flex-wrap: wrap;
}
.site_list .ktn_list .item_list .road_list a {
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
  margin: 10px 10px 0 0;
}
.site_list .ktn_list .item_list .road_list a:hover {
  background-color: #cf0f19;
  color: #fff;
}
.train_timetable {
  margin-top: 20px;
}
.train_timetable .title {
  font-size: 20px;
  font-weight: bold;
}
.train_timetable ul {
  margin-top: 17px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.train_timetable ul li {
  display: flex;
}
.train_timetable ul li:nth-child(1) {
  width: 60%;
}
.train_timetable ul li:nth-child(1) .tarin_list {
  width: 475px;
}
.train_timetable ul li:nth-child(2) {
  width: 40%;
}
.train_timetable ul li:nth-child(2) .tarin_list {
  width: 306px;
}
.train_timetable ul li .name {
  width: 30px;
  background-color: #f7f7f7;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 45px;
}
.train_timetable ul li .tarin_list {
  display: flex;
  flex-wrap: wrap;
}
.train_timetable ul li .tarin_list .item {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.train_timetable ul li .tarin_list .item .text,
.train_timetable ul li .tarin_list .item .cen,
.train_timetable ul li .tarin_list .item .time,
.train_timetable ul li .tarin_list .item .number,
.train_timetable ul li .tarin_list .item .number1 {
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.train_timetable ul li .tarin_list .item .text {
  width: 78px;
  color: #666666;
}
.train_timetable ul li .tarin_list .item .cen {
  width: 157.8px;
  color: #f77f00;
}
.train_timetable ul li .tarin_list .item .time {
  width: 157.8px;
}
.train_timetable ul li .tarin_list .item .number {
  width: 75px;
}
.train_timetable ul li .tarin_list .item .number1 {
  width: 150px;
}
.trainStation_information .title {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.trainStation_information ul li {
  display: flex;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.trainStation_information ul li:nth-last-child(1) {
  border-bottom: 1px solid #ccc;
}
.trainStation_information ul li > div {
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.trainStation_information ul li .text {
  width: 5%;
}
.trainStation_information ul li .zdName {
  width: 25%;
}
.trainStation_information ul li .zdName a {
  color: #f77f00;
}
.trainStation_information ul li .name {
  width: 10%;
}
.trainStation_information ul li .hover_disply {
  position: relative;
  color: #4892e5;
}
.trainStation_information ul li .hover_disply:hover {
  color: #cf0f19;
  cursor: pointer;
}
.trainStation_information ul li .hover_disply:hover .tip_name {
  display: block;
  color: #666666;
  width: 140px;
}
.trainStation_information ul li .hover_disply .tip_name {
  display: none;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  position: absolute;
  top: 45px;
  z-index: 999;
  border-radius: 5px;
}
.trainStation_information ul li .hover_disply .tip_name span {
  display: block;
}
.zhixing:hover {
  cursor: pointer;
}
.trainTime_details {
  border: 1px solid #ccc;
}
.trainTime_details .list {
  padding: 23px 20px 13px 20px;
}
.trainTime_details .list .title {
  font-size: 20px;
  font-weight: bold;
}
.trainTime_details .list .title span {
  font-size: 16px;
  color: #999;
  font-weight: initial;
  margin-left: 20px;
}
.trainTime_details .list .layui-form layui-form-radio > i:hover,
.trainTime_details .list .layui-form .layui-form-radioed > i {
  color: #cf0f19;
}
.liec_list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 16px 20px;
}
.liec_list li:nth-last-child(1) {
  border-bottom: none;
}
.liec_list li:nth-child(1) {
  background-color: #f7f7f7;
  font-size: 18px;
}
.liec_list li .name {
  width: 16.66666667%;
}
.liec_list li .name:nth-child(2) {
  width: 25%;
}
.liec_list li .name:nth-last-child(1) {
  width: 8%;
}
.liec_list li .name:nth-last-child(1) a {
  margin-left: 0;
}
.liec_list li .name a {
  color: #f77f00;
  margin-left: 5px;
}
.liec_list li .name a:hover {
  color: #cf0f19;
}
.liec_list li .name .text {
  margin-bottom: 10px;
}
.liec_list li .name .text:nth-child(1) {
  font-size: 18px;
}
.liec_list li .name .text .kai,
.liec_list li .name .text .zhong,
.liec_list li .name .text .guo {
  font-size: 14px;
  padding: 2px;
  text-align: center;
  line-height: 20px;
  border-radius: 4px;
  color: #fff;
  margin-right: 10px;
}
.liec_list li .name .text .kai {
  background-color: #48bc48;
}
.liec_list li .name .text .guo {
  background-color: #4892e5;
}
.liec_list li .name .text .zhong {
  background-color: #f43b3b;
}
.liec_list li .name .hong {
  color: #b42521;
  margin-bottom: 0;
}
.liec_list li .name .hong:nth-child(1) {
  font-size: 16px;
}
.qiche_list .title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
}
.qiche_list .topSearchs {
  border: 1px solid #ccc;
  border-top: none;
  padding: 32px 0;
}
.qiche_list .topSearchs .name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qiche_list .topSearchs .name input {
  width: 154px;
  height: 36px;
  border: 1px solid #ccc;
  margin: 0 10px;
  padding: 0 10px;
}
.qiche_list .topSearchs .name a {
  width: 120px;
  height: 38px;
  text-align: center;
  background-color: #cf0f19;
  border-radius: 5px;
  color: #fff;
}
.qiche_list .topSearchs .text {
  text-align: center;
  margin-top: 15px;
  color: #999999;
  font-size: 14px;
}
.qiche_list .topSearchs .text span {
  color: #cf0f19;
}
#idiom_listLi .new_zi_fenlei {
  border: none;
}
#idiom_listLi .new_zi_fenlei .zidian {
  border: 1px solid #ccc;
  border-left: none;
}
#idiom_listLi .new_zi_fenlei .zidian:nth-child(1) {
  border-left: 1px solid #ccc;
}
#idiom_listLi h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
}
#idiom_listLi b {
  line-height: 30px;
}
#idiom_listLi p {
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
#idiom_listLi p a {
  height: 30px;
  line-height: 30px;
  color: #ff0915;
}
#idiom_listLi p a:hover {
  color: #cf0f19;
}
.poet_centent {
  margin-top: 20px;
}
.poet_centent .title {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.poet_centent .title .spans {
  padding-bottom: 9px;
  border-bottom: 2px solid #cf0f19;
  color: #cf0f19;
  font-weight: bold;
  font-size: 24px;
}
.poet_centent .title a {
  color: #666666;
}
.poet_centent .title a:hover {
  color: #cf0f19;
}
.poet_centent .item_listp {
  display: flex;
  flex-wrap: wrap;
}
.poet_centent .item_listp li {
  width: 160px;
  margin-right: 11px;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding-bottom: 20px;
}
.poet_centent .item_listp li:nth-child(7n) {
  margin-right: 0;
}
.poet_centent .item_listp li:hover {
  border: 1px solid #cf0f19;
}
.poet_centent .item_listp li img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 14px auto;
  display: block;
}
.poet_centent .item_listp li .name,
.poet_centent .item_listp li .text {
  text-align: center;
}
.poet_centent .item_listp li .text {
  font-size: 14px;
  color: #999;
  line-height: 18px;
}
.weather_cent {
  margin-bottom: 30px;
}
.weather_cent .item_list {
  display: flex;
  justify-content: space-between;
}
.weather_cent .item_list .swiper-container {
  margin: 0;
}
.weather_cent .item_list .images {
  width: 421px;
  height: 290px;
  position: relative;
}
.weather_cent .item_list .images img {
  width: 100%;
  height: 290px;
  display: block;
}
.weather_cent .item_list .images .text {
  width: 98%;
  padding: 0 1%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(100, 92, 87, 0.6);
  z-index: 20;
  text-align: center;
  color: #ffffff;
}
.weather_cent .item_list .btn-dian {
  position: absolute;
  bottom: 36px;
  width: 100%;
}
.weather_cent .item_list .btn-dian span {
  margin-left: 5px;
  background-color: #fff;
}
.weather_cent .item_list .information .list {
  width: 421px;
  height: 137px;
}
.weather_cent .item_list .information .list:nth-child(2) {
  margin-top: 13px;
}
.weather_cent .item_list .information .list .title {
  font-size: 20px;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  font-weight: bold;
}
.weather_cent .item_list .information .list .title a:hover {
  color: #cf0f19;
}
.weather_cent .item_list .information .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.weather_cent .item_list .information .list ul li {
  width: 45%;
  padding-right: 4.5%;
  height: 33px;
  line-height: 33px;
  text-align: left;
  overflow: hidden;
}
.weather_cent .item_list .information .list ul li a {
  height: 33px;
  display: inline-block;
}
.weather_cent .item_list .information .list ul li a:hover {
  color: #cf0f19;
}
.weather_cent .ul_times {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.weather_cent .ul_times li {
  width: 421px;
  display: flex;
}
.weather_cent .ul_times li img {
  width: 147px;
  height: 100px;
  margin-right: 16px;
}
.weather_cent .ul_times li .list .title {
  font-size: 18px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.weather_cent .ul_times li .list .title:hover a {
  color: #cf0f19;
}
.weather_cent .ul_times li .list .text {
  margin-top: 36px;
  color: #999;
  height: 40px;
}
.margin_btm0 {
  margin-bottom: 0;
}
.weather_map .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.weather_map .title span {
  padding-bottom: 10px;
  border-bottom: 2px solid #cf0f19;
  font-size: 24px;
  font-weight: bold;
}
.weather_map .region_list {
  background-color: #f7f7f7;
  padding: 0 0 10px 20px;
  display: flex;
  flex-wrap: wrap;
}
.weather_map .region_list a {
  margin-right: 20px;
  margin-top: 10px;
}
.weather_map .region_list a:hover {
  color: #cf0f19;
}
.weather_map .wrap {
  background-color: #e9f4ff;
  margin-top: 20px;
}
.weather_map .wrap .itemCon #stateTip {
  position: absolute;
  left: 100%;
  text-align: left;
  display: inline;
}
.weather_map .wrap #mapTipContent {
  display: none;
  width: 300px;
  margin-left: 4px;
}
.weather_map .wrap .mapTipText {
  width: 270px;
  height: 110px;
  padding: 0 5px;
  margin-top: -18px;
  background-color: #ffffff;
}
.weather_map .wrap .mapTipText h2 a {
  font-size: 24px;
}
.weather_map .wrap .mapTipText h2 a span {
  font-size: 16px;
}
.weather_map .wrap .mapTipText a:hover {
  color: #cf0f19;
}
.weather_map .wrap .mapTipText ul {
  height: 65px;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.weather_map .wrap .mapTipText ul::-webkit-scrollbar {
  width: 12px;
}
.weather_map .wrap .mapTipText ul li {
  padding: 5px;
}
.international_item {
  margin-top: 20px;
}
.international_item .title {
  display: flex;
  width: 100%;
}
.international_item .title .name {
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  background-color: #f7f7f7;
}
.international_item .title .name:hover {
  cursor: pointer;
}
.international_item .title .active {
  background-color: #cf0f19;
  color: #fff;
}
.international_item .title .active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 10px solid #cf0f19;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.international_item .list {
  display: none;
  margin-top: 15px;
}
.international_item .list .item {
  border: 1px solid #ccc;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.international_item .list .item a {
  width: 151px;
  height: 40px;
  padding-right: 10px;
  line-height: 40px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.international_item .list .item a:hover {
  color: #cf0f19;
}
.international_item .disp_list {
  display: block;
}
.item_titles {
  position: relative;
}
.item_titles .item_data {
  font-size: 20px;
  font-weight: bold;
  padding: 0 9px;
}
.item_titles .item_data .btn_switch {
  margin-left: 9px;
  color: #999;
  font-size: 14px;
}
.item_titles .item_data .btn_switch:hover {
  cursor: pointer;
}
.item_titles .item_data .active {
  color: #cf0f19;
}
.item_titles .clearfix_cnav,
.item_titles .clearfix_cnav1 {
  position: absolute;
  display: none;
  top: 40px;
  right: 0;
  padding: 5px 13px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 999;
  color: #cf0f19;
}
.item_titles .clearfix_cnav .name,
.item_titles .clearfix_cnav1 .name {
  font-size: 14px;
  color: #999;
}
.item_titles .clearfix_cnav .tab_list,
.item_titles .clearfix_cnav1 .tab_list {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.item_titles .clearfix_cnav .tab_list select,
.item_titles .clearfix_cnav1 .tab_list select {
  width: 92px;
  height: 30px;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.item_titles .clearfix_cnav .tab_list select:nth-last-child(1),
.item_titles .clearfix_cnav1 .tab_list select:nth-last-child(1) {
  margin-right: 0;
}
.item_titles .clearfix_cnav .btn_que,
.item_titles .clearfix_cnav1 .btn_que {
  width: 150px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  background-color: #cf0f19;
  color: #fff;
  line-height: 30px;
  margin: 20px auto 10px;
}
.item_titles .cnav_show {
  left: 0;
  width: 250px;
}
.item_titles .cnav_show:nth-child(3) {
  left: 200px;
}
.wid158 {
  width: 158px;
  margin-bottom: 13px;
  position: relative;
  z-index: 10;
}
.wid158 .clearfix_cnav {
  left: 10px;
  right: auto;
}
.js_hours {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 11px;
}
.js_hours .btn_list {
  height: 36px;
  border-radius: 40px;
  line-height: 36px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #cf0f19;
  margin-top: 20px;
}
.js_hours .btn_list a {
  color: #cf0f19;
}
.js_hours .btn_list:hover {
  background-color: #cf0f19;
}
.js_hours .btn_list:hover a {
  color: #fff;
}
.weather_dateils {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.weather_dateils .li .name {
  display: flex;
  align-items: flex-start;
  color: #cf0f19;
  font-size: 20px;
}
.weather_dateils .li .name span {
  font-size: 78px;
  margin-top: -8px;
}
.weather_dateils .li .btn_a {
  border-radius: 10px;
  background-color: #63ba2b;
  font-size: 14px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #fff;
}
.weather_dateils .li .font_boder {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 33px;
}
.weather_dateils .li .text {
  width: 126px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.weather_dateils .li .text .btnmin {
  color: #333333;
}
.echarts_centents .list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.echarts_centents .list li .name {
  line-height: 28px;
  text-align: center;
}
.echarts_centents .list li img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 5px auto;
}
.echarts_centents .list li .text {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.echarts_centents .liste {
  margin-top: -20px;
}
.echarts_centents #main {
  height: 200px;
  margin-top: -40px;
}
.regional_details {
  margin-top: 30px;
  margin-bottom: 20px;
}
.regional_details .tab_navapage {
  border: 1px solid #ccc;
  padding: 15px 0 22px 15px;
}
.regional_details .tab_navapage .title {
  font-size: 20px;
}
.regional_details .tab_navapage .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.regional_details .tab_navapage .list a {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #f4f4f4;
  margin: 15px 15px 0 0;
  display: block;
}
.regional_details .tab_navapage .list a:hover {
  background-color: #cf0f19;
  color: #fff;
}
.regional_details .regional_list {
  margin-top: 20px;
  border: 1px solid #ccc;
}
.regional_details .regional_list li {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.regional_details .regional_list li:nth-last-child(1) {
  border-bottom: none;
}
.regional_details .regional_list li .name {
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  border-right: 1px solid #ccc;
}
.regional_details .regional_list li .hover_name:hover {
  background-color: #cf0f19;
}
.regional_details .regional_list li .hover_name:hover a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  width: 100%;
}
.regional_details .regional_list li .new_name {
  width: 24px;
  border-right: 1px solid #ccc;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 5px 0;
}
.regional_details .regional_list li .list_mk {
  width: 768px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0 0 18px;
}
.regional_details .regional_list li .list_mk a {
  margin: 0 25px 13px 0;
}
.regional_details .regional_list li .list_mk a:hover {
  color: #cf0f19;
}
.regional_details .newSpace-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.regional_details .newSpace-between span {
  color: #999;
  font-weight: lighter;
  font-size: 16px;
}
.title_name {
  padding-left: 15px;
  border-left: 6px solid #cf0f19;
  font-weight: bold;
  font-size: 20px;
}
.item_tian_list {
  border: 1px solid #ccc;
  margin-top: 10px;
}
.item_tian_list li {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.item_tian_list li:nth-last-child(1) {
  border-bottom: none;
}
.item_tian_list li .name {
  width: 33.33333333%;
  height: 60px;
  line-height: 60px;
  border-right: 1px solid #ccc;
}
.item_tian_list li .name a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.item_tian_list li .name:hover {
  background-color: #fff5f7;
}
.item_tian_list li .name:nth-last-child(1) {
  border-right: none;
}
.item_tian_list li .name .text {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.item_tian_list li .name .text img {
  width: 32px;
  height: 32px;
  display: block;
  margin-left: 15px;
}
.new_regional {
  margin-top: 0;
}
.qian_item {
  border: 1px solid #ccc;
}
.swiper_slect {
  background-color: #f7f7f7;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.swiper_slect .btn_text {
  background-color: #ccc;
  color: #fff;
  width: 15px;
  height: 28px;
  background-image: none !important;
}
.swiper_slect .btn_text i {
  margin-left: -3px;
  font-size: 24px;
}
.swiper_slect .swiper-button-next {
  right: 5px;
  top: 68%;
}
.swiper_slect .swiper-button-prev {
  left: 5px;
  top: 68%;
}
.swiper_slect .swiper-wrapper {
  width: 820px;
  margin: 0 auto;
}
.swiper_slect .swiper-wrapper .swiper-slide {
  text-align: center;
  height: 48px;
  line-height: 48px;
}
.swiper_slect .swiper-wrapper:hover {
  cursor: pointer;
}
.swiper_slect .swiper-wrapper .active {
  color: #cf0f19;
  border-bottom: 2px solid #cf0f19;
}
.item_list_tian {
  padding: 20px;
  display: none;
}
.item_list_tian .title {
  font-size: 20px;
  font-weight: bold;
}
.item_list_tian .title span {
  margin-left: 17px;
  font-size: 16px;
  font-weight: lighter;
}
.item_list_tian .list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}
.item_list_tian .list .li_left .item_li {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.item_list_tian .list .li_left .item_li .li:nth-child(1) {
  margin-right: 34px;
}
.item_list_tian .list .li_left .item_li .li .name {
  display: flex;
  align-items: flex-end;
  margin-bottom: 13px;
}
.item_list_tian .list .li_left .item_li .li .name img {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 22px;
  margin-right: 20px;
}
.item_list_tian .list .li_left .item_li .li .name .degree {
  color: #cf0f19;
  display: flex;
  align-items: flex-start;
  font-size: 24px;
}
.item_list_tian .list .li_left .item_li .li .name .degree span {
  font-size: 78px;
}
.item_list_tian .list .li_left .item_li .li .time {
  text-align: center;
}
.item_list_tian .list .li_left .item_li .li .btn_green {
  width: 152px;
  height: 25px;
  line-height: 25px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #63ba2b;
  margin: 16px 0 30px 0;
}
.item_list_tian .list .li_left .text a {
  color: #cf0f19;
}
.item_list_tian .li_right {
  display: flex;
}
.item_list_tian .li_right .li {
  width: 150px;
  height: 175px;
  padding-top: 5px;
  background-color: #fff5f7;
  margin-right: 20px;
}
.item_list_tian .li_right .li .time {
  font-size: 20px;
  text-align: center;
  line-height: 26px;
}
.item_list_tian .li_right .li .text {
  text-align: center;
  line-height: 26px;
  margin: 5px 0;
}
.item_list_tian .li_right .li img {
  width: 37px;
  height: 37px;
  display: block;
  margin: 5px auto;
}
.item_list_tian .new_list {
  flex-wrap: wrap;
}
.item_list_tian .new_list .li {
  width: 152px;
  height: 245px;
  margin-top: 22px;
  margin-right: 15px;
}
.item_list_tian .new_list .li:nth-child(5n) {
  margin-right: 0;
}
.item_list_tian .new_list .li .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_list_tian .new_list .li .image img {
  margin: 5px 0;
}
.item_list_tian .new_list .li .image img:nth-child(2) {
  margin-left: 10px;
}
.disply_tian_show {
  display: block;
}
.international_boder {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 20px;
}
.international_boder:nth-child(1) {
  margin-top: 0;
}
.international_boder .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.international_boder .title span {
  padding-bottom: 9px;
  border-bottom: 2px solid #cf0f19;
  font-size: 20px;
  font-weight: bold;
}
.international_boder .al_title {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  position: relative;
}
.international_boder .al_title .name {
  margin-left: 40px;
}
.international_boder .al_title .name:hover {
  cursor: pointer;
}
.international_boder .al_title .name:nth-child(2) {
  margin-left: 18px;
}
.international_boder .al_title .name i {
  margin-right: 5px;
  color: #cccccc;
}
.international_boder .al_title .active {
  color: #cf0f19;
}
.international_boder .al_title .active i {
  color: #cf0f19;
}
.international_boder .al_title .particular_year {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 5px;
}
.international_boder .al_title .particular_year .select {
  width: 92px;
  height: 36px;
  padding: 0 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.international_boder .al_title .particular_year .select:hover {
  cursor: pointer;
}
.international_boder .al_title .particular_year .select:nth-child(2) {
  margin-left: 10px;
}
.international_boder .item_li {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.international_boder .item_li a {
  display: block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 40px;
  text-align: center;
  margin-right: 12px;
  background-color: #f7f7f7;
}
.international_boder .item_li a:hover {
  background-color: #cf0f19;
  color: #fff;
}
.international_boder .item_li .active {
  background-color: #cf0f19;
  color: #fff;
}
.international_boder .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}
.international_boder .list a {
  margin-right: 30px;
  margin-top: 10px;
}
.international_boder .list a:hover {
  color: #cf0f19;
}
.international_boder .list .fenXiang {
  width: 25%;
  line-height: 40px;
  height: 40px;
}
.international_boder .tab_Title {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.international_boder .tab_Title span {
  padding: 2px 10px;
  background-color: #f7f7f7;
  margin-left: 3px;
  margin-top: 5px;
}
.international_boder .tab_Title span:hover {
  cursor: pointer;
}
.international_boder .tab_Title .active {
  background-color: #cf0f19;
  color: #fff;
}
.international_boder .ul_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.international_boder .ul_list li {
  width: 33%;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.international_boder .ul_list li .name:nth-child(2) {
  margin-left: 10px;
}
.international_boder .ul_list li .reds {
  color: #cf0f19;
}
.international_boder .ul_list li .blue {
  color: #3097fd;
}
.international_boder .ul_list li .hui {
  color: #999;
}
.international_boder .ul_list li .lv {
  color: #19b863;
}
.international_boder .ul_list li .huang {
  color: #f6bd0e;
}
.international_boder .btm_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.international_boder .btm_list .next {
  width: 100px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  border-radius: 20px;
}
.international_boder .btm_list .next a {
  color: #fff;
  display: block;
}
.international_boder .btm_list .next:nth-child(2) {
  margin-left: 20px;
}
.international_boder .btm_list .active {
  background-color: #ff5040;
}
.international_boder #btn_tiqnqi {
  width: 850px;
  height: 320px;
  margin: 20px auto 0;
}
.lv1 {
  color: #008000;
}
.reds {
  color: #cf0f19;
}
.weather_list {
  margin-top: 10px;
}
.weather_list li {
  display: flex;
  align-items: center;
  height: 49px;
  text-align: center;
  line-height: 48px;
  border-bottom: 1px solid #ccc;
}
.weather_list li:nth-child(1) {
  background-color: #f7f7f7;
  font-size: 18px;
  border: none;
  height: 50px;
}
.weather_list li .reds {
  color: #cf0f19;
}
.weather_list li .blue {
  color: #3097fd;
}
.weather_list li .datas {
  width: 25%;
}
.weather_list li .name {
  width: 12.5%;
}
.weather_list li .name20 {
  width: 20%;
}
.weather_list li .name20 span {
  width: 63px;
  height: 28px;
  display: block;
  line-height: 28px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}
.weather_list li .name20 .bg_color1 {
  color: #3ace74;
  border: 1px solid #3ace74;
  background-color: rgba(58, 206, 116, 0.3);
}
.weather_list li .name20 .bg_color2 {
  color: #ffc107;
  border: 1px solid #ffc107;
  background-color: rgba(255, 193, 7, 0.3);
}
.weather_list li .name20 .bg_color3 {
  color: #fe9837;
  border: 1px solid #fe9837;
  background-color: rgba(254, 152, 55, 0.3);
}
.weather_list li .name20 .bg_color4 {
  color: #f86965;
  border: 1px solid #f86965;
  background-color: rgba(248, 105, 101, 0.3);
}
.weather_list li .name20 .bg_color5 {
  color: #e4387f;
  border: 1px solid #e4387f;
  background-color: rgba(228, 56, 127, 0.3);
}
.weather_list li .name20 .bg_color6 {
  color: #b61f7e;
  border: 1px solid #b61f7e;
  background-color: rgba(182, 31, 126, 0.3);
}
.new_regionalul {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.new_regionalul li {
  display: flex;
  flex-wrap: wrap;
}
.new_regionalul li:nth-child(1) {
  height: auto;
  background-color: #fff;
}
.new_regionalul li .name20 {
  width: 31.2%;
  padding: 0 1%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.new_regionalul li .name20 span {
  margin: 0;
}
.new_regionalul li .name20:hover {
  background-color: #fff5f7;
}
.item_listNone {
  display: none;
}
.item_listShow {
  display: block;
}
.item_pageSeacher {
  width: 1200px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}
.item_pageSeacher .li_n {
  display: flex;
  width: 394px;
  height: 198px;
  overflow: hidden;
}
.item_pageSeacher .li_n:nth-child(1) .title {
  background-color: #f6c15b;
}
.item_pageSeacher .li_n:nth-child(2) .title {
  background-color: #45c7dd;
}
.item_pageSeacher .li_n:nth-child(3) .title {
  background-color: #9fade2;
}
.item_pageSeacher .li_n .title {
  width: 45px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  writing-mode: tb-rl;
  line-height: 45px;
  word-wrap: break-word;
  letter-spacing: 24px;
  display: flex;
  justify-content: center;
}
.item_pageSeacher .li_n .list {
  width: 348px;
  padding: 5px 0;
  border: 1px solid #ccc;
  border-left: none;
}
.item_pageSeacher .li_n .list .tab_title {
  border-bottom: 1px solid #ccc;
  display: flex;
  padding: 0 5px;
}
.item_pageSeacher .li_n .list .tab_title .name {
  padding-bottom: 9px;
  text-align: center;
  margin-right: 20px;
}
.item_pageSeacher .li_n .list .tab_title .name:hover {
  cursor: pointer;
}
.item_pageSeacher .li_n .list .tab_title .active {
  color: #cf0f19;
  border-bottom: 2px solid #cf0f19;
}
.item_pageSeacher .li_n .list .item_centents .search_kn {
  display: flex;
  align-items: center;
  padding: 8px;
  justify-content: space-between;
}
.item_pageSeacher .li_n .list .item_centents .search_kn input {
  border: 1px solid #cccccc;
  padding: 0 5px;
  height: 28px;
  width: 240px;
}
.item_pageSeacher .li_n .list .item_centents .search_kn .wzinput {
  width: 43px;
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
}
.item_pageSeacher .li_n .list .item_centents .btn_search {
  width: 80px;
  height: 28px;
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
  background-color: #cf0f19;
  color: #fff;
  margin-left: 10px;
}
.item_pageSeacher .li_n .list .item_centents .item_list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 5px 10px;
}
.item_pageSeacher .li_n .list .item_centents .item_list .names {
  width: 100%;
}
.item_pageSeacher .li_n .list .item_centents .item_list span {
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: 5px;
  margin-right: 10px;
  padding: 5px;
}
.item_pageSeacher .li_n .list .item_centents .item_list span:hover {
  background-color: #cf0f19;
}
.item_pageSeacher .li_n .list .item_centents .item_list span:hover a {
  color: #fff;
  display: block;
}
#new_navTitle {
  font-size: 20px;
  color: #cf0f19;
}
#new_listTitle {
  font-size: 18px;
  font-weight: bold;
}
.fs24 {
  font-size: 24px !important;
}
.boder_btmdisply {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.boder_btmdisply span {
  padding-bottom: 9px;
  border-bottom: 2px solid #cf0f19;
}
.kongqi_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.kongqi_list .bing {
  height: 100%;
}
.kongqi_list .bing:nth-child(2) .name1 {
  margin-left: 23px;
}
.kongqi_list .bing .name1 {
  font-size: 18px;
  padding-left: 20px;
}
.kongqi_list .bing #airQuality {
  width: 360px;
  height: 230px;
  padding-left: 20px;
  border-radius: 20px;
}
.kongqi_list .bing .name {
  text-align: center;
  font-size: 18px;
  transform: translate(-23px, -50px);
}
.kongqi_list .bing .text {
  text-align: center;
  font-size: 14px;
  transform: translateY(-20px);
}
.p1 {
  color: #3ace74;
}
.p1_bgcolor {
  background-color: #3ace74;
}
.p2 {
  color: #ffc107;
}
.p2_bgcolor {
  background-color: #ffc107;
}
.p3 {
  color: #fe9837;
}
.p3_bgcolor {
  background-color: #fe9837;
}
.p4 {
  color: #f86965;
}
.p4_bgcolor {
  background-color: #f86965;
}
.p5 {
  color: #e4387f;
}
.p5_bgcolor {
  background-color: #e4387f;
}
.p6 {
  color: #b61f7e;
}
.p6_bgcolor {
  background-color: #b61f7e;
}
.kong_ul {
  display: flex;
  flex-wrap: wrap;
  transform: translate(50px, 0);
}
.kong_ul li {
  width: 152px;
  margin-right: 30px;
  margin-top: 40px;
}
.kong_ul li:nth-child(1),
.kong_ul li:nth-child(2) {
  margin-top: 20px;
}
.kong_ul li .nums {
  color: #999;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.kong_ul li .layui-progress,
.kong_ul li .layui-progress-bar {
  width: 150px;
  height: 14px;
  border-radius: 8px;
}
.kongqi_ul {
  border: 1px solid #ccc;
  margin-top: 15px;
}
.kongqi_ul li {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.kongqi_ul li:nth-last-child(1) {
  border-bottom: none;
}
.kongqi_ul li:nth-child(1) {
  background-color: #f7f7f7;
}
.kongqi_ul li:nth-child(1) .name {
  color: #666666;
}
.kongqi_ul li .name {
  width: 76px;
  padding: 5px 2px;
  border-right: 1px solid #ccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kongqi_ul li .name:nth-last-child(1) {
  border-right: none;
}
.kongqi_ul li .name:nth-child(1) {
  width: 80px;
}
.kongqi_ul li .name:nth-child(2) {
  width: 50px;
}
.column_chart {
  width: 870px;
  height: 320px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.column_chart .zhu_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.column_chart .zhu_title .main_name {
  font-size: 14px;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.column_chart .zhu_title .main_name span {
  margin-right: 5px;
  width: 13px;
  height: 13px;
  display: block;
}
.column_chart .zhu_title .main_name:nth-child(1) span {
  background-color: #3ace74;
}
.column_chart .zhu_title .main_name:nth-child(2) span {
  background-color: #ffc107;
}
.column_chart .zhu_title .main_name:nth-child(3) span {
  background-color: #fe9837;
}
.column_chart .zhu_title .main_name:nth-child(4) span {
  background-color: #f86965;
}
.column_chart .zhu_title .main_name:nth-child(5) span {
  background-color: #e4387f;
}
.column_chart .zhu_title .main_name:nth-child(6) span {
  background-color: #b61f7e;
}
.column_chart #posList {
  width: 970px;
  height: 350px;
  transform: translate(-40px, -20px);
}
._404title {
  color: #cf0f19;
  font-size: 30px;
  text-align: center;
}
.no_radius {
  border-radius: 0 !important;
}
.date_calculation {
  width: 1200px;
  margin: 30px auto 0;
}
.date_calculation .title {
  padding-left: 18px;
  border-left: 6px solid #cf0f19;
  font-size: 24px;
  font-weight: bold;
}
.date_calculation .ul {
  display: flex;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.date_calculation .ul li {
  margin: 10px 0;
  width: 50%;
  display: flex;
}
.date_calculation .ul li:nth-child(1) {
  border-right: 1px solid #ccc;
}
.date_calculation .ul li .name {
  font-size: 18px;
  font-weight: bold;
  margin-left: 30px;
}
.date_calculation .ul li .list {
  margin-left: 25px;
}
.date_calculation .ul li .list .item_list_wan {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.date_calculation .ul li .list .item_list_wan .selects {
  width: 100px;
  height: 28px;
  border: 1px solid #ccc;
  padding: 0 2px;
  margin-left: 5px;
}
.date_calculation .ul li .list .item_list_wan .item_lect {
  width: 60px;
  height: 28px;
  padding: 0 2px;
  border: 1px solid #ccc;
  margin-left: 5px;
}
.date_calculation .ul li .list .item_list_wan .btn_input {
  border: 1px solid #ccc;
  padding: 0 5px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 5px;
  margin-left: 5px;
}
.date_calculation .ul li .list .item_list_wan .btn_input input {
  border: 0;
  width: 50%;
  height: 26px;
  padding-left: 5px;
  text-align: center;
}
.date_calculation .ul li .list .item_list_wan .tip_text {
  font-size: 14px;
  color: #999;
}
.date_calculation .ul li .list .btm_list {
  display: flex;
  align-items: center;
}
.date_calculation .ul li .list .btm_list span {
  padding: 2px 5px;
  background-color: #cf0f19;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}
.date_calculation .ul li .list .btm_list span:hover {
  cursor: pointer;
}
.date_calculation .ul li .list .btm_list .result {
  display: none;
}
.new_calendarwarp {
  max-height: 352px;
}
.calendar_left {
  width: 870px;
  float: left;
}
.calendar_left .left_top {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.calendar_left .left_top .name {
  padding-left: 20px;
  border-left: 6px solid #cf0f19;
  font-size: 24px;
  font-weight: bold;
}
.calendar_left .left_top .more a {
  color: #cf0f19;
}
.calendar_left .left_top .more a:hover {
  color: red;
}
.calendar_information {
  display: flex;
  margin-top: 20px;
}
.calendar_information .img {
  width: 158px;
  height: 105px;
  margin-right: 20px;
}
.calendar_information .img img {
  width: 158px;
  height: 105px;
  display: block;
}
.calendar_information .itemList a {
  font-size: 20px;
  line-height: 33px;
  height: 33px;
  font-weight: bold;
  overflow: hidden;
}
.calendar_information .itemList a:hover {
  color: #cf0f19;
}
.calendar_information .itemList .wnlboxC {
  font-size: 14px;
  line-height: 29px;
  color: #999;
  text-indent: 2em;
  margin-top: 15px;
}
.border_bom {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.calendar_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calendar_ul a {
  display: inline-block;
  line-height: 38px;
  height: 38px;
  border-bottom: 1px dashed #ccc;
  width: 49%;
  overflow: hidden;
}
.calendar_ul a:hover {
  color: #cf0f19;
}
.huan_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.item_list_terp {
  width: 1200px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}
.item_list_terp .left {
  width: 870px;
}
.item_list_terp .left .calendar_form {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.item_list_terp .left .calendar_form li {
  border-bottom: 1px solid #ccc;
  display: flex;
  text-align: center;
  line-height: 38px;
  border-right: 1px solid #ccc;
}
.item_list_terp .left .calendar_form li .name {
  width: 99px;
  height: 38px;
  background-color: #f7f7f7;
  border-right: 1px solid #ccc;
}
.item_list_terp .left .calendar_form .wh50 {
  width: 433px;
}
.item_list_terp .left .calendar_form .wh50 .list {
  width: 333px;
}
.item_list_terp .left .calendar_form .wh10 {
  width: 767px;
}
.item_list_terp .left .calendar_form .lvText {
  color: #008000;
}
.item_list_terp .left .calendar_form .reText {
  color: #cf0f19;
}
.item_list_terp .left .calendar_form .text9 {
  color: #999;
}
.item_list_terp .left .box_content {
  border: 1px solid #ccc;
  padding: 10px 20px 0;
  margin-top: 20px;
}
.item_list_terp .left .box_content .title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
}
.item_list_terp .left .box_content .title span {
  padding-bottom: 9px;
  border-bottom: 2px solid #cf0f19;
  font-size: 20px;
  font-weight: bold;
}
.item_list_terp .left .box_content .title a {
  color: #999;
  font-size: 14px;
}
.item_list_terp .left .box_content .title a:hover {
  color: #cf0f19;
}
.item_list_terp .left .box_content ul li {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}
.item_list_terp .left .box_content ul li:nth-last-child(1) {
  border-bottom: none;
}
.item_list_terp .left .box_content ul li a {
  display: flex;
}
.item_list_terp .left .box_content ul li i {
  color: #ccc;
  font-size: 5px;
  margin-right: 10px;
}
.item_list_terp .left .box_content ul li:hover i {
  color: #cf0f19;
}
.item_list_terp .left .box_content ul li:hover a {
  color: #cf0f19;
}
.item_list_terp .left .new_boxNext .title a {
  color: #f77f00;
  margin-left: 20px;
}
.item_list_terp .left .new_boxNext .title a:hover {
  color: #cf0f19;
}
.item_list_terp .left .margin_0 {
  margin-top: 0;
}
.item_list_terp .margin_0 {
  margin-top: 0;
}
.item_list_terp .right {
  width: 300px;
}
.item_list_terp .right .right_y-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
}
.item_list_terp .right .right_y-title .name {
  padding-bottom: 9px;
  border-bottom: 2px solid #cf0f19;
  font-size: 20px;
  font-weight: bold;
}
.item_list_terp .right .right_y-title a {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 0;
  top: 5px;
}
.item_list_terp .right .right_y-title a:hover {
  color: #cf0f19;
}
.item_list_terp .right .new_rightList {
  border: 1px solid #ccc;
  padding: 10px 13px;
  margin-top: 20px;
}
.item_list_terp .right .new_rightList:nth-child(1) {
  margin-top: 0;
}
.item_list_terp .right .new_rightList .right_x_list .icon {
  color: #ccc;
  font-size: 10px;
}
.item_list_terp .right .new_rightList .right_x_list .h_item:hover .icon {
  color: #cf0f19;
}
.item_list_terp .right .select_list {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}
.item_list_terp .right .select_list .list {
  height: 33px;
  border: 1px solid #ccc;
}
.item_list_terp .right .select_list .list:nth-child(1) {
  width: 102px;
}
.item_list_terp .right .select_list .list:nth-child(2) {
  width: 162px;
}
.item_list_terp .right .btn_query {
  width: 100%;
  height: 30px;
  font-size: 18px;
  background-color: #cf0f19;
  text-align: center;
  margin-top: 18px;
  line-height: 30px;
}
.item_list_terp .right .btn_query a {
  display: block;
  color: #fff;
}
.calendar_list {
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.calendar_list:nth-child(1) {
  margin-top: 0;
}
.calendar_list .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.calendar_list .title span {
  padding-bottom: 9px;
  border-bottom: 2px solid #cf0f19;
  font-size: 20px;
  font-weight: bold;
}
.calendar_list .itemg_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.calendar_list .itemg_list .li {
  width: 150px;
  height: 37px;
  padding: 0 5px;
  line-height: 37px;
  background-color: #f4f4f4;
  margin-right: 7px;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.calendar_list .itemg_list .li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.calendar_list .itemg_list .li:nth-child(5n) {
  margin-right: 0;
}
.calendar_list .itemg_list .li:hover {
  background-color: #cf0f19;
}
.calendar_list .itemg_list .li:hover a {
  color: #fff;
}
.calendar_list .itemg_list .li:hover i {
  background-color: #fff;
}
.calendar_list .itemg_list .li i {
  width: 5px;
  height: 5px;
  display: block;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #cf0f19;
}
.calendar-date {
  display: flex;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.calendar-date li {
  width: 10%;
  padding: 10px 0;
  border-right: 1px solid #ccc;
  text-align: center;
}
.calendar-date li .name {
  color: #cf0f19;
}
.calendar-date .wh100 {
  width: 105px;
  background-color: #fff3f4;
}
.time_list {
  margin-top: 20px;
  border: 1px solid #ccc;
}
.time_list .lTitle {
  background-color: #fff3f4;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #cf0f19;
}
.time_list .tableList {
  display: flex;
}
.time_list .tableList .tableft {
  display: flex;
  flex-wrap: wrap;
  width: 513px;
}
.time_list .tableList .tableft .item_y1 {
  width: 100%;
}
.time_list .tableList .tabright {
  width: 100%;
}
.time_list .tableList .tabright .imgs {
  width: 355px;
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ccc;
}
.time_list .tableList .tabright .imgs img {
  width: 80%;
  max-height: 100%;
}
.time_list .tableList .item_y,
.time_list .tableList .item_y1 {
  width: 256px;
  display: flex;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.time_list .tableList .item_y .text,
.time_list .tableList .item_y1 .text {
  width: 156px;
  border-right: 1px solid #ccc;
}
.time_list .tableList .item_y .text1,
.time_list .tableList .item_y1 .text1 {
  width: 412px;
  border-right: 1px solid #ccc;
}
.time_list .name {
  width: 98px;
  background-color: #f7f7f7;
  border-right: 1px solid #ccc;
}
.time_list .item_line {
  display: flex;
  height: 40px;
  text-align: center;
  width: 100%;
  border-top: 1px solid #ccc;
  line-height: 40px;
}
.time_list .item_line .name span {
  display: block;
  width: 98px;
}
.time_list .item_line .tys {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
}
.time_list .ul_list li {
  width: 100%;
  display: flex;
  text-align: center;
  border-top: 1px solid #ccc;
}
.time_list .ul_list li .newName {
  width: 14.28571429%;
  padding: 10px 0;
  border-right: 1px solid #ccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.time_list .ul_list li .newName:nth-child(1) {
  background-color: #f7f7f7;
}
.time_list .ul_list li .newName:nth-last-child(1) {
  border-right: none;
}
.time_list .ul_list .bgcc {
  background-color: #f7f7f7;
}
.newborder {
  border: 1px solid #ccc;
}
.active_s {
  background-color: #cf0f19;
  color: #fff !important;
  border: 2px solid #cf0f19 !important;
}
.active_s a {
  color: #fff !important;
}
.mt25 {
  margin-top: 25px;
}
.w120 {
  width: 120px !important;
  border: 1px solid #ccc;
  padding: 2px;
}
.shiCen_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}
.shiCen_list li {
  width: 48%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.shiCen_list li:hover a {
  color: #cf0f19;
}
.shiCen_list li:hover i {
  color: #cf0f19;
}
.shiCen_list li i {
  font-size: 5px;
  color: #ccc;
  margin-right: 5px;
}
.shiCen_list li a {
  flex: 1;
}
.feng_list {
  border: 1px solid #ccc;
  padding: 10px;
  height: 386px;
}
.feng_list .title {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.feng_list .title span {
  padding-bottom: 9px;
  border-bottom: 2px solid #cf0f19;
  font-size: 20px;
  font-weight: bold;
}
.feng_list .item_centents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feng_list .item_centents .itemList_f {
  width: 132px;
  height: 34px;
  text-align: center;
  background-color: #f7f7f7;
  line-height: 34px;
  margin-top: 10px;
}
.feng_list .item_centents .itemList_f:hover {
  background-color: #cf0f19;
}
.feng_list .item_centents .itemList_f:hover a {
  color: #fff;
  display: block;
}
.zhuixun_list {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.zhuixun_list:hover {
  background-color: #f7f7f7;
}
.zhuixun_list .img {
  width: 142px;
  height: 96px;
  margin-right: 20px;
}
.zhuixun_list .img img {
  width: 142px;
  height: 96px;
}
.zhuixun_list .item_centent-f {
  flex: 1;
}
.zhuixun_list .item_centent-f a {
  font-size: 20px;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
}
.zhuixun_list .item_centent-f a:hover {
  color: #cf0f19;
}
.zhuixun_list .item_centent-f .text {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  line-height: 22px;
}
.item_select {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.item_select .select_list,
.item_select .btn_ban {
  height: 34px;
  border: 1px solid #ccc;
  margin-right: 8px;
}
.item_select .select_list {
  width: 170px;
}
.item_select .btn_ban {
  width: 82px;
}
.item_select .btn_xiao {
  width: 92px;
  height: 36px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  background-image: linear-gradient(#e81328, #ae0f19);
}
.Chinese_zodiac {
  width: 1200px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-right: none;
}
.Chinese_zodiac li {
  width: 8.33333333%;
  text-align: center;
  border-right: 1px solid #ccc;
  padding: 14px 0;
}
.Chinese_zodiac li:hover {
  background-color: #fff3f4;
}
.Chinese_zodiac li i {
  font-size: 64px;
  color: #919191;
  text-align: center;
  display: block;
}
.Chinese_zodiac .times {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.shengxiao_centents {
  border: 1px solid #ccc;
  padding: 20px;
}
.shengxiao_centents .it_lists {
  display: flex;
}
.shengxiao_centents .it_lists img {
  min-width: 212px;
  height: 212px;
  display: block;
}
.shengxiao_centents .it_lists .it_table {
  margin-left: 20px;
}
.shengxiao_centents .it_lists .it_table .title {
  font-size: 24px;
  font-weight: bold;
}
.shengxiao_centents .it_lists .it_table .tables {
  border: 1px solid #ccc;
  border-right: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 20px;
}
.shengxiao_centents .it_lists .it_table .tables li {
  display: flex;
}
.shengxiao_centents .it_lists .it_table .tables li span {
  padding: 10px 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.shengxiao_centents .it_lists .it_table .tables li span:nth-child(1) {
  width: 111px;
  background-color: #f7f7f7;
}
.shengxiao_centents .it_lists .it_table .tables li span:nth-child(2) {
  width: 185.5px;
}
.shengxiao_centents .it_lists .it_table .tables li .ln {
  background-color: #f7f7f7;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  width: 111px;
  justify-content: center;
}
.shengxiao_centents .it_lists .it_table .tables li .swarp_list {
  width: 484px;
  padding: 18px 0;
  border-right: 1px solid #ccc;
}
.testcenter p{
    text-align: center;
}
.fontoverred:hover{
    color: red;
}
.currency_list {
  width: 870px;
}
.currency_list .currency_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.currency_list .currency_title .name {
  padding-bottom: 9px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #cf0f19;
}
.currency_list .list {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.currency_list .list .new_dvd,
.currency_list .list .new_fen {
  height: 240px;
  position: relative;
  box-sizing: border-box;
  margin-left: 0 !important;
  padding: 20px 0;
}
.currency_list .list .new_dvd .swiper-newtran,
.currency_list .list .new_fen .swiper-newtran{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1000;
  background-color: #eb9599;
}
.currency_list .list .new_dvd .swiper-newtran .swiper-button-next,
.currency_list .list .new_fen .swiper-newtran .swiper-button-next
{
  transform: rotate(-90deg);
  width: 15px;
  height: 20px;
  left: 44px;
  top: 25px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.currency_list .list .new_dvd .swiper-button-prev,
.currency_list .list .new_fen .swiper-button-prev{
  transform: rotate(-90deg);
  width: 15px;
  height: 20px;
  left: 35px;
  top: 20px !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.currency_list .list .new_dvd .swiper-newtranprev,
.currency_list .list .new_fen .swiper-newtranprev {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1000;
  background-color: #eb9599;
}
.currency_list .list .new_dvd .swiper-newtranprev .swiper-button-prev,
.currency_list .list .new_fen .swiper-newtranprev .swiper-button-prev {
  transform: rotate(-90deg);
  width: 15px;
  height: 20px;
  left: 44px;
  top: 20px !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.currency_list .list .left_title {
  width: 100px;
  border-top: 1px solid #ccc;
}
.currency_list .list .left_title .name {
  border-bottom: 1px solid #ccc;
  border-top: none;
  height: 39px!important;
  line-height: 39px;
  width: 90px;
  padding: 0 5px;
  color: #000;
  overflow: hidden;
  text-align: center;
  background-color: #f7f7f7;
}
.currency_list .list .left_title .active {
  background-color: #cf0f19;
  color: #fff;
  border: 1px solid #cf0f19;
  border-top: none;
}
.currency_list .list .left_title .active a {
  color: #fff;
}
.currency_list .list .currency_cent {
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.currency_list .list .currency_cent::-webkit-scrollbar {
  width: 0px !important;
  /*滚动条宽度*/
  height: 0px !important;
  /*滚动条高度*/
}
.currency_list .list .currency_cent::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.currency_list .list .currency_cent a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 2px;
}
.currency_list .list .currency_cent a:hover {
  background-color: #cf0f19;
  color: #fff;
  border: 1px solid #cf0f19;
}
.currency_list .list .currency_item {
  margin-bottom: 10px;
}
.currency_list .list .currency_item .title a {
  font-size: 18px;
  font-weight: bold;
}
.currency_list .list .currency_item .title a:hover {
  color: #cf0f19;
}
.currency_list .list .currency_item .list_n {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.currency_list .list .lista {
  display: inline-block;
}
.currency_list .list  .list_n a,.lista {
  margin-right: 15px;
  line-height: 30px;
  border: 1px solid #ccc;
  padding: 3px 5px;
  border-radius: 5px;
  margin-top: 5px;
}
.currency_list .list  .list_n a:hover,.lista:hover {
  background-color: #cf0f19;
  color: #fff;
}
.currency_list .list .newCurrency_cent {
  margin-top: 3px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.currency_list .list .newCurrency_cent::-webkit-scrollbar {
  width: 0px;
  /*滚动条宽度*/
  height: 0px;
  /*滚动条高度*/
}
.currency_list .list .newCurrency_cent::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.currency_list .list .newCurrency_cent a {
  width: 45%;
  margin-right: 0;
  padding: 0;
  padding-right: 5%;
  border: none;
  margin-top: 0;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
}
.currency_list .list .newCurrency_cent a:nth-child(2n) {
  padding-right: 0;
  padding-left: 5%;
}
.currency_list .list .newCurrency_cent a:hover {
  background-color: transparent;
  color: #cf0f19;
  border: none;
}
.currency_list .gallery_right {
  width: 760px;
  height: 240px;
  overflow-y: scroll;
}
.currency_list .gallery_right::-webkit-scrollbar {
  width: 0px;
  /*滚动条宽度*/
  height: 0px;
  /*滚动条高度*/
}
.currency_list .gallery-top10 .swiper-slide {
  display: none;
}
.currency_list .gallery-top10 .swiperShow {
  display: block;
}
.kewennav li{
  float: left;padding: 5px;text-align: left;
}
.kewennav li a:hover{
  color: #cf0f19;
}
/*详情页*/
.Detailcontent h1,.Detailcontent h2,.Detailcontent h3,.Detailcontent h4,.Detailcontent h5,.Detailcontent h6{
  text-indent: 2em;
  font-weight: bold;
}
.Detailcontent p{
  text-indent: 2em;}
.shishi_time{
  font-size: 16px;padding: 10px;text-align: center;
}
.headertougao{
  width: 70px;
  background-color: #cf0f19;
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 36px;
  border-radius: 5px 5px 5px 5px;
  margin-left: 126px;
}
.headertougao a{
  border-radius: 5px 5px 5px 5px;
  color: #ffffff;
  height: 100%;
}
/*字义分解*/
.bihua_one {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.bihua_one_l {
  width: 150px;
  height: 150px;
  border: 1px solid #8c8c8c;
  float: left;
  position: relative;
  z-index: 1;
  background: #fff;
}

.bihua_one_l:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 74px;
  border-top: 1px dotted #d0d0d0;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: none;
}

.bihua_one_l:after {
  content: "";
  position: absolute;
  width: 74px;
  height: 100%;
  border-right: 1px dotted #d0d0d0;
  left: 0;
  top: 0;
  z-index: 3;
  background: none;
}

.bihua_one_l .font-center {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 19;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 150px;
  font-size: 110px;
  color: #222;
  font-weight: 400;
}
.bihua_one_l .font-center a:hover {
  color: #cf0f19;
}
.zi_gushi {
  padding: 10px 0;
  margin-right: 20px;
  border-bottom: 1px solid rgb(226, 226, 226);
}