/**
 * 图片的垂直居中，注意容器不能设置float，会破坏display的效果，有需要建议在外层增加一层div包裹
 *
 * 正常使用，将该方法设置给img的父元素即可:
 *    div.pic-wrapper
 *      img
 * 若元素需要float:
 *    div.float
 *      div.pic-wrapper
 *        img
 * @param width
 * @param height
 */
/**
 * 兼容一个参数的写法，长宽相等
 */
.supermatch-wesg2-listbanner-pc {
  *zoom: 1;
}
.supermatch-wesg2-listbanner-pc:before,
.supermatch-wesg2-listbanner-pc:after {
  content: "";
  display: table;
}
.supermatch-wesg2-listbanner-pc:after {
  clear: both;
}
@media screen and (min-width: 1080px) {
  .supermatch-wesg2-listbanner-pc .placeholder {
    width: 100%;
    height: 54px;
    background-color: #313131;
  }
  .supermatch-wesg2-listbanner-pc .logo {
    width: 100%;
    height: 54px;
    background-color: #313131;
    z-index: 20;
    position: fixed;
    top: 0;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper {
    width: 1190px;
    margin: 0 auto;
    height: 100%;
    position: relative;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .logo-icon {
    background: url(https://img.alicdn.com/tfs/TB1k9l7XmFRMKJjy0FhXXX.xpXa-160-50.png) no-repeat center center;
    background-size: cover;
    width: 80px;
    height: 25px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    display: block;
    float: left;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .logo-title,
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .guess-award {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 50px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    float: left;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .logo-title .award-qrcode,
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .guess-award .award-qrcode {
    width: 100px;
    height: 100px;
    background: url(https://img.alicdn.com/tfs/TB1kOAWbwMPMeJjy1XdXXasrXXa-280-280.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 125%;
    right: 0;
    display: none;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    margin-left: 40px;
    height: 54px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-before {
    height: 100%;
    overflow: hidden;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-before a {
    float: left;
    margin-top: 21px;
    line-height: 12px;
    text-decoration: none;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-before .btn-login {
    color: #4cc7ff;
    font-size: 12px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-before .btn-register {
    margin-left: 33px;
    color: #4cc7ff;
    font-size: 12px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .quicknav-blank {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    height: 22px;
    width: 1px;
    margin-top: 17px;
    background: #8e8e8e;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-welcome {
    float: left;
    margin-right: 5px;
    line-height: 56px;
    color: #868686;
    font-size: 12px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user {
    position: relative;
    float: left;
    width: 122px;
    height: 56px;
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
    text-align: center;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user:hover {
    border-left: 1px solid #4f5360;
    border-right: 1px solid #4f5360;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user:hover ul {
    display: block;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user ul {
    position: absolute;
    left: -1px;
    top: 56px;
    display: none;
    width: 122px;
    border-left: 1px solid #4f5360;
    border-right: 1px solid #4f5360;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user li {
    height: 30px;
    background: #1b1f2c;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user li a {
    color: #a7abb5;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user li:nth-child(even) {
    background: #252a3a;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user li:nth-child(even) a {
    color: #6f7991;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user li:nth-last-child(1) {
    height: 36px;
    line-height: 36px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user a {
    display: block;
    height: 30px;
    line-height: 30px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user .loginbox-btn {
    position: relative;
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #ffb924;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user .btn-logout {
    display: inline-block;
    width: 76px;
    height: 25px;
    border-radius: 4px;
    line-height: 25px;
    background: #c7c7c7;
    vertical-align: middle;
    color: #1d2026;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user .icon-arrowdown {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 5px;
    height: 3px;
    margin-top: -1.5px;
    background: url(https://img.alicdn.com/tfs/TB17BlEQpXXXXcGXXXXXXXXXXXX-400-400.png) no-repeat -340px -40px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .msgbox {
    position: relative;
    float: left;
    height: 56px;
    width: 40px;
    line-height: 56px;
    color: #d5d5d5;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .msgbox .icon-msg {
    position: absolute;
    top: 15px;
    left: 0;
    width: 9px;
    height: 11px;
    font-style: normal;
    line-height: 11px;
    text-align: center;
    font-size: 9px!important;
    background: url(https://img.alicdn.com/tps/TB1SAGZPVXXXXcvXVXXXXXXXXXX-9-11.png) no-repeat 0 0;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .guess-award:hover .award-qrcode {
    display: block;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .lang-switch {
    width: 160px;
    height: 26px;
    float: right;
    margin-top: 14px;
    background-color: #5a5a5a;
    text-decoration: none;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .lang-switch span {
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .lang-switch .lang-title {
    margin-left: 12px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .lang-switch .lang-flag {
    width: 24px;
    height: 16px;
    display: inline-block;
    background: url(https://img.alicdn.com/tfs/TB1iOxWSVXXXXbNXpXXXXXXXXXX-3352-2471.png) no-repeat center center;
    background-size: cover;
    background-color: #fff;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .header-icon {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 11px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .youku-icon {
    margin-right: 38px;
    background: url(https://img.alicdn.com/tfs/TB1fqXdSVXXXXaLaXXXXXXXXXXX-30-30.png) no-repeat center center;
    background-size: cover;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .youku-icon:hover {
    background: url(https://img.alicdn.com/tfs/TB1Ci8vSVXXXXbrXFXXXXXXXXXX-30-30.png) no-repeat center center;
    background-size: cover;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .weibo-icon {
    margin-right: 16px;
    background: url(https://img.alicdn.com/tfs/TB1v3RLSVXXXXcTXXXXXXXXXXXX-30-30.png) no-repeat center center;
    background-size: cover;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .weibo-icon:hover {
    background: url(https://img.alicdn.com/tfs/TB1LbtcSVXXXXa6aXXXXXXXXXXX-30-30.png) no-repeat center center;
    background-size: cover;
  }
  .supermatch-wesg2-listbanner-pc .list-banner {
    width: 100%;
    height: 120px;
    background: url(https://img.alicdn.com/tfs/TB1aHhcRVXXXXaRXXXXXXXXXXXX-1920-120.jpg) no-repeat center center;
    background-size: cover;
  }
  .supermatch-wesg2-listbanner-pc .list-banner .list-banner-wrapper {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .supermatch-wesg2-listbanner-pc .list-banner .list-banner-wrapper .list-banner-logo {
    position: absolute;
    left: 146px;
    bottom: 12px;
    width: 154px;
    height: 108px;
    background: url(https://img.alicdn.com/tfs/TB1HKU9RFXXXXc.XXXXXXXXXXXX-154-108.png);
  }
}
@media screen and (max-width: 1080px) {
  .supermatch-wesg2-listbanner-pc .placeholder {
    width: 100%;
    height: 54px;
    background-color: #313131;
  }
  .supermatch-wesg2-listbanner-pc .logo {
    width: 100%;
    height: 54px;
    background-color: #313131;
    z-index: 20;
    position: fixed;
    top: 0;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .logo-icon {
    background: url(https://img.alicdn.com/tfs/TB1k9l7XmFRMKJjy0FhXXX.xpXa-160-50.png) no-repeat center center;
    background-size: cover;
    width: 80px;
    height: 25px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    display: block;
    float: left;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .logo-title,
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .guess-award {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 50px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    float: left;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .logo-title .award-qrcode,
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .guess-award .award-qrcode {
    width: 100px;
    height: 100px;
    background: url(https://img.alicdn.com/tfs/TB1kOAWbwMPMeJjy1XdXXasrXXa-280-280.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 125%;
    right: 0;
    display: none;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .logo-title {
    display: none;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    margin-left: 40px;
    height: 54px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-before {
    height: 100%;
    overflow: hidden;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-before a {
    float: left;
    margin-top: 21px;
    line-height: 12px;
    text-decoration: none;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-before .btn-login {
    color: #4cc7ff;
    font-size: 12px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-before .btn-register {
    margin-left: 33px;
    color: #4cc7ff;
    font-size: 12px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .quicknav-blank {
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    height: 22px;
    width: 1px;
    margin-top: 17px;
    background: #8e8e8e;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-welcome {
    float: left;
    margin-right: 5px;
    line-height: 56px;
    color: #868686;
    font-size: 12px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user {
    position: relative;
    float: left;
    width: 122px;
    height: 56px;
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
    text-align: center;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user:hover {
    border-left: 1px solid #4f5360;
    border-right: 1px solid #4f5360;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user:hover ul {
    display: block;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user ul {
    position: absolute;
    left: -1px;
    top: 56px;
    display: none;
    width: 122px;
    border-left: 1px solid #4f5360;
    border-right: 1px solid #4f5360;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user li {
    height: 30px;
    background: #1b1f2c;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user li a {
    color: #a7abb5;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user li:nth-child(even) {
    background: #252a3a;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user li:nth-child(even) a {
    color: #6f7991;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user li:nth-last-child(1) {
    height: 36px;
    line-height: 36px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user a {
    display: block;
    height: 30px;
    line-height: 30px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user .loginbox-btn {
    position: relative;
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #ffb924;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user .btn-logout {
    display: inline-block;
    width: 76px;
    height: 25px;
    border-radius: 4px;
    line-height: 25px;
    background: #c7c7c7;
    vertical-align: middle;
    color: #1d2026;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .loginbox-user .icon-arrowdown {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 5px;
    height: 3px;
    margin-top: -1.5px;
    background: url(https://img.alicdn.com/tfs/TB17BlEQpXXXXcGXXXXXXXXXXXX-400-400.png) no-repeat -340px -40px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .msgbox {
    position: relative;
    float: left;
    height: 56px;
    width: 40px;
    line-height: 56px;
    color: #d5d5d5;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .loginbox .loginbox-after .msgbox .icon-msg {
    position: absolute;
    top: 15px;
    left: 0;
    width: 9px;
    height: 11px;
    font-style: normal;
    line-height: 11px;
    text-align: center;
    font-size: 9px!important;
    background: url(https://img.alicdn.com/tps/TB1SAGZPVXXXXcvXVXXXXXXXXXX-9-11.png) no-repeat 0 0;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .guess-award {
    display: none;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .guess-award:hover .award-qrcode {
    display: block;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .lang-switch {
    width: 160px;
    height: 26px;
    float: right;
    margin-top: 14px;
    background-color: #5a5a5a;
    text-decoration: none;
    display: none;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .lang-switch span {
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .lang-switch .lang-title {
    margin-left: 12px;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .lang-switch .lang-flag {
    width: 24px;
    height: 16px;
    display: inline-block;
    background: url(https://img.alicdn.com/tfs/TB1iOxWSVXXXXbNXpXXXXXXXXXX-3352-2471.png) no-repeat center center;
    background-size: cover;
    background-color: #fff;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .header-icon {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 11px;
    display: none;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .youku-icon {
    margin-right: 38px;
    background: url(https://img.alicdn.com/tfs/TB1fqXdSVXXXXaLaXXXXXXXXXXX-30-30.png) no-repeat center center;
    background-size: cover;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .youku-icon:hover {
    background: url(https://img.alicdn.com/tfs/TB1Ci8vSVXXXXbrXFXXXXXXXXXX-30-30.png) no-repeat center center;
    background-size: cover;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .weibo-icon {
    margin-right: 16px;
    background: url(https://img.alicdn.com/tfs/TB1v3RLSVXXXXcTXXXXXXXXXXXX-30-30.png) no-repeat center center;
    background-size: cover;
  }
  .supermatch-wesg2-listbanner-pc .logo .logo-wrapper .weibo-icon:hover {
    background: url(https://img.alicdn.com/tfs/TB1LbtcSVXXXXa6aXXXXXXXXXXX-30-30.png) no-repeat center center;
    background-size: cover;
  }
  .supermatch-wesg2-listbanner-pc .list-banner {
    width: 100%;
    height: 75px;
    background: url(https://img.alicdn.com/tfs/TB1aHhcRVXXXXaRXXXXXXXXXXXX-1920-120.jpg) no-repeat center center;
    background-size: cover;
  }
  .supermatch-wesg2-listbanner-pc .list-banner .list-banner-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .supermatch-wesg2-listbanner-pc .list-banner .list-banner-wrapper .list-banner-logo {
    position: absolute;
    left: 4%;
    bottom: 15px;
    width: 77px;
    height: 54px;
    background: url(https://img.alicdn.com/tfs/TB1HKU9RFXXXXc.XXXXXXXXXXXX-154-108.png);
    background-size: cover;
  }
}
/**
 * 图片的垂直居中，注意容器不能设置float，会破坏display的效果，有需要建议在外层增加一层div包裹
 *
 * 正常使用，将该方法设置给img的父元素即可:
 *    div.pic-wrapper
 *      img
 * 若元素需要float:
 *    div.float
 *      div.pic-wrapper
 *        img
 * @param width
 * @param height
 */
/**
 * 兼容一个参数的写法，长宽相等
 */
.supermatch-wesg2-header-pc {
  *zoom: 1;
}
.supermatch-wesg2-header-pc:before,
.supermatch-wesg2-header-pc:after {
  content: "";
  display: table;
}
.supermatch-wesg2-header-pc:after {
  clear: both;
}
@media screen and (min-width: 1080px) {
  .supermatch-wesg2-header-pc .header-wrapper {
    width: 100%;
    background-color: #0d82cd;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header {
    width: 1190px;
    height: 91px;
    margin: 0 auto;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item {
    width: 169px;
    line-height: 91px;
    border-right: 1px solid #5eadcf;
    float: left;
    font-size: 22px;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-combo {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 127px;
    height: 91px;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-combo .item-words {
    position: absolute;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-combo .item-icon {
    position: absolute;
    background: url(https://img.alicdn.com/tfs/TB1hlFbRpXXXXbnaXXXXXXXXXXX-9-5.png);
    width: 9px;
    height: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-subs {
    width: 169px;
    background-color: #0b91d7;
    display: none;
    position: absolute;
    z-index: 10;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-subs .sub-item {
    display: block;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-subs .sub-item:hover {
    background-color: #0080c3;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-subs .sub-item:first-child {
    border-top: 1px solid #0080c3;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item:hover {
    background-color: #0b91d7;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item:last-child {
    border-right: 0px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1080px) {
  .supermatch-wesg2-header-pc .header-wrapper {
    width: 100%;
    background-color: #0d82cd;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header {
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item {
    width: 14%;
    line-height: 50px;
    border-right: 1px solid #5eadcf;
    float: left;
    font-size: 9px;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-combo {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 92%;
    height: 50px;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-combo .item-words {
    position: absolute;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-combo .item-icon {
    position: absolute;
    background: url(https://img.alicdn.com/tfs/TB1hlFbRpXXXXbnaXXXXXXXXXXX-9-5.png);
    width: 9px;
    height: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-subs {
    width: 100%;
    background-color: #0b91d7;
    display: none;
    position: absolute;
    z-index: 10;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-subs .sub-item {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-subs .sub-item:hover {
    background-color: #0080c3;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item .item-subs .sub-item:first-child {
    border-top: 1px solid #0080c3;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item:hover {
    background-color: #0b91d7;
  }
  .supermatch-wesg2-header-pc .header-wrapper .header .header-item:last-child {
    border-right: 0px;
    cursor: pointer;
  }
}
/**
 * 图片的垂直居中，注意容器不能设置float，会破坏display的效果，有需要建议在外层增加一层div包裹
 *
 * 正常使用，将该方法设置给img的父元素即可:
 *    div.pic-wrapper
 *      img
 * 若元素需要float:
 *    div.float
 *      div.pic-wrapper
 *        img
 * @param width
 * @param height
 */
/**
 * 兼容一个参数的写法，长宽相等
 */
.supermatch-wesg2-newspage-pc {
  *
  background-color: #000;
  background-color: #0;
}
.supermatch-wesg2-newspage-pc:before,
.supermatch-wesg2-newspage-pc:after {
  content: "";
  display: table;
}
.supermatch-wesg2-newspage-pc:after {
  clear: both;
}
@media screen and (min-width: 1080px) {
  .supermatch-wesg2-newspage-pc .newspage-crumb {
    width: 1200px;
    margin: 20px auto 0;
    height: 40px;
    background-color: #eaeaea;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb span {
    line-height: 40px;
    font-size: 13px;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb .first-crumb {
    padding-left: 20px;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb .homepage {
    cursor: pointer;
    color: #000;
    text-decoration: none;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb .homepage:hover {
    color: #711218;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb .listpage {
    cursor: pointer;
    color: #000;
    text-decoration: none;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb .listpage:hover {
    color: #711218;
  }
  .supermatch-wesg2-newspage-pc .newspage-content {
    width: 1200px;
    margin: 20px auto 31px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div {
    width: 800px;
    height: 139px;
    margin: 0 auto;
    border-bottom: 1px solid #711218;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-title {
    padding-top: 38px;
    margin-left: 10px;
    font-size: 28px;
    color: #711218;
    width: 840px;
    line-height: 28px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info {
    margin-top: 32px;
    margin-left: 10px;
    height: 16px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info span {
    color: #999;
    line-height: 16px;
    font-size: 13px;
    float: left;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .time-icon {
    width: 16px;
    height: 16px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .time-words {
    margin-left: 6px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .author-icon {
    width: 14px;
    height: 16px;
    margin-left: 30px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .author-words {
    margin-left: 5px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .tag-icon {
    width: 15px;
    height: 14px;
    margin-left: 30px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .tag-words {
    margin-left: 6px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-summary {
    width: 800px;
    margin: 21px auto 0;
    background-color: #eaeaea;
    overflow: hidden;
    position: relative;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-summary .summary-innerblock {
    width: 760px;
    margin: 21px 20px;
    color: #666;
    font-size: 13px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-detail {
    width: 800px;
    margin: 40px auto;
    font-size: 16px;
    color: #333;
    overflow:hidden;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-detail img {
    max-width: 97%;
  }
  .supermatch-wesg2-newspage-pc .newspage-share {
    width: 1190px;
    height: 29px;
    margin: 0 auto 30px;
    color: #666;
    font-size: 13px;
    line-height: 29px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
  }
  .supermatch-wesg2-newspage-pc .newspage-share span {
    float: left;
    margin-left: 20px;
  }
  .supermatch-wesg2-newspage-pc .newspage-share .share-icon {
    float: left;
    margin-left: 20px;
  }
  .supermatch-wesg2-newspage-pc .newspage-share .hover-wechat {
    position: absolute;
    top: 42px;
    left: 133px;
    z-index: 99;
    display: none;
  }
  .supermatch-wesg2-newspage-pc .newspage-share .hover-wechat .dimension-wechat {
    width: 100px;
    height: 100px;
    background-color: #fff;
  }
  .supermatch-wesg2-newspage-pc .newspage-share .hover-wechat [class^="triangle"] {
    position: absolute;
    top: -10px;
    left: 6px;
    width: 0;
    height: 0;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px solid #fff;
    font-size: 0;
    line-height: 0;
  }
  .supermatch-wesg2-newspage-pc .newspage-share .hover-wechat [class^="triangle"]:after {
    content: "";
    position: absolute;
    top: 1px;
    left: -10px;
    width: 0;
    height: 0;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px solid #fff;
    font-size: 0;
    line-height: 0;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote {
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-title {
    margin-top: 40px;
    font-size: 18px;
    color: #333;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-total-number {
    color: #711218;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block {
    width: 820px;
    margin: 34px auto 0;
    overflow: hidden;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item {
    width: 160px;
    height: 305px;
    margin-left: 60px;
    float: left;
    position: relative;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item .vote-button {
    position: absolute;
    width: 160px;
    height: 32px;
    bottom: 0;
    cursor: pointer;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item .vote-icon {
    position: absolute;
    width: 134px;
    height: 121px;
    bottom: 41px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item .vote-progress {
    width: 13px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 177px;
    margin: auto;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item .vote-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #333;
    line-height: 12px;
    bottom: 190px;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item:first-child {
    margin-left: 0;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-title {
    width: 1190px;
    margin: 60px auto 0;
    height: 30px;
    position: relative;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-title .title-icon {
    width: 6px;
    height: 30px;
    background-color: #711218;
    position: absolute;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-title .title-ch {
    position: absolute;
    left: 15px;
    top: 1px;
    width: 172px;
    height: 29px;
    background: url(https://img.alicdn.com/tfs/TB1pm07RFXXXXc_XpXXXXXXXXXX-172-29.png);
  }
  .supermatch-wesg2-newspage-pc .newspage-related-title .title-en {
    position: absolute;
    left: 198px;
    bottom: 0;
    width: 133px;
    height: 16px;
    background: url(https://img.alicdn.com/tfs/TB1yNSiRFXXXXb5XXXXXXXXXXXX-133-16.png);
  }
  .supermatch-wesg2-newspage-pc .newspage-related-title .title-separator {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 838px;
    height: 1px;
    background-color: #711218;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list {
    width: 1190px;
    margin: 30px auto 60px;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item {
    margin-top: 20px;
    overflow: hidden;
    display: block;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-img {
    width: 350px;
    height: 186px;
    float: left;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail {
    width: 840px;
    height: 186px;
    background-color: #fff;
    float: left;
    position: relative;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-title {
    font-size: 22px;
    width: 790px;
    margin: 27px auto 0;
    line-height: 22px;
    color: #00abe3;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-summary {
    font-size: 14px;
    width: 790px;
    margin: 24px auto 0;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 65px;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info {
    position: absolute;
    left: 24px;
    bottom: 19px;
    height: 16px;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info span {
    color: #999;
    line-height: 16px;
    font-size: 13px;
    float: left;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .time-icon {
    width: 16px;
    height: 16px;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .time-words {
    margin-left: 6px;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .author-icon {
    width: 14px;
    height: 16px;
    margin-left: 30px;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .author-words {
    margin-left: 5px;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .tag-icon {
    width: 15px;
    height: 14px;
    margin-left: 30px;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .tag-words {
    margin-left: 6px;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newslist-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .supermatch-wesg2-newspage-pc .newspage-crumb {
    width: 100%;
    margin: 10px auto 0;
    height: 40px;
    background-color: #eaeaea;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb span {
    line-height: 40px;
    font-size: 13px;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb .first-crumb {
    padding-left: 20px;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb .homepage {
    cursor: pointer;
    color: #000;
    text-decoration: none;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb .homepage:hover {
    color: #711218;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb .listpage {
    cursor: pointer;
    color: #000;
    text-decoration: none;
  }
  .supermatch-wesg2-newspage-pc .newspage-crumb .listpage:hover {
    color: #711218;
  }
  .supermatch-wesg2-newspage-pc .newspage-content {
    width: 100%;
    margin: 20px auto 31px;
    background-color: #fff;
    overflow: hidden;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div {
    width: 97%;
    margin: 0 auto;
    border-bottom: 1px solid #711218;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-title {
    padding-top: 20px;
    margin-left: 10px;
    font-size: 18px;
    color: #711218;
    width: 98%;
    line-height: 24px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info {
    margin-top: 20px;
    margin-left: 10px;
    height: 18px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info span {
    color: #999;
    line-height: 16px;
    font-size: 13px;
    float: left;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .time-icon {
    width: 16px;
    height: 16px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .time-words {
    margin-left: 2%;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .author-icon {
    width: 14px;
    height: 16px;
    margin-left: 2%;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .author-words {
    margin-left: 2%;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .tag-icon {
    width: 15px;
    height: 14px;
    margin-left: 2%;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-title-div .newspage-info .tag-words {
    margin-left: 2%;
    width: 18%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-summary {
    width: 97%;
    margin: 21px auto 0;
    background-color: #eaeaea;
    overflow: hidden;
    position: relative;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-summary .summary-innerblock {
    width: 95%;
    margin: 16px 12px;
    color: #666;
    font-size: 13px;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-detail {
    width: 95%;
    margin: 45px auto;
    font-size: 14px;
    color: #333;
  }
  .supermatch-wesg2-newspage-pc .newspage-content .newspage-detail img {
    width: 97%;
  }
  .supermatch-wesg2-newspage-pc .newspage-share {
    width: 97%;
    height: 29px;
    margin: 0 auto 20px;
    color: #666;
    font-size: 13px;
    line-height: 29px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
  }
  .supermatch-wesg2-newspage-pc .newspage-share span {
    margin-left: 20px;
  }
  .supermatch-wesg2-newspage-pc .newspage-share .share-icon {
    float: left;
    margin-left: 20px;
  }
  .supermatch-wesg2-newspage-pc .newspage-share .hover-wechat {
    position: absolute;
    top: 42px;
    left: 133px;
    z-index: 99;
    display: none;
  }
  .supermatch-wesg2-newspage-pc .newspage-share .hover-wechat .dimension-wechat {
    width: 100px;
    height: 100px;
    background-color: #fff;
  }
  .supermatch-wesg2-newspage-pc .newspage-share .hover-wechat [class^="triangle"] {
    position: absolute;
    top: -10px;
    left: 6px;
    width: 0;
    height: 0;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px solid #fff;
    font-size: 0;
    line-height: 0;
  }
  .supermatch-wesg2-newspage-pc .newspage-share .hover-wechat [class^="triangle"]:after {
    content: "";
    position: absolute;
    top: 1px;
    left: -10px;
    width: 0;
    height: 0;
    border-left: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px solid #fff;
    font-size: 0;
    line-height: 0;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-title {
    margin-top: 40px;
    font-size: 14px;
    color: #333;
    width: 97%;
    margin: 0 auto;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-total-number {
    color: #711218;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block {
    width: 100%;
    margin: 28px auto 0;
    overflow: hidden;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item {
    width: 42%;
    height: 305px;
    margin-left: 8%;
    float: left;
    position: relative;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item .vote-button {
    position: absolute;
    width: 160px;
    height: 32px;
    bottom: 0;
    cursor: pointer;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item .vote-icon {
    position: absolute;
    width: 134px;
    height: 121px;
    bottom: 41px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item .vote-progress {
    width: 13px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 177px;
    margin: auto;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item .vote-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #333;
    line-height: 12px;
    bottom: 190px;
  }
  .supermatch-wesg2-newspage-pc .newspage-vote .vote-block .vote-item:nth-child(odd) {
    margin-left: 4%;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-title {
    width: 100%;
    margin: 40px auto 0;
    height: 30px;
    position: relative;
    color: #711218;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-title .title-icon {
    width: 4px;
    height: 30px;
    background-color: #711218;
    position: absolute;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-title .title-ch {
    position: absolute;
    left: 15px;
    top: 9px;
    width: 100px;
    height: 24px;
    background: url(https://img.alicdn.com/tfs/TB1pm07RFXXXXc_XpXXXXXXXXXX-172-29.png) no-repeat center center;
    background-size: 100%;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-title .title-en {
    position: absolute;
    left: 132px;
    bottom: 0;
    width: 95px;
    height: 16px;
    background: url(https://img.alicdn.com/tfs/TB1yNSiRFXXXXb5XXXXXXXXXXXX-133-16.png) no-repeat center center;
    background-size: 100%;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-title .title-separator {
    position: absolute;
    right: 2%;
    bottom: 0;
    width: 45%;
    height: 1px;
    background-color: #711218;
    display: none;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list {
    width: 100%;
    margin: 30px auto 60px;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item {
    margin-top: 20px;
    overflow: hidden;
    display: block;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-img {
    width: 100%;
    height: 186px;
    float: left;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail {
    width: 100%;
    background-color: #fff;
    float: left;
    position: relative;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-title {
    font-size: 18px;
    width: 97%;
    margin: 14px auto 0;
    line-height: 24px;
    color: #00abe3;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-summary {
    font-size: 14px;
    width: 97%;
    margin: 14px auto 0;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info {
    position: relative;
    margin: 10px auto;
    height: 15px;
    width: 97%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info span {
    color: #999;
    line-height: 16px;
    font-size: 8px;
    float: left;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .time-icon {
    width: 16px;
    height: 16px;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .time-words {
    margin-left: 2%;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .author-icon {
    width: 14px;
    height: 16px;
    margin-left: 3%;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .author-words {
    margin-left: 2%;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .tag-icon {
    width: 15px;
    height: 14px;
    margin-left: 3%;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newspage-item .item-detail .item-info .tag-words {
    margin-left: 2%;
    width: 35%;
  }
  .supermatch-wesg2-newspage-pc .newspage-related-list .newslist-item:first-child {
    margin-top: 0;
  }
}
/**
 * 图片的垂直居中，注意容器不能设置float，会破坏display的效果，有需要建议在外层增加一层div包裹
 *
 * 正常使用，将该方法设置给img的父元素即可:
 *    div.pic-wrapper
 *      img
 * 若元素需要float:
 *    div.float
 *      div.pic-wrapper
 *        img
 * @param width
 * @param height
 */
/**
 * 兼容一个参数的写法，长宽相等
 */
.supermatch-wesg2-footer-pc {
  *zoom: 1;
  width: 100%;
}
.supermatch-wesg2-footer-pc:before,
.supermatch-wesg2-footer-pc:after {
  content: "";
  display: table;
}
.supermatch-wesg2-footer-pc:after {
  clear: both;
}


.newspageLeft{
  width: 900px;
  float: left;
}
.module {
  /*position: absolute;
  right: 20px;
  top: 56px;*/
   width: 280px;
    border-top: 2px solid #711218;
    background-color: #f4f5f6;
    margin-bottom: 16px;
    float: right;
    margin-top: 55px;
    margin-right: 20px;
}
.module-head {
    color: #222;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
}
.news-head {
    margin-bottom: 6px;
}
.news-content {
    padding-left: 20px;
    padding-right: 20px;
}
.news-list2 {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
}
.news-link {
    display: block;
    overflow: hidden;
}
.module-pic {
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.news-pic {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    float: left;
}
.module-pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.news-pic img {
    width: 100%;
    height: 100%;
}
.news-inner {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}
.news-inner p {
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #222;
}
