@charset "utf-8";

.title-big {
  width: 100%;
  font-size: 30px;
  color: #ea6101;
  font-weight: bold;
  padding-top: 30px;
}

.curse {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.curse p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  color: #999999;
}

.curse p img {
  margin-right: 5px;
}
.curse a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  color: #ea6101;
}

.curse a img {
  margin-right: 5px;
}

.tab {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab a {
  width: 300px;
  height: 45px;
  background: #ececec;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #b4b4b4;
  font-weight: bold;
}

.tab a.active {
  background-color: #ffede1;
  border-bottom: 2px solid #ea6101;
  color: #ea6101;
  position: relative;
}

.tab a.active:before {
  position: absolute;
  left: 50%;
  bottom: -23px;
  margin-left: -6px;
  color: #ea6101;
  content: '◤';
  transform: rotate(-135deg);
}

.list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}

.item {
  width: 574px;
  padding-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.item h3 {
  font-size: 22px;
  color: #333333;
  width: 100%;
  padding: 0 13px;
}

.item p {
  width: 100%;
  height: 42px;
  padding: 0 13px;
  background-color: #fff6f0;
  font-size: 18px;
  letter-spacing: 2px;
  color: #ea6101;
  line-height: 42px;
  margin: 15px 0;
}

.item a {
  font-size: 14px;
  color: #999999;
  padding: 0 13px;
}

.detail {
  width: 100%;
  min-height: 500px;
  padding: 25px;
}

.detail-tex {
  width: 100%;
  text-align: center;

}

.detail-title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #000000;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 30px;
}


.detail-time {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #999999;
  padding: 20px 0;
}

.detail-time span{
  margin: 0 25px;
}

.detail-href {
  width: 100%;
  height: 90px;
  background-color: #fff2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  margin-bottom: 50px;
}

.detail-href a {
  max-width: 400px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
}

.detail-content {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding: 30px 0;
  text-indent: 32px;
}

.detail-content img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

.banner {
  width: 100%;
  height: 81px;
  background: url("../images/two6.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 81px;
  font-size: 24px;
  color: #fefefe;
  font-weight: bold;
}

.two-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}



.two-news {
  width: 540px;
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.two-news-img {
  width: 186px;
  height: 140px;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.two-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.two-news-tex {
  flex: 1;
  width: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 5px 0;
}

.two-news-tex h3 {
  width: 100%;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.two-news-tex p {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.two-news-tex a {
  width: 96px;
  height: 28px;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
}

.all-list {
  width: 100%;
}

.all-list .two-news {
  width: 100%;
  margin-top: 0px;
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}

.all-list .two-news span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
}

.bgcF {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.curse .colorFFF {
  color: #FFFFFF !important;
  font-size: 16px !important;
}

.bgcF-list {
  width: 100%;
  padding: 30px;
}



.bgcF-list a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.bgcF-list a p {
  flex: 1;
  font-size: 16px;
  color: #333333;
  margin-right: 50px;
  padding-left: 13px;
  position: relative;
}

.bgcF-list a p:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #333333;
  left: 0;
  top: 9px;
}

.bgcF-list a span {
  font-size: 16px;
  color: #333333;
}

.bgcF-list a:nth-child(4n) {
  /* margin-bottom: 60px; */
}

.about-tab {
  width: 100%;
  height: 58px;
  background-color: #c72223;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 35px;
}

.about-tab a {
  width: 140px;
  height: 53px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  line-height: 53px;
  font-size: 18px;
  color: #ffffff;
}

.about-tab a.active {
  color: #c72223;
  font-weight: bold;
  background-color: #FFFFFF;
}

.jsda {
  width: 100%;
  padding: 30px 0;
}

.jsda div {
  width: 360px;
  height: 450px;
  border-radius: 10px;
  padding: 30px;
}

.jsda div b {
  display: block;
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #eb8f2d;
  text-align: center;
}

.jsda div p {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 15px;
  text-indent: 32px;
}

.jsda div.qwe {
  border-bottom: 8px solid #c72223;
  background-color: #ffeeeb;
}

.jsda div.qwe b {
  color: #c72223;
}

.jsda div.asd {
  border-bottom: 8px solid #eb8f2d;
  background-color: #fff5e4;
}

.jsda div.asd b {
  color: #eb8f2d;
}

.jsda div.zxc {
  border-bottom: 8px solid #306dd3;
  background-color: #ebf5ff;
}

.jsda div.zxc b {
  color: #306dd3;
}

.ditu {
  height: 445px;
  width: 100%;
  background: url("../images/ditu.png") no-repeat;
  background-size: 100% ;
  margin-top: 30px;
  padding-left: 165px;
  padding-top: 165px;
}

.ditu-box {
  width: 850px;
  height: 213px;
  background-color: #ffffff;
  border-left: 6px solid #c13f38;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.ditu-box p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-top: 20px;
}
.ditu-box p span {
  font-size: 18px;
  color: #262626;
  margin-left: 20px;
}



































