/* 鼠标移入时给标题改变颜色 */
.content .picNews ul li .title:hover, .content .textNews ul li .title:hover {
  color: rgb(103,126,184);
}
@media screen and (min-width: 1200px) {
  .curmb {
    margin-bottom: 30px;
    height: 54px;
    border-bottom: 1px solid #E8E8E8;
  }
  .curmb div {
    width: 1200px;
    margin: auto;
    font-size: 16px;
    line-height: 54px;
    color: #333333;
  }
  .curmb div span:last-of-type {
    color: #677EB8;
  }
  .content {
    width: 1200px;
    min-height: 300px;
    margin: 30px auto 70px auto;
  }
  .content .picNews {
    margin-bottom: 60px;
  }
  .content .picNews ul {
    display: flex;
    justify-content: space-between;
  }
  .content .picNews ul li {
    width: 580px;
  }
  .content .picNews ul li img {
    margin-bottom: 17px;
    width: 580px;
    height: 326px;
    object-fit: cover;
  }
  .content .picNews ul li .title {
    font-family: "Auraka光荣日字体";
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    color: rgb(102,102,102);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .content .picNews ul li .details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
  }
  .content .picNews ul li .details div {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .content .picNews ul li .details div img {
    margin: 0 6px 0 0;
    width: 15px;
    height: 11px;
  }
  .content .textNews ul li {
    margin-bottom: 30px;
    border-bottom: 1px solid #E8E8E8;
  }
  .content .textNews ul li .title {
    font-family: "Auraka光荣日字体";
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
    color: rgb(102,102,102);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .content .textNews ul li .introduce {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .content .textNews ul li .details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
  }
  .content .textNews ul li .details div {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .content .textNews ul li .details div img {
    margin: 0 6px 0 0;
    width: 15px;
    height: 11px;
  }
  .page-control {
    width: 1200px !important;
    margin: 30px auto 70px auto;
  }
  .page-control .page-con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .page-control .page-con .i-prev,
  .page-control .page-con .i-next {
    display: flex;
    margin-left: 8px;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
  }
  .page-control .page-con .i-prev img,
  .page-control .page-con .i-next img {
    margin: auto;
    display: block;
    width: 10px;
    height: 14px;
  }
  .page-control .page-con ul {
    display: flex;
    justify-content: left;
  }
  .page-control .page-con ul li {
    margin-left: 8px;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
  }
  .page-control .page-con ul .activePage {
    background: #677EB8;
    color: #fff;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .curmb {
    margin-bottom: calc(0.8 * 30px);
    height: calc(0.8 * 54px);
    border-bottom: 1px solid #E8E8E8;
  }
  .curmb div {
    width: calc(100vw - 48px);
    margin: auto;
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 54px);
    color: #333333;
  }
  .curmb div span:last-of-type {
    color: #677EB8;
  }
  .content {
    width: calc(100vw - 48px);
    margin: calc(0.8 * 30px) auto calc(0.8 * 70px) auto;
  }
  .content .picNews {
    margin-bottom: calc(0.8 * 60px);
  }
  .content .picNews ul {
    display: flex;
    justify-content: space-between;
  }
  .content .picNews ul li {
    width: calc(50vw - 32px);
  }
  .content .picNews ul li img {
    margin-bottom: calc(0.8 * 17px);
    width: calc(50vw - 32px);
    height: calc(50vw / 1.5 - 32px / 1.5);
    object-fit: cover;
  }
  .content .picNews ul li .title {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.8 * 20px);
    font-size: calc(0.8 * 24px);
    line-height: calc(0.8 * 28px);
    color: rgb(102,102,102);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .content .picNews ul li .details {
    display: flex;
    justify-content: space-between;
    font-size: calc(0.8 * 14px);
    line-height: calc(0.8 * 20px);
    color: #999999;
  }
  .content .picNews ul li .details div {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .content .picNews ul li .details div img {
    margin: 0 calc(0.8 * 6px) 0 0;
    width: calc(0.8 * 15px);
    height: calc(0.8 * 11px);
  }
  .content .textNews ul li {
    margin-bottom: calc(0.8 * 30px);
    border-bottom: 1px solid #E8E8E8;
  }
  .content .textNews ul li .title {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.8 * 16px);
    font-size: calc(0.8 * 24px);
    line-height: calc(0.8 * 28px);
    color: rgb(102,102,102);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .content .textNews ul li .introduce {
    margin-bottom: calc(0.8 * 30px);
    font-size: calc(0.8 * 14px);
    line-height: calc(0.8 * 20px);
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .content .textNews ul li .details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: calc(0.8 * 14px);
    line-height: calc(0.8 * 20px);
    color: #999999;
  }
  .content .textNews ul li .details div {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .content .textNews ul li .details div img {
    margin: 0 calc(0.8 * 6px) 0 0;
    width: calc(0.8 * 15px);
    height: calc(0.8 * 11px);
  }
  .page-control {
    width: calc(100vw - 48px);
    margin: 30px auto 70px auto;
  }
  .page-control .page-con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .page-control .page-con .i-prev,
  .page-control .page-con .i-next {
    display: flex;
    margin-left: calc(0.8*8px);
    width: calc(0.8*32px);
    height: calc(0.8*32px);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: calc(0.8*6px);
    text-align: center;
    cursor: pointer;
  }
  .page-control .page-con .i-prev img,
  .page-control .page-con .i-next img {
    margin: auto;
    display: block;
    width: 10px;
    height: 14px;
  }
  .page-control .page-con ul {
    display: flex;
    justify-content: left;
  }
  .page-control .page-con ul li {
    margin-left: calc(0.8*8px);
    width: calc(0.8*32px);
    height: calc(0.8*32px);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: calc(0.8*6px);
    font-size: calc(0.8*14px);
    line-height: calc(0.8*32px);
    text-align: center;
    cursor: pointer;
  }
  .page-control .page-con ul .activePage {
    background: #677EB8;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .curmb {
    margin-bottom: calc(0.7 * 30px);
    height: calc(0.7 * 54px);
    border-bottom: 1px solid #E8E8E8;
  }
  .curmb div {
    width: calc(100vw - 24px);
    margin: auto;
    font-size: calc(0.7 * 16px);
    line-height: calc(0.7 * 54px);
    color: #333333;
  }
  .curmb div span:last-of-type {
    color: #677EB8;
  }
  .content {
    width: calc(100vw - 24px);
    margin: calc(0.4 * 30px) auto calc(0.4 * 70px) auto;
  }
  .content .picNews {
    margin-bottom: calc(0.6 * 60px);
  }
  .content .picNews ul {
    display: flex;
    justify-content: space-between;
  }
  .content .picNews ul li {
    width: calc(50vw - 20px);
  }
  .content .picNews ul li img {
    margin-bottom: calc(0.6 * 17px);
    width: calc(50vw - 20px);
    height: calc(50vw / 1.5 - 20px / 1.5);
    object-fit: cover;
  }
  .content .picNews ul li .title {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.5 * 20px);
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .content .picNews ul li .details {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: calc(0.6 * 20px);
    color: #999999;
  }
  .content .picNews ul li .details div {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .content .picNews ul li .details div img {
    margin: 0 calc(0.6 * 6px) 0 0;
    width: calc(0.6 * 15px);
    height: calc(0.6 * 11px);
  }
  .content .textNews ul li {
    margin-bottom: calc(0.4 * 30px);
    border-bottom: 1px solid #E8E8E8;
  }
  .content .textNews ul li .title {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.6 * 16px);
    font-size: calc(0.6 * 24px);
    line-height: calc(0.6 * 28px);
    color: rgb(102,102,102);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .content .textNews ul li .introduce {
    margin-bottom: calc(0.4 * 30px);
    font-size: 12px;
    line-height: calc(0.6 * 20px);
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .content .textNews ul li .details {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(0.4 * 30px);
    font-size: 12px;
    line-height: calc(0.6 * 20px);
    color: #999999;
  }
  .content .textNews ul li .details div {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .content .textNews ul li .details div img {
    margin: 0 calc(0.6 * 6px) 0 0;
    width: 14px;
    height: 14px;
  }
  .page-control {
    width: calc(100vw - 24px);
    margin: calc(0.6*30px) auto calc(0.6*70px) auto;
  }
  .page-control .page-con {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .page-control .page-con .i-prev,
  .page-control .page-con .i-next {
    display: flex;
    margin-left: calc(0.6*8px);
    width: calc(0.6*32px);
    height: calc(0.6*32px);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: calc(0.6*6px);
    text-align: center;
    cursor: pointer;
  }
  .page-control .page-con .i-prev img,
  .page-control .page-con .i-next img {
    margin: auto;
    display: block;
    width: calc(0.6*10px);
    height: calc(0.6*14px);
  }
  .page-control .page-con ul {
    display: flex;
    justify-content: left;
  }
  .page-control .page-con ul li {
    margin-left: calc(0.6*8px);
    width: calc(0.6*32px);
    height: calc(0.6*32px);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: calc(0.6*6px);
    font-size: calc(0.6*14px);
    line-height: calc(0.6*32px);
    text-align: center;
    cursor: pointer;
  }
  .page-control .page-con ul .activePage {
    background: #677EB8;
    color: #fff;
  }
}
