* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#navigation .navigation .navigationList .navigationItem a:nth-child(6) p {
  color: #4386db !important;
}
@media (min-width: 1200px) {
 
  .newsList {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 100px;
    /* height: 520px; */
  }
  .newsList .left {
    width: 400px;
    height: 684px;
    margin-right: 20px;
  }
  .newsList .left img {
    width: 400px;
    height: 684px;
  }
  .newsList .right {
    width: 800px;
    height: 684px;
    background-color: #f5f6fa;
  }
  .newsList .right .rightList {
    width: 760px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .newsList .right .rightList .item {
    width: 240px;
    height: 250px;
    background-color: white;
    margin-top: 20px;
    margin-left: 20px;
    cursor: pointer;
  }
  .newsList .right .rightList .item.active {
    background-color: #e9e8ed;
  }
  .newsList .right .rightList .item:nth-child(1) {
    margin-left: 0;
  }
  .newsList .right .rightList .item:nth-child(4) {
    margin-left: 0;
  }
  .newsList .right .rightList .item p:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #222222;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .newsList .right .rightList .item p:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #afafaf;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .newsList .right .rightList .item .line {
    width: 80%;
    height: 1px;
    display: block;
    margin: 0 auto;
    background-color: #b0b0b0;
    margin-top: 10px;
  }
  .newsList .right .rightList .item p:nth-child(4) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #656565;
    line-height: 25px;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .newsList .right .rightList .item .img {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: flex-end;
  }
  .newsList .right .rightList .item .img img {
    filter: invert(20%);
  }
  #pager {
    padding-top: 0 !important;
    margin-top: 50px;
    padding-bottom: 0 !important;
  }
}
@media (max-width:1199px) {
  .newsList {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    /* height: 520px; */
  }
  .newsList .left {
  display:none;
  }
  .newsList .left img {
    width: 400px;
    height: 684px;
  }
  .newsList .right {
    background-color: #f5f6fa;
  }
  .newsList .right .rightList {
    width: 100%;
    margin: 0 auto;
    display: flex;
	padding:0 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .newsList .right .rightList .item {
    width:100%;
	margin:10px 0;
	padding:10px;
    background-color: white;
    cursor: pointer;
  }
  .newsList .right .rightList .item.active {
    background-color: #e9e8ed;
  }
  .newsList .right .rightList .item:nth-child(1) {
    margin-left: 0;
  }
  .newsList .right .rightList .item:nth-child(4) {
    margin-left: 0;
  }
  .newsList .right .rightList .item p:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #222222;
    width:90%;
    display: block;
    margin: 0 auto;
	margin-top:10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .newsList .right .rightList .item p:nth-child(2) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #afafaf;
    width:90%;
    display: block;
    margin: 0 auto;
    margin-top:10px;
  }
  .newsList .right .rightList .item .line {
    width:90%;
    height: 1px;
    display: block;
    margin: 0 auto;
    background-color: #b0b0b0;
    margin-top: 10px;
  }
  .newsList .right .rightList .item p:nth-child(4) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #656565;
    line-height: 25px;
    width:90%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .newsList .right .rightList .item .img {
    display: flex;
    width:90%;
    margin: 0 auto;
    justify-content: flex-end;
  }
  .newsList .right .rightList .item .img img {
    filter: invert(20%);
  }
  #pager {
    padding-top: 0 !important;
    margin-top: 50px;
    padding-bottom: 0 !important;
  }
}
