@charset "utf-8";
*{
	margin: 0 auto;
	padding: 0;
}
/*路径*/
/*在当中显示内容的小标签，需要配合bootstrap使用*/
a {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:focus,
a:hover {
  color: #223e7e;
  text-decoration: none;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a img {
  cursor: pointer;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.errorMessage {
  color: #c30;
  margin: 0 5px;
  vertical-align: middle;
}
.errorMessage:before {
  vertical-align: inherit;
}
.errorMessage.top {
  vertical-align: top;
}
[class^="xy-col-"],
[class*=" xy-col-"] {
  float: left;
  min-height: 1px;
  position: relative;
}
.xySation {
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.xySationShow {
  visibility: visible;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-animation: fadeInUp 1s;
  -ms-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
}
@media (max-width: 767.98px) {
  .xySation {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
/*如制作手机站，请将以下代码放到@media (min-width: 768px)内*/
html {
  font-size: 14px;
}
body {
  position: relative;
  overflow-y: scroll;
  color: #333333;
  font-family: "微软雅黑", "宋体";
  font-size: 1em;
  line-height: 2;
}
.body{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto auto;
}
.xy-container {
  width: 100%;
}
.xy-container-fluid {
  width: 100%;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
  .body{
    min-width: 1260px;
  }
  .xy-container {
    width: 1260px;
  }
  .xy-container-fluid {
    min-width: 1260px;
  }
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

.title{
  margin: 0 auto;
  display: inline-block;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-transform:capitalize;
}
.title.border{
  border-bottom: 3px #cd2a09 solid;
}
@media (min-width: 768px) {
  .title{
    font-size: 32px;
    border-bottom-width: 5px;
  }
  .title.border{
    border-bottom-width: 5px;
  }
}

.textShadow{
  text-shadow:1px 0 0 #aaaaaa,0 1px 0 #aaaaaa,-1px 0 0 #aaaaaa,0 -1px 0 #aaaaaa;
}

.img-box{
  margin: 0 auto;
  display: block;
}
.img-box .img{
  position: relative;
  margin: 10px auto 20px;
}
.img-box .img:before{
  width: 100%;
  padding-top: 100%;
  content: '';
  display: block;
}
.img-box .img img{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.img-box .ellipsis{
  width: 96%;
  height: 40px;
  padding: 0 2%;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.pagination > li > a,
.pagination > li > span {
  color: #a94442;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #843534;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
#right-iframe div.font p{
  min-height: 28px;
}
