
@media screen and (max-width: 1299px) {
  #articleList > div.articleList-content {
    width: 1100px;
  }
  #articleList > div.articleList-content .articleList-content-left {
    width: 750px;
  }
}
@media screen and (min-width: 1300px) {
  #articleList > div.articleList-content {
    width: 1200px;
  }
  #articleList > div.articleList-content .articleList-content-left {
    width: 850px;
  }
}
.page{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination{
  display: flex;
}
.page li{
  padding: 5px 15px;
  border: 1px solid #ccc;
}
.page .active{
  background: #F83244;
  color:white;
  border: none;
}
#articleList {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  padding-bottom: 100px;
}
#articleList > div.articleList-banner {
  width: 100%;
  height: 220px;
}
#articleList > div.articleList-banner img {
  width: 100%;
  height: 100%;
}
#articleList > div.articleList-content {
  padding: 40px 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#articleList > div.articleList-content .articleList-content-left .content-left-title {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f5f5f5;
}
#articleList > div.articleList-content .articleList-content-left .content-left-title > i {
  width: 4px;
  height: 22px;
  background: #ed5566;
  display: inline-block;
  margin-right: 6px;
}
#articleList > div.articleList-content .articleList-content-left .content-left-title > span {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
#articleList > div.articleList-content .articleList-content-left .cont-left-tit {
  height: 50px;
  width: 100%;
  border-bottom: 1px dashed #f5f5f5;
  color: #aaaaaa;
  line-height: 50px;
}
#articleList > div.articleList-content .articleList-content-left .cont-left-tit > a {
  color: #aaaaaa;
  font-size: 14px;
}
#articleList > div.articleList-content .articleList-content-left .cont-left-tit > span {
  color: #ed5566;
  font-size: 14px;
}
#articleList > div.articleList-content .articleList-content-left .content-list {
  width: 100%;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 200px;
  height: 136px;
  background: #eee;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-left >a > img {
  width: 100%;
  height: 100%;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  box-sizing: border-box;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-right .list-right-tit {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-right .list-right-tit >a {
  display: block;
  position: relative;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-right .list-right-tit > a > div {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-right .list-right-tit > a > span {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaaaaa;
  font-size: 14px;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-right .list-right-cont {
  font-size: 14px;
  color: #505050;
  line-height: 30px;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-right .list-right-tab > div {
  display: inline-block;
  vertical-align: middle;
  min-width: 60px;
  height: 20px;
  position: relative;
  margin: 10px 5px;
  box-sizing: border-box;
  
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-right .list-right-tab > div > a {
  display: block;
  position: relative;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-right .list-right-tab > div > a > span {
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background: #ebf9ff;
  color: #009ddf;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  padding-right: 10px; 
  box-sizing: border-box;
  padding-left: 28px;
}
#articleList > div.articleList-content .articleList-content-left .content-list .list .list-right .list-right-tab > div > a > div {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #009ddf;
  color: #fff;
  text-align: center;
  line-height: 24px;
  top: -2px;
  left: 0;
}
#articleList > div.articleList-content .articleList-content-right {
  width: 320px;
}
#articleList > div.articleList-content .articleList-content-right .download {
  width: 100%;
  height: 478px;
}
#articleList > div.articleList-content .articleList-content-right .download > img {
  width: 100%;
  height: 100%;
}
#articleList > div.articleList-content .articleList-content-right .guess {
  margin-top: 10px;
  width: 100%;
}
#articleList > div.articleList-content .articleList-content-right .guess .guess-title {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f5f5f5;
}
#articleList > div.articleList-content .articleList-content-right .guess .guess-title > i {
  width: 4px;
  height: 18px;
  background: #ed5566;
  display: inline-block;
  margin-right: 6px;
}
#articleList > div.articleList-content .articleList-content-right .guess .guess-title > span {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
#articleList > div.articleList-content .articleList-content-right .guess .guess-cont {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0 0 6px #ccc;
  border-radius: 4px;
  font-size: 0;
}
#articleList > div.articleList-content .articleList-content-right .guess .guess-cont .guess-item {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0;
}
#articleList > div.articleList-content .articleList-content-right .guess .guess-cont .guess-item .hot {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #ed5566;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
}
#articleList > div.articleList-content .articleList-content-right .guess .guess-cont .guess-item i {
  color: #333333;
}
#articleList > div.articleList-content .articleList-content-right .guess .guess-cont .guess-item .tit {
  color: #333333;
}
#articleList > div.articleList-content .articleList-content-right .hotest {
  margin-top: 10px;
  width: 100%;
}
#articleList > div.articleList-content .articleList-content-right .hotest .hotest-title {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
#articleList > div.articleList-content .articleList-content-right .hotest .hotest-title > i {
  width: 4px;
  height: 18px;
  background: #ed5566;
  display: inline-block;
  margin-right: 6px;
}
#articleList > div.articleList-content .articleList-content-right .hotest .hotest-title > span {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
#articleList > div.articleList-content .articleList-content-right .hotest .hotest-title > .more {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  color: #aaaaaa;
  font-size: 14px;
  cursor: pointer;
}
#articleList > div.articleList-content .articleList-content-right .hotest .hotest-cont {
  width: 100%;
  padding: 25px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 6px #ccc;
  border-radius: 4px;
  font-size: 0;
}
#articleList > div.articleList-content .articleList-content-right .hotest .hotest-cont .hotest-item {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  margin-bottom: 6px;
}
#articleList > div.articleList-content .articleList-content-right .hotest .hotest-cont .hotest-item img {
  display: inline-block;
  width: 130px;
  height: 195px;
}
#articleList > div.articleList-content .articleList-content-right .hotest .hotest-cont .hotest-item p {
  line-height: 30px;
  font-size: 14px;
}
#articleList > div.articleList-content .articleList-content-right .newest {
  margin-top: 10px;
  width: 100%;
}
#articleList > div.articleList-content .articleList-content-right .newest .newest-title {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
#articleList > div.articleList-content .articleList-content-right .newest .newest-title > i {
  width: 4px;
  height: 18px;
  background: #ed5566;
  display: inline-block;
  margin-right: 6px;
}
#articleList > div.articleList-content .articleList-content-right .newest .newest-title > span {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
#articleList > div.articleList-content .articleList-content-right .newest .newest-title > .more {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  color: #aaaaaa;
  font-size: 14px;
  cursor: pointer;
}
#articleList > div.articleList-content .articleList-content-right .newest .newest-cont {
  width: 100%;
  padding: 25px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 6px #ccc;
  border-radius: 4px;
}
#articleList > div.articleList-content .articleList-content-right .newest .newest-cont > ul {
  width: 100%;
}
#articleList > div.articleList-content .articleList-content-right .newest .newest-cont > ul li {
  width: 100%;
  list-style: disc inside;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
