.bor-box {
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
}

.border-box {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0
}

.event-t-p {
    width: 640px
}

.more-p {
    width: 70px;
    cursor: pointer;
    font-size: 13px
}

.more-p i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 4px
}

.event-type {
    font-size: 14px;
    height: 28px;
    overflow: hidden;
    padding: 10px;
    background: #eef4e6
}

.event-type a {
    display: inline-block;
    padding: 2px 4px;
    margin: 4px;
    border-radius: 4px
}

.event-type .active {
    background: #82bc2e;
    color: #fff
}

.live-box {
    width: 100%
}

.live-box dl {
    border: 0;
    margin-bottom: 10px;
}

.live-cont-foot .date-box li {
    width: 60px
}

.live-cont-foot .live-box dd div {
    min-height: 24px;
    vertical-align: middle;
    line-height: 24px
}

.live-cont-foot .live-box dd div p {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 16px;
}

.live-cont-foot .once-time {
    width: 84px
}

.live-cont-foot .video-link {
    max-width: 630px
}

.l-content {
    margin-bottom: 20px;
}

.content-one ul {
    font-size: 14px;
    font-weight: 400
}

.content-one li {
    min-height: 34px;
    line-height: inherit;
    position: relative;
    border-bottom: 1px dotted #e0e0e0
}

.content-one li i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0093dd;
    display: inline-block;
    margin: 0 4px;
    margin-left: 10px;
    vertical-align: middle
}

.content-one li i.p {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/i-go.png);
    vertical-align: middle;
    margin-right: 6px;
}

.content-one li a {
    margin: 0 6px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.content-one li span {
    margin-left: 10px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 240px
}

.content-one li span a {
    color: #0093dd
}

.content-one li span a:hover {
    text-decoration: underline
}

.content-one li b {
    position: absolute;
    right: 4px;
    font-size: 13px
}

.r-content ul {
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px
}

.r-content ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #e0e0e0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.r-content ul li i {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid #69C;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin: 0 4px
}

.r-content ul li a:hover {
    text-decoration: underline
}

.r-content .type-ul {
    height: 30px;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex
}

.r-content .type-ul li {
    height: 30px;
    line-height: 30px;
    margin: 0;
    font-size: 14px;
    border: 0;
    flex: 1;
    text-align: center
}

.r-content .type-ul .active {
    border-bottom: 2px solid #3EA871
}

.r-content .type-ul .active a {
    color: #3EA871
}

.r-content ul p,.r-content ul i {
    display: inline-block
}

.r-content ul p {
    width: 20px;
    height: 20px;
    background: #8CD9B3;
    text-align: center;
    line-height: 20px;
    margin: 0 4px
}

