@font-face {   
    font-family: 'icomoon'; 
    src:url('font/icomoon.svg');
    src:url('font/icomoon.eot') format('embedded-opentype'),
        url('font/icomoon.woff') format('woff'),
        url('font/icomoon.ttf') format('truetype'),
        url('font/icomoon.svg') format('svg');   
    font-weight: normal;
    font-style: normal;
}

body {
    width: 100%;
    overflow-x: hidden;
}
.hero {
    max-width: 100%;
    max-height: 210px;
    overflow: hidden;
}
.hero img {
    width: 100%;
    height: 100%;
    display: block;
}
.summary {
    padding: 12px;
    /* height: 90px; */
    border-bottom: 1px solid #eee;
    position: relative;
    /* overflow: hidden; */
    background: white;
    margin-bottom: 5px;
}
.summary img {
    /* float: left; */
    /* margin-right: 25px; */
}
.summary .thumbs{
    margin-top: 10px;
    position: relative;
}
.summary .thumbs .sign{
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 2;
    background: rgba(0,0,0,.4);
    border-radius: 20px;
    color: white;
    padding: 2px 4px;
}
.summary .thumbs .sign label{
    font-size: 14px;
    position: absolute;
    left: 4px;
}
.summary .thumbs ul::after{
    content: "";
    display: block;
    clear: both;
}
.summary .thumbs ul li {
    float: left;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
    width: calc( 33% - 3px);
    height: auto;
}
.summary .thumbs ul li:first-child{
    margin-left: 0px;
}
.summary .thumbs ul li img{
    width: 100%;
}
.summary .thumbs ul li span{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,0.40);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
}
.summary .thumbs a span{
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    color: white;
    padding-left: 20px;
    border-radius: 20px;
    padding: 2px 4px;
    padding-left: 20px;
}
.summary .thumbs a span label{
    position: absolute;
    left: 3px;
    font-size: 14px;
}
.summary .thumbs ul li span label{
    position: absolute;
    top: 9px;
    left: 12px;
    color: white;
}
.summary  .source span.columnr{
    float: right;
    position: absolute;
    right: 12px;
    background: white;
    padding-left: 10px;
}

