html,
body {
  height: auto;
  position: relative;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
a {
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
ul,
li {
  list-style: none;
}
.comm_cont {
  width: 100%;
  height: auto; 
}
#head_box {
  width: 100%;
  height: auto; 
}
.head_boxA { 
}
.comm_left {
  width: 230px;
  height: auto;
}
.comm_left .comm_btn {
  display: none;
}
.comm_left .comm_head {
  width: 100%;
  height: 112px; margin-top:10px;
  background-image: url(/images/ulBac.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  color: #333335;
}
.comm_left .comm_head span {
  margin-left: 12px;
}



.comm_left .comm_head_2 {
  width: 100%;
  height: 112px;
  background-image: url(/images/ulBac.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  color: #333335;
}
.comm_left .comm_head_2 span {
  margin-left: 12px;
}




.comm_left .comm_ul {
  width: 100%;
  height: auto;
}
.comm_left .comm_ul .comm_li {
  width: 100%;
  height: 70px;
  cursor: pointer;
  font-size: 16px;
  color: #666666;
  position: relative;
  text-indent: 23px;
  transition: 0.5s; background-color:#fcfcfc; margin:2px 0; border-bottom:1px solid #dddddd;
}
.comm_left .comm_ul .comm_li a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center; padding-left:10px;
}
.comm_left .comm_ul .comm_li .triangle_btn {
  width: 5px;
  height: 5px;
  border-bottom: 11px solid #555555;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 0px;
  left: -5px;
  opacity: 0;
  transition: 0.5;
}
.comm_left .comm_ul .comm_li::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #dddddd;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 10px;  
}
.comm_left .comm_ul .comm_liActive {
  background: #990000;
  color: #FFFFFF;
  font-size: 18px;
}
.comm_left .comm_ul .comm_liActive .triangle_btn {
  opacity: 1;
}
.comm_left .comm_ul .comm_liActive a {
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.comm_left .comm_ul .comm_liActive::after {
  width: 10px;
  height: 10px;
  color: #FFFFFF;
  margin-top: -5px;
  left: -7px;
  border-radius: 0px;
  background-color: #FFFFFF;
}
.comm_right {
  width: 1440px;
  height: auto;
  margin-top: 0px;
}
.comm_right .right_head {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comm_right .right_head .rHead_title {
  font-size: 22px;
  color: #666666;
  position: relative;
}
.comm_right .right_head .rHead_title::after {
  content: "";
  width: 42px;
  height: 2px;
  background-color: #333335;
  position: absolute;
  bottom: -31px;
  left: 0px;
}
.comm_right .right_head .rHead_ul {
  width: auto;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}
.comm_right .right_head .rHead_ul .rHead_li {
  font-size: 14px;
  color: #999999;
}
.comm_right .right_head .rHead_ul .rHead_li span:first-child {
  cursor: pointer;
}
.comm_right .right_head .rHead_ul .rHead_li span:last-child {
  margin: 0px 5px;
}
.comm_right .right_head .rHead_ul .rHead_liActive {
  color: #333335;
}
.comm_right .right_head .rHead_ul .rHead_liActive span:first-child {
  cursor: initial;
}
.comm_right .right_head .rHead_ul .rHead_liActive span:last-child {
  display: none;
}
.comm_right .right_cont {
  width: 100%;
  height: auto;
  padding-top: 1px;
  line-height: 35px;
  
}
.comm_right .right_cont .page_div {
  text-align: center;
}
 