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

body {
    width: 100%;
    overflow-x: hidden;
}
.font{
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}
.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;
}
.summary img {
    float: left;
    margin-right: 25px;
}
.summary .title {
    overflow: hidden;
    line-height: 27px;
}
.summary .title h3 {
    font-size: 1.4rem;
    color: #333;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-weight: normal;
}
.summary .source {
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
}
.summary .source time,
.summary .source .pv {
    color: #999;
    margin-right: 5px;
}
.summary .status {
    padding: 0 4px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 12px;
    bottom: 8px;
    text-align: center;
    color: #666666;
    border: 1px solid #666666;
    border-radius: 3px;
}
.summary .status-1 {
    color: #666666;
    border: 1px solid #666666;
}
.summary .status-3 {
    color: #ff6600;
    border-color: #ff6600;
}
.summary .status-2 {
    color: #00cc00;
    border-color: #00cc00;
}
.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;
}

.message-box {
    border-top: 2px solid #FF8585;
    border-bottom: 2px solid #FF8585;
    padding: 10px 0;
    margin: 0 10px;
    position: relative;
    margin-top: 40px;
}

.relation-box {
    margin-top: 40px;
}
.list2 {
    border-top: 1px solid #E4E4E4;
    border-bottom: none;
    position: relative;
    padding-top: 15px;
    background: #fff;
}
.list2 .list-name {
    text-indent: 18px;
    min-width: 98px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #33A1FF;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -15px;
}
.list2 .list-name:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: 0;
    border-radius: 50%;
    background: #33A1FF;
    display: block;
}
.list2 .list-row {
    line-height: 45px;
    border-bottom: 1px solid #E4E4E4;
    margin-left: 20px;
}
.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: 2rem;
    margin: 10px 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-video {
    width: 100%;
}
.data-box .item-video iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.data-box .item-video iframe html{
    width: 100%;
    height: 100%;
}
.data-box .item-video iframe html *{
    width: 100%;
    height: 100%;
}

.data-box .item img {
    max-width: 100%;
    display: block;
    margin: auto;
}
h1.article-title { 
    font-size: 2rem; 
    line-height: 1.0; 
    overflow: hidden; 
    /*font-weight: 500;*/
    padding:10px 20px;
}
.info{
    width: 100%;
    overflow: hidden;
    padding: 0px 20px;
}
.info span{
    display: inline-block;
    float: left;
    font-size: 1.2rem;
    color: #999;;
}
.info span.author{
    margin-left: 10px;
}


.ui-jplayer {
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid #ccc;
    margin-top: 10px;
}
.ui-jplayer:after {
    content: '';
    clear: both;
}
.ui-jplayer .status {
    float: left;
    width: 38px;
    text-align: center;
    color: #26BF8F;
    font-size: 18px;
    position: relative;
    z-index: 10;
}
.ui-jplayer i {
    width: 15px;
    height: 18px;
    background-image: url(img/jplay.png);
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
}
.ui-jplayer i.jp-play {
    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 80px 0 50px;
}
.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;
}


.location {
    margin: 20px 10px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.location img {
    height: 1.5rem;
    line-height: 1.5rem;
    vertical-align: middle;
}


/********* 处理结果 **********/
.handle-box{
    padding: 10px 20px;
    /*min-height: 200px;*/
    position: relative;
    margin: 10px auto;
    width: 100%;
    /*box-sizing: content-box;*/
}
.handle-box .handle-header{
    display: inline-block;
    position: absolute;
    top:0px;
    z-index: 10;
    height: 24px;
    border-radius: 12px;
    background-color: #ef3935;
    left:40px;
}
.handle-box .handle-header .handle-type{
    display: inline-block;
    padding: 0px 5px;
    height: 100%;
    line-height: 24px;
    color: #eee;
    font-family: "STHeitiSC-Light","Heiti SC Light","Heiti SC";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    padding: 0px 15px;

}
.handle-box .handle-body{
    height: 100%;
    width: 100%;
    margin: 0px;
    background-color: #fff;
    /*border: 1px solid #333;*/
    box-shadow: 0 0 2px #999;
    border-radius: 5px;
    padding: 20px 10px;
    box-sizing: border-box;
    position: relative;
}
.handle-box .handle-body .item{
    height: 100%;
    width: 100%;
    /*padding-bottom: 10px;*/
}
.handle-box .handle-body .content{
    height: 100%;
    width: 100%;

}
.handle-box .handle-body .top{
    padding: 10px 0px;
}
.handle-box .handle-body .top span{
    display: block;
    text-align: left;
    font-size: 1.7rem;
}

.handle-box .handle-body .bottom{
    margin-right: 0px;
    position: static;
    overflow: hidden;
}
.handle-box .handle-body .bottom span{
    display: block;
    text-align: right;
}
.handle-box .handle-body .bottom .groupname{
    font-size: 1.6rem;
}
.handle-box .handle-body .bottom .created-date{
    color: #333;
    font-size: 1rem;
    
}

.handle-box .handle-body .line{
    padding: 0px 10px;
    height: 1px;
    border-bottom: 1px solid #ddd;
    margin: 10px 0px;
}




/******************/
.data-box .item-image img{
    width: 100%;
}
.data-box img.transcode-img{
    margin-top: 10px;
}
.hero{
    position: relative;
}
.notice-btn{
    display: inline-block;
    float: right;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    background-color: #fc7986;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/****************/
.thumb-box{
     display: inline-block;
     float: left;
     padding-right: 10px;
     position: relative;

 }
.thumb-box img{
    margin: 0px;
    padding: 0px;
}

.pic-summary .video-btn{
    float: left;
    display: inline-block;
    position: absolute;
    width: 85px;
    height: 64px;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    background: url("img/video-btn.png") no-repeat center;
    background-size: 35px 35px;
    z-index: 10;
}

.video-iframe{
    margin-top: 10px;
}