@media only screen and (max-width: 479px) {
  body {
    min-width: 320px;
    max-width: 479px;
    width: 15rem;
    margin: 0 auto;
    line-height: 1;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
  }
  body #header {
    display: none;
  }
  body #weatherIframe {
    width: 15rem;
    height: 5.43478261rem;
  }
  body .banner {
    width: 15rem;
  }
  body .banner img {
    flex: 1;
    width: 15rem;
  }
  body .sections {
    width: 15rem;
  }
  body .sections li {
    width: 15rem;
    margin-top: 0.36231884rem;
  }
  body .sections li .sectionTitle {
    width: 15rem;
    height: 1.44927536rem;
    background-color: #FDFCF8;
    color: #FFFFFF;
    line-height: 1.08695652rem;
    padding: 0.18115942em;
  }
  body .sections li .sectionTitle .sectionTitleContent {
    display: flex;
    width: 14.63768116rem;
    height: 1.08695652rem;
    background-color: #008CD7;
  }
  body .sections li .sectionTitle .sectionTitleContent strong {
    flex: 1;
    font-size: 0.72463768rem;
    padding-left: 0.18115942rem;
    cursor: default;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn {
    display: flex;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn span {
    font-size: 0.65217391rem;
    padding: 0 0.2173913rem;
    cursor: pointer;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn .icon-zhankai {
    display: none;
  }
  body .sections li .sectionTitle .sectionTitleContent a {
    width: 1.8115942rem;
    font-size: 0.57971014rem;
    color: #FFFFFF;
    transition: transform 0.1s ease-in-out;
  }
  body .sections li .sectionTitle .sectionTitleContent a span {
    font-size: 0.57971014rem;
  }
  body .sections li .sectionTitle .sectionTitleContent a:active {
    transform: scale(0.9);
  }
  body .sections li .newsList {
    width: 15rem;
    padding: 0 0.18115942rem;
  }
  body .sections li .newsList a {
    display: block;
    width: 14.63768116rem;
    box-shadow: 0 0.07246377rem 0.36231884rem #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 0.18115942rem;
    transition: transform 0.1s ease-in-out;
  }
  body .sections li .newsList a .newsContent {
    display: flex;
    width: 14.63768116rem;
    padding: 0.28985507rem 0.14492754rem;
  }
  body .sections li .newsList a .newsContent img {
    width: 4.71014493rem;
    height: 3.26086957rem;
  }
  body .sections li .newsList a .newsContent .newsText {
    flex: 1;
    padding: 0.2173913rem 0.28985507rem 0 0.28985507rem;
  }
  body .sections li .newsList a .newsContent .newsText strong {
    height: 2.17391304rem;
    font-size: 0.72463768rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.08695652rem;
  }
  body .sections li .newsList a .newsContent .newsText p {
    display: none;
  }
  body .sections li .newsList a .newsMsg {
    display: flex;
    border-top: 0.07246377rem solid #E6E5E3;
    padding: 0.07246377rem 0.14492754rem;
    color: #666666;
    line-height: 1.19565217rem;
  }
  body .sections li .newsList a .newsMsg u {
    flex: 1;
    font-size: 0.50724638rem;
    text-decoration: none;
  }
  body .sections li .newsList a .newsMsg i {
    font-size: 0.50724638rem;
    margin-left: 0.36231884rem;
    margin-right: 0.36231884rem;
  }
  body .sections li .newsList .news:nth-child(1) {
    margin-top: 0;
  }
  body .sections li .newsList .textNews .newsContent .newsText {
    padding: 0;
  }
  body .sections li .newsList .textNews .newsContent .newsText strong {
    height: 1.08695652rem;
    -webkit-line-clamp: 1;
  }
  body .sections li:nth-child(1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  body {
    min-width: 480px;
    max-width: 639px;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
  }
  body #header {
    width: 100%;
    height: 94px;
  }
  body #weatherIframe {
    width: 100%;
    height: 150px;
  }
  body .banner {
    width: 100%;
  }
  body .banner img {
    width: 100%;
  }
  body .sections {
    width: 100%;
  }
  body .sections li {
    width: 100%;
    margin-top: 10px;
  }
  body .sections li .sectionTitle {
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 5px;
  }
  body .sections li .sectionTitle .sectionTitleContent {
    display: flex;
    width: 100%;
    height: 30px;
    background-color: #008CD7;
  }
  body .sections li .sectionTitle .sectionTitleContent strong {
    flex: 1;
    font-size: 20px;
    padding-left: 5px;
    cursor: default;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn {
    display: flex;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn span {
    font-size: 18px;
    padding: 0 6px;
    cursor: pointer;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn .icon-zhankai {
    display: none;
  }
  body .sections li .sectionTitle .sectionTitleContent a {
    width: 50px;
    font-size: 16px;
    color: #FFFFFF;
    transition: transform 0.1s ease-in-out;
  }
  body .sections li .sectionTitle .sectionTitleContent a span {
    font-size: 16px;
  }
  body .sections li .sectionTitle .sectionTitleContent a:active {
    transform: scale(0.9);
  }
  body .sections li .newsList {
    width: 100%;
    padding: 0 5px;
  }
  body .sections li .newsList a {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 5px;
    transition: transform 0.1s ease-in-out;
  }
  body .sections li .newsList a .newsContent {
    display: flex;
    width: 100%;
    padding: 8px 4px;
  }
  body .sections li .newsList a .newsContent img {
    width: 130px;
    height: 90px;
  }
  body .sections li .newsList a .newsContent .newsText {
    flex: 1;
    padding: 6px 8px 0 8px;
  }
  body .sections li .newsList a .newsContent .newsText strong {
    height: 30px;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 30px;
  }
  body .sections li .newsList a .newsContent .newsText p {
    height: 28px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 28px;
    margin-top: 6px;
  }
  body .sections li .newsList a .newsMsg {
    display: flex;
    border-top: 2px solid #E6E5E3;
    padding: 2px 4px;
    color: #666666;
    line-height: 33px;
  }
  body .sections li .newsList a .newsMsg u {
    flex: 1;
    font-size: 14px;
    text-decoration: none;
  }
  body .sections li .newsList a .newsMsg i {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body .sections li .newsList a:hover {
    transform: scale(1.03);
  }
  body .sections li .newsList .news:nth-child(1) {
    margin-top: 0;
  }
  body .sections li .newsList .textNews .newsContent strong {
    height: 30px;
    padding: 0;
    -webkit-line-clamp: 1;
  }
  body .sections li:nth-child(1) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 799px) {
  body {
    min-width: 640px;
    max-width: 799px;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
  }
  body iframe {
    width: 100%;
    height: 94px;
  }
  body .banner {
    width: 100%;
  }
  body .banner img {
    width: 100%;
  }
  body .sections {
    display: flex;
    width: 100%;
  }
  body .sections li {
    width: 320px;
  }
  body .sections li .sectionTitle {
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 5px;
  }
  body .sections li .sectionTitle .sectionTitleContent {
    display: flex;
    width: 100%;
    height: 30px;
    background-color: #008CD7;
  }
  body .sections li .sectionTitle .sectionTitleContent strong {
    flex: 1;
    font-size: 20px;
    padding-left: 5px;
    cursor: default;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn {
    display: flex;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn span {
    font-size: 18px;
    padding: 0 6px;
    cursor: pointer;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn .icon-zhankai {
    display: none;
  }
  body .sections li .sectionTitle .sectionTitleContent a {
    width: 50px;
    font-size: 16px;
    color: #FFFFFF;
    transition: transform 0.1s ease-in-out;
  }
  body .sections li .sectionTitle .sectionTitleContent a span {
    font-size: 16px;
  }
  body .sections li .sectionTitle .sectionTitleContent a:active {
    transform: scale(0.9);
  }
  body .sections li .newsList {
    width: 100%;
    padding: 0 5px;
  }
  body .sections li .newsList a {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 5px;
    transition: transform 0.1s ease-in-out;
  }
  body .sections li .newsList a .newsContent {
    display: flex;
    width: 100%;
    padding: 8px 4px;
  }
  body .sections li .newsList a .newsContent img {
    width: 130px;
    height: 90px;
  }
  body .sections li .newsList a .newsContent .newsText {
    flex: 1;
    padding: 6px 8px 0 8px;
  }
  body .sections li .newsList a .newsContent .newsText strong {
    height: 60px;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
  }
  body .sections li .newsList a .newsContent .newsText p {
    display: none;
  }
  body .sections li .newsList a .newsMsg {
    display: flex;
    border-top: 2px solid #E6E5E3;
    padding: 2px 4px;
    color: #666666;
    line-height: 33px;
  }
  body .sections li .newsList a .newsMsg u {
    flex: 1;
    font-size: 14px;
    text-decoration: none;
  }
  body .sections li .newsList a .newsMsg i {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body .sections li .newsList a:hover {
    transform: scale(1.03);
  }
  body .sections li .newsList .news:nth-child(1) {
    margin-top: 0;
  }
  body .sections li .newsList .textNews .newsContent strong {
    height: 30px;
    padding: 0;
    -webkit-line-clamp: 1;
  }
  body .sections li:nth-child(1) {
    margin-top: 0;
    width: calc(100% - 320px);
  }
  body .sections li:nth-child(2) .newsList .news .newsContent .newsText strong {
    font-size: 18px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 959px) {
  body {
    min-width: 800px;
    max-width: 959px;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
  }
  body iframe {
    width: 100%;
    height: 94px;
  }
  body .banner {
    width: 100%;
  }
  body .banner img {
    width: 100%;
  }
  body .sections {
    display: flex;
    width: 100%;
  }
  body .sections li {
    width: 320px;
  }
  body .sections li .sectionTitle {
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 5px;
  }
  body .sections li .sectionTitle .sectionTitleContent {
    display: flex;
    width: 100%;
    height: 30px;
    background-color: #008CD7;
  }
  body .sections li .sectionTitle .sectionTitleContent strong {
    flex: 1;
    font-size: 20px;
    padding-left: 5px;
    cursor: default;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn {
    display: flex;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn span {
    font-size: 18px;
    padding: 0 6px;
    cursor: pointer;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn .icon-zhankai {
    display: none;
  }
  body .sections li .sectionTitle .sectionTitleContent a {
    width: 50px;
    font-size: 16px;
    color: #FFFFFF;
    transition: transform 0.1s ease-in-out;
  }
  body .sections li .sectionTitle .sectionTitleContent a span {
    font-size: 16px;
  }
  body .sections li .sectionTitle .sectionTitleContent a:active {
    transform: scale(0.9);
  }
  body .sections li .newsList {
    width: 100%;
    padding: 0 5px;
  }
  body .sections li .newsList a {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 5px;
    transition: transform 0.1s ease-in-out;
  }
  body .sections li .newsList a .newsContent {
    display: flex;
    width: 100%;
    padding: 8px 4px;
  }
  body .sections li .newsList a .newsContent img {
    width: 130px;
    height: 90px;
  }
  body .sections li .newsList a .newsContent .newsText {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 6px 8px 0 8px;
  }
  body .sections li .newsList a .newsContent .newsText strong {
    height: 30px;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 30px;
  }
  body .sections li .newsList a .newsContent .newsText p {
    height: 28px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 28px;
    margin-top: 6px;
  }
  body .sections li .newsList a .newsMsg {
    display: flex;
    border-top: 2px solid #E6E5E3;
    padding: 2px 4px;
    color: #666666;
    line-height: 33px;
  }
  body .sections li .newsList a .newsMsg u {
    flex: 1;
    font-size: 14px;
    text-decoration: none;
  }
  body .sections li .newsList a .newsMsg i {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body .sections li .newsList a:hover {
    transform: scale(1.03);
  }
  body .sections li .newsList .news:nth-child(1) {
    margin-top: 0;
  }
  body .sections li .newsList .textNews .newsContent strong {
    height: 30px;
    padding: 0;
    -webkit-line-clamp: 1;
  }
  body .sections li:nth-child(1) {
    margin-top: 0;
    width: calc(100% - 320px);
  }
  body .sections li:nth-child(2) .newsList .news .newsContent .newsText strong {
    font-size: 18px;
    height: 60px;
    -webkit-line-clamp: 2;
  }
  body .sections li:nth-child(2) .newsList .news .newsContent .newsText p {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  body {
    min-width: 960px;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
  }
  body iframe {
    width: 100%;
    height: 94px;
  }
  body .banner {
    width: 960px;
    margin: 0 auto;
  }
  body .banner img {
    width: 960px;
    margin: 0 auto;
  }
  body .sections {
    display: flex;
    width: 960px;
    margin: 0 auto;
  }
  body .sections li {
    width: 320px;
  }
  body .sections li .sectionTitle {
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 5px;
  }
  body .sections li .sectionTitle .sectionTitleContent {
    display: flex;
    width: 100%;
    height: 30px;
    background-color: #008CD7;
  }
  body .sections li .sectionTitle .sectionTitleContent strong {
    flex: 1;
    font-size: 20px;
    padding-left: 5px;
    cursor: default;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn {
    display: flex;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn span {
    font-size: 18px;
    padding: 0 6px;
    cursor: pointer;
  }
  body .sections li .sectionTitle .sectionTitleContent .turn .icon-zhankai {
    display: none;
  }
  body .sections li .sectionTitle .sectionTitleContent a {
    width: 50px;
    font-size: 16px;
    color: #FFFFFF;
    transition: transform 0.1s ease-in-out;
  }
  body .sections li .sectionTitle .sectionTitleContent a span {
    font-size: 16px;
  }
  body .sections li .sectionTitle .sectionTitleContent a:active {
    transform: scale(0.9);
  }
  body .sections li .newsList {
    width: 100%;
    padding: 0 5px;
  }
  body .sections li .newsList a {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 5px;
    transition: transform 0.1s ease-in-out;
  }
  body .sections li .newsList a .newsContent {
    display: flex;
    width: 100%;
    padding: 8px 4px;
  }
  body .sections li .newsList a .newsContent img {
    position: relative;
    width: 173.33333333px;
    height: 120px;
  }
  body .sections li .newsList a .newsContent .newsText {
    flex: 1;
    padding: 6px 8px 0 8px;
  }
  body .sections li .newsList a .newsContent .newsText strong {
    height: 30px;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 30px;
  }
  body .sections li .newsList a .newsContent .newsText p {
    height: 56px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-indent: 36px;
    line-height: 28px;
    margin-top: 6px;
  }
  body .sections li .newsList a .newsMsg {
    display: flex;
    border-top: 2px solid #E6E5E3;
    padding: 2px 4px;
    color: #666666;
    line-height: 33px;
  }
  body .sections li .newsList a .newsMsg u {
    flex: 1;
    font-size: 14px;
    text-decoration: none;
  }
  body .sections li .newsList a .newsMsg i {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body .sections li .newsList a:hover {
    transform: scale(1.03);
  }
  body .sections li .newsList .news:nth-child(1) {
    margin-top: 0;
  }
  body .sections li .newsList .textNews .newsContent strong {
    height: 30px;
    padding: 0;
    -webkit-line-clamp: 1;
  }
  body .sections li:nth-child(1) {
    margin-top: 0;
    width: calc(100% - 320px);
  }
  body .sections li:nth-child(2) .newsList .news .newsContent .newsText strong {
    font-size: 17px;
    height: 90px;
    -webkit-line-clamp: 3;
  }
  body .sections li:nth-child(2) .newsList .news .newsContent .newsText p {
    display: none;
  }
}