.r-content .sepx li i {
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.r-content .sepx {
    font-size: 12px;
    display: none
}

.r-content .sepx li a {
    color: #0093dd;
    margin: 0 4px;
    font-weight: 400
}

.r-content .hot-pd li i {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #F63
}

.r-content .hot-pd li {
    float: left;
    width: 40%;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
    border: 0
}

.r-content .hot-pd li a {
    width: 40%
}

.time-box {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400
}

.time-box span {
    color: #999
}

.time-box a {
    display: inline-block;
    padding: 2px 4px
}

.time-box .active {
    background: #82bc2e;
    color: #fff;
    border-radius: 4px
}

.date-box {
    position: fixed
}

.date-box li {
    height: 34px;
    line-height: 34px
}

@media screen and (max-width: 1300px) {
    .date-box {
        position:fixed;
        top: 220px;
        left: 0
    }
}

@media screen and (min-width: 1300px) {
    .date-box {
        position:fixed;
        top: 220px;
        left: 40px
    }
}

.live-box .center {
    height: 30px;
    line-height: 30px
}

.hot-event {
    margin-bottom: 20px
}

.hot-event div {
    border: 1px solid #e0e0e0;
    padding: 10px;
    box-sizing: border-box
}

.hot-event div a {
    font-size: 14px;
    display: inline-block;
    padding: 2px 4px;
    margin: 2px 4px
}

.hot-event div a:hover {
    background: #DAEFFB
}

.sepx li b,.sepx li a {
    display: inline-block
}

.sepx li b {
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 21px
}

.videoshi ul {
    padding: 0
}

.content-one .wordcont {
    width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.nav-l-box {
    width: 240px;
    width: 340px;
}

.simple-nav {
    width: 240px;
    height: auto;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    width: 320px;
}

.simple-nav h4 {
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.simple-nav h4 i {
    position: absolute;
    width: 200px;
    top: 18px;
    height: 1px;
    background: #eee;
    left: 20px
}

.simple-nav h4 p {
    width: 74px;
    line-height: inherit;
    background: #fff;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500
}

.simple-nav h5 {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    padding: 6px 0 14px 0
}

.simple-nav h5 i {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 24px
}

.simple-nav h5 a {
    display: inline-block;
    vertical-align: middle
}

.simple-nav h5 .live {
    background: url(../img/icon-zhibo.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 4px
}

.simple-nav h5 .video {
    background: url(../img/icon-shipin.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 4px
}

.simple-nav h5 .pianduan {
    background: url(../img/icon-pianduan.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 4px
}

.simple-nav h5 .jijin {
    background: url(../img/icon-jijin-h.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 4px
}

.simple-nav h5 .zhanbao {
    background: url(../img/icon-news-left.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 4px
}

.simple-nav .content-l {
    border-bottom: 1px solid #eee
}

.live-type {
    text-align: left;
    max-height: 100px;
    overflow: hidden;
    position: relative;
    padding: 0 8px;
    box-sizing: border-box
}

.live-type a {
    display: inline-block;
    line-height: 24px;
    text-align: center;
    margin: 0 0 4px 0;
    border: 1px solid #de1e30;
    overflow: hidden;
    white-space: nowrap;
    width: 110px;
    border-color: #eee;
    font-size: 16px;
    border-radius: 4px;
    width: 99px;
}

.live-type .active,
.live-type a:hover {
    color: #fff;
    background: #de1e30;
}

.simple-nav .more-a {
    height: 24px;
    line-height: 24px;
    width: 140px;
    text-align: center;
    left: 50px;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    display: inline-block;
}

.simple-nav .more-a:hover {
    color:#de1e30
}

.hot-event-live h4 p {
    width: 100px
}

.bangdan-div .event-type li {
    width: 30px;
    margin-right: 1px
}

.bangdan-div .bang-contnet p {
    font-size: 13px;
    width: 28px
}

.bangdan-div .bang-contnet p:nth-child(2) {
    width: 96px
}

.bangdan-div .bang-contnet p:nth-child(3) {
    width: 80px;
    border-left: 1px solid #eee
}

.schedule-div .event-ul li {
    width: 38px
}

.schedule-div .content {
    width: 240px
}

.schedule-div .bask-sch-div .event-ul li {
    width: 118px
}

.l-box {
    /* width: 820px; */
}

.simple-nav h5 {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    padding: 6px 0 14px 0;
    text-align: center;
}

.simple-nav .active a {
    color: #de1e30;
    font-weight: 600
}

@media screen and (max-width: 768px) {
    .nav-l-box {
        width:100%;
    }

    .simple-nav {
        width: 100%;
    }

    .l-box {
        width: 100%;
    }

    .content-one .wordcont {
        width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.news-list a {display: block;position: relative;flex-direction: row;margin-bottom: 10px;width: 800px;}
.news-list li:hover .title {
    color: #de1e30;
}
.news-list .image {
    width: 160px;
    height: 100px;
    display: inline-block;
    float: left;
}
.news-list .image img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.news-list .desc {
    margin-left: 10px;
    width: 630px;
    display: inline-block;
    height: 100px;
}
.news-list .title {
    display: block;
    font-size: 18px;
    color: #14162c;
    font-weight: 600;
    /* width: 600px; */
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.news-list .intro {
    font-size: 14px;
    font-weight: 400;
    color: #949bb1;
    height: 60px;
}
.news-list .bottom {
    
}
.news-list .bottom span {
    
}
.news-list .bottom .label {
    color: #14162c;
    border: 1px solid #eee;
    border-radius: 1em;
}
.news-list .bottom .comment {
    margin-right: 10px;
}
.news-list .bottom  {
    display: inline-block;
    font-size: 12px;
    color: #949bb1;
    font-weight: 400;
}

.news-list-index .news-list .desc {
    height: auto;
}

.news-list-index .news-list a {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.news-list-index .news-list .time {
    display: inline-block;
    float: right;
    line-height: 22px;
    height: 22px;
}


.news-list-index .hd {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background: #fff;
    padding-left: 20px;
    border-bottom: 2px solid #eee;
}

.news-list-index .hd small {
    float: right;
    padding-right: 20px;
}

.news-list-index .hd a {
    color: #337ab7;
}

.news-list-index .bor-box {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.info-box {
    background: #fff;
    padding: 10px;
    font-size: 14px;
}

.info-box p {
    line-height: 20px;
}