@charset "utf-8";

/*.banner {
  width: 100%;
  height: 300px;
  position: relative;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner p {
  position: absolute;
  top: 140px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
}

.banner a {
  display: block;
  width: 165px;
  height: 40px;
  background-color: #3c60f3;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  position: absolute;

}*/
.banner {
  width: 100%;
  height: 200px;
  position: relative;
}

.banner p {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner img {
  width: 100%;
  height: 100%;
}

.surse {
  width: 100%;
  font-size: 22px;
  padding: 15px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  margin-top: 20px;
}

.surse:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 6px;
  height: 24px;
  background: #2277da;
}

.list {
  width: 100%;
  padding: 0 15px;
  padding-top: 30px;
}

.sb-item {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #cccccc;
}

.sb-item p {
  color: #666;
  font-size: 14px;
  /*position: relative;*/
  /*padding-left: 15px;*/
  flex: 1;
}

/*.sb-item p:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 8px;*/
/*  width: 4px  ;*/
/*  height: 4px;*/
/*  background-color:#888888;*/
/*}*/

.sb-item span {
  margin-left: 100px;
  color: #BBB;
  font-size: 14px;
  width: max-content;
}

.sb-item:hover p {
  text-decoration-line: underline;
}

.daoh {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.daoh p {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  color: #333333;
}

.daoh p span {
  width: 500px;
  color: #999999;
}

.daoh a {
  font-size: 14px;
  color: #666666;
}

.daoh a:hover {
  text-decoration-line: underline;
  font-weight: bold;
}

.detail-title {
  width: 100%;
  padding: 30px 100px;
  text-align: center;
  font-size: 30px;
  text-align: center;
  color: #333333;
  line-height: 40px;
}

.detail-number {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #999999;
}

.detail-number img {
  width: 20px;
  margin-right: 5px;
}

.detail-number span {
  font-size: 14px;
  color: #999999;
}

.detail-content {
  width: 100%;
  padding: 50px 0;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  min-height: 500px;
}

.detail-content img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}

.detail-more {
  width: 600px;
  padding: 50px 0;
}

.detail-more a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}

.detail-more a img {
  margin-right: 10px;
  width: 20px;
}

.detail-more a img.roat {
  transform: rotateY(180deg);
}

.detail-more a p {
  font-size: 14px;
  color: #666666;
}

.detail-more a p:hover {
  text-decoration-line: underline;
}
.bg-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dotted #ddd;
  padding: 12px 0;
}

.bg-img {
  width: 54px;
  height: 54px;
  margin-right: 15px;
}

.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-tex {
  flex: 1;
  width: 0;
}

.bg-tex a {
  width: 100%;
  color: #444;
  font-size: 14px;
}

.bg-tex a:hover {
  text-decoration-line: underline;
}
.bg-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dotted #ddd;
  padding: 12px 0;
}

.bg-img {
  width: 54px;
  height: 54px;
  margin-right: 15px;
}

.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-tex {
  flex: 1;
  width: 0;
}

.bg-tex a {
  width: 100%;
  color: #444;
  font-size: 14px;
}

.bg-tex a:hover {
  text-decoration-line: underline;
}

.bg-tex p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.bg-tex p span {
  color: #999;
  font-size: 12px;
}

.bg-tex p i {
  padding-left: 15px;
  color: #CCC;
  font-size: 12px;
  background: url("../images/xiazai.png") no-repeat left center;
  background-size: 14px auto;
}

.informationitem {
  width: 100%;
  height: 220px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  padding: 28px 0px;
  border-bottom: 1px dotted #cccccc;
}

.informationimg {
  width: 248px;
  height: 165px;
}

.informationimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.informationcontent {
  flex: 1;
  width: 0;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.informationtitle {
  width: 100%;
  font-size: 18px;
  color: #333333;
  padding-top: 2px;
  font-weight: bold;
}

.informationtitle a{
  color:#333333;
}

.informationtitle a:hover{
  color:#3e64ff;
}

.informationtime {
  font-size: 12px;
  color: #969696;
}

.informationtex {
  width: 100%;
  font-size: 14px;
  color: #646464;
  line-height: 23px;
}

.informationbtn {
  width: 100%;
  /*padding-top: 20px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding-bottom: 2px;*/
}

.informationbtn a {
  display: block;
  width: 100px;
  height: 30px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  color: #666666;
}


.informationcontent .informationbtn a:hover  {
  background: #3e64ff;
  color: #ffffff;
  border: solid 1px #3e64ff;
}