@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    /* 內减模式 */
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    color: #444444;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.main {
    min-width: 1024px;
}

.text-c {
    text-align: center;
}

.flex {
    display: flex;
}

.box_1280 {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
}

.box_flex {
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.side {
    width: 180px;
    background: #EAF1FC;
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

.content {
    padding-left: 18px;
    width: 1040px;
    height: auto;
    background: #F9F9F9;
    border-bottom: 1px solid #D6D6D6;
}

.header {
    width: 100%;
    height: 90px;
    align-items: center;
    background: #EAF1FC;
}

.header .left {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header .left span {
    width: 160px;
    height: 34px;
    margin: 12px;
    font-size: 30px;
    font-weight: 700;
    color: #1F67CF;
    line-height: 34px;
}

.header .right {
    margin-right: 30px;
}

.header .right span {
    width: 24px;
    height: 14px;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.header .right input {
    width: 90px;
    height: 20px;
    margin-right: 20px;
    background: #FFFFFF;
    border: 1px;
}

.header .right .checkbox {
    margin: 0 6px 0 0;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.header .right button {
    cursor: pointer;
    width: 68px;
    height: 20px;
    background: linear-gradient(90deg, #E6E6E6 0%, #EBEBEB 100%);
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.header .right a {
    width: 48px;
    height: 14px;
    margin-left: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.header .right .up {
    margin-bottom: 10px;
}

.link {
    height: 40px;
    align-items: center;
}

.link ul li {
    margin-left: 20px;
    float: left;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.link ul li a {
    color: #35ACFF;
    text-decoration: underline;
}

.link li:nth-child(1) {
    margin-left: 30px;
}

.bar {
    width: 100%;
    height: 40px;
    background: #1F67CF;
}

.bar .box {
    align-items: center;
}

.bar .box img {
    margin: 0 8px 0 30px;
}

.bar .box span {
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 14px;
}

.body {
    flex-wrap: wrap;
}

.body .pageover {
    margin: 0 30px 0 30px;
    align-items: center;
    height: 42px;
    width: 1220px;
    justify-content: space-between;
}

.body .pageover .button {
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 24px;
    cursor: pointer;
    background: linear-gradient(270deg, #248CDF 0%, #1F67CF 100%);
    color: #fff;
    border-radius: 2px;
    font-size: 13px;
}

.body .pageover .button span {
    margin-left: 4px;
    font-size: 6px;
}

.body .pageover .page ul li {
    margin-left: 4px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #C0C0C0;
    color: #444444;
}

.body .pageover .page ul span {
    width: 28px;
    height: 14px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .pageover .page li:nth-child(1) {
    color: #FFFFFF;
    background: #3C99F2;
}

.body .pageover .page li:nth-child(10) {
    margin-left: 10px;
}

.body .pageover .page button {
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    line-height: 24px;
    float: right;
    width: 64px;
    height: 24px;
    font-size: 13px;
    color: #444444;
    border-radius: 2px;
    border: 1px solid #C0C0C0;
}

.body .block {
    margin: 0 auto;
    width: 1220px;
    border: 1px solid #D6D6D6;
}

.body .block_1 .top {
    height: 42px;
    line-height: 42px;
}

.body .block_1 .top .left {
    display: flex;
    justify-content: space-around;
}

.body .block_1 .top .left span {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_1 .top .left span .blue {
    color: #246BD0;
}

.body .block_1 .top .right {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #444444;
}

.body .block_1 .top .right img {
    margin-right: 11px;
    cursor: pointer;
}

.body .block_1 .box {
    height: 3200px;
}

.body .block_1 .box .left {
    text-align: center;
}

.body .block_1 .box .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_1 .box .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_1 .box .left div img {
    width: 92px;
    height: 92px;
}

.body .block_1 .box .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_1 .box .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_1 .box .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_1 .box .right_2 p {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #444444;
    line-height: 30px;
    cursor: pointer;
}

.body .block_1 .box .right_2 p span {
    color: #FF4444;
    text-decoration: underline;
}

.body .block_1 .box .right_2 ul {
    margin-top: 30px;
}

.body .block_1 .box .right_2 ul li span {
    margin-left: 8px;
    display: block;
    font-size: 17px;
    font-weight: bolder;
    color: #444444;
    line-height: 20px;
    }

.body .block_1 .box .right_2 ul li img {
    margin-top: 14px;
}

.body .block_1 .box .right_2 .comment .top {
    align-items: center;
    margin-top: 35px;
    width: 800px;
    height: 38px;
    background: linear-gradient(270deg, rgba(232, 232, 232, 0) 0%, #E8E8E8 100%);
}

.body .block_1 .box .right_2 .comment .top div {
    font-size: 13px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
    margin-right: 33px;
}

.body .block_1 .box .right_2 .comment .top div span {
    margin-left: 6px;
    background: #FFE0AE;
    border-radius: 2px;
    color: #F67700;
}

.body .block_1 .box .right_2 .comment .top div:nth-child(1) {
    margin-left: 12px;
    margin-right: 60px;
}

.body .block_1 .box .right_2 .comment ul {
    margin: 0;
}

.body .block_1 .box .right_2 .comment ul li {
    display: flex;
    align-items: center;
    height: 38px;
    width: 800px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_1 .box .right_2 .comment ul li div {
    display: flex;
    width: 130px;
    margin-left: 12px;
}

.body .block_1 .box .right_2 .comment ul li div img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 4px;
}

.body .block_1 .box .right_2 .comment ul li div span {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_1 .box .right_2 .comment ul li .orange {
    color: #F67700;
    margin-right: 85px;
}

.body .block_1 .box .right_2 .comment ul li span {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

.body .block_1 .box .right_2 .comment ul li:nth-child(17) {
    height: 70px;
}

.body .block_1 .box .right_2 .comment ul li:nth-child(17) span {
    margin-left: 500px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_1 .box .right_2 .comment .bottom {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_1 .box .right_2 .comment .bottom img {
    margin: 0 6px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

.body .block_1 .box .right_2 .comment .bottom img:nth-child(2) {
    margin-left: 20px;
}

.body .block_2 {
    height:610px;
    display: flex;
}

.body .block_2 .left {
    text-align: center;
}

.body .block_2 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_2 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_2 .left div img {
    width: 92px;
    height: 92px;
}

.body .block_2 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_2 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_2 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_2 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_2 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_2 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block_2 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_2 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_2 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_3 {
    height: 575px;
    display: flex;
}

.body .block_3 .left {
    text-align: center;
}

.body .block_3 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_3 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_3 .left div img {
    width: 92px;
    height: 92px;
}

.body .block_3 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_3 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_3 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_3 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_3 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_3 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block_3 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_3 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_3 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_4 {
    height: 790px;
    display: flex;
}

.body .block_4 .left {
    text-align: center;
}

.body .block_4 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_4 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_4 .left div img {
    width: 92px;
    height: 92px;
}

.body .block_4 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_4 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_4 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_4 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_4 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_4 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block_4 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_4 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_4 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_5 {
    height: 530px;
    display: flex;
}

.body .block_5 .left {
    text-align: center;
}

.body .block_5 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_5 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_5 .left div img {
    width: 92px;
    height: 92px;
}

.body .block_5 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_5 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_5 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_5 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_5 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_5 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block_5 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_5 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_5 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_6 {
    height: 700px;
    display: flex;
}

.body .block_6 .left {
    text-align: center;
}

.body .block_6 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_6 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_6 .left div img {
    width: 92px;
    height: 92px;
}

.body .block_6 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_6 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_6 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_6 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_6 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_6 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block_6 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_6 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}

.body .block_6 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_7 {
    height: 900px;
    display: flex;
}

.body .block_7 .left {
    text-align: center;
}

.body .block_7 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
}

.body .block_7 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.body .block_7 .left div img {
    width: 92px;
    height: 92px;
}

.body .block_7 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_7 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
}

.body .block_7 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .block_7 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
}

.body .block_7 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}

.body .block_7 .right_2 img {
    margin: 0 20px 30px 0;
}

.body .block_7 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
}

.body .block_7 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
}



.body .block_7 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_8 {
    height: 760px;
    display: flex;
  }
  
  .body .block_8 .left {
    text-align: center;
  }
  
  .body .block_8 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
  }
  
  .body .block_8 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
  }
  
  .body .block_8 .left div img {
    width: 92px;
    height: 92px;
  }
  
  .body .block_8 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
  }
  
  .body .block_8 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
  }
  
  .body .block_8 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
  }
  
  .body .block_8 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
  }
  
  .body .block_8 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
  }
  
  .body .block_8 .right_2 img {
    margin: 0 20px 30px 0;
  }
  
  .body .block_8 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
  }
  
  .body .block_8 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
  }

  .body .block_8 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .block_9 {
    height: 900px;
    display: flex;
  }
  
  .body .block_9 .left {
    text-align: center;
  }
  
  .body .block_9 .left span {
    display: block;
    margin: 11px 0 11px 0;
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 14px;
  }
  
  .body .block_9 .left div {
    padding: 4px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
  }
  
  .body .block_9 .left div img {
    width: 92px;
    height: 92px;
  }
  
  .body .block_9 .right_1 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #D6D6D6;
  }
  
  .body .block_9 .right_1 img {
    vertical-align: middle;
    margin-right: 6px;
  }
  
  .body .block_9 .right_1 span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
  }
  
  .body .block_9 .right_2 {
    border-bottom: 1px dashed #D6D6D6;
  }
  
  .body .block_9 .right_2 p {
    margin: 18px 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
  }
  
  .body .block_9 .right_2 img {
    margin: 0 20px 30px 0;
  }
  
  .body .block_9 .right_3 {
    height: 40px;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
  }
  
  .body .block_9 .right_3 img {
    margin-right: 6px;
    cursor: pointer;
  }

  .body .block_9 .right_3 img:nth-child(2) {
    margin-left: 20px;
}

