html,
body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", Arial, sans-serif;
}

ul,
li,
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  background-color: #edf0f0;
  font-size: 14px;
}

a {
  text-decoration: none;
  position: relative;
}

a:hover {
  text-decoration: underline;
}

* {
  outline: none;
}

li {
  list-style-type: none;
}

@keyframes ani-rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

#loading {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

#loading::before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
  background-image: url(../image/loading.gif);
  background-size: 100% 100%;
  animation: ani-rotate360 1s linear 0s infinite;
}

#roll_top {
  display: none;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) url(../image/btn_top.svg) no-repeat center 50%;
  cursor: pointer;
}

.wrapper {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}

/* header */

.top {
  background-image: url(../image/top-bg.jpg?v=6);
  background-repeat: no-repeat;
  background-color: #00aa3a;
  background-position: center bottom;
}

.header {
  width: 100%;
  height: 100px;
}

.header .wrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  padding-top: 10px;
}

.header .logo img {
  height: 80px;
}

.search-body {
  width: 200px;
  display: flex;
  line-height: 38px;
}
.search-body:hover{ color: #FFF;}
.search-body:hover .search-input{ color: #333;}

.search-input {
  height: 38px;
  box-sizing: border-box;
  padding-left: 35px;
  flex: 1;
  color: #666;
  background-image: url(../image/search-icon.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #FFF;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.search-btn {
  width: 50px;
  text-align: center;
  background-color: #ff6600;
  color: #FFF;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  
}

.banner {
  width: 100%;
  margin-bottom: 20px;
}

#focusNews {
  height: 400px;
}

.swiper-slide {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-slide .focus-title {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
}

.swiper-slide .focus-title a {
  color: #FFF;
  font-size: 1.2rem;
  padding: 1rem;
  display: block;
  text-align: center;
}

.nav {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.nav ul {
  display: -webkit-flex;
  display: flex;
}

.nav ul a {
  display: block;
  height: 46px;
  line-height: 46px;
  color: #FFF;
  padding: 0 1rem;
  font-size: 15px;
  margin-right: 2px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

.nav-left li a.active,
.nav-left li a:hover {
  background-color: #ea4e07;
  color: #FFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.nav-right ul {
  justify-content: flex-end;
}

.nav-right ul a {
  margin-left: 2rem;
  padding: 0;
  position: relative;
}

.nav-right a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 7px;
  left: 0;
  margin-right: 5px;
}

.nav-right .icon-about::before {
  background-image: url(../image/icon-about.png);
}

.nav-right .icon-baoliao::before {
  background-image: url(../image/icon-baoliao.png);
}

.nav-right .icon-time::before {
  background-image: url(../image/icon-time.png);
}

.nav-right .icon-xinbao::before {
  background-image: url(../image/icon-xinbao.png);
  border: 1px solid #FFF;
  border-radius: 50%;
}

.nav-right a.active::after {
  content: '';
  position: absolute;
  border-bottom: 3px #ea4e07 solid;
  width: 100%;
  left: 0;
  bottom: 0;
}

.main {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-header {
  background-color: #FFF;
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  border-bottom: 1px solid #EEE;
  font-size: 24px;
}

.single-page-content .main-header {
  margin-top: 20px;
}

.main-left {
  width: 70%;

}

.main-right {
  width: 30%;
}

.hotnews-top {
  margin-bottom: 20px;
}

.hotnews-image {
  position: relative;
  min-height: 180px;
  background-color: rgba(0, 0, 0, 0.05);
}

.hotnews-image img {
  display: block;
  width: 100%;
}

.hotnews-image i {
  position: absolute;
  background-image: url(../image/icon-live.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
  width: 35px;
  left: 15px;
  top: 15px;
  color: #FFF;
  font-style: normal;
  z-index: 2;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .3);
}

.hotnews-title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}

.hotnews a {
  color: #111;
}

.hotnews-list {
  padding: 0 10px 25px 14px;
  border-left: 3px solid #eee;
  position: relative;
}

.hotnews-list::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 4px solid #D7A8AA;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: -7px;
  top: 0;
}

.hotnews-list p:nth-child(1) {
  position: relative;
  top: -5px;
}

.hotnews-list:last-child {
  border-left-color: #FFF;
  padding-bottom: 0;
}

.hotnews-list a {
  font-size: 16px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.hotnews-list a span {
  display: inline-block;
  background-color: #ea4e07;
  margin-right: 5px;
  padding: 0px 5px;
  color: #FFF;
  border-radius: 3px;
  font-size: 14px;
}

.hotnews-time {
  margin-top: 10px;
  font-size: 12px;
  background-image: url(../image/time.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  color: #666;
  background-size: 12px 12px;
}

.hotnews-list:nth-child(2) a span {
  background-color: #EAA83E;
}

.hotnews-list:nth-child(3) a span {
  background-color: #00aa3a;
}

.hotnews-list:nth-child(4) a span {
  background-color: #8ecc7b;
}

.hotnews-list:nth-child(5) a span {
  background-color: cornflowerblue;
}

.news-list {
  background-color: #FFF;
  padding: 30px;
}

.desktop-clear-margin {
  margin-top: 0;
}


.news-list>div:nth-child(1).list-ad {
  border-top: none;
}


.list-ad {
  margin: 0 -30px;
  border-top: 10px solid #edf0f0;
  border-bottom: 10px solid #edf0f0;
}

.list-ad img {
  display: block;
  width: 100%;
}

.news-item {
  display: flex;
  border-bottom: 1px solid #E4E8EA;
  padding: 20px 0;
  gap: 20px;
}

.news-item:nth-child(1) {
  padding-top: 0;
}

.news-image a {
  display: block;
  width: 250px;
  height: 175px;
  overflow: hidden;
      background-image: url(../image/pic-loading.gif);
    background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
}

.news-image img {
  max-width: 100%;
  object-fit: cover;
}

.news-info {
  flex: 1;
  position: relative;
}

.news-info-title {
  font-size: 20px;
}

.news-info-title a {
  color: #000;
  font-weight: bold;
}

.news-info-desc {
  color: #333;
  margin-top: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
}

.news-info-time {
  background-image: url(../image/time.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 12px;
  color: #666;
  height: 18px;
  background-size: 14px 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-right .item-box {
  padding: 20px;
  background-color: #FFF;
  margin-left: 20px;
}

.main-right .item-header {
  font-size: 24px;
  border-bottom: 1px solid #EEE;
  position: relative;
  height: 40px;
}

.click-ranking li {
  margin-top: 20px;
  border-top: 1px dashed #CCC;
  padding-top: 15px;
}

.click-ranking li:nth-child(1) {
  border-top: none;
  padding-top: 0;
}

.click-ranking li:nth-child(2) .rank-image i {
  background-color: #EAA83E;
}

.click-ranking li:nth-child(3) .rank-image i {
  background-color: #3E7AFF;
}

.click-ranking li:nth-child(4) .rank-image i {
  background-color: #8ecc7b;
}

.click-ranking li:nth-child(5) .rank-image i {
  background-color: #D7A8AA;
}

.click-ranking li a {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #111;
}

.rank-image {
  width: 38%;
  height: 76px;
  overflow: hidden;
  position: relative;
  border: 1px solid #EEE;
}

.rank-image img {
  display: block;
  height: 100%;
}

.rank-image i {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(255, 92, 0, 0.95);
  color: #FFF;
  font-style: normal;
}

.rank-title {
  width: 60%;
  font-size: 16px;
  margin-left: 10px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mt-20 {
  margin-top: 20px;
}

.main-right .item-box.right-ad {
  padding: 0;
  background-color: transparent;
}

.right-ad li {
  margin-top: 20px;
  position: relative;
}

.right-ad li::before {
  content: 'AD';
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #EEE;
  border-radius: 3px;
  font-size: 10px;
  width: 20px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  z-index: 2;
  color: #eee;
  transform: scale(0.83);
}

.right-ad li:nth-child(1) {
  margin-top: 0;
}

.right-ad li img {
  display: block;
  width: 100%;
}


.page {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 2rem;
  background-color: #FFF;
}
.pagination-data{ width: 220px;}

.page .pagination {
  flex: 1;
  text-align: right;
}

.page ul li {
  display: inline;
}

.page ul li a,
.page ul li span {
  display: inline-block;
  border: 1px solid #00aa3a;
  padding: 0.3rem 0.6rem;
  margin-left: 0.5rem;
  color: #333;
}

.page ul li span.active {
  border-color: #EEE;
  color: #999;
}

.page ul li span.disabled {
  border: none;
}

.page ul li span.dot {
  padding: 0.3rem 0.2rem;
  border: none;
}



/* footer */
.footer {
  background-color: #00aa3a;
  padding: 30px 0;
  color: #eee;
}

.footer .row {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.footer-nav {
  display: -webkit-flex;
  display: flex;
}

.footer-nav a {
  color: #FFF;
  margin-right: 20px;
}

.footer .about {
  margin-right: 1rem;
}

.footer-nav-body p {
  margin: 5px 0;
}

.copyright {
  margin-top: 20px;
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #8ecc7b;
}

.download-header,
.footer-nav-header {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

.download-list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.download-list p {
  margin-left: 50px;
}

.download-list p:nth-child(1) {
  margin-left: 0;
}

.download-list p img {
  width: 100px;
}

.download-list p span {
  display: block;
  text-align: center;
}



/* detail */
.detail-body {
  background-color: #FFF;
  padding: 20px;
}

.detail-title {
  text-align: center;
  font-size: 32px;
  padding-top: 20px;
  padding-bottom: 40px;
  font-weight: bold;
  border-bottom: 1px solid #EEE;
}

.detail-time {
  padding: 20px 0;
  color: #666;
  background-image: url(../image/time.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 14px;
  color: #999;
  height: 18px;
  background-size: 14px 14px;
}

.detail-content {
  font-size: 16px;
  line-height: 30px;
}

.detail-content img {
  max-width: 100% !important;
}

.more-news-header {
  background-color: #FFF;
  padding: 20px 0;
  margin-top: 20px;
  padding-left: 20px;
  border-bottom: 2px solid #EEE;
  font-size: 24px;
}

.more-news-body {
  padding: 20px;
  background-color: #FFF;
}

.more-focus {
  width: 40%;
  background-color: #EEE;
}

.more-focus img {
  display: block;
  width: 100%;
}

.more-news-list {
  width: 58%;
  background-color: #EEE;
}

.more-news-row {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.more-news-row a {
  color: #000;
}

.more-focus p:nth-child(2) {
  padding: 10px;
}

.more-news-list ul {
  margin-left: 2rem;
  padding: 10px;
}

.more-news-list ul li {
  list-style-type: disc;
  margin-top: 12px;
}

.more-news-list ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.more-focus-img{ min-height: 200px; background-color: rgba(0, 0, 0, 0.1);}

.no-news {
  text-align: center;
  padding: 100px 0;
  font-size: 1.5rem;
}

/* detail footer ad  */
.footer-ad{ margin-top: 20px;}
.footer-ad li{ margin-top: 5px; text-align: center; position: relative;}
.footer-ad li::before{ content: 'AD'; font-size: 10px; padding: 0 2px; position: absolute; z-index: 2; right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.5);  }
.footer-ad img{ width: 100%; vertical-align: middle;}


/* contact */
.contact {
  background-color: #FFF;
  max-width: 700px;
  padding: 40px 20px;
  margin: auto;
  font-size: 16px !important;
}

.about-content {
  font-size: 18px !important;
  line-height: 1.8;
}

/* search */
.search-header {
  padding-top: 1.2rem;
  font-size: 18px;
}

/* review */
.review-date {
  display: inline-block;
  margin: 0 10px;
}

.review-date input {
  width: 140px;
  height: 32px;
  border: 1px solid #CCC;
  padding-left: 10px;
  background-image: url(../image/icon-datetime.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 16px;
}

/* baoliao */

.txt-red {
  color: #c80f2e;
}

.myform {
  max-width: 600px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  padding: 30px 0;
}

.form-header {
  padding: 0.5rem 1rem;
  border: 1px dashed #EAA83E;
}

.form-item {
  margin-top: 1.5rem;
  line-height: 35px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.form-item .form-label {
  width: 30%;
}

.form-item .form-input {
  width: 70%;
  position: relative;
}

.form-item .form-input input,
.form-item .form-input textarea {
  width: 100%;
  height: 35px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  outline: 0;
  padding-left: 10px;
  color: #333;
  font-size: 15px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-item .form-input textarea {
  height: 100px;
}

.form-item .form-input input:focus {
  border-color: #333;
}

.form-item .form-input .error {
  display: block;
  color: red;
  font-size: 14px;
}


.upload-list ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.upload-list ul li {
  margin-top: 10px;
}

.upload-list ul li p {
  position: relative;
  margin-left: 10px;
}

.upload-list ul img {
  display: block;
  border: 1px #CCC solid;
  width: 70px;
  height: 70px;
}

#btnUpload {
  width: 70px;
  height: 70px;
  background-image: url(../image/btn-upload.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
  border: 1px solid #CCC;
  margin-left: 10px;
  position: relative;
}

#btnUpload input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.btn-delete {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  right: -5px;
  background-color: #fc350e;
  background-image: url(../image/icon-close2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
  border-radius: 50%;
}

.button-submit {
  background-color: #00a93d;
  border: 1px solid #217906;
  display: block;
  color: #FFF;
  cursor: pointer;
  padding: 8px 20px;
}

.mobile-header-block,
.mobile-search-btn,
.mobile-menu-btn {
  display: none;
}

.mobile-back {
  display: none;
  position: absolute;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .nav {
    flex-direction: column;
    padding-top: 20px;
  }

  .nav-left {
    order: 2;
  }

  .nav-right ul {
    justify-content: flex-start;
  }

  .nav-right ul li:nth-child(1) a {
    margin-left: 0;
  }

  .page {
    flex-direction: column;
    padding: 20px 0;
  }

  .pagination-data {
    padding-bottom: 10px;
  }

  .page .pagination {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .top {
    background-image: none;
  }

  .desktop-clear-margin {
    margin-top: 30px;
  }

  .mobile-back {
    display: block;
    width: 36px;
    height: 36px;
    left: 5px;
    top: 15px;
    background-image: url(../image/btn-back.png);
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-position: center center;
  }

  .mobile-header-block,
  .mobile-search-btn,
  .mobile-menu-btn {
    display: block;
  }

  body {
    background-color: #FFF;
  }

  .main,
  .footer .row,
  .page,
  .footer-nav,
  .more-news-row,
  .nav {
    flex-direction: column;
    width: auto;
  }

  .wrapper {
    margin: 0 auto;
    padding: 0;
  }

  .header,
  .mobile-header-block {
    height: 60px;
  }

  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #00aa3a;
  }

  .header .logo {
    padding-top: 10px;
    margin: auto;
  }

  .header .logo img {
    height: 40px;
  }

  .search {
    display: none;
  }

  .mobile-search-btn,
  .mobile-menu-btn {
    position: absolute;
    width: 28px;
    height: 28px;
    background-size: 90% 90%;
    text-indent: -999px;
    overflow: hidden;
    top: 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .mobile-search-btn {
    background-image: url(../image/m-search.png);
    right: 60px;
  }

  .mobile-menu-btn {
    background-image: url(../image/m-menu.png);
    right: 15px;
  }

  .nav-box {
    display: none;
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    top: 60px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .nav-left {
    width: 100%;
    margin: auto;
    margin-top: 0;
    padding: 20px 0;
  }

  .nav ul {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .nav ul li {
    width: 33.3333%;
    margin-top: 10px;
  }

  .nav ul a {
    display: block;
    height: 26px;
    line-height: 26px;
    color: #FFF;
    padding: 0 0 0 20px;
    font-size: 16px;
    margin-right: 0;
  }

  .nav-left li a.active,
  .nav-left li a:hover {
    background-color: transparent;
    color: #00aa3a;
    font-weight: bold;
  }

  .nav-right {
    width: 100%;
    border-top: 1px solid #888;
    padding-bottom: 20px;
  }

  .nav-right ul {
    justify-content: flex-start;
  }

  .nav-right a::before {
    display: none;
  }

  .nav-right ul a {
    margin-left: 0;
    padding: 0 0 0 20px;
  }

  .nav-right ul a.active {
    color: #00aa3a;
  }

  .nav-right a.active::after {
    display: none;
  }

  .main {
    margin-top: 0;
  }

  .banner {
    padding: 0;
    margin-bottom: 0;
    margin-top: 15px;
  }

  #focusNews {
    width: 100%;
    height: 200px;
  }

  .swiper-slide .focus-title a {
    font-size: 1rem;
    padding: 10px 5px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
    width: 20px;
    height: 30px;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  }

  .main-left {
    width: auto;
    margin: 0 15px;
  }

  .main-header {
    padding: 10px 0;
  }

  .news-image {
    width: 40%;
    min-height: 83px;
  }

  .news-info {
    width: 60%;
  }

  .news-info-title {
    font-size: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .news-info-desc {
    display: none;
  }

  .list-ad {
    margin: 0 0;
    border-bottom: none;
    border-top: none;
  }

  .news-list {
    padding: 0;
    margin-top: 20px;
  }

  .news-image a {
    width: auto;
    height: 100px;
  }

  .main-right {
    width: 100%;
  }

  .main-right .item-box {
    margin-left: 0;
  }

  .rank-image img {
    max-width: 100%;
    width: 100%;
  }

  .main-right .item-box.right-ad {
    padding: 0 20px;
  }

  .page {
    padding: 10px 0;
  }

  .pagination-data {
    padding: 10px 0;
  }

  .page .pagination {
    width: auto;
    margin: 0 -15px;
    text-align: center;
  }

  .page ul li a,
  .page ul li span {
    padding: 3px 5px;
    margin-left: 3px;
  }

  .footer {
    padding: 15px;
  }

  .footer-nav-body p {
    display: inline-block;
  }

  .download-list {
    display: block;
    text-align: left;
  }

  .download-list p {
    display: inline-block;
  }

  .download-header,
  .footer-nav-header {
    margin-top: 15px;
  }

  .detail-body {
    padding: 0;
  }

  .detail-title {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .more-news-list {
    border-top: 1px solid #CCC;
  }

  .more-news-body {
    padding: 15px 0;
  }

  .more-focus,
  .more-news-list {
    width: 100%;
    text-align: center;
  }

  .more-news-header {
    padding: 10px 0;
  }

  .search-header {
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC;
  }

  .contact {
    padding: 20px 0;
    margin: 0 15px;
  }

  .about-content {
    font-size: 16px !important;
  }

  .single-page-content .main-header {
    margin-top: 0;
    padding-left: 15px;
  }

  #roll_top {
    display: none;
    height: 30px;
    width: 30px;
    bottom: 10px;
    right: 10px;
  }

  .myform {
    width: 90%;
  }
}