.newList li {

  display: flex;

  align-items: center;

  justify-content: space-between;

  transition: .6s;

  margin: 0 0 55px;

}



.newList li:hover {

  box-shadow: 0 0 10px #999;

}



.newMg {

  width: 400px;

  overflow: hidden;

}



.newMg img {

  display: block;

  width: 100%;

  transition: .6s;

}



.newList li:hover .newMg img {

  transform: scale(1.1);

}


.notMg{

  display: none;

}



.newTxt {

  width: calc(100% - 450px);

  box-sizing: border-box;

  padding-right: 15px;

}



.newTxt.notTxt{
  width: 100%;
}



.newTxt h6 {

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 28px;

  letter-spacing: 0px;

  color: #999999;

}



.newTxt h4 {

  font-size: 30px;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #333333;

  margin: 15px 0 25px;

  display: -webkit-box;
  
  -webkit-box-orient: vertical;
  
  -webkit-line-clamp: 2;
  
  overflow: hidden;

}



.newTxt p {

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #666666;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}



.newTxt a {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 140px;

  height: 50px;

  background-color: #ffffff;

  border: solid 2px #9a0000;

  font-size: 18px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #9a0000;

  margin-top: 35px;

  transition: .6s;

}



.newList li:hover a {

  background: #9A0000;

  color: #fff;

}



.newPage {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 60px 0 65px;

}



.newPage li {

  margin: 0 7px;

  height: 32px;

  padding: 8px;

  background-color: #eeeeee;

  border-radius: 3px;

  border: solid 1px #cfcfcf;

  box-sizing: border-box;

}



.newPage li a {

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #333333;

}



.newPage .newActive a {

  background: #9A0000;

  color: #fff;

}



.artBox {

  padding: 20px 0;

}



.artBox h4 {

  text-align: center;

  font-size: 30px;

  letter-spacing: 0px;

  color: #333333;

}



.artBox h6 {

  text-align: center;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 28px;

  letter-spacing: 0px;

  color: #999999;

  margin: 20px 0 15px;

}



.artBox hr {

  width: 100%;

  height: 1px;

  background: #eee;

  border: none;

}



.artBox p {

  font-size: 15px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 40px;

  letter-spacing: 0px;

  color: #666;

  text-indent: 2em;

}



.artBox img {

  display: block;

  margin: 0 auto;

  max-width: 100%;

}



.share {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 50px 0;

}



.share .iconfont {

  font-size: 50px;

  margin: 0 10px;

  transition: .6s;

  border-radius: 50%;

}



.share .iconfont:hover {

  box-shadow: 0 3px 10px;

}



.share .icon-qq {

  color: #4DAFEA;

}



.share .icon-qunfengqqkongjian {

  color: #EECF3D;

}



.share .icon-weixin {

  color: #3EB135;

}



.share .icon-weibo {

  color: #DF4D69;

}



.artJump {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 15px 10px;

  background: #eee;

}



.artJump a {

  font-size: 15px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 28px;

  letter-spacing: 0px;

  color: #666666;

}



.artJump a:hover {

  color: #9A0000;

}



.regul {

  margin: 0 0 120px;

}



.regTitle {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 35px;

}



.regTitle h4 {

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 28px;

  letter-spacing: 0px;

  color: #333333;

}



.regTitle h4 img {

  vertical-align: middle;

  margin-right: 10px;

}



.regTitle a {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100px;

  height: 35px;

  background-color: #9a0000;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}



.regList li {

  border-top: 1px solid #eee;

  padding: 10px 0;

}



.regList a {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 15px 12px;

  transition: .6s;

}



.regList a:hover {

  box-shadow: 0 0 10px #eee;

}



.regList p {

  width: calc(100% - 40px);

  font-size: 18px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #333333;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.regList a:hover p {

  color: #9A0000;

}



.regList .iconfont {

  font-size: 25px;

  color: #666;

}



.regList a:hover .iconfont {

  color: #9A0000;

}



.granArt h4 {

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #333333;

  padding: 0 0 40px;

  border-bottom: 1px solid #eee;

  margin: 0 0 50px;

}



.granArt p {

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #666666;

}



.granArt h5 {

  font-family: 'MicrosoftYaHei-Bold';

  font-size: 16px;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #333333;

}



.comg {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-around;

}



.comg img {

  display: block;

  margin: 0 0 40px;

  max-width: 100%;

}



@media screen and (max-width:1200px) {
  
  
  .newTxt h4 {
    font-size: 22px;
    margin: 5px 0 10px;
  }

  .newTxt a {
    height: 40px;
    font-size: 16px;
    margin-top: 15px;
  }

}

@media screen and (max-width:1020px) {
  
  .newMg {
    width: 280px;
  }

  .newTxt {
    width: calc(100% - 290px);
  }

  .newTxt h4 {
    font-size: 19px;
    margin: 5px 0 10px;
  }

  .newTxt p{
    font-size: 15px;
    line-height: 25px;
  }

  .newTxt a {
    height: 35px;
    font-size: 16px;
    margin-top: 10px;
    width: 120px;
  }

  .regList a {
    padding: 5px 10px;
  }

  .regList p{
    font-size: 16px;
  }

}


@media screen and (max-width:768px) {
  
  .newList li{
    flex-wrap: wrap;
  }

  .newMg,.newTxt{
    width: 100%;
  }

  .newTxt{
    margin: 10px 0 0;
  }

  .newTxt h4 {
    font-size: 17px;
    margin: 0 0 10px;
  }

  .newTxt a {
    height: 30px;
    font-size: 14px;
  }

  .regTitle h4 img {
    margin-right: 5px;
  }

  .regTitle h4 {
    font-size: 20px;
  }

  .regTitle a {
    width: 80px;
    height: 30px;
    font-size: 14px;
  }

  .regList p {
    font-size: 14px;
  }

  .granArt h4 {
    font-size: 20px;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }

  .granArt p {
    font-size: 14px;
    line-height: 25px;
  }


}