.box {
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(237, 237, 237, 1);
}

.box h2 {
  height: 35px;
  line-height: 35px;
  background: url(../img/t.jpg) no-repeat;
  color: #1E62EC;
}

.strong {
  font-weight: bold;
}

.banner {
  height: auto;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

.main {
  width: 1200px;
  margin: 40px auto 54px;
  min-height: 800px;
  padding-bottom:200px;
}

.list {
  width: 850px;
  padding: 20px 23px;
  float: left;
}

.list li {
  border-bottom: 1px dashed #EEEEEE;
  margin-bottom: 20px;
}

.list li:last-child {
  border: none;
  margin-bottom: 0;
}

.list li .more1 {
  float: right;
  height: 60px;
  padding-left: 30px;
  border-left: 1px solid rgba(238, 238, 238, 1);
  margin: 25px 0 34px 0;
}

.list li .more1 a {
  display: block;
  width: 74px;
  height: 29px;
  border-radius: 2px;
  color: #1E62EC;
  font-size: 14px;
  text-align: center;
  line-height: 29px;
  border: 1px solid rgba(30, 98, 236, 1);
  margin-top: 15px;
}

.list li .more1 a:hover {
  background-color: #1E62EC;
  color: #fff;
}

.list li dl {
  width: 727px;
  float: left;
  margin-right: 14px;
}

.list li dt span {
  float: left;
  width: 35px;
  height: 21px;
  background: url(../img/pdf_icon.png) no-repeat;
  margin-right: 8px;
}

.list li dt a {
  font-size: 18px;
  font-weight: 500;
  color: #454545;
  height: 21px;
  line-height: 21px;
}

.list li dd.des {
  color: #8C8C8C;
  font-size: 14px;
  height: 38px;
  overflow: hidden;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list li dd.name {
  margin-top: 10px;
  font-size: 14px;
  color: #F17F16;
}

.list li dd.name span {
  display: block;
  width: 10px;
  height: 12px;
  background: url(../img/name_icon.png) no-repeat;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}

.sidebar {
  float: right;
}

.connect,
.periodicals {
  width: 275px;
  padding: 8px 0 13px 9px;
}

.connect h2 span {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/sound_icon.png) no-repeat;
  background-size: cover;
  float: left;
  margin: 9px 5px 0 0;
}

.connect .con {
  padding: 15px 10px;
}

.connect .con p {
  line-height: 2;
  color: #333;
  font-size: 14px;
}

.periodicals {
  margin-top: 15px;
}

.periodicals h2 span {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/book_icon.png) no-repeat;
  background-size: cover;
  float: left;
  margin: 9px 5px 0 0;
}

.periodicals .con {
  padding: 15px 10px;
}

.periodicals .con li {
  height: 24px;
  border-bottom: 1px dashed #EEEEEE;
  padding: 5px 0;
}

.periodicals .con li a {
  color: #333;
}

.periodicals .con li svg {
  float: left;
  margin-right: 8px;
}

.side {
  display: none;
}
