﻿
.nextpagebar {
	text-align: center;
	padding: 20px;
	font-size: 0px;
}
.nextpagebar span, .nextpagebar a {
	font-size: 14px;
}
.nextpagebar > a, .nextpagebar span.page.now-page {
	padding: 4px 12px 3px;
	text-decoration: none;
	margin: 0 1px;
	line-height: 20px;
	color: #666;
	background-color: #eee;
}
.nextpagebar > a:hover {
	color: #444;
	background-color: #ccc;
}
.nextpagebar span.page.now-page {
	cursor: default;
	background-color: #428bca;
	color: #fff;
}
.pageTips {
	background: none repeat scroll 0 0 #fffbef;
	border: 1px solid #f5ce9d;
	color: #777;
	display: none;
	height: 22px;
	line-height: 22px;
	margin: 20px auto 25px;
	padding: 0 25px 0 10px;
	position: relative;
	width: 250px;
}
.pageTips i {
	background: url(../images/close.png) no-repeat scroll -4px -3px rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	height: 11px;
	position: absolute;
	right: 7px;
	top: 6px;
	width: 10px;
}
.pagelast {
	margin-bottom: 25px;
}
/**********���ĵ�������**********/
/*���µ���*/
.art_nav_box {
	padding: 15px;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	margin: 0 10px 25px;
}
.art_nav_box table {
	width: 100%;
	background: none
}
.art_nav_box table td {
	line-height: 24px;
}
.art_nav_box .art_nav_t {
	padding-bottom: 3px;
	background: none #fff;
	text-align: left
}
.art_nav_box .art_nav_t strong {
	font-size: 14px;
}
.art_nav_box .article_brief_tb {
	color: #777;
}
.art_nav_box .article_brief_tb a {
	color: #038;
	text-decoration: none;
}
.art_nav_box .article_brief_tb a:hover {
	color: #f60
}
.art_nav_box .article_brief_tb .current_page {
	font-weight: bold;
	color: #c00
}




.h-ctitle{
  display: flow-root;
  width: 100% !important;
  height: fit-content;
}

.top_logo {
  width: 200px;
  height: 200px;
  /* background: #f1f5f8; */
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding: 20px;
  float: left;
}


.top_logo > img {
  height: 180px;
  width: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 20%;
  /* animation: rotate 3s linear infinite; */
  background: #fff;
  object-fit: scale-down;
}

.lefs {
  margin-left: 230px;
  font-size: 14px;
  margin-top: 5px;

}

.lefs > h1{
  padding-top: 30px !important;
}


.downRebtn {
  border: 1px solid #dadfec;
  color: #6b7386;
  background: #f1f5f8;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  width: 120px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-right: 1rem;

}

.pbtn{
  margin: 5px auto ;
  border-top: 1px solid #EFEFEF;
}


@media (max-width: 767px) {
  .top_logo{
      width: 100%;
      height: 100px;
      margin-bottom: 4%;

  }

  .top_logo > img {
    margin-left: 10px !important;
  }

  .lefs{
    margin-left: 0;
  }

  .h-ctitle{
    padding-top: 0.5rem !important;
  }
}