/* 清除浮动 */
/* 文本溢出隐藏，变省略号，必须是block或inline-block */
main .content {
  width: 1180px;
  background: #fffdfc;
  margin: 0 auto 0;
  box-sizing: border-box;
  padding: 17px 20px;
}
main .content .content-top .carousel {
  width: 455px;
  height: 285px;
  position: relative;
  float: left;
}
main .content .content-top .carousel .bd li {
  position: relative;
  width: 455px;
  height: 285px;
}
main .content .content-top .carousel .bd li img {
  width: 455px;
  height: 285px;
}
main .content .content-top .carousel .bd li p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 40px;
  padding-left: 11px;
  line-height: 40px;
  font-size: 16px;
}
main .content .content-top .carousel .hd {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
main .content .content-top .carousel .hd li {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 2px solid #fff;
  float: left;
  margin-left: 6px;
  cursor: pointer;
}
main .content .content-top .carousel .hd li.on {
  background: #fff;
}
main .content .content-top hgroup {
  float: left;
  width: 405px;
  margin-left: 20px;
  padding-top: 10px;
}
main .content .content-top hgroup h3 > img {
  height: 30px;
}
main .content .content-top hgroup h3 a {
  float: right;
  margin-top: 6px;
}
main .content .content-top hgroup h4 {
  font-size: 18px;
  color: #333;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .content .content-top hgroup h4 a:hover {
  color: #CE2604;
}
main .content .content-top hgroup p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 12px;
  height: 48px;
  overflow: hidden;
  color: #333;
  position: relative;
}
main .content .content-top hgroup p:after {
  content: '……';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 2em;
}
main .content .content-top hgroup ul {
  margin-top: 11px;
  padding-top: 12px;
  border-top: 1px solid #F0F0F0;
}
main .content .content-top hgroup ul li a {
  width: 320px;
}
main .content .content-top .website-introduction {
  float: left;
  width: 220px;
  height: 285px;
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;
  margin-left: 40px;
}
main .content .content-top .website-introduction h3 {
  padding-top: 9px;
  padding-left: 14px;
}
main .content .content-top .website-introduction p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  width: 196px;
  margin: 0 auto;
  text-indent: 2em;
  margin-top: 11px;
  margin-bottom: 10px;
  height: 168px;
  overflow: hidden;
}
main .content .content-top .website-introduction div {
  text-align: center;
  margin-left: 2px;
}
main .content .content-top .website-introduction div a {
  width: 90px;
  height: 34px;
  color: #CD1505;
  font-weight: bold;
  float: left;
  margin-left: 12px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
main .content .content-top .website-introduction div a:nth-child(1) {
  background: url('../img/introduction-button-bg1.png') no-repeat;
  background-size: 100% 100%;
}
main .content .content-top .website-introduction div a:nth-child(2) {
  background: url('../img/introduction-button-bg2.png') no-repeat;
  background-size: 100% 100%;
}
main .content .content-top:after {
  content: '';
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
main .content hgroup ul li {
  line-height: 32px;
  font-size: 14px;
  color: #333;
}
main .content hgroup ul li i {
  width: 5px;
  height: 5px;
  background: #999999;
  float: left;
  border-radius: 50%;
  margin-top: 13.5px;
  margin-right: 6px;
}
main .content hgroup ul li a {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .content hgroup ul li time {
  float: right;
}
main .content hgroup ul li:hover {
  color: #CE2604;
}
main .content hgroup ul li:hover i {
  background: #CE2604;
}
main .content hgroup ul li:after {
  content: '';
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
main .content .content-center {
  margin-top: 20px;
}
main .content .content-bottom hgroup h3 {
  position: relative;
}
main .content .content-bottom hgroup h3 a {
  position: absolute;
  width: 49px;
  height: 17px;
  right: 3px;
}
main .content .content-bottom hgroup dl {
  margin-top: 20px;
  margin-bottom: 2px;
}
main .content .content-bottom hgroup dl dt {
  float: left;
  margin-right: 11px;
}
main .content .content-bottom hgroup dl dt img {
  width: 130px;
  height: 90px;
}
main .content .content-bottom hgroup dl dd {
  height: 90px;
  border-bottom: 1px dotted #ccc;
  float: left;
  width: 293px;
}
main .content .content-bottom hgroup dl dd h4 {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  padding-top: 3px;
}
main .content .content-bottom hgroup dl dd h4 a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .content .content-bottom hgroup dl dd h4 a:hover {
  color: #CE2604;
}
main .content .content-bottom hgroup dl dd p {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  margin-top: 10px;
  height: 52px;
  overflow: hidden;
  position: relative;
}
main .content .content-bottom hgroup dl dd p:after {
  content: '……';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 2em;
}
main .content .content-bottom hgroup dl:after {
  content: '';
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
main .content .content-bottom hgroup ul li {
  line-height: 36px;
}
main .content .content-bottom hgroup ul li a {
  width: 330px;
}
main .content .content-bottom .left {
  float: left;
  width: 442px;
  overflow: hidden;
  margin-top: 23px;
}
main .content .content-bottom .left hgroup:nth-child(1) h3 a {
  bottom: 15px;
}
main .content .content-bottom .left hgroup:nth-child(2) {
  margin-top: 34px;
}
main .content .content-bottom .left hgroup:nth-child(2) h3 a {
  bottom: 12px;
}
main .content .content-bottom .left hgroup:nth-child(3) {
  margin-top: 36px;
}
main .content .content-bottom .left hgroup:nth-child(3) h3 a {
  bottom: 14px;
}
main .content .content-bottom .center {
  float: left;
  width: 405px;
  overflow: hidden;
  margin-top: 26px;
  margin-left: 35px;
}
main .content .content-bottom .center hgroup:nth-child(1) h3 a {
  bottom: 12px;
}
main .content .content-bottom .center hgroup:nth-child(1) ul {
  margin-top: 13px;
}
main .content .content-bottom .center hgroup:nth-child(2) {
  margin-top: 37px;
}
main .content .content-bottom .center hgroup:nth-child(2) h3 a {
  bottom: 9px;
}
main .content .content-bottom .center hgroup:nth-child(2) ul {
  margin-top: 16px;
}
main .content .content-bottom .center hgroup:nth-child(3) {
  margin-top: 37px;
}
main .content .content-bottom .center hgroup:nth-child(3) h3 a {
  bottom: 7px;
}
main .content .content-bottom .center hgroup:nth-child(3) .video-box {
  margin-top: 17px;
  background: #000;
}
main .content .content-bottom .center hgroup:nth-child(3) video {
  width: 400px;
  height: 213px;
}
main .content .content-bottom .right {
  margin-top: 20px;
  width: 220px;
  float: right;
}
main .content .content-bottom .right .donation-dynamics {
  height: 298px;
  border: 1px solid #E6D3AA;
  box-sizing: border-box;
  padding: 2px;
}
main .content .content-bottom .right .donation-dynamics h3 {
  height: 38px;
  background: url('../img/tit.png') no-repeat;
  background-size: 100% 100%;
  padding: 11px 12px;
  box-sizing: border-box;
}
main .content .content-bottom .right .donation-dynamics dl {
  height: 84px;
  border-bottom: 1px dotted #ccc;
  margin: 0 3px;
  padding-top: 15px;
  box-sizing: border-box;
}
main .content .content-bottom .right .donation-dynamics dl dt {
  float: left;
  margin-left: 2px;
  margin-right: 3px;
}
main .content .content-bottom .right .donation-dynamics dl dd {
  margin-left: 19px;
  font-size: 14px;
}
main .content .content-bottom .right .donation-dynamics dl dd time {
  color: #EA8313;
}
main .content .content-bottom .right .donation-dynamics dl dd a {
  display: block;
  line-height: 22px;
  margin-top: 6px;
}
main .content .content-bottom .right .link {
  margin-top: 8px;
}
main .content .content-bottom .right .other {
  height: 394px;
  border: 1px solid #E6D3AA;
  box-sizing: border-box;
  padding-top: 9px;
  margin-top: 8px;
}
main .content .content-bottom .right .other h2 {
  margin: 0 10px;
}
main .content .content-bottom .right .other .slideBox {
  margin-top: 15px;
  position: relative;
}
main .content .content-bottom .right .other .slideBox .bd {
  width: 137px;
  margin: 0 auto;
}
main .content .content-bottom .right .other .slideBox .bd li {
  text-align: center;
  color: #333;
  font-size: 12px;
}
main .content .content-bottom .right .other .slideBox .bd li a:nth-child(2) {
  margin-top: 12px;
  display: block;
}
main .content .content-bottom .right .other .slideBox > a {
  position: absolute;
  top: 55px;
}
main .content .content-bottom .right .other .slideBox .disabeld {
  display: none;
}
main .content .content-bottom .right .other .slideBox .prev {
  left: 28px;
}
main .content .content-bottom .right .other .slideBox .prevStop img:not(.disabeld),
main .content .content-bottom .right .other .slideBox .nextStop img:not(.disabeld) {
  display: none;
}
main .content .content-bottom .right .other .slideBox .prevStop .disabeld,
main .content .content-bottom .right .other .slideBox .nextStop .disabeld {
  display: inline;
}
main .content .content-bottom .right .other .slideBox .next {
  right: 27px;
}
main .content .content-bottom .right .other h3 {
  height: 38px;
  background: url('../img/tit.png') no-repeat;
  background-size: 100% 100%;
  padding: 11px;
  margin: 20px 2px 0;
  box-sizing: border-box;
}
main .content .content-bottom .right .other > ul {
  margin-top: 10px;
  margin-left: 14px;
}
main .content .content-bottom .right .other > ul li {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
main .content .content-bottom .right .other > ul li span:first-child {
  float: left;
}
main .content .content-bottom .right .other > ul li:first-child span:nth-child(2) {
  margin-left: 46px;
  display: block;
}
main .content .content-bottom:after {
  content: '';
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
main .friendship-link {
  margin-top: 38px;
}
main .friendship-link h3 {
  border-bottom: 3px solid #C02303;
}
main .friendship-link h3 span {
  display: block;
  width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  box-sizing: border-box;
}
main .friendship-link h3 span img:first-child {
  margin-bottom: -5px;
}
main .friendship-link h3 span img:nth-child(2) {
  position: relative;
  bottom: 5px;
}
main .friendship-link ul {
  width: 1180px;
  margin: 29px auto 41px;
  box-sizing: border-box;
  padding: 0 20px;
}
main .friendship-link ul li {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  float: left;
  width: 16.66%;
}
main .friendship-link ul:after {
  content: '';
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
