h1.center {
    position: relative;
}

h1.center span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
}
@media screen and (max-width: 639px) {
    h1.center span {
        position: static;
        display: block;
        font-size: 12px;
    }
}

h3.center {
    position: relative;
}

h3.center span {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
}
@media screen and (max-width: 639px) {
    h3.center span {
        position: static;
        display: block;
        font-size: 12px;
    }
}

.list a.btnBottomIcon{
    font-size:14px;
    line-height:17px;
    padding:7px 16px 26px 16px;
}
.list a.l1{
    padding-top:24px;
}

.left {
    text-align: left;
}

.border-btm {
    border-bottom: solid 2px #bfbfbf;
    padding-bottom: 15px;
}

@media screen and (max-width: 639px) {
    .list a.btnBottomIcon{
        padding:0px 8px 16px 8px;
    }
    .list a.l1{
        padding-top:14px;
    }
}

.list .c5-mscTable thead th {
    text-align: left;
    padding:9px 15px 9px 15px;
}
.list .c5-mscTable thead th:first-child {
    border-right: solid 7px #fff;
}
.list .c5-mscTable tbody tr.subTitle td {
    font-size:14px;
    line-height:18px;
    padding:6px 0px 6px 0px;
}
.list .c5-mscTable tbody tr.subTitle td span {
    font-size:11px;
    line-height:16px;
}

.list .c5-mscTable tbody th {
    border-right: 7px solid white;
    border-bottom: 7px solid white;
    padding:11px 21px;
    font-size:14px;
    line-height:18px;
}
.list .c5-mscTable tbody td {
    border-right: 7px solid white;
    border-bottom: 7px solid white;
    font-size:13px;
    line-height:18px;
    padding:11px 21px;
    text-align: center;
}
.list .c5-mscTable tbody span {
    font-size:12px;
    line-height:18px;
}
.list .c5-mscTable tbody .subTitle td {
    vertical-align: top;
}
.list .c5-mscTable tfoot tr.bgGray th {
    border-right: 7px solid white;
}
.list .riyou .c5-mscTable tbody tr.subTitle{
    height:1px;
}
.list .riyou .c5-mscTable tbody tr.subTitle th {
    font-size:0px;
    line-height:0px;
    padding:0;
    height:1px;
}
.list .riyou .c5-mscTable tbody tr.subTitle td {
    font-size:0px;
    line-height:0px;
    padding:0;
    height:1px;
}
.list .riyou .c5-mscTable tbody td {
    padding:21px 21px;
    font-size:13px;
    line-height:23px;
}
@media screen and (max-width: 639px) {
  .list .riyou .c5-mscTable table{
    width:100%;
  }
  .list .riyou .c5-mscTable table thead,
  .list .riyou .c5-mscTable table tbody,
  .list .riyou .c5-mscTable table tr{
    display: block;
  }
  .list .riyou .c5-mscTable table th,
  .list .riyou .c5-mscTable table td{
    font-size: 10px;
    padding:10px;
    display: block;
  }
}

a.btn {
    background-color:#5f6b7e;
    width: 196px;
    height: 46px;
    font-size:14px;
    line-height: 46px;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    padding: 12px 16px 12px 16px;
}

.tag {
    position: relative;
    display: inline-block;
    top: -0.5em;
    margin: 0 0 0 8px;
    padding: 4px 20px;
    font-size: 11px !important;
    font-weight: normal;
    line-height: 1.0 !important;
}
.tag-discon {
    color: #fff;
    background: #737373;
}

@media screen and (max-width: 639px) {
    .tag-discon {
        top: 0;
        margin: 5px 0 0;
    }
}

.ept {
  font-size: 0 !important;
}