/* pc端 */
.menu-list > div i {
    top: 52% !important;
        transform: translateY(-50%) !important;
  }
@media screen and (min-width: 1367px) {
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .menu-list {
    width: 17.33%;
  }
  .menu-list > div {
    padding: 19px 30px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:last-child {
    /*background-color: #9c1d22;*/
    /*color: #fff;*/
  }
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 20px;
    top: 52%;
        transform: translateY(-50%);
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }
  .text-main {
    width: 78.5%;
  }
  .text-main .txt:nth-child(odd) {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
  	background-color: #666666;
	  border-radius: 4px;
    padding: 26px 0;
    width: 95.5%;
    line-height: 14px;
  }
  .text-main .txt:nth-child(even){
    display: flex;
    align-items: center;
    margin-bottom: 45px;
  	background-color: #9c1d22;
	  border-radius: 4px;
    padding: 26px 0;
        width: 95.5%;
    line-height: 14px;
    margin-left: 31px;
  }
  .text-main .txt .sp2 {
    font-size: 14px;
    color: #fff;
    width: 100%;
  }
  .text-main .txt:nth-child(odd) .sp1{
    /* font-size: 18px;
    color: #666666;
    font-weight: bold; */
    display: inline-block;
    width: 20px;
    height: 16px;
    background-color: #9c1d22;
  }
  .text-main .txt:nth-child(even) .sp1{
    /* font-size: 18px;
    color: #666666;
    font-weight: bold; */
    display: inline-block;
    width: 20px;
    height: 16px;
    background-color: #666666;
  }
  .text-main .txt .sp3 {
    display: inline-block;
    width: 40px;
    height: 1px;
    margin: 0 20px;
    background-color: #cccccc;
  }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 17.33%;
  }
  .menu-list > div {
    padding: 19px 30px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:last-child {
    /*background-color: #9c1d22;*/
    /*color: #fff;*/
  }
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 20px;
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }
  .content-body .area::after {
    content: "";
    display: block;
    clear: both;
  }
  .text-main {
    width: 78.5%;
  }
  .text-main .txt {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
  }
  .text-main .txt .sp2 {
    font-size: 14px;
    color: #666666;
  }
  .text-main .txt .sp1 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
  }
  .text-main .txt .sp3 {
    display: inline-block;
    width: 40px;
    height: 1px;
    margin: 0 20px;
    background-color: #cccccc;
  }

  .text-main .txt:nth-child(odd) {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
  	background-color: #666666;
	  border-radius: 4px;
    padding: 20px 0;
    width: 95.5%;
    line-height: 14px;
  }
  .text-main .txt:nth-child(even){
    display: flex;
    align-items: center;
    margin-bottom: 35px;
  	background-color: #9c1d22;
	  border-radius: 4px;
    padding: 20px 0;
        width: 95.5%;
    line-height: 14px;
    margin-left: 26px;
  }
  .text-main .txt .sp2 {
    font-size: 14px;
    color: #fff;
  }
  .text-main .txt:nth-child(odd) .sp1{
    /* font-size: 18px;
    color: #666666;
    font-weight: bold; */
    display: inline-block;
    width: 20px;
    height: 16px;
    background-color: #9c1d22;
  }
  .text-main .txt:nth-child(even) .sp1{
    /* font-size: 18px;
    color: #666666;
    font-weight: bold; */
    display: inline-block;
    width: 20px;
    height: 16px;
    background-color: #666666;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 17.33%;
  }
  .menu-list > div {
    padding: 16px 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:last-child {
    /*background-color: #9c1d22;*/
    /*color: #fff;*/
  }
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 18px;
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }

  .text-main {
    width: 78.5%;
  }
  .text-main .txt {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .text-main .txt .sp2 {
    font-size: 14px;
    color: #666666;
    margin-right: 5px;
  }
  .text-main .txt .sp1 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
  }
  .text-main .txt .sp3 {
    display: inline-block;
    width: 40px;
    height: 1px;
    margin: 0 20px;
    background-color: #cccccc;
  }

  .text-main .txt:nth-child(odd) {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
  	background-color: #666666;
	  border-radius: 4px;
    padding: 16px 0;
    width: 95.5%;
    line-height: 14px;
  }
  .text-main .txt:nth-child(even){
    display: flex;
    align-items: center;
    margin-bottom: 28px;
  	background-color: #9c1d22;
	  border-radius: 4px;
    padding: 16px 0;
        width: 95.5%;
    line-height: 14px;
    margin-left: 20px;
  }
  .text-main .txt .sp2 {
    font-size: 13px;
    color: #fff;
  }
  .text-main .txt:nth-child(odd) .sp1{
    /* font-size: 18px;
    color: #666666;
    font-weight: bold; */
    display: inline-block;
    width: 20px;
    height: 16px;
    background-color: #9c1d22;
  }
  .text-main .txt:nth-child(even) .sp1{
    /* font-size: 18px;
    color: #666666;
    font-weight: bold; */
    display: inline-block;
    width: 20px;
    height: 16px;
    background-color: #666666;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 100%;
  }
  .menu-list > div {
    padding: 16px 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:last-child {
    /*background-color: #9c1d22;*/
    /*color: #fff;*/
  }
  .menu-list > div i {
    position: absolute;
    right: 9.42%;
    top: 35%;
    font-size: 18px;
  }
  .menu-list > div:hover {
    background-color: #9c1d22;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }

  .text-main {
    width: 100%;
    margin-top: 30px;
  }
  .text-main .txt {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .text-main .txt .sp2 {
    font-size: 12px;
    color: #666666;
  }
  .text-main .txt .sp1 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
  }
  .text-main .txt .sp3 {
    display: inline-block;
    width: 18px;
    height: 1px;
    margin: 0px 6px;
    background-color: #cccccc;
  }
  .text-main .txt:nth-child(odd) {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 20px;
  	background-color: #666666;
	  border-radius: 4px;
    padding: 14px 0;
    width: 98%;
    line-height: 14px;
  }
  .text-main .txt:nth-child(even){
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 20px;
  	background-color: #9c1d22;
	  border-radius: 4px;
    padding: 14px 0;
        width: 95.5%;
    line-height: 14px;
    margin-left: 15px;
  }
  .text-main .txt .sp2 {
    font-size: 12px;
    color: #fff;
  }
  .text-main .txt:nth-child(odd) .sp1{
    /* font-size: 18px;
    color: #666666;
    font-weight: bold; */
    display: none;
    width: 15px;
    height: 10px;
    background-color: #9c1d22;
  }
  .text-main .txt:nth-child(even) .sp1{
    /* font-size: 18px;
    color: #666666;
    font-weight: bold; */
    display: none;
    width: 15px;
    height: 10px;
    background-color: #666666;
  }
}
