.width100 {
  width: 100%;
  text-align: center;
}
.news {
  margin-top: 20px;
}
.news-list {
  width: 685px;
  height: 444px;
  padding: 1px;
  border: 1px solid #d6d6d6;
}
.tabs-list {
  background: #f3f3f3;
  line-height: 24px;
}
.tabs-list a {
  padding: 5px 10px;
  font-size: 14px;
  color: #4f4f4f;
  text-decoration: none;
}
.tabs-list a.cur {
  background: #d80b46;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.tabs-list a.cur:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #d80b46 transparent transparent;
}
.tabs-more {
  margin-top: 5px;
}
.tabs-content {
  padding: 10px;
}
.tabs-content .news-no1 {
  margin: 30px 0;
}
.tabs-content .news-no1 h2 {
  font-size: 14px;
  text-align: center;
}
.tabs-content .news-no1 a {
    color: #000000;
    text-decoration: none;
}
.tabs-content .news-no1-desc {
  margin-top: 20px;
  line-height: 24px;
}
.news-hot-list {
  margin-top: 30px;
}
.news-hot-list ul li {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 42px;
  border-top: 1px solid #d6d6d6;
}
.news-hot-list ul li i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border: 1px solid #d80b46;
}
.news-hot-list ul li a {
  color: #4f4f4f;
  text-decoration: none;
}
.news-hot-list ul li a:hover {
  text-decoration: underline;
}
.news-hot-list span {
  color: #9c9c9c;
}
.services {
  margin-top: 20px;
  background: #f3f3f3;
}
.services-text {
  background: #d80b46;
  padding: 40px 10px 10px;
  writing-mode: vertical-lr;
  font-size: 16px;
  letter-spacing: 5px;
  color: #ffffff;
}
.services-btns {
  width: 100%;
  padding: 20px 40px;
}
.services-item img {
  width: 100px;
}
.services-item p {
  text-align: center;
  margin-top: 5px;
}
.news-dynamic {
  margin-top: 20px;
}
.news-dynamic-list {
  width: 465px;
  height: 444px;
  padding: 1px;
  border: 1px solid #d6d6d6;
}
.news-dynamic-no1 {

}
.news-dynamic-image img {
  width: 160px;
}
.news-dynamic-content {
  margin-left: 10px;
}
.news-dynamic-content a {
  color: #000000;
  text-decoration: none;
}
.news-dynamic-content p {
  margin-top: 5px;
  color: #6b6b6b;
}
.news-dynamic-hot-list {
  margin-top: 10px;
}
.news-dynamic-hot-list ul li {
  border-bottom: 1px solid #d6d6d6;
  line-height: 42px;
  font-size: 14px;
}
.news-dynamic-hot-list ul li i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: transparent transparent transparent #d80b46;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.news-dynamic-hot-list ul li a {
  color: #4f4f4f;
  text-decoration: none;
}
.news-dynamic-hot-list ul li a:hover {
  text-decoration: underline;
}
.news-dynamic-hot-list span {
  color: #9c9c9c;
}
.interact {
  width: 372px;
  padding: 5px;
  border: 4px solid #f3f3f3;
}
.interact-title {
  font-size: 14px;
  font-weight: bold;
  color: #d80b46;
  height: 26px;
  border-bottom: 2px solid #e1e1e1;
}
.interact-grid {
  height: 380px;
}
.interact-grid table {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.interact-grid table tr td {
  text-align: center;
  border: 1px solid #ededed;
}
.interact-grid table tr td a {
  color: #373737;
  text-decoration: none;
}
.interact-grid table tr td a:hover {
  text-decoration: underline;
}
.banner-ad {
  margin-top: 20px;
}
.partners {
  border: 1px solid #d6d6d6;
  padding: 1px;
  margin-top: 20px;
}
.partners-item {
  width: 240px;
  box-shadow: 0px 0px 10px #d6d6d6;
  text-align: center;
  padding: 15px;
}
.partners-item a {
  color: #000000;
  text-decoration: none;
}
.partners-item a:hover {
  text-decoration: underline;
}
.partners-item img {
  height: 41px;
}
.partners-item h3 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.join-proccess {
  margin-top: 20px;
  border: 4px solid #f3f3f3;
}
.join-proccess-title {
  border-bottom: 2px solid #d80b46;
}
.join-proccess-title strong {
  display: inline-block;
  padding: 5px 10px;
  background: #d80b46;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.join-proccess-item {
  padding: 20px;
}
.join-proccess-item a {
  color: #000000;
  text-decoration: none;
}
.join-proccess-item a:hover {
  text-decoration: underline;
}
.join-proccess-item img {
  width: 60px;
}
.join-proccess-item .title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.join-proccess-item .desc {
  color: #9d9d9d;
}