body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,input,select,textarea,div,table,td,th,tr,dt,dd,dl{margin:0;padding:0;}

ul,ol{list-style:none;}

em,i{font-style:normal;display: inline-block;}

table{border-spacing:0;border-collapse:collapse;}

img{border:0;vertical-align:middle;}

input,select{vertical-align:middle;outline: none;}

a:hover{color: #bc6c25;text-decoration:none;}
a{color: #333;text-decoration:none;}
a:focus{
    text-decoration: none;
}

.dv-spo-allbg{
    position: fixed;
    z-index: -99;
    top: 132px;
    height: 553px;
    width: 100%;
    min-width: 950px;
    overflow: hidden;
    background-position: 50% 0;
    background-size: auto 100%;
    background: url("../images/indexbg.png") no-repeat;
}

.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}

.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}

img{border:none;}

body{font-family:'Microsoft YaHei','Arial','Heiti SC';background:#f5f5f5;}

.fl{display:block;float:left;}

.fr{display:block;float:right;}

.clear{clear:both;}

.container{width: 1230px;margin: 0 auto;}

.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}

.dv-spo-box {
    background: #fff;
    border-radius: 0px;
    /*box-shadow: 0 0 10px #e6e6e6;*/
    box-shadow: 1px 1px 10px rgb(229 229 229);
    padding: 20px;
}

#page{
	text-align: center;
	padding: 20px 0 40px;
}
#page .pagination{
    margin-top: 40px;
}
#page .pagination li span{
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 0px!important;
	margin-right: 15px;
	padding: 0px;
	border: 1px solid rgba(216, 83, 1, 0.56);
	background: #bc6c25;
	color: #fff;
}
#page .pagination li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 0px!important;
	margin-right: 15px;
	padding: 0px;
	border: 1px solid #f5f5f5;
	color: #666;
}
#page .pagination li.disabled span{
	color: #666;
	border: 1px solid #f5f5f5;
	background: #fff;
}
#page .pagination li:last-child a{
    margin-right: 0px;
}

.dv-spo-center {
    width: 1200px;
    margin: 0 auto;
}
.fb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*头部*/
.dv-spo-header-center .dv-spo-logo{
    height: 78px;
}
.dv-spo-header-center .dv-spo-logo img{
    height: 40px;
    margin-top: 15px;
}
.dv-spo-header .dv-spo-header-center {
    /*background: #fff url(../images/bg01.png) no-repeat center/cover;*/
    padding: 12px 0;
    border-top: 1px solid #ededed;
}
.dv-spo-header .dv-spo-header-center .dv-spo-search {
    position: relative;
}
.dv-spo-header .dv-spo-header-center .dv-spo-search ul{
    overflow: hidden;
    height: 36px;
    display: block;
}
.dv-spo-header .dv-spo-header-center .dv-spo-search li {
    float: left;
    font-size: 14px;
    position: relative;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    border-radius: 4px 4px 0px 0px;
}
.dv-spo-header .dv-spo-header-center .dv-spo-search li.on {
    background: #03a9f4;
    color: #fff!important;
}
.dv-spo-header .dv-spo-header-center .dv-spo-search .dv-spo-txt {
    width: 460px;
    height: 40px;
    padding: 0 50px 0 20px;
    border: 2px solid rgba(240, 81, 0, 0.56);
    background-color: #fff;
}
.dv-spo-header .dv-spo-header-center .dv-spo-search .dv-spo-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 40px;
    background: #03a9f4 url('../images/ss.png') no-repeat center/22px;
    cursor: pointer;
    border: 0;
}
.dv-spo-header .dv-spo-header-list {
    background: #03a9f4;
    box-shadow: 0 1px 3px rgba(27,95,160,.1);
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.dv-spo-header .dv-spo-header-list li {
    position: relative;
    flex: auto;
}
.dv-spo-header .dv-spo-header-list li.active {
    background-color: #fff;
    color: #bc6c25;
}
.dv-spo-header .dv-spo-header-list li a{
    display: block;
    color: #fff;
}
.dv-spo-header .dv-spo-header-list li.active a{
    color: #bc6c25;
}
.dv-spo-header .dv-spo-header-list li:hover .dv-spo-li-menu {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1;
}
.dv-spo-header .dv-spo-header-list li .dv-spo-li-menu{
    z-index: 99999;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    line-height: 38px;
    width: 128px;
    border-radius: 3px;
    box-shadow: 5px 4px 5px rgba(0,0,0,0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);
    -moz-transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);
    -o-transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);
    transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);
    opacity: 0;
     -webkit-transform: scale3d(0,0,0);
    -moz-transform: scale3d(0,0,0);
    -ms-transform: scale3d(0,0,0);
    -o-transform: scale3d(0,0,0);
     transform: scale3d(0,0,0);
     -webkit-transform-origin: 40px top;
    -moz-transform-origin: 40px top;
    -ms-transform-origin: 40px top;
    -o-transform-origin: 40px top;
    transform-origin: 40px top;
}
.dv-spo-header .dv-spo-header-list li .dv-spo-li-menu a{
    color: #000;
    font-size: 16px;
}

