/*脙楼脣鈥犆⑩偓聽脙搂脗潞脗搂脙楼脣鈥犆⑩偓鈥澝兟偮∶偮�*/

.cz {
  display: inline-block !important;
}

.bg {
  color: #0267d0 !important;
}

.main22 {
  margin-left: 2%;
  border-bottom: 1px solid #ccc;
}

.main22 h2 {
  color: #f12f2f;
  font-size: 18px;
}

.main22 span {
  display: block;
  width: 10%;
  border: 2px solid #f12f2f;
}

#search {
  width: 18%;
  /* margin: 3% auto; */
  display: flex;
  float: right;
  /* border: 1px solid red; */
  margin-top: -2.7%;
  margin-right: 11%;
}

#search input {
  float: left;
  flex: 4;
  height: 40px;
  outline: none;
  box-sizing: border-box;
  padding-left: 10px;
  border-radius: 20px;
  border: 1px solid #707070;
  background: #FFFFFF;
}

#search button {
  float: right;
  flex: 1;
  height: 38px;
  color: white;
  border-style: none;
  outline: none;
  border-radius: 0 20px 20px 0;
  /* border: 1px solid #707070; */
  border-left: none;
  background: #FFFFFF;
}

#search button img {
  width: 20px;
  height: 20px;
}

#search button:hover {
  font-size: 16px;
}

.main {
  padding-bottom: 0.5rem;
  background: #F4F4F4;
}

.main1 {}

.main1-1 {
  text-align: center;
}

.main1-1 p {
  text-align: center;
  font-size: 26px;
  color: #333333;
  font-weight: 600;
}

.mian1-2-1 {
  width: 100%;
  font-size: 13px;
  /* text-align: center; */
  font-weight: 600;
  float: left;
  background: #FFFFFF;
}

.mian1-2-1 .span {
  display: block;
  background-color: #f12f2f;
  color: white;
  text-align: left;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  padding-left: 10%;
}

.span span {
  margin-right: 10%;
  font-size: 30px;
  vertical-align: middle;
  float: right;
}

.span div {
  text-align: center;
}

.ul2 {
  box-sizing: border-box;
  display: flex;
  width: 40%;
  flex-wrap: wrap;
  margin-left: 20%;
}

.ul2 li {
  margin-top: 2%;
  padding-bottom: 1%;
  margin-left: 5%;
}

.ul2 li:hover .ul1 {
  display: block;
}

.ul2 li p {
  padding: 3% 0;
}

.ul2 li a {
  font-size: 15px;
  color: #999999;
  font-weight: 300;
  transition: all .4s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.li2 {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
}

.li2 span {
  color: black;
  float: right;
  display: none;
}

.li2:hover a {
  color: #E2BF7C;
  transition: all .4s;
}

.li2:hover span {
  color: #0267d0;
}

.ul1 {
  overflow: hidden;
  display: none;
}

.ul1 li {
  padding: 2% 0;
  margin-top: 0%;
  margin-left: 0;
}

.ul1 li:last-child {
  border-bottom: none;
}

.ul1 li a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: black;
  text-align: center;
}

.ul1 li a:hover {
  color: #333333;
}

.ul1 li:hover {
  background: #dddddd;
}

.main1-2-2 {
  width: 100%;
  float: right;
  padding: 5% 0;
  box-sizing: border-box;
}

.main1-2 {}

.main1-2-2-1 {
  float: left;
  box-sizing: border-box;
  margin: 2% 0 0;
  margin-left: 2%;
  width: 31%;
}

.main1-2-2-1 img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.main1-2-2-1 p {
  text-align: left;
  font-size: 0.2rem;
  font-size: 16px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  transition: all .4s;
  position: relative;
}

.chanpbox {
  background: #F4F4F4;
}

.main1-2-2-1 .chanp {
  text-align: center;
  background: #FFFFFF;
  padding: 3% 3%;
  box-sizing: border-box;
}

.main1-2-2-1 img:hover .chanp {
  color: #E2BF7C;
  transition: all .4s;
}

.main1-2-2-1 .chanp {
  text-align: center;
  background: #FFFFFF;
  padding: 3% 3%;
  box-sizing: border-box;
}