.body .page {
    justify-content: flex-end;
    height: 60px;
    width: 1220px;
    margin: 0 auto;
    align-items: center;
}

.body .page button {
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    line-height: 24px;
    float: right;
    width: 64px;
    height: 24px;
    font-size: 12px;
    color: #444444;
    border-radius: 2px;
    border: 1px solid #C0C0C0;
}

.body .page ul li {
    margin-left: 4px;
    text-align: center;
    font-size: 13px;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid #C0C0C0;
    color: #444444;
}

.body .page ul span {
    width: 28px;
    height: 14px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .page li:nth-child(1) {
    margin-left: 10px;
    color: #FFFFFF;
    background: #3C99F2;
}

.body .page li:nth-child(10) {
    margin-left: 10px;
}

.body .footer {
    width: 1220px;
    height: 240px;
    border: 1px solid #D6D6D6;
    margin: 0 auto;
}

.body .footer .left {
    width: 180px;
    background: #EAF1FC;
    border-right: 1px solid #D6D6D6;
}

.body .footer .right {
    padding: 0;
    background: #F9F9F9;
    justify-content: center;
    align-items: center;
}

.body .footer .right .box {
    width: 980px;
    height: 178px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
}

.body .footer .right .box .head {
    align-items: center;
    justify-content: space-between;
    height: 34px;
    background: #EAF1FC;
    border-bottom: 1px solid #D6D6D6;
}

.body .footer .right .box .head img {
    margin-left: 12px;
}

.body .footer .right .box .head span {
    margin-right: 12px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .footer .right .box .center {
    height: 144px;
    justify-content: center;
    align-items: center;
}

.body .footer .right .box .center p {
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
}

.body .footer .right .box .center p span {
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #35ACFF;
    line-height: 14px;
}

.body .footer .right .box .center img {
    cursor: pointer;
}

.bottom {
    font-size: 12px;
    color: #444444;
    line-height: 26px;
    text-align: center;
    padding: 35px;
}

#toTop {
    width: 52px;
    height: 52px;
    cursor: pointer;
    color: white;
    position: fixed;
    /*使用固定定位*/
    bottom: 50px;
    right: 50px;
}

.right_4 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #D6D6D6;
}

.right_4_t {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.right_4_c {
    width: 100%;
    height: auto;
    padding: 0px 10px;
    box-sizing: border-box;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.right_4_c_p {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.right_4_t span {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    line-height: 14px;
    line-height: 30px;
}

.right_4_t span:nth-child(3) {
    background-color: #f0f0f0;
    margin-right: 0px;
    padding: 0px 10px;
}

.right_4_c_sp {
    width: 100%;
    text-align: right;
    padding-right: 20px;
    color: #444444;
    font-size: 14px;
}

.right_4_c a {
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #666666;
    color: #444444;
    font-size: 14px;
    padding: 2px 10px;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.right_4_c_p span:nth-child(2) {
    color: #008ded;
    font-size: 14px;
    line-height: 30px;
}

.right_4_c_p span:nth-child(3) {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.right_4_c_p span {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.right_4_c_p img {
    width: 40px;
    height: 40px;
    border: 1px solid #F0E3C6;
    margin-right: 10px;
}

/*# sourceMappingURL=index.css.map */