.dv-spo-header-d-list {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
.dv-spo-header-d-list span {
    height: 20px;
    padding-left: 10px;
    border: 1px solid #303030;
    padding: 3px 10px;
    text-align: center;
    border-radius: 2em;
    background-color: #303030;
    color: #fff;
    font-size: 14px;
}
.dv-spo-header-d-list ul {
    display: inline-block;
}
.dv-spo-header-d-list li {
    display: inline-block;
    padding: 0 10px;
}
.dv-spo-header-d-list a {
    display: block;
    font-size: 14px;
}

/*尾部*/
.dv-spo-index_link {
    margin-bottom: 20px;
    min-height: 30px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    *zoom: 1;
    margin-top: 10px;
}
.dv-spo-index_link a {
    float: left;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    margin-right: 16px;
}
.dv-spo-index_link a:hover {
    color: red;
}

footer {
    width: 100%;
    color: #fff;
    font-size: 12px;
    background-color: #303030;
    text-align: center;
}
footer .dv-spo-center {
    height: 115px;
    padding-top: 20px;
}
footer p:nth-of-type(1) {
    color: #fff;
    line-height: 42px;
    font-size: 12px;
}
footer p a {
    color: #fff;
    margin: 0 10px;
    font-weight: 400;
}
footer p:nth-of-type(2) {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
footer p:nth-of-type(2) a {
    margin: 0;
}
footer p:nth-of-type(2) a:hover{
    color: red;
}

/*内页map*/
.dv-spo-map-box {
    padding: 0px 0 0;
    margin-bottom: 10px;
}
.dv-spo-crumbs {
    /*padding-left: 25px!important;*/
    margin-top: -10px;
    font-size: 13px;
    color: #666;
    position: relative;
}
/* .crumbs:after{
    content: "";
    left: 0;
    width: 16px;
    position: absolute;
    height: 16px;
    background: url("../images/map.png") no-repeat;
    background-size: 16px;
} */
.dv-spo-crumbs.dv-spo-nobor{
    border: 0;
    padding: 0px;
}
.dv-spo-crumbs a {
    color: #333;
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.dv-spo-crumbs a:not(:last-child)::after {
    padding: 0px 5px;
    content: '>';
}
.dv-spo-crumbs a:hover{
    color: #682FAFFF;
}

/*首页tab*/
.dv-spo-index_label{
    border-top: 2px solid #bc6c25;
    background: #fff;
}
.dv-spo-index_label ul {
    overflow: hidden;
    height: 50px;
    background: #f7f9fa;
    box-shadow: 0 2px 3px #ddd;
}
.dv-spo-index_label li {
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    background: #f7f9fa;
    text-align: center;
    padding: 0 15px;
    float: left;
    cursor: pointer;
}
.dv-spo-index_label li.on {
    background: #03a9f4;
    color: #FFF;
}

/*资讯list*/
.dv-spo-news_list {
    /*border-left: 1px solid #fff;*/
}
.dv-spo-news_list .dv-spo-item {
    background: #fff;
    /*padding-left: 15px;*/
    position: relative;
    margin-top: 10px;
    padding: 20px;
}
.dv-spo-news_list .dv-spo-item > a{
    display: block;
}
/* .news_list .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    width: 17px;
    height: 17px;
    background-image: url(../images/post-list-dot.png);
} */
.dv-spo-news_list .dv-spo-title {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.dv-spo-news_list .dv-spo-item .dv-spo-title .dv-spo-tit {
    display: block;
    font-size: 16px;
    font-weight: bold;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dv-spo-news_list .dv-spo-title span {
    margin-left: 20px!important;
    color: #909399;
}
.dv-spo-news_list .dv-spo-info {
    background: #fff;
    align-items: center;
    display: flex;
}
.dv-spo-news_list .dv-spo-img {
    width: 178px;
    height: 110px;
    overflow: hidden;
    position: relative;
}
.dv-spo-news_list .dv-spo-img img{
    width: 100%;
    height: 100%;
}
.dv-spo-news_list .dv-spo-cont {
    margin: 0 15px;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.dv-spo-news_list .dv-spo-text {
    height: 40px;
    line-height: 20px;
    color: #909090;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}
.dv-spo-news_list .dv-spo-score {
    color: #bc6c25!important;
    font-size: 14px;
    line-height: 1.5;
}

/*首页视频*/
.dv-spo-index_video{
    margin-left: -20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.dv-spo-index_video div{
    width: 50%;
    padding-left: 20px;
    margin-bottom: 15px;
}
.dv-spo-index_video.dv-spo-video_page{
    margin-left: -40px;
}
.dv-spo-index_video.dv-spo-video_page div{
    width: 250px;
    margin-left: 40px;
    padding-left: 0px;
    margin-bottom: 15px;
}
.dv-spo-index_video.dv-spo-video_page div .dv-spo-img{
    width: 250px;
    height: 185px;
}
.dv-spo-index_video.dv-spo-video_page div .dv-spo-img img{
    width: 100%;
    height: 145px;
}
.dv-spo-index_video div .dv-spo-img {
    background: #fff;
    height: 136px;
    margin-bottom: 0px;
    display: block;
    overflow: hidden;
    position: relative;
}
.dv-spo-index_video div .dv-spo-img img{
    width: 100%;
    height: 106px;
}
.dv-spo-index_video div .dv-spo-img:hover span{
    background: url(../images/v2.png) no-repeat center;
}
.dv-spo-index_video div .dv-spo-img span {
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(../images/v.png) no-repeat center;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -33px;
}
.dv-spo-index_video div .dv-spo-img p {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/*首页录像*/
.dv-spo-index_videopace{
    background: #fff;
    padding-bottom: 20px!important;
}
.dv-spo-index_videopace ul {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}
.dv-spo-index_videopace ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.dv-spo-index_videopace ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.dv-spo-index_videopace ul li {
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    line-height: 36px;
    align-items: center;
    font-size: 16px;
}
.dv-spo-index_videopace.dv-spo-page_list ul li {
    line-height: 42px;
}
.dv-spo-index_videopace ul li span{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 6px 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    background: url(../images/sp.png) no-repeat center;
    background-size: 20px;
}
.dv-spo-index_videopace ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*内页资讯*/
.dv-spo-detail_new_list{
    background: #fff;
    padding-bottom: 20px!important;
}
.dv-spo-detail_new_list ul {
    border-bottom: 1px dashed #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
}
.dv-spo-detail_new_list ul:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.dv-spo-detail_new_list ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
}
.dv-spo-detail_new_list ul li span{
    display: inline-block;
    width: 5px;
    height: 5px;
    line-height: 20px;
    margin: 5px 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    background: #cfcfcf;
    border-radius: 50%;
}
.dv-spo-detail_new_list ul li a {
    display: block;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*title*/
.dv-spo-index_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dv-spo-index_title span,.dv-spo-index_title h2,.dv-spo-index_title h3 {
    margin-left: 10px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.dv-spo-index_title:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 20px;
    margin-top: -9px;
    /*background-color: #bc6c25;*/
    background: linear-gradient(90deg,#bc6c25,#fff);
    vertical-align: middle;
}

/*左右布局*/
.dv-spo-index_conter{
    width: 1200px;
    margin: 20px auto 0;
}
.dv-spo-index_con {
    margin-bottom: 20px;
    display: flex;
}
.dv-spo-index_con .dv-spo-index_left{
    width: 830px;
    /*flex: 1;*/
}
.dv-spo-index_con .dv-spo-index_right {
    width: 350px;
    margin-left: 20px;
}

/*标签*/
.dv-spo-tags {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    display: inline-block;
}
.dv-spo-tags .dv-spo-tag {
    margin-bottom: 8px;
}
.dv-spo-tag {
    position: relative;
    display: inline-block;
    padding: 0px 5px 0px 9px;
    margin: 0 13px 5px 0;
    height: 26px;
    line-height: 26px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #333;
    border-radius: 2px;
    background-color: #f0f0f0;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.dv-spo-tags a.dv-spo-tag:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 9px solid #f0f0f0;
    position: absolute;
    top: 0;
    right: -9px;
}

/*内页标签*/
.dv-spo-detail_tags {
    overflow: hidden;
}
.dv-spo-detail_tags span {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.dv-spo-detail_tags a {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #e74c3c;
    overflow: hidden;
    margin-left: 5px;
}

/*内页热门数据*/
.dv-spo-detail_wangluo ul {
    margin-top: 20px;
    margin-left: -20px;
    overflow: hidden;
}
.dv-spo-detail_wangluo ul li {
    width: 192px;
    background: #fff;
    box-shadow: 0 0 10px 0 #dfdfdf;
    border-radius: 4px;
    padding: 10px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.dv-spo-detail_wangluo ul li .dv-spo-img {
    height: 110px;
    position: relative;
    overflow: hidden;
}
.dv-spo-detail_wangluo ul li .dv-spo-img img {
    display: block;
    width: 100%;
    height: 129px;
}
.dv-spo-detail_wangluo ul li p {
    font-size: 16px;
    color: #1d1d1f;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*上下页*/
.dv-spo-news_detail_page {
    margin: 30px 0 40px 0;
    height: 80px;
    position: relative;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.dv-spo-news_detail_page p {
    margin-bottom: 10px;
}

/*置顶*/
#dv-spo-totop {
    height: 30px;
    position: fixed;
    left: 50%;
    margin-left: 600px;
    width: 30px;
    z-index: 9999;
    bottom: 50px;
    border-bottom: 0px;
    border-radius: 5px;
    color: #08c;
    text-align: center;
    line-height: 1;
    display: none;
    cursor: pointer;
    transition: .3s;
}
#dv-spo-totop i{
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: url(../images/top-arrow.png) no-repeat center;
    background-size: 30px;
}

/*没有数据*/
.dv-spo-nothing {
    text-align: center;
    margin: 40px 0px;
    min-height: 390px;
}
.dv-spo-nothing img {
    width: 100px;
}
.dv-spo-nothing span {
    display: block;
}

/*直播列表*/
.dv-spo-index_match_list .dv-spo-hotmatch {
    padding: 12px;
    border-bottom: 1px solid #d3e1e2;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.dv-spo-index_match_list .dv-spo-hotmatch  a.dv-spo-items-center {
    float: left;
    width: 800px;
}
.dv-spo-index_match_list .dv-spo-hotmatch  a.dv-spo-items-center > p {
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-status.dv-spo-live span {
    background: linear-gradient(90deg,#ff1c1c,#eaadad);
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-status.dv-spo-prelive span {
    background: linear-gradient(90deg,#929292,#c1c1c1);
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-status {
    float: left;
    margin-right: 10px;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-status span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: 50px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-time {
    float: left;
    margin-right: 20px;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-cate {
    float: left;
    margin-right: 10px;
    width: 100px;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team1 {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team1logo {
    width: 24px;
    float: left;
    margin-right: 10px;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team1logo img {
    width: 24px;
    vertical-align: middle;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team1num {
    margin-right: 2px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-fh {
    margin-right: 2px;
    float: left;
    width: 5px;
    text-align: center;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team2num {
    margin-right: 10px;
    float: left;
    width: 30px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team2logo {
    margin-right: 10px;
    float: left;
    width: 24px;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team2logo img {
    width: 24px;
    vertical-align: middle;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-team2 {
    float: left;
    margin-right: 10px;
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-box {
    float: right;
    width: 100px;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-top, .dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-top p {
    display: flex;
    align-items: center;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-top p:first-child {
    font-size: 14px;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-top p {
    color: #000;
    justify-content: center;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-top p:first-child:before {
    content: "";
    width: 20px;
    height: 26px;
    background: url(../images/live_icon.png) no-repeat;
    background-position: 50%;
    background-size: 20px 20px;
    margin-right: 3px;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-btm {
    float: left;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-btm p {
    color: #bc6c25;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #bc6c25;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-box .dv-spo-more {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    cursor: pointer;
    float: left;
}
.dv-spo-index_match_list .dv-spo-hotmatch .dv-spo-items-box .dv-spo-more:after {
    content: "";
    width: 23px;
    height: 26px;
    background: url(../images/chevron-down.png) no-repeat;
    background-position: 50%;
    background-size: 12px 7px;
}
.dv-spo-index_match_more {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background-color: #303030;
    border-radius: 2px;
    margin-top: 10px;
}
.dv-spo-index_match_more a{
    color: #fff;
    display: block;
}

.dv-spo-index_match_list h6{
    display: flex;
    height: 24px;
    line-height: 24px;
    align-items: center;
    margin: 10px 0px;
    color: #666666;
    padding-left: 4px;
}
.dv-spo-index_match_list h6 time{
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
}

.dv-spo-news_con {
    margin-bottom: 20px;
    display: flex;
    margin-top: 20px!important;
}
.dv-spo-news_con .dv-spo-news_left{
    width: 830px;
    flex: 1;
}
.dv-spo-news_right {
    width: 350px;
    margin-left: 20px;
}

/*标题 来源*/
.dv-spo-news_top_cont {
    padding: 30px 0 30px 0;
    border-bottom: 1px dashed #eee;
    text-align: center!important;
}
.dv-spo-news_top_cont.dv-spo-channel{
    padding-bottom: 0!important;
}
.dv-spo-news_top_cont h1 {
    font-size: 24px;
    display: block;
    line-height: 1.2;
    margin-bottom: 20px;
    /*height: 48px;*/
    font-weight: bold;
}
.dv-spo-news_top_cont .dv-spo-text {
    font-size: 14px;
    line-height: 1.5;
    color: #909399!important;
}
.dv-spo-news_top_cont .dv-spo-text span {
    margin: 0 20px;
}

/*内容*/
.dv-spo-news_detail {
    padding: 30px 0;
    line-height: 28px;
    font-size: 16px;
    color: #606266;
    margin-bottom: 10px;
}
.dv-spo-news_detail p {
    line-height: 28px;
    font-size: 16px;
    color: #606266;
    margin-bottom: 10px;
}
.dv-spo-news_detail h3,.dv-spo-news_detail h2{
    line-height: 36px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.dv-spo-news_detail strong{
    font-size: 16px;
    font-weight: bold;
}
.dv-spo-news_detail p img {
    display: block;
    width: 80%;
    margin: 15px auto;
    height: auto !important;
}
.dv-spo-news_detail+p{
    margin-top: 20px;
}

/*热门球队*/
.dv-spo-hot_team {
    margin: 20px 0 0;
    margin-left: -20px;
    overflow: hidden;
}
.dv-spo-hot_team a {
    background: #fff;
    width: 101px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
}
.dv-spo-hot_team .dv-spo-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.dv-spo-hot_team .dv-spo-img img {
    width: 70px;
    height: 70px;
    margin: 5px 0 0 5px;
}
.dv-spo-hot_team p {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

/*视频详情列表*/
.dv-spo-video_play {
    position: relative;
    background: #000000;
    width: 100%;
    height: 450px;
}
.dv-spo-video_play img.dv-spo-img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dv-spo-video_play img.dv-spo-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dv-spo-video_cont_list {
    margin-bottom: 10px;
}
.dv-spo-video_cont_list span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.dv-spo-video_cont_list a {
    display: block;
    font-size: 15px;
    text-decoration: revert;
    height: 30px;
    line-height: 30px;
}

/*轮播*/
.main-swiper-pagination {
    /*text-align: center;*/
    width: auto !important;
    height: 35px !important;
    position: absolute;
    top: 10px !important;
    left: 20px !important;
    z-index: 9;
}
.main-swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    margin: 0 0 0 5px!important;
    opacity: 1;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
}
.main-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    color: #333;
}

/*首页资讯布局*/
.dv-spo-topcon {
    /*border-radius: 10px;*/
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.dv-spo-topcon_l {
    width: 460px;
}
.dv-spo-topcon_l .dv-spo-topcon_l_sw {
    overflow: hidden;
    font-size: 20px;
    margin-bottom: 20px;
}
.dv-spo-topcon_l .dv-spo-ul_o{
    position: relative;
    height: 236px;
}
.dv-spo-topcon_l .dv-spo-ul_o li{
    position: relative;
}
.dv-spo-topcon_l .dv-spo-ul_o li .dv-spo-img {
    display: block;
    height: 100%;
    width: 100%;
}
.dv-spo-topcon_l .dv-spo-ul_o li img {
    height: 100%;
    width: 100%;
}
.dv-spo-topcon_l .dv-spo-ul_o li p{
    position: absolute;
    bottom: 30px;
    left: 0px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 20px;
    display: block;
    font-weight: bold;
    z-index: 99;
    line-height: 20px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dv-spo-topcon_l .dv-spo-ul_o li .dv-spo-bg{
    position: absolute;
    background: linear-gradient(to top, black 4%, transparent);
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.dv-spo-topcon_l .swiper-button-prev {
    background: url("../images/l.png") no-repeat;
    left: 0;
}
.dv-spo-topcon_l .swiper-button-next {
    background: url("../images/r.png") no-repeat;
    right: 0;
}
.dv-spo-topcon_l .swiper-button-next:after, .dv-spo-topcon_l .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
}
.dv-spo-topcon_l .swiper-button-next, .dv-spo-topcon_l .swiper-button-prev {
    width: 35px;
    height: 55px;
}

.dv-spo-topcon_m {
    width: 440px;
}

.dv-spo-topcon_m_b {
    margin-top: 30px;
    position: relative;
}
.dv-spo-topcon_m_b::after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    height: calc(100% - 12px);
    width: 1px;
    /*background: #eeeeee;*/
}
.dv-spo-topcon_m_b ul:first-child{
    margin-bottom: 40px;
}
.dv-spo-topcon_m_b ul li {
    display: flex;
    height: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 13px;
    margin-bottom: 15px;
}
.dv-spo-topcon_m_b ul li:last-child{
    margin-bottom: 15px;
}
.dv-spo-topcon_m_b ul li .dv-spo-yd {
    position: absolute;
    left: -3px;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border: solid 1px #dcdbdc;
    border-radius: 50%;
    background: #fff;
    z-index: 99;
}
.dv-spo-topcon_m_b ul li .dv-spo-name {
    max-width: 320px;
    font-size: 15px;
    color: #444;
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dv-spo-topcon_m_b ul li:hover .dv-spo-yd{
    border-color: red;
}
.dv-spo-topcon_m_b ul li:hover .dv-spo-name {
    color: red;
}
.dv-spo-topcon_m_b ul li .dv-spo-time {
    margin-right: 25px;
    font-size: 14px;
    color: #999;
}

.dv-spo-topcon_r {
    width: 200px;
}

.dv-spo-index_three .dv-spo-center{
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.dv-spo-index_three_l {
    width: 892px;
    padding-right: 20px;
}
.dv-spo-index_three_main{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.dv-spo-topcon_l_b {
    width: 460px;
}
.dv-spo-topcon_l_b .dv-spo-news_imglist {
    margin-bottom: 24px;
}
.dv-spo-topcon_l_b .dv-spo-news_imglist ul {
    display: flex;
    justify-content: space-between;
}
.dv-spo-topcon_l_b .dv-spo-news_imglist ul li {
    width: 219px;
    height: 132px;
}
.dv-spo-topcon_l_b .dv-spo-news_imglist ul li .dv-spo-img {
    width: 219px;
    height: 123px;
    position: relative;
}
.dv-spo-topcon_l_b .dv-spo-news_imglist ul li .dv-spo-img img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.dv-spo-topcon_l_b .dv-spo-news_imglist ul li .dv-spo-img p{
    margin-top: 10px;
    font-size: 15px;
    color: #323232;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}
.dv-spo-index_three_mainr {
    width: 421px;
}
.dv-spo-index_three_r {
    width: 253px;
}
.dv-spo-topcon_r_list ul{
    margin-top: 20px;
}
.dv-spo-topcon_r_list ul li {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.dv-spo-topcon_r_list ul li .dv-spo-img {
    display: block;
    position: relative;
    width: 100%;
}
.dv-spo-topcon_r_list ul li .dv-spo-img img{
    width: 100%;
    height: 110px;
    border-radius: 15px;
}
.dv-spo-topcon_r_list ul li p {
    width: 100%;
    height: 24px;
    line-height: 30px;
    font-size: 14px;
}
.dv-spo-topcon_r_list ul li p.dv-spo-blod {
    color: 000;
    font-weight: bold;
}
.dv-spo-topcon_r_list ul li p img {
    height: 19px;
    width: 19px;
    vertical-align: middle;
    margin-right: 10px;
}

/*首页热门数据*/
.dv-spo-index_wangluo_list ul{
    margin-left: -20px;
    overflow: hidden;
}
.dv-spo-index_wangluo_list ul li {
    width: 224px;
    background: #fff;
    box-shadow: 0 0 10px 0 #dfdfdf;
    border-radius: 4px;
    padding: 10px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.dv-spo-index_wangluo_list ul li .dv-spo-img {
    height: 129px;
    position: relative;
    overflow: hidden;
}
.dv-spo-index_wangluo_list ul li .dv-spo-img img {
    width: 100%;
    height: 129px;
}
.dv-spo-index_wangluo_list ul li p {
    font-size: 16px;
    color: #1d1d1f;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/*首页球队球员推荐*/
.dv-spo-index_hot_list {
    overflow: hidden;
    background: #fff;
    padding: 0px 5px 10px 5px;
}
.dv-spo-index_hot_list a:first-child{
    margin-left: 0px;
}
.dv-spo-index_hot_list a {
    display: block;
    float: left;
    width: 110px;
    margin-left: 10px;
    background: #fff;
    box-shadow: 0 0 4px 0 #dfdfdf;
    margin-top: 10px;
    padding: 10px;
}
.dv-spo-index_hot_list a img {
    /*width: 40px;*/
    max-width: 100%;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.dv-spo-index_hot_list a span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    text-align: center;
}

/*频道列表*/

.dv-spo-pmap{
    margin-bottom: 20px;
}
.dv-spo-pmap ul{
    padding: 20px 0 0px;
    margin-bottom: 20px;
}
.dv-spo-pmap ul li{
    width: 101px;
    background: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.dv-spo-pmap ul li:nth-child(7n){
    margin-right: 0px;
}
.dv-spo-pmap ul li a{
    overflow: hidden;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #333;
}
.dv-spo-pmap ul li:hover a{
    color: #bc6c25;
}

/*视频列表*/
.dv-spo-tuwen_list {
    margin: 20px 0 0;
    margin-left: -20px;
    overflow: hidden;
}
.dv-spo-tuwen_list a {
    background: #fff;
    width: 101px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    display: block;
    padding: 10px 0px;
}
.dv-spo-tuwen_list .dv-spo-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.dv-spo-tuwen_list .dv-spo-img img {
    display: block;
    /*width: 70px;*/
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
}
.dv-spo-tuwen_list .dv-spo-title {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

/*赛事聚合信息*/
.dv-spo-saishi_tab {
    border-radius: 4px;
    border: 1px solid #d3e1e2;
    padding: 0 10px;
    margin-top: 20px;
    overflow: hidden;
    background: #FFF;
}
.dv-spo-saishi_tab img {
    float: left;
    height: 40px;
    width: auto;
    margin-top: 5px;
}
.dv-spo-saishi_tab span {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #bc6c25;
}
.dv-spo-saishi_tab .dv-spo-saishi_item {
    float: right;
}
.dv-spo-saishi_tab .dv-spo-saishi_item a {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border-radius: 4px;
}
.dv-spo-saishi_tab .dv-spo-saishi_item a.on {
    background: #bc6c25;
    color: #FFF;
}

/*日期tab*/
.dv-spo-data_conten {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.dv-spo-data_conten a {
    position: relative;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    width: 160px;
    height: 64px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    margin-left: 5px;
}
.dv-spo-data_conten a:first-child{
    margin-left: 0px;
}
.dv-spo-data_conten a.on i, .dv-spo-data_conten a:hover i {
    display: inline-block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #bc6c25;
    border-radius: 0px 0px 2px 2px;
}
.dv-spo-data_conten a.on {
    color: #bc6c25;
    font-weight: bold;
    border: 1px solid #bc6c25;
    position: relative;
}

/*排行榜*/
.dv-spo-jf_rnak {
    background: #FFF;
    margin-top: 10px;
}
.dv-spo-jf_rnak .dv-spo-jfname {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.dv-spo-jf_rnak .dv-spo-rankingt.dv-spo-zuqiu {
    display: grid;
    grid-template-columns: 5% 23% 9% 9% 9% 9% 9% 9% 9% 9%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
}
.dv-spo-jf_rnak .dv-spo-rankingt.dv-spo-nba {
    display: grid;
    grid-template-columns: 6% 26% 17% 17% 17% 17%;
    height: 51px;
    align-items: center;
    padding: 0 30px;
}
.dv-spo-jf_rnak .dv-spo-rankingt.dv-spo-bg{
    background: #EEEEEE;
    line-height: 40px;
}
.dv-spo-jf_rnak .dv-spo-bgg {
    border-bottom: 1px solid #EAEAEA;
}
.dv-spo-jf_rnak .dv-spo-rankingt .dv-spo-num {
    display: block;
    width: 28px;
    height: 28px;
    background: #ccc;
    font: 18px / 30px Helvetica;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.dv-spo-jf_rnak .dv-spo-logo {
    display: flex;
    align-items: center;
    text-align: left;
}
.dv-spo-jf_rnak .dv-spo-team {
    padding-left: 5px;
}

/*直播tab*/
.dv-spo-live_con_tab {
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin-top: 20px;
}
.dv-spo-live_con_tab li {
    float: left;
}
.dv-spo-live_con_tab li a {
    display: block;
    width: 200px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: #bc6c25;
    border: 1px solid #bc6c25;
    background: #ffffff;
    height: 40px;
    line-height: 40px;
}
.dv-spo-live_con_tab li:first-child a {
    border-radius: 4px 0px 0px 4px;
}
.dv-spo-live_con_tab li:last-child a {
    border-radius: 0px 4px 4px 0px;
}
.dv-spo-live_con_tab li a.active {
    background: #bc6c25;
    color: #fff;
}

/*球队 球员详情*/
.dv-spo-detail_top {
    background: url(../images/bg-qd.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.dv-spo-detail_top .dv-spo-img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 11px;
    object-fit: contain;
}
.dv-spo-detail_top .dv-spo-name .dv-spo-zh {
    margin-top: 12px;
    margin-bottom: 3px;
    font-size: 20px;
    color: #333;
    display: flex;
}
.dv-spo-detail_top .dv-spo-name .dv-spo-zh span {
    font-size: 20px;
    font-weight: 500;
}
.dv-spo-detail_top .dv-spo-name .dv-spo-en {
    display: flex;
    font-size: 12px;
    color: #bbb;
}
.dv-spo-detail_top .dv-spo-market {
    height: 72px;
    line-height: 72px;
    color: #FFF;
    font-size: 18px;
    padding: 0 20px 0 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #bc6c25;
}
.dv-spo-detail_top .dv-spo-market::before {
    position: absolute;
    content: '';
    top: 0;
    border: solid transparent;
    border-right-color: rgba(255,255,255,0.6);
    border-top-color: rgba(255,255,255,0.6);
    border-width: 52px 20px;
    left: -42px;
    z-index: -1;
    transform: translateX(20px);
    animation-name: worth;
    animation-duration: .8s;
    animation-timing-function: cubic-bezier(0,1.24,0.75,1.29);
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .4s;
}
.dv-spo-detail_top .dv-spo-market::after {
    position: absolute;
    content: '';
    top: 0;
    border: solid transparent;
    border-right-color: #bc6c25;
    border-top-color: #bc6c25;
    border-width: 52px 20px;
    left: -28px;
}

/*直播详情页*/
.dv-spo-live_detail {
    position: relative;
    height: 280px;
    padding-top: 50px;
}
.dv-spo-live_bg {
    height: 280px;
    background: linear-gradient(90deg,rgba(74, 94, 202, 0.81)  18.8%,rgba(74, 94, 202, 0.81) 49.96%,rgba(74, 94, 202, 0.81) 81.5%);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
}
.dv-spo-live_bg .dv-spo-live_bg_box .dv-spo-live_bg_con {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    width: 100%;
}
.dv-spo-live_detail_team .dv-spo-live_detail_teamt {
    color: #fff;
}
.dv-spo-live_detail_team .dv-spo-live_name {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 4px 27px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.dv-spo-live_detail_team .dv-spo-live_con {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.dv-spo-team1 {
    text-align: center;
    width: 30%;
}
.dv-spo-team2 .dv-spo-team_img, .dv-spo-team1 .dv-spo-team_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.dv-spo-team2 .dv-spo-team_img img, .dv-spo-team1 .dv-spo-team_img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.dv-spo-team1 h1, .dv-spo-team2 h1 {
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 10px;
}
.dv-spo-live_num {
    text-align: center;
    width: 40%;
}
.dv-spo-live_num_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    height: 39px;
    padding: 0 12px;
}
.dv-spo-live_num_box > p
 {
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;
}
.dv-spo-live_status {
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 36px;
    width: 140px;
    margin: auto;
    color: #bc6c25;
}
.dv-spo-team2 {
    text-align: center;
    width: 30%;
}

/*信号源*/
.dv-spo-match_details {
    margin-top: 10px;
    margin-bottom: 10px;
}
.dv-spo-signa{
    margin-top: 10px;
}
.dv-spo-signa ul li {
    margin-right: 10px;
    background: #CCC;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.dv-spo-signa ul li.dv-spo-click {
    background: #bc6c25;
}
.dv-spo-signa ul li a{
    display: block;
    padding: 10px 20px;
    color: #fff;
}

/*直播详情*/
.dv-spo-live_content {
    padding: 20px 15px;
    background: #FFF;
}
.dv-spo-live_content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.dv-spo-live_content p span.dv-spo-tit {
    color: #C00;
    overflow: hidden;
}

/*网络信息详情*/
.dv-spo-wangluo_con {
    background: #fff;
    margin-top: 20px;
    padding: 15px;
    overflow: hidden;
}
.dv-spo-wangluo_con .dv-spo-img {
    float: left;
    margin-right: 20px;
}
.dv-spo-wangluo_con .dv-spo-img img {
    width: 200px;
    height: 120px;
    border-radius: 5px;
}
.dv-spo-wangluo_con .dv-spo-title {
    text-indent: 3rem;
    text-align: justify;
    float: left;
    width: 570px;
    font-size: 15px;
}