.main1-2-2-1 .chanp::after{
  display:none;
}
.main1-2-2-1 p::after{
                      content:"";
                      display:block;
                      width: 10px;
                      height:2px;
                      border-bottom:2px solid #E2BF7C;
                      box-sizing: border-box;
                      position: absolute;
                  }
                 .main1-2-2-1 p::after{
                      left:0;
                      bottom:0;
                      transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
                  }
                 .main1-2-2-1 p:hover::after{
                      width:100%;
                      height:100%;
                      transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.4s, height 0.3s ease-in 0.6s;
                      border-bottom-color:#E2BF7C;
                  }

.main1-2-2-1 p:hover {
  color: #E2BF7C;
  transition: all .4s;
}

.main1-2-2-1 span {
  font-size: 14px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 6%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #999999;
}

.chanpbox a .tp {
  overflow: hidden;
  position: relative;
}

.chanpbox a .tp .hov {
  position: absolute;
  bottom: 0;
  background: rgba(102, 102, 102, 0.5);
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}

.chanpbox a .tp .hov .tpjia {
  display: block;
  width: 15%;
  margin-left: 42%;
  margin-top: 0;
  transition: all 0.4s;
}

.chanpbox a .tp:hover .hov {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.chanpbox a .tp:hover .hov>.tpjia {
  margin-top: 36%;
  transition: all 0.4s;
}


/* .main1-2-2-1:nth-child(1){
margin-left: 0;
margin-top: 0;
}
.main1-2-2-1:nth-child(2){

margin-top: 0;
}
.main1-2-2-1:nth-child(3){
margin-left: 0;

} */


/*脙楼脣鈥犆⑩偓聽脙搂脗潞脗搂脙楼脣鈥犆⑩偓鈥澝兟偮∶偮兟偮幻⑩偓艙脙娄脗聺脜赂*/


/*脙楼脣鈥犆⑩偓聽脙漏脗隆脗碌*/

.fenyespan {
  width: 100%;
  text-align: center;
  margin-top: 47px;
}

.fenyespan span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #ebebeb;
}

.fenyespan a {
  color: #666666;
  display: block;
}

.fenyespan span:hover,
.fenyespan a:hover {
  cursor: pointer;
  background-color: #f12f2f;
  color: #fff;
  border-color: #f12f2f;
}

.fenyespan span:hover .spana {
  color: #fff;
}

.fenyespan .fenyeactive {
  background-color: #f12f2f;
  border-color: #f12f2f;
}

.fenyespan .fenyeactive a {
  color: #fff;
  display: block;
}

.fenyespan .a {
  width: 40px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  display: inline-block;
  margin: 0 5px;
  color: #666666;
  border: 1px solid #ebebeb;
}


/*脙楼脣鈥犆⑩偓聽脙漏脗隆脗碌脙搂脗禄芒鈧撁兟γ偮澝吢�*/


/*脙楼脗陋芒鈧劉脙陇脗陆芒鈧撁兟γ吢该偮ッ兟偮偮�*/

@media screen and (max-width: 1200px) {
  .mian1-2-1 {
    width: 100%;
  }

  .main1-2-2-1 img {
    width: 100%;
  }

  .main1-2-2-1 {
    width: 47%;
  }

  .main1-2-2 {
    width: 100%;
  }

  .main1-2-2 div:nth-child(10) {
    display: none;
  }

  .main1-2-1-1 span {
    font-size: 17px;
    color: #b5091f;
    font-weight: 550;
  }
.main1-2-2-1 span{
   font-size: 12px !important;
}

  .main1-2-2-1 p {
    font-size: 14px;
  }

  .ul1 {
    display: block;
  }

  .ul2 {
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding-right: 3%;
    padding-left: 6%;
    margin-left: 0;
  }

  .ul2 li {
    width: 100%;
    margin-left: 4%;
  }

  #search {
    width: 80%;
    float: initial;
    margin-left: 7%;
    margin-top: 3%;
    margin-bottom: 6%;
  }

  .cpmin {
    overflow: initial;
  }

  .chanpbox {
    width: 47%;
  }

  .chanpbox a p {
    font-size: 16px;
  }

  .casbox {
    box-sizing: border-box;
  }
}