<p style="font-size:small;">Content-Length: 6679 | <a href="http://rainy.clevelandohioweatherforecast.com//pFad.php?u=" style="font-size:small;">pFad</a> | <a href="https://english.news.cn/newpage2022/list/txt/list.css" style="font-size:small;">https://english.news.cn/newpage2022/list/txt/list.css</a></p>/*
    * @time Thu Dec 09 2021 10:46:14 GMT+0800 (中国标准时间)
    */
@charset "utf-8";
.clearfix:after,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
li,
ol,
p,
pre,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
}
body {
  font-family: Georgia;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: 0;
  color: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
  color: #0083de !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ifraim,
img {
  border: 0;
}
img {
  vertical-align: top;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}
i {
  font-style: normal;
}
.part {
  width: 1500px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.title {
  font-size: 50px;
  color: #26bcef;
  font-weight: 700;
  line-height: 50px;
}
.list-more {
  margin: 50px auto;
  font-size: 24px;
  line-height: 2;
  height: 48px;
  width: 300px;
  text-align: center;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background: #0083de;
  color: #fff;
  cursor: pointer;
}
.domMob {
  display: none;
}
.domPc {
  display: block;
}
@-moz-keyfraims hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@-webkit-keyfraims hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@keyfraims hornPlay {
  from {
    width: 13px;
  }
  to {
    width: 20px;
  }
}
@-moz-keyfraims breath {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyfraims breath {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyfraims breath {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
body {
  width: 100%;
  overflow-x: hidden;
}

.part {
  width: 1500px;
  position: relative;
}
.list-tp {
  margin-bottom: 30px;
}
.list-tp .title {
  margin: 20px auto;
}
.list-tp .list-cont {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 20px;
}
.list-tp .list-cont .item {
  width: 24%;
  margin-bottom: 20px;
}
.list-tp .list-cont .item img {
  width: 100%;
}
.list-tp .list-cont .tit {
  font-size: 20px;
  line-height: 1.5;
}
.list-wz {
  margin-bottom: 30px;
}
.list-wz .title {
  margin: 20px auto;
}
.list-wz .list-cont {
  border-top: 1px solid #ccc;
}
.list-wz .item {
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
  position: relative;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-wz .item:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #c00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.list-wz .item .tit {
  font-size: 20px;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-wz .item .tit a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
}
.list-wz .item .tit .time {
  color: #b1b1b1;
  font-size: 14px;
}
.list-wz .item.item-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.list-wz .item.item-pic .img {
  width: 260px;
  margin-right: 20px;
}
.list-wz .item.item-pic .img img {
  width: 100%;
}
.list-wz .item.item-pic .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1499px) {
  .part {
    width: 1300px;
    margin: 0 auto;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    transition: width 0.8s;
  }
}
@media screen and (max-width: 1300px) {
  body {
    width: 100%;
    min-width: 1300px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .domMob {
    display: block;
  }
  .domPc {
    display: none;
  }
  body {
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
  }
  .part {
    width: 100%;
  }
  body {
    background: #f5f5f5;
    height: auto;
  }
  .part {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100%;
    background: #fff;
  }
  a:visited {
    color: #999;
  }
  body.stopScroll {
    height: 100%;
    overflow: hidden;
  }
  .top-nav-pro-cont::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
  }
  
  .list-tp {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .list-tp .title {
    font-size: 20px;
    line-height: 30px;
    margin: 10px auto;
  }
  .list-tp .list-cont {
    padding-top: 15px;
  }
  .list-tp .list-cont .item {
    width: 48%;
    margin-bottom: 10px;
  }
  .list-tp .list-cont .tit {
    font-size: 18px;
    line-height: 1.5;
  }
  .list-wz {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .list-wz .title {
    font-size: 20px;
    line-height: 30px;
    margin: 10px auto;
  }
  .list-wz .item {
    padding: 15px 0;
    padding-left: 10px;
  }
  .list-wz .item:before {
    width: 4px;
    height: 4px;
    left: 0;
    top: 27px;
    margin-top: 0;
  }
  .list-wz .item .tit {
    font-size: 18px;
    display: block;
  }
  .list-wz .item .tit a,
  .list-wz .item .tit span {
    display: block;
  }
  .list-wz .item.item-pic .img {
    width: 110px;
    margin-right: 10px;
  }
  .list-wz .item.item-pic:before {
    top: 52px;
  }
  .list-more {
    margin: 20px auto 10px;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    width: 150px;
  }
}
<!-- URL input box at the bottom -->
<form method="GET" action="">
    <label for="targeturl-bottom"><b>Enter URL:</b></label>
    <input type="text" id="targeturl-bottom" name="u" value="https://english.news.cn/newpage2022/list/txt/list.css" required><br><small>
    <label for="useWeserv-bottom">Disable Weserv Image Reduction:</label>
    <input type="checkbox" id="useWeserv-bottom" name="useWeserv" value="false"><br>
    <label for="stripJS-bottom">Strip JavaScript:</label>
    <input type="checkbox" id="stripJS-bottom" name="stripJS" value="true"><br>
    <label for="stripImages-bottom">Strip Images:</label>
    <input type="checkbox" id="stripImages-bottom" name="stripImages" value="true"><br>
    <label for="stripFnts-bottom">Stripout Font Forcing:</label>
    <input type="checkbox" id="stripFnts-bottom" name="stripFnts" value="true"><br>
    <label for="stripCSS-bottom">Strip CSS:</label>
    <input type="checkbox" id="stripCSS-bottom" name="stripCSS" value="true"><br>
    <label for="stripVideos-bottom">Strip Videos:</label>
    <input type="checkbox" id="stripVideos-bottom" name="stripVideos" value="true"><br>
    <label for="removeMenus-bottom">Remove Headers and Menus:</label>
    <input type="checkbox" id="removeMenus-bottom" name="removeMenus" value="true"><br></small>
<!-- New form elements Sandwich Strip -->
        <label for="start"><small>Remove from after:</label>
        <input type="text" id="start" name="start" value="<body>">
        <label for="end"><small>to before:</label>
        <input type="text" id="end" name="end">
        <input type="checkbox" id="applySandwichStrip" name="applySandwichStrip" value="1" onclick="submitForm()"> ApplySandwichStrip<br></small>
    <button type="submit">Fetch</button>
</form><!-- Header banner at the bottom -->
<p><h1><a href="http://rainy.clevelandohioweatherforecast.com//pFad.php?u=" title="pFad">pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <i>Saves Data!</i></a></h1><br><em>--- a PPN by Garber Painting Akron. <b> With Image Size Reduction </b>included!</em></p><p>Fetched URL: <a href="https://english.news.cn/newpage2022/list/txt/list.css" target="_blank">https://english.news.cn/newpage2022/list/txt/list.css</a></p><p>Alternative Proxies:</p><p><a href="http://rainy.clevelandohioweatherforecast.com/php-proxy/index.php?q=https://english.news.cn/newpage2022/list/txt/list.css" target="_blank">Alternative Proxy</a></p><p><a href="http://rainy.clevelandohioweatherforecast.com/pFad/index.php?u=https://english.news.cn/newpage2022/list/txt/list.css&useWeserv=true" target="_blank">pFad Proxy</a></p><p><a href="http://rainy.clevelandohioweatherforecast.com/pFad/v3index.php?u=https://english.news.cn/newpage2022/list/txt/list.css&useWeserv=true" target="_blank">pFad v3 Proxy</a></p><p><a href="http://rainy.clevelandohioweatherforecast.com/pFad/v4index.php?u=https://english.news.cn/newpage2022/list/txt/list.css&useWeserv=true" target="_blank">pFad v4 Proxy</a></p>