.box .content {
  width: 1200px;
  margin: 0 auto;
}

.box .content .show-banner {
  width: 100%;
}

.box .content .show-banner {
  width: 1200px;
  margin: 10px auto 0;
}

.box .content .news {
  width: 1200px;
  margin: 32px auto 0;
}

.box .content .news .new {
  width: 580px;
  float: left;
}

.box .content .news .new .new-head {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.box .content .news .new .new-head .title {
  float: left;
  border-left: 5px solid #AA2983;
  height: 25px;
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #AA2983;
  line-height: 24px;
  padding-left: 10px;
}
.box .content .news .notice .new-head .title {
  border-left: 5px solid #AA2983;
  color: #AA2983;
}

.box .content .news .notice .new-head .add-title span{
  font-size: 16px;
  font-weight: normal;
  margin-right: 20px;
  cursor: pointer;
}

.box .content .news .notice .new-head .add-title span.act{
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
}
.box .content .news .notice .add {
  display: none;
}
.box .content .news .notice .add1 {
  display: block;
}

.box .content .news .add-notice .new-head .title {
  border-left: 5px solid #AA2983;
  color: #AA2983;
}

.box .content .news .add-sport .new-head .title {
  border-left: 5px solid #AA2983;
  color: #AA2983;
}

.box .content .news .add-sport .new-head .add-title span{
  font-size: 16px;
  font-weight: normal;
  margin-right: 20px;
  cursor: pointer;
}

.box .content .news .add-sport .new-head .add-title span.act{
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
}
.box .content .news .add-sport .add {
  display: none;
}
.box .content .news .add-sport .add1 {
  display: block;
}


.box .content .news .new .new-head .more {
  float: right;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  margin-top: 4px;
}

.box .content .news .new .new-pic img {
  width: 249px;
  height: 165px;
  margin-left: 26px;
}

.box .content .news .new .new-list {
  width: 100%;
  margin-top: 20px;
}

.box .content .news .new .new-list li {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 36px;
}

.box .content .news .new .new-list li p.title {
  float: left;
}

.box .content .news .new .new-list li p.time {
  float: right;
  font-size: 12px;
  color: rgb(153, 153, 153);
}

.box .content .news .notice {
  width: 580px;
  float: right;
}
.box .content .jky {
  width: 100%;
  margin-top: 30px;
}
.box .content .jky .title {
  border-bottom: 2px solid rgb(241,241,241);
}
.box .content .jky .title p {
  width: 300px;
  border-bottom: 6px solid #B06EA6;
  color: #B06EA6;
  font-size: 24px;
  background: url(../../image/home2/yanjiushengpeiyangfangan.png) no-repeat;
  padding: 0 0 10px 55px;
}
.box .content .jky .content {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-top: 40px;
}
.box .content .jky ul {
  position: absolute;
  left: 0;
}
.box .content .jky ul li {
  width: 224px;
  float: left;
  margin-left: 20px;
}
.box .content .jky ul li:first-child {
  margin-left: 0;
}

.box .content .jky ul li img{
  width: 224px;
  height: 130px;
}
.box .content .jky ul li p{
  font-size:16px;
  line-height: 30px;
  color: #333333;
  background: #EEEEEE;
  text-align: center;
}