@charset "UTF-8";
.page-banner {
  width: 100%;
  height: 250px;
}
.page-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.wrapper {
  padding-bottom: 40px;
  overflow: hidden;
}
.web-position {
  padding: 10px 0;
  clear: both;
}
.web-position p {
  font-size: 16px;
  line-height: 32px;
  color: #999999;
}
.web-position p a {
  color: #999999;
}
.web-position p a:hover {
  color: #000000;
  text-decoration: none;
}
.web-position p a + a {
  color: #333333;
}
section.page-title > strong {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 20px;
  background-color: #eaeaea;
  font-weight: 700;
}
section.aside-list {
  width: 100%;
  margin-bottom: 25px;
  margin-top: 10px;
}
section.aside-list ul {
  width: 100%;
}
section.aside-list li {
  border-bottom: 1px dashed #999999;
  padding: 10px 10px 4px 10px;
}
section.aside-list li a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  position: relative;
  padding-left: 20px;
}
section.aside-list li a:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #cc3333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
section.aside-list li a:hover {
  text-decoration: none;
  color: #cc3333;
}
section.aside-address {
  padding: 5px 5px;
}
section.aside-address strong {
  display: block;
  font-size: 16px;
  line-height: 32px;
}
section.aside-address p {
  font-size: 14px;
  line-height: 32px;
  color: #999999;
}
aside.page-aside {
  width: 240px;
  float: left;
}
.page-main {
  width: 940px;
  float: right;
}
.page-main > .bd {
  padding: 10px 5px 20px 5px;
  min-height: 600px;
  font-size: 16px;
  line-height: 32px;
}
.page-main > .bd >p {
   
  font-size: 16px;
  line-height: 32px;
}
}
.page-main > .bd li {
  margin-bottom: 20px !important;
}
.page-main > .bd .list-title {
  background-color: transparent;
  line-height: 40px;
  color: #333333;
}
.page-main > .bd .list-title:hover {
  color: #e80517;
}
.single-page p {
   font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.single-page blockquote {
  text-indent: 2rem;
}
.single-page table {
  /*border: 1px solid #333333;*/
}
.single-page td {
  border-bottom: 1px solid #333333;
}
.single-page img {
  max-width: 100%;
  height: auto;
}
.img-info {
  padding-top: 20px;
  font-size: 16px;
   line-height: 32px;
}

.img-info table {
  max-width:100% !important;
 
 
}
.img-info table td {
  padding: 2px;/*text-align: center;*/
  font-weight:lighter;
 border: 1px solid #ccc;
 
}
 

.img-info .img-info-top {
  margin-bottom: 20px;
}


.img-info .img-info-top .img-fa-scale {
  height: 180px;
  width: 27%;
  margin-right: 3%;
  float: left;
  overflow: hidden;
}
.img-info .img-info-top .img-fa-scale img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.img-info .img-info-top .img-fa-scale:hover img {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.img-info .img-info-top .img-info-info {
  width: 70%;
  float: right;
}
.img-info .img-info-con {
  min-height: 400px;
}
.img-info .img-info-con .img-info-title {
  font-size: 18px;
  line-height: 30px;
  padding: 5px 20px;
  display: block;
  border-bottom: 1px solid #cccccc;
  color: #e80517;
  font-weight: bold;
  margin-bottom: 20px;
}

.img-info-con table{
  border-top: 1px solid #999;border-left: 1px solid #999;border-spacing: 0;
}

.img-info-con table tr:first-child{
 background-color: gray;font-weight:bold;
color: white;
}
.img-info-con table tr:first-child span{
 font-weight:bold;
}
.img-info-con table td {/*text-align: center;*/font-size: 12px;/*padding: 10px 30px;*//*border-bottom: 1px solid #999;border-right: 1px solid #999;*/}
.page-btn {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.page-btn .active a {
  background-color: #e80517;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.page-btn li {
  display: inline-block;
  margin: 0 5px;
}
.page-btn li a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #000000;
  padding: 5px 11px;
  border: 1px solid #e80517;
}
.page-btn li a:hover {
  text-decoration: none;
  background-color: #e80517;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.news-page .news-page-list {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news-page .news-page-list li {
  padding: 20px 0;
  border-bottom: 1px dashed #999999;
  overflow: hidden;
}
.news-page .news-page-list .img-fa-scale {
      width: 160px;
    height: 116px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.news-page .news-page-list .img-fa-scale:hover img {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.news-page .news-page-list .img-fa-scale img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.news-page .news-page-list .news-page-con {
  float: right;
  width: 80%;
}
.news-page .news-page-list .news-page-con h2 {
  font-size: 16px;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page .news-page-list .news-page-con h2 a {
  display: block;
}
.news-page .news-page-list .news-page-con h2 a:hover {
  color: #da251d;
  text-decoration: none;
}
.news-page .news-page-list .news-page-con span {
  font-size: 12px;
  color: #cccccc;
}
.news-page .news-page-list .news-page-con p {
 font-size: 14px;
    line-height: 28px;
    height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #999999;
}
.news-page .news-page-list .news-page-con p a:hover {
  color: #da251d;
  text-decoration: none;
}
.news-info .hd {
  padding-bottom: 10px;
  border-bottom: 1px dashed #999999;
  text-align: center;
}
.news-info .hd h1 {
  font-size: 36px;
  line-height: 48px;
  word-wrap: break-word;
  /*//word-break设置强行换行;normal 亚洲语言和非亚洲语言的文本规则，允许在字内换行*/
  word-break: normal;
}
.news-info .hd p {
  font-size: 14px;
  line-height: 1.5;
  color: #cccccc;
}
.news-info .bd {
  min-height: 200px;
  padding-top: 20px;
}
.turn {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #eaeaea;
}
.turn p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.turn p:first-child {
  float: left;
}
.turn p:last-child {
  float: right;
}
.turn p a {
  color: #666666;
}
.turn p a:hover {
  color: #49b176;
  text-decoration: none;
}
