<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
.pen-wrap {
  max-width: 1100px;
  margin: 0 auto; }
  .pen-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .pen-wrap ul li {
      width: 47.5%;
      margin-bottom: 5%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }

@media only screen and (max-width: 750px) {
  .pen-wrap {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto; }
    .pen-wrap ul {
      display: block; }
      .pen-wrap ul li {
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #eee; }
        .pen-wrap ul li:last-child {
          border-bottom: none;
          margin-bottom: none; } }
ul.pen_items{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;}
.pen_item {
  width: 31.48148%;
  margin-right: 2.77778%;
  margin-bottom: 5%;
  }
  .pen_item:nth-of-type(3n) {
    margin-right: 0; }
  .pen_items a{
    color: black; }
  .pen_items .text h3 {
    display: block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px; }
  .pen_items .text p {
    font-size: 13px;
    line-height: 1.6; }
  .pen_items .howtoList_image {
    margin-bottom: 12px; }

@media only screen and (max-width: 750px) {
ul.pen_items{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;}
  .pen_item{
    width: 42.66667vw;
    margin-top: 2.66667vw;
    margin-right: 0; }
  .pen_item:nth-of-type(1),.pen_item::nth-of-type(2){
    margin-top: 0; }
    .pen_items .text h2 {
      font-size: 15px;
      margin-bottom: 12px; }
    .pen_items .text p {
      font-size: 13px;
      line-height: 1.6; } }



.pen-wrap .thumb {
  width: 45%; }
  .pen-wrap .thumb img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1; }

.pen-wrap .text {
  width: 50%; }
  .pen-wrap .text h2 {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px; }
  .pen-wrap .text p {
    font-size: 16px;
    line-height: 1.6; }
  .pen-wrap .text a {
    color: black; }


@media only screen and (max-width: 750px) {
  .pen-wrap .thumb {
    width: 35%; }
  .pen-wrap .text {
    width: 60%; }
    .pen-wrap .text h2 {
      font-size: 16px;
      margin-bottom: 16px; }
    .pen-wrap .text p {
      font-size: 16px;
      line-height: 1.6; } }