.summary .title {
    overflow: hidden;
    line-height: 27px;
}
.summary .title h3 {
    font-weight: normal;
    text-align: left;
    font-family: PingFangSC-Regular;
    font-size: 17px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.summary .source {
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-top: 10px;
    font-family: PingFangSC-Regular;
    font-size: 11px;
    color: #999999;
}
.summary .source time,
.summary .source .pv {
    color: #999;
    margin-right: 5px;
}
.summary .source .top{
    /* background: rgba(232,72,39,0.15); */
    border-radius: 1px;
    padding: 2px 4px;
    color: #E84827;
    font-family: PingFangSC-Regular;
    font-size: 10px;
    text-align: left;
    line-height: 10px;
    padding-left: 0;
}
.summary .status {
    padding: 1px 4px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #BABABA;
    border: 1px solid #BABABA;
    border-radius: 1px;
    border: none;
    padding-left: 0;
}
.summary .status-2{
    color: #D83A3A;
    border-color: #D83A3A;
}
.summary .status-3 {
    color: #ef3832;
    border-color: #ef3832;
}
.summary .status-4 {
    color: #32a142;
    border-color: #32a142;
}
.info .status{
    padding: 1px 4px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #BABABA;
    border: 1px solid #BABABA;
    border-radius: 1px;
    border: none;
    padding-left: 0;
}
.info .status-2{
    color: #D83A3A;
    border-color: #D83A3A;
}
.info .status-3 {
    color: #ef3832;
    border-color: #ef3832;
}
.info .status-4 {
    color: #32a142;
    border-color: #32a142;
}
.loadmore {
    font-size: 1.4rem;
    border-radius: 3px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #D8D8D8;
    height: 40px;
    line-height: 38px;
    background-color: #EAEAEA;
    color: #666;
    margin-top: 20px;
}
.author{
    padding: 15px 20px;
}
.author::after{
    content: '';
    display: block;
    clear: both;
}
.author .left{
    float: left;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
}
.author .left img{
    width: 22px;
    height: 22px;
}
.author .right{
    float: left;
    width: calc( 100% - 30px );
}
.author dl dt{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 14px;
}
.author dl dd{
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    text-align: left;
    line-height: 12px;
    margin-top: 5px;
}
.message-box {
    padding: 10px 20px;
    position: relative;
    border-top: 5px solid #f7f7f7;
}
.message-box .status {
    color: #f33;
    font-size: 1.5rem;
    padding-right: 10px; 
    float: left;
    position: absolute;
    top: -12px;
    background-color: #F4F4F4;
}
.message-box date {
    float: right;
    font-size: 1.2rem;
    color: #FF8585;
    top: -14px;
    position: absolute;
    right: 0;
    background-color: #F4F4F4;
    line-height: 24px;
    padding-left: 10px;
}
.message-box .reptime{
    float: right;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999999;
    text-align: left;
    line-height: 12px;
}
.message-box .repeo{
    border-left: 4px;
    padding-left: 5px;
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    line-height: 15px
}
.message-box>label{
    width: 4px;
    height: 13px;
    display: inline-block;
    background: #F5964F;
}
.message-box .message {
    border-top: 1px solid #f7f7f7;
    margin: 10px 0;
    font-size: 1.2rem;
    padding-top: 10px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #444444;
    text-align: justify;
    line-height: 26px;
}
.relation-box {
    /* margin-top: 40px; */
    border-top: 5px solid #f7f7f7;
}
.list2 {
    border-bottom: none;
    position: relative;
    padding-top: 15px;
    background: #fff;
}
.list2 .list-name {
    text-indent: 18px;
    min-width: 98px;
    height: 30px;
    text-align: center;
    color: #333333;
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #333333;
    line-height: 15px;
}

.list2 .list-row {
    line-height: 45px;
    border-bottom: 1px solid #E4E4E4;
    padding: 20px;
}
.list2 .list-row a>span{
    float: right;
    height: 82px;
    width: 109px;
    position: relative;
}
.list2 .list-row a>span img{
    height: 82px;
    width: 109px;
    border-radius: 2px;
}
.list2 .list-row a>span .round{
    position: absolute;
    bottom: 3px;
    right: 3px;
    background: rgba(0,0,0,0.6);
    height: 16px;
    width: 16px;
    color: white;
    border-radius: 50%;
}
.list2 .list-row a>span .round i{
    position: absolute;
    bottom: 1px;
    right: 2px;
    line-height: 1.2;
    font-size: 14px;
}
.list2 .list-row a>span .round i::before{
    font-size: 12px;
}
.list2 .list-row a>span .square{
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: white;
    line-height: 1;
    background: rgba(0,0,0,0.6);
    padding: 2px 4px;
    border-radius: 20px;
    padding-left: 18px;
    font-size: 12px;
}
.list2 .list-row a>span .square i{
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: 0px;
}
.list2 .list-row a>span .square i::before{
    font-size: 12px;
}
.list2 .list-row dl{
    width: calc(100% - 109px);
    height: 82px;
    position: relative;
    padding-right: 10px;
}
.list2 .list-row dl dt{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #222222;
    text-align: left;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list2 .list-row dl dd{
    height: 16px;
    bottom: 0;
    line-height: 1;
    width: calc(100% - 10px);
    position: absolute;
}
.list2 .list-row dl dd>label{
    display: block;
    margin-right: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list2 .list-row dl dd>span{
    position: absolute;
    right: 0;
    top: 0;
}
.list2 .list-row dl dd span{
    font-family: PingFangSC-Regular;
    font-size: 11px;
    color: #999999;
    text-align: left;
    line-height: 10px;
}
.list2 .list-row:last-child {
    margin-left: 0;
    padding-left: 15px;
}
.list2 .list-row
.list2 .list-row i {
    margin-right: 20px;
    width: 20px;
}
.list2 .list-row i:before {
    font-size: 15px
}
.list2 .list-row .em {
    font-style: italic;
    font-weight: bold;
}

.notice-title {
    font-size: 1.4rem;
    margin: 20px 15px;
}
.notice-content {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 15px;
}

.data-box {
    word-break: break-all;
    padding: 0 20px;
}
.data-box .item {
    margin: 20px auto 0;
}
.data-box .item-text{
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #444444;
    text-align: justify;
    line-height: 26px;
}
.data-box .item-video {
    width: 100%;
}
.data-box .item-video iframe {
    width: 100%;
    height: 100%;
}
.data-box .item img {
    max-width: 100%;
    display: block;
    margin: auto;
}
h1.article-title { 
    font-size: 2.2rem;
    line-height: 1.2;
    overflow: hidden;
    margin: 20px 15px;
    padding-bottom: 5px;
    font-family: PingFangSC-Medium;
    color: #222222;
    text-align: left;
    line-height: 33px;
}



.ui-jplayer {
    height: 46px;
    line-height: 46px;
    position: relative;
    /* border: 1px solid #EEE; */
    border-radius: 4px;
    background: #f7f7f7;
}
.ui-jplayer:after {
    content: '';
    clear: both;
}
.ui-jplayer .status {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ccc;
    font-size: 18px;
    position: relative;
    z-index: 10;
}
.jp-video-play .status {
    width: 35px;
    margin: 5px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    position: relative;
    display: block;
    float: left;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(216,216,216,0.50);
}
.ui-jplayer .status .jp-play,.status .jp-pause{
    color: #F5964F;
}
.ui-jplayer .status .jp-play::before{
    content: "\e62b";
}
.ui-jplayer .status .jp-pause::before{
    content: "\e650";
}
.ui-jplayer i.jp-play {
    width: 30px;
    height: 30px;
    background-position: 0 0;
}
.ui-jplayer i.jp-pause {
    background-position: -15px 0;
}
.ui-jplayer .jprogress {
    float: left;
    width: 100%;
    margin: 0 -80px 0 -50px;
    height: 100%;
}
.ui-jplayer .jprogress-inner {
    position: relative;
    height: 100%;
    margin: 0 60px 0 40px;
}
.ui-jplayer .jp-seek-bar {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background-color: #999;
}
.ui-jplayer .jp-play-bar {
    background-color: #26BF8F;
    width: 0%;
    height: 100%;
}
.ui-jplayer .jp-duration {
    float: left;
    width: 80px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.jp-video-play .jp-play{
    font-family: 'icomoon'; 
}
/* .jp-video-play .jp-play:before {
    content: '\e60a';
    display: block;
    width: 100%;
    height: 100%;
}
.jp-video-play .jp-pause:before {
    content: '\e609';
    display: block;
    width: 100%;
    height: 100%;
} */
.jp-video-play .jprogress {
    position: absolute;
    top: 0;
    width: 90%;
    height: 30px;
    margin: auto;
    left: 0;
    right: 0;
}
.jp-video-play .jp-seek-bar {
    height: 4px;
    position: absolute;
    background: rgba(0,0,0,0.1);
}
.jp-video-play .jp-play-bar {
    height: 100%;
    background-color: rgba(250,120,66,1);
    position: absolute;
}
.jp-video-play .jp-play-bar:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: rgba(250,120,66,1);
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: -4px;
    border: 2px solid rgba(245,150,79,1)
}
.jp-video-play .jp-duration,
.jp-video-play .jp-current-time {
    position: absolute;
    top: 0;
    line-height: 40px;
    color: #fff;
    font-size: 1.5rem;
}
.jp-video-play .jp-duration { 
    right: 0;
    color: #999999;
    font-size: 14px;
}
.jp-video-play .jp-current-time { left: 5% }
.info {
    font-size: 1.2rem;
    color: #999;
    margin-left: 20px;
    margin-right: 20px;
}
.location {
    margin: 20px 10px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.location img {
    height: 1.5rem;
    line-height: 1.5rem;
    vertical-align: middle;
}
.ui-jplayer .status .jp-play::before{
    content: "\e7a6";
}
.ui-jplayer .status .jp-pause::before{
    content: "\e7a5";
}
.ui-jplayer{
    border: none;
}
.ui-jplayer .jp-seek-bar{
    height: 2px;
}
.ui-jplayer .jp-current-time{
    left: 15%;
    color: #999999;
    font-size: 14px;
}
.ui-jplayer .jp-play-bar{
    background: #878787;
}
.ui-jplayer .jprogress{
    left: 45px;
}
.ui-jplayer .jp-duration, .ui-jplayer .jp-current-time{
    line-height: 45px;
    font-size: 12px;
}
.ui-jplayer .jprogress{
    width: 75%;
}
.ui-jplayer .jprogress-inner{
    margin: 0 54px 0 40px;
}

.ui-jplayer .jp-play-bar:after{
    padding: 1px;
    top: -5px;
    border: 1px solid rgba(245,150,79,1);
    border-radius: 50%;
    background-color: rgba(250,120,66,1);
    background-clip: content-box;
}