* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.logo-wrap {
  height: auto
}

header,
footer {
  margin: 0 auto;
  width: 1300px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.rwft {
  width: 1300px;
  margin: 20px auto 0 auto;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.rwft-header {
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.rwft-logo {
  width: 200px;
  height: 50px;
  background-color: #f00;
  margin-left: 20px;
}

.rwft-nav {
  background-color: #040A23;
  color: white;
  padding: 10px 0;
}

.rwft-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.rwft-nav ul li {
  margin: 0 15px;
}

.rwft-top {
  width: 100%;
  background-color: #000;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.rwft-sub-nav {
  color: white;
  padding: 10px 0;
  background: #040A23 url(./images/renwu.png) no-repeat right center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.rwft-sub-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.search {
  height: 15px;
  margin-top: 2px;
}

.search .searchkey {
  color: #aaa;
  width: 120px;
  padding: 2px 10px;
  border-radius: 8px 0 0 8px;
  border: 0;
  height: 26px;
  background: #f7f7f7;
}

.search .searchbutton {
  height: 26px;
  border: 0;
  padding: 0 4px;
  margin: 0;
  border-radius: 0 8px 8px 0;
}

.rwft-sub-nav ul li {
  margin: 0 15px;
  font-size: 18px;
  font-weight: 900;
}

.rwft-sub-nav ul li:hover {
  color: #ccc;
}

.rwft-content {
  margin: 20px auto 0 auto;
}

.rwft-main-content {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.rwft-slideshow {
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 650px;
  position: relative;

}

.rwft-slideshow img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.rwft-latest-people {
  width: 624px;
  height: 390px;
  background-color: #f0f0f0;
  padding: 10px;
  background: url(./images/renwu-bg.png) no-repeat right center;
  /* background-size: 100% 100%; */
}

.rwft-latest-people h2 {
  margin-top: 0;
}

.rwft-latest-people ul {
  list-style-type: none;
  margin-top: 80px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

.rwft-latest-people li {
  line-height: 1.9;
  margin-bottom: 16px;
  font-size: 20px;
  border-bottom: 1px dashed #ddd;
}

.rwft-latest-people li:last-child {
  border-bottom: none;
}

.rwft-latest-people li a {
  color: #fff;
}

.rwft-latest-people li:hover a {
  color: #aaa;
}

.rwft-section-wrap {
  /* width: 1300px; */
}

.rwft-section {
  margin-bottom: 20px;
}

.rwft-section-title {
  padding: 8px 14px;
  margin-bottom: 10px;
  background: url(./images/renwu.png) no-repeat right center;
}

.rwft-section-title.s1 {
  background-color: #E74C38;
}

.rwft-section-title.s2 {
  background-color: #0076A8;
}

.rwft-section-title.s3 {
  background-color: #00ADD8;
}

.rwft-section-title.s4 {
  background-color: #FE6D36;
}

.rwft-section-title h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 900;
}

.rwft-article-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* width: 100%; */
  gap: 2px;
}

.rwft-article {
  padding: 10px;
}

.rwft-article-contents {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.rwft-article-content {
  display: flex;
  gap: 20px;
}

.rwft-article-img {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 180px;
}

.rwft-article img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 2px;
  padding: 1px;
  border: 1px solid #eee;
}

.rwft-article h3 {
  font-size: 16px;
  font-weight: 900;
  color: #06456D;
  margin-top: 6px;
  margin-bottom: 20px;
}

.rwft-article p {
  font-size: 14px;
  color: #666;
}

.rwft-article a:hover {
  color: #666;
}


.rwft-slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

.rwft-mySlides {
  display: none;
}

.rwft-dot-container {
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-color: #286584f5;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.rwft-dot-content {

  line-height: 30px;
  margin-left: 10px;
  color: #fff;
  margin-right: auto;
  font-size: 14px;
}

.rwft-dot {
  height: 12px;
  width: 12px;
  margin: 0 6px;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.6s ease;
}

.rwft-active {
  background-color: #ccc;
}

.rwft-fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

#rwft-footer .copyright ul,
#rwft-footer .copyright .copyright-item {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
  margin-bottom: 20px;
}

#rwft-footer .copyright ul li {
  margin: 0 10px;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.list-wrap {
  width: 1300px;
  margin: 0 auto;
  display: flex;
}

.side-left {
  flex: 3;
  /* background-color: #e3e7eb; */
  padding: 20px;
}

.side-right {
  flex: 1;
  /* background-color: #d4d7db; */
  padding: 20px;
}

.list-content {
  margin: 0 auto;
  padding: 10px;
}

.breadcrumb {
  font-size: 14px;
  background: #eaecee;
  padding-left: 20px;
}

.newstitles {
  color: #333;
  margin: 20px 0;
}

.newstitles h2 {
  margin-bottom: 10px;
}

.newstitles h2::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 30px;
  background: #333;
  vertical-align: middle;
  margin-right: 10px;
}

.newstitles span {
  font-size: 14px;
  margin-right: 10px;
  color: #999;
}

.contents {
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.8;
}

.contents p {
  margin: 4px 0;
}

.contents img {
  margin: 10px 0;
  padding: 1px;
  border: 1px solid #ddd;
  height: auto;
  display: inline-block;
}

ul.am-liet {
  margin: 10px 0;
}

ul.am-list li {
  line-height: 1.5;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

ul.am-list li a {
  flex: 6;
}

ul.am-list li span {
  flex: 1;
  font-size: 12px;
}

.zxrw ul {
  margin: 10px 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zxrw ul li {
  position: relative;
  border-radius: 2px;
  box-sizing: border-box;
}

.zxrw ul li img {
  border-radius: 2px;
}

.zxrw ul li p {
  position: absolute;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
}

.next {
  margin: 20px 0;
}

ul.list {
  margin: 20px 0;
}

ul.list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 3;
  border-bottom: #ccc 1px dashed;
}



.am-pagination-default {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}

.am-pagination {
  position: relative;
}

.am-pagination {
  padding-left: 0;
  margin: 10px 0;
  list-style: none;
  color: #999;
  text-align: left;
}

.am-pagination>li {
  display: inline-block;
}

.am-pagination:after,
.am-pagination:before {
  content: " ";
  display: table;
}

.am-pagination>li>a,
.am-pagination>li>span {
  position: relative;
  display: block;
  padding: 3px 8px;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
}

.am-pagination-default .am-pagination-next,
.am-pagination-default .am-pagination-prev {
  float: none;
}

.search-list li {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: #ccc 1px dashed;
  padding-bottom: 6px;
}

.search-list li a {
  margin-bottom: 6px;
}

.search-list li .am-list-item-text {
  font-size: 14px;
  color: #aaa;